Ämne: PHP Problem
Visa ett inlägg
Oläst 2007-01-12, 13:21 #5
Leons avatar
Leon Leon är inte uppkopplad
Mycket flitig postare
 
Reg.datum: Feb 2006
Inlägg: 519
Leon Leon är inte uppkopplad
Mycket flitig postare
Leons avatar
 
Reg.datum: Feb 2006
Inlägg: 519
Nu är det fixat...

case "4":
$general = "4.tpl";
$page_title = '';
include($phpbb_root_path . 'includes/page_header.'.$phpEx);

$ip = $_SERVER['REMOTE_ADDR'];
$host = gethostbyaddr($ip);

$template->assign_vars(array('IP' => $ip));
$template->assign_vars(array('HOST' => $host));
break;
Leon är inte uppkopplad   Svara med citatSvara med citat