im not sure what you mean by dit the databases (server.gs and server.ls) i set host user password and db in the list.php file. is that what you meant?
this is what it says when i try to view list.php
No connection: SELECT players.id AS id, players.name AS name, players.exp AS exp, players.race AS race, players.player_class AS player_class, players.online AS online, abyss_rank.ap AS ap FROM players, abyss_rank, server_ls.account_data WHERE players.online = '1' AND abyss_rank.player_id = players.id AND server_ls.account_data.id = players.account_id AND server_ls.account_data.access_level = '0' ORDER BY exp DESC