• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

help with some features please!

luddeax

New Member
Joined
Jun 14, 2009
Messages
115
Reaction score
0
Guild wars and bounty hunter problems.

When i enter guild wars on my homepage i get this error:

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'g.war_time' in 'field list'' in C:\xampp\htdocs\wars.php:53 Stack trace: #0 C:\xampp\htdocs\wars.php(53): PDO->query('?? SELECT g....') #1 C:\xampp\htdocs\index.php(94): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\wars.php on line 53

And when i enter bounty hunter i get this:

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES) in C:\xampp\htdocs\bounty-hunters.php on line 2

Warning: mysql_select_db() [function.mysql-select-db]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\xampp\htdocs\bounty-hunters.php on line 3

Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in C:\xampp\htdocs\bounty-hunters.php on line 3

Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\xampp\htdocs\bounty-hunters.php on line 41

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in C:\xampp\htdocs\bounty-hunters.php on line 41
 
PHP:
'.$kill_name.''; } $f = mysql_query("SELECT * FROM `players` WHERE `id` = ".$pid.""); $f1 = mysql_fetch_array($f); $s = mysql_query("SELECT * FROM `players` WHERE `id` = ".$sid.""); $s1 = mysql_fetch_array($s); $fn = $f1['name']; $sn = $s1['name']; $main_content .= ' 
'.$fn.' 
'.$prize.' gp 
'.$sn.' 
'.$kill.' 
'; $num++; } if($num == 0){ $main_content.=' 
Currently there are not any bounty hunter offer. 
'; } $main_content .='
Copyright © oTibia.net.
'; ?>


heres my error :S
 
Back
Top