<?php//// HM-Portal 3.1//// box_elferligainfo.php// Box mit neusten elfmeterergebnissen////$welcher = $db->query_first("SELECT * FROM bb".$n."_elfer_liga_config where id_elf='4' ");$beitrag = $welcher['speicher'];eval("print(\"".$hm_boxhead_tpl."\");");$dbnews = $db->query("SELECT * FROM bb".$n."_posts WHERE threadid='$beitrag' ORDER BY posttime DESC LIMIT 1");$hacklink="";while($dbndata=$db->fetch_array($dbnews)) { $hackname = $dbndata['message']; eval("\$hacklink .= \"".$tpl->get("liganews_bit")."\";");} eval("print(\"".$tpl->get("liga_news")."\");");eval("print(\"".$hm_boxtail_tpl."\");");?>
|