• 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!

Problems with aac site.

Achmed123

New Member
Joined
Mar 13, 2008
Messages
82
Reaction score
0
When i use swelia aac site it stands: highscores: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\Program\xampp\htdocs\info.php on line 149.

Tagwall: Tagwall

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\Program\xampp\htdocs\tagwall.php on line 55
There are totally tags on our wall.
Tag our wall.
Posts

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\Program\xampp\htdocs\tagwall.php on line 60
News: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\Program\xampp\htdocs\news.php on line 16
information:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\Program\xampp\htdocs\info.php on line 789

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\Program\xampp\htdocs\info.php on line 799

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\Program\xampp\htdocs\info.php on line 809

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\Program\xampp\htdocs\info.php on line 819

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\Program\xampp\htdocs\info.php on line 829
account home : Unknown column 'account_id' in 'where clause'



and so on...

What should i do?
 
Last edited:
When i use swelia aac site it stands: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\Program\xampp\htdocs\info.php on line 149. When im click on highscore an all the other things....

What should i do?

you have a error in info.php you need to update the info.php to new one :) i think you can find in swelia site.
 
It didn't help.

Is this text right??


<?php
########## CONNECT DATABASE ##########
function connect_db(){
mysql_connect('localhost', 'root', 'password');
mysql_select_db(mysql) or die( "Unable to select database");
}
########## END CONNECT DATABASE ##########

########## AAC SETTINGS ##########
$servpath = 'C:\Documents and Settings\krille\Skrivbord\rl'; //Server path.
$accesslvl = '3'; //Players above this group_id is not viewable in highscores.
$chartype = 'main'; //Rookgaard or main? Rookgaard = rook, Mainland = main
$charlenght = '30'; //Maxsize for character names.

$dont_show = array('Bisbal', 'Deathslicer', 'Noobing', 'monsters', 'Egipctothrower', 'Magicthrower', 'Plaguethrower', 'exp', 'Demon2', 'Flamethrower'); //These monsters are not avaliable in monsterlist.

$forum_show = '0'; // Display forum link on website? 1 = Yes 0 = No
$forumlink = "forum/index.php"; //Forum link
$gb_show = "1"; //Display guestbook link on website? 1 = Yes 0 = No
$worldname = "Dastoria";
$title = 'Dastoria'; // Title of webpages.
$housefile = 'DastoriaReal.xml'; //House file
$death_limit = '25'; //Death limit in latest deaths
 
You even dont have a Mysql server and u complain about Errors,first of all you need a working mysql server than import u´r database and write the correct password for mysql in config.php :)
 
Back
Top