Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.35
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
ctm.bdcloud.fr /
takepos /
Delete
Unzip
Name
Size
Permission
Date
Action
admin
[ DIR ]
drwxrwxrwx
2020-09-03 11:41
ajax
[ DIR ]
drwxrwxrwx
2020-09-03 11:41
css
[ DIR ]
drwxrwxrwx
2020-09-03 11:41
genimg
[ DIR ]
drwxrwxrwx
2020-09-03 11:41
img
[ DIR ]
drwxrwxrwx
2020-09-03 11:41
js
[ DIR ]
drwxrwxrwx
2020-09-03 11:41
sql
[ DIR ]
drwxrwxrwx
2020-09-03 11:37
README.md
162
B
-rwxrwxrwx
2020-09-03 11:37
floors.php
6.91
KB
-rwxrwxrwx
2020-09-03 11:37
freezone.php
2.82
KB
-rwxrwxrwx
2020-09-03 11:37
invoice.php
30.57
KB
-rwxrwxrwx
2020-09-03 11:37
modulebuilder.txt
242
B
-rwxrwxrwx
2020-09-03 11:37
pay.php
14.46
KB
-rwxrwxrwx
2020-09-03 11:37
phone.php
6.25
KB
-rwxrwxrwx
2020-09-03 11:37
receipt.php
5.94
KB
-rwxrwxrwx
2020-09-03 11:37
send.php
4.8
KB
-rwxrwxrwx
2020-09-03 11:37
smpcb.php
760
B
-rwxrwxrwx
2020-09-03 11:37
takepos.php
32.72
KB
-rwxrwxrwx
2020-09-03 11:37
Save
Rename
<?php require '../main.inc.php'; if (isset($_GET['status'])) { die(strtoupper($_SESSION['SMP_CURRENT_PAYMENT'])); } if ($_GET['smp-status']) { print '<html lang="en"> <head> <meta charset="utf-8"> <title>The HTML5 Herald</title> <meta name="description" content="The HTML5 Herald"> <meta name="author" content="SitePoint"> <link rel="stylesheet" href="css/styles.css?v=1.0"> </head> <body>'; $_SESSION['SMP_CURRENT_PAYMENT'] = $_GET['smp-status']; print '<script type="application/javascript"> window.onload = function() { window.close(); }; </script>'; print "Transaction status registered, you can close this"; die('</body></html>'); } print 'NOOP';