where $requested get set ? via form,http or what ?
i think its should be $_REQUEST['requested']
also use $DB_site functions
about
PHP Code:
$playerlistbit .= "<tr><td>$listwinner</td><td>$listwinnerrating</td><td>$listloser</td><td>$listloserrating</td><if condition=$bbuserinfo['usergroupid'] == 6><td><a onClick=window.open('league_removegame.php?g=$listgameid&wr=$listwinnerrating&lr=$listloserrating','displayWindow','toolbar=no,scrollbars=no,width=1,height=1' )/;><img src=http://www.starcraftdream.com/forums/images/league/removegame.gif></td></if></tr>";
i think you will might want to create new template with this line and then just do
PHP Code:
eval('$playerlistbit .= "' . fetch_template('playerlistbit_template') . '";');
will be better for sure