"); // $excite=substr($excite,52); // $pos = strpos($excite, '&'); // $excite = substr($excite, 0, $pos); // $excite = str_replace (".","",$excite); // $excite = trim($excite); // // $ex .=$excite; // $smarty->assign('ex',$ex); // $hotbot = implode(file("http://search.hotbot.de/cgi-bin/pursuit?SITE=de&cat=hb_loc&enc=utf-8&query=link%3Ahttp%3A%2F%2F$url2")); // $hotbot=strstr($hotbot,"Zeige Treffer 1 - 10 / "); // $hotbot=substr($hotbot,22); // $pos = strpos($hotbot, '<'); // $hotbot = substr($hotbot, 0, $pos); // $hotbot = str_replace (".","",$hotbot); // $hotbot = trim($hotbot); // // $hot .=$hotbot; // $smarty->assign('hot',$hot); include('./core/header.php'); $main_content=$smarty->fetch('user-stats.tpl'); $smarty->assign('main_content',$main_content); $smarty->display('template.tpl'); ?>