• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. C

    needing help badly

    add the table global damage to your database '-' =)
  2. C

    Can someone help me add if statements to this script pls

    this is how i want this script to work, the player buys a skill scroll and depending on the player current skill the script will set his skill to some other skill understand lol? example if player has 150 axe skill and says the command, then set skill axe to 200, another one, if axe skill is 200...
  3. C

    woe not starting '-'???

    hey well i installed it and hum everything looks correct, i start my server with 0 problems when i say /woe /i/setup, it doesnt give me any error or anything and it gives me the message [db added ..] no error in console but when i say /woe on nothing happens, not a single error nothing in...
  4. C

    [Website] Gesior layout not chaning?

    thank u love u <3 :)
  5. C

    [Website] Gesior layout not chaning?

    i put some cool images in the layout folder and blah blah and im 100% i did it right, i just noticed that if i go to localhost that i can see the layout and its there its really cool, but if i use my server adress to go to the website ex: server.servegame.com the layout is not there :L? why pls help
  6. C

    Website Widget not appearing

    forget about i give up
  7. C

    Website Widget not appearing

    <div id="Themeboxes"> <style type="text/css" media="all"> .Toplevelbox { position: relative; margin-bottom: 10px; width: 180px; height: 200px; } .top_level { position: absolute; top: 30px; left: 6px; height: 180px; width: 168px; z-index: 20; text-align: center; padding-top: 6px...
  8. C

    Website Widget not appearing

    O.O LOOL WHAT A WAY TO STEAL SCRIPTS LMFAO, it says its too long to post :(((
  9. C

    Website Widget not appearing

    http://herobiba.servegame.com/
  10. C

    Website Widget not appearing

  11. C

    Website Widget not appearing

    ok
  12. C

    Website Widget not appearing

    i dont know how to upload pictures hehe i was able to do that pic because it was already in another forum but heres the error i get : SELECT `g`.`id` AS `id`, `g`.`name` AS `name`, COUNT(`g`.`name`) AS `frags` FROM `killers` k LEFT JOIN `player_killers` pk ON `k`.`id` = `pk`.`kill_id` LEFT JOIN...
  13. C

    Website Widget not appearing

    thats how its supposed to look :( in my website nothing appears its just nothing it stayed the same this are the scripts widget_rank <?php $skills = $SQL->query('SELECT * FROM players WHERE deleted = 0 AND group_id < 2 AND account_id != 1 ORDER BY level DESC LIMIT...
  14. C

    Solved Incorrect Acc or Password

    thank you
  15. C

    Solved Incorrect Acc or Password

    okay wibbens heres whats happening in my config i do have that line the passwordType = "sha1" put the thing is that when someone creates an account via gesior, the password is stored in plain text :l im using gesior 2012, and tfs 1.1
  16. C

    Solved Incorrect Acc or Password

    no localhost/install.php thats how i always do it, also i dont think gesior is the problem because everything works fine there i can create account etc and when i check in my database if the account there it appears and everything :l but when i try to log in my ot it just says password incorrect...
  17. C

    Solved Incorrect Acc or Password

    im using gesior ^.^
  18. C

    Solved Incorrect Acc or Password

    no haha, but great idea jkjk, well i cant use sha1 because then i get the incorrect password error, is there another way to solve it '-' ? because thats what it works for me
  19. C

    Solved Incorrect Acc or Password

    dude i fixed it, i just noticed that my passwords in localhost/phpmyadmin were written in plain and that in my config i put sha1, i made the connection and i noticed that i was telling the computer to read sha1 and not plain i just had to change it to plain and it now works, hopefully this helps...
  20. C

    Solved Incorrect Acc or Password

    im using mysql
Back
Top