Shadowss / TravianZ-by-Shadow

TRY TO USE https://github.com/Shadowss/TravianZ
http://travian.shadowss.ro
18 stars 31 forks source link

i got this in my top #54

Open agamcut opened 10 years ago

agamcut commented 10 years ago

Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /home/u370930363/public_html/TravianZ-by-Shadow-master/GameEngine/Database/dbMYSQL.php on line 865 and my dorf1 or resource screen is blank just white -- if i click the claypit or evrything(natural resource) i got just blank with "warning" you can check at travianmyy.hostingsitedordree.com and give me instruction to make them true please :D thanks

Dmzll commented 10 years ago

Host down, author seems to be inactive. Probably a php issue on the host.

Function containing line 865 in db_MYSQL.php :

function getResourceLevel($vid) {
    $q = "SELECT * from " . TB_PREFIX . "fdata where vref = $vid";
    $result = mysql_query($q, $this->connection);
    return mysql_fetch_assoc($result);
}