The mysql_fetch_assoc error is because in the database,isn't any paladin created,even if you have created.
The script doesn't insert anywhere the paladin in paladin table.
LE:To make that error gone,go in game_overview_graphic.tpl,at line 82,and replace that line with
(If you have that querry on a diferent line,replace there.)
The script doesn't insert anywhere the paladin in paladin table.
LE:To make that error gone,go in game_overview_graphic.tpl,at line 82,and replace that line with
Code:
$pala_name1 = mysql_query("SELECT * FROM paladin WHERE uid = '".$_COOKIE['id']."'");