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

Php problems

gremlee

Qumora.com
Joined
Jul 15, 2008
Messages
511
Reaction score
16
Hello i am looking for somebody to help me with this stuff :D
tell me if you want to help i will post script here

[SOLVED]http://qumora.com//winners.php
want to make this work so the winning guild is there.

[SOLVED]http://evo-united.com/?subtopic=whoisonline
want to make addon outfit next to names

http://evo-united.com/?subtopic=characters&name=Aka Guanxu
Want info in character info ,mana,hp, exp to next lvl, mabey also stamina and skill bar

[SOLVED]http://qumora.com//characterprofile.php?name=Rainbow
Want to change the text to left
 
Last edited:
Then please post the error?

string(47) "SELECT `group_id` FROM `players` WHERE `id` = ;"
(query - SQL error)
Type: select_single (select single row from database)

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
 
string(47) "SELECT `group_id` FROM `players` WHERE `id` = ;"
(query - SQL error)
Type: select_single (select single row from database)

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Try with this.
 
Working now ninja but still having some problem with highscore because its only showing outfit on exp not like shielding,axe
You need to add the required fields (looktype, lookaddons etc) to the function highscore_skills.
 
Back
Top