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 /
asiafood.bdcloud.fr /
takepos /
Delete
Unzip
Name
Size
Permission
Date
Action
admin
[ DIR ]
drwxr-xr-x
2025-11-08 11:16
ajax
[ DIR ]
drwxr-xr-x
2025-11-08 11:16
css
[ DIR ]
drwxr-xr-x
2025-11-08 11:16
genimg
[ DIR ]
drwxr-xr-x
2025-11-08 11:16
img
[ DIR ]
drwxr-xr-x
2025-11-08 11:16
js
[ DIR ]
drwxr-xr-x
2025-11-08 11:16
public
[ DIR ]
drwxr-xr-x
2025-11-08 11:16
sql
[ DIR ]
drwxr-xr-x
2025-11-08 11:16
README.md
162
B
-rwxr-xr-x
2021-01-30 17:59
floors.php
7.25
KB
-rwxr-xr-x
2021-01-30 17:59
freezone.php
4.8
KB
-rwxr-xr-x
2021-01-30 17:59
index.php
41.79
KB
-rwxr-xr-x
2021-01-30 17:59
invoice.php
44.69
KB
-rwxr-xr-x
2021-01-30 17:59
modulebuilder.txt
244
B
-rwxr-xr-x
2021-01-30 17:59
pay.php
15.4
KB
-rwxr-xr-x
2021-01-30 17:59
phone.php
13.9
KB
-rwxr-xr-x
2021-01-30 17:59
receipt.php
6.1
KB
-rwxr-xr-x
2021-01-30 17:59
reduction.php
8.54
KB
-rwxr-xr-x
2021-01-30 17:59
send.php
3.96
KB
-rwxr-xr-x
2021-01-30 17:59
smpcb.php
1.15
KB
-rwxr-xr-x
2021-01-30 17:59
Save
Rename
<?php if (!defined('NOCSRFCHECK')) define('NOCSRFCHECK', '1'); if (!defined('NOTOKENRENEWAL')) define('NOTOKENRENEWAL', '1'); if (!defined('NOREQUIREMENU')) define('NOREQUIREMENU', '1'); if (!defined('NOREQUIREHTML')) define('NOREQUIREHTML', '1'); if (!defined('NOREQUIREAJAX')) define('NOREQUIREAJAX', '1'); require '../main.inc.php'; if (empty($user->rights->takepos->run)) { accessforbidden(); } 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';