Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

treasury and oasis errors

Status
Not open for further replies.
Newbie Spellweaver
Joined
Aug 19, 2011
Messages
51
Reaction score
6
hello,
i have errors, can you help me?
code of Templates/Map/vilview.tpl (error 1):
PHP:
          $query1 = mysql_query('SELECT * FROM `' . TB_PREFIX . 'vdata` WHERE `wref` = ' . mysql_escape_string($_GET['d']));
          $data1 = mysql_fetch_assoc($query1);
          $query2 = mysql_query('SELECT * FROM `' . TB_PREFIX . 'users` WHERE `id` = ' . $data1['owner']);
          $data2 = mysql_fetch_assoc($query2); //line 218
code of GameEngine/Database/db_MYSQL.php (error 2):
PHP:
   function getCoor($wref) {
	  $q = "SELECT x,y FROM ". TB_PREFIX ."wdata where id = $wref";
	  $result = mysql_query($q, $this->connection);
	  return mysql_fetch_array($result); //line 683
   }
SmallJoker - treasury and oasis errors - RaGEZONE Forums

------------------------------------------------------
SmallJoker - treasury and oasis errors - RaGEZONE Forums


thanks for solutions :):
 

Attachments

You must be registered for see attachments list
Last edited:
Status
Not open for further replies.
Back
Top