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

Search results

  1. GM Sp00n

    Logging in TFS stops working after a while

    What should that matter ? Anyone have a solution for this problem?
  2. GM Sp00n

    Logging in TFS stops working after a while

    Hmm, is it possible it has anything to do with this error: I always get this error when logging out (when I moved position of char). Player.cpp 360: exception occurred, reason: Player.cpp 464: exception occurred, reason: Control.cpp 1707: exception occured (MessagType: 60 MaQ: 2312958 MoW:0)...
  3. GM Sp00n

    Logging in TFS stops working after a while

    We're using two servers. One Win2k3 and one linux. The gameserver is on the windows server, the database is on the linux server. After a while (when reaching more then 130 players online) new players cant connect anymore. When typing in acc & pw you always get the error that their acc en pw...
  4. GM Sp00n

    PHP [phpMyAdmin] Commands to edit database.

    Ok, thnx for the help! :)
  5. GM Sp00n

    PHP [phpMyAdmin] Commands to edit database.

    mysql> DELETE FROM players WHERE level < 50 AND lastlogin < UNIX_TIMESTAMP() - 20*24*60*60; Query OK, 7499 rows affected (2 min 14.56 sec) mysql> DELETE FROM player_items WHERE player_id NOT IN (SELECT id FROM players); Query OK, 0 rows affected (1 min 9.55 sec) Does this mean it deleted all...
  6. GM Sp00n

    [linux]CentOs tutorial for setting up tfs?

    Anyone ? :)
  7. GM Sp00n

    [linux]CentOs tutorial for setting up tfs?

    I have httpd-2.2.9 and MySQL 5.0.67-0 So that shouldn't be the problem? Or has apache2 nothing to do with the version of apache?
  8. GM Sp00n

    [linux]CentOs tutorial for setting up tfs?

    Anyone found a CentOs tutorial to compile tfs and get it working? Everything is setup on the server (LAMP) except tfs. I cant follow the debian/ubuntu guides, they dont work.
  9. GM Sp00n

    PHP [phpMyAdmin] Commands to edit database.

    Is there also a command to delete items/depot items etc. WHERE player ID doesnt excist in player table ? :) Cuz I just did the delete from players where level <50 and timstamp etc. and it only removed the players, not the rest. :) (did it in mysql.exe due to timeout otherwise)
  10. GM Sp00n

    [Server specs] What kind of a conf.?

    Where can I find these commands? (without the triggers?)
  11. GM Sp00n

    PHP [phpMyAdmin] Commands to edit database.

    Will this also delete all related records? In player item, depot item, etc?
  12. GM Sp00n

    [Server specs] What kind of a conf.?

    Thnx for the reply. Interesting topic :)
  13. GM Sp00n

    [Server specs] What kind of a conf.?

    Right now I'm running TFS on a W2K3 platform only. Apache, the database and the gameserver is running on it. When approaching 450+ players, the server begins to lag. (duhhh) So, solution: put apache and the database on a linux server. But what kind of hardware do you guys propose I use? The...
  14. GM Sp00n

    [PHP] Looking for Paypal api

    Hmm ok. But it gives you a unique confirmation code? Isn't that enough to validate the donation worked to give a reward?
  15. GM Sp00n

    [PHP] Looking for Paypal api

    Hi, I'm looking for someone who has, or who can code an automated payment/donation check system for ot. Contact me if you have a script that does this, or if you can make it :)
Back
Top