 |
Mycket flitig postare
|
|
Reg.datum: Feb 2006
Inlägg: 519
|
|
Mycket flitig postare
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;
|