• 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. bury

    x-logged players on otservlist = no, on server = yes. Need Fix!

    @WibbenZ I patched the binaries and compiled again. Logged in with two characters some hours ago and uploaded the server to otservlist to make the test. I haven't touched tibia since then. It has been like 3 hours and the players are still active because they're showed in otservlist online...
  2. bury

    x-logged players on otservlist = no, on server = yes. Need Fix!

    Yes, the problem is you can spoof/abuse for example exiting players in a secret room with no-logout sqm. So in otservlist they have like an "auto-system" that bans you, sometimes, without reason... Most of the server now has this system, if you go to their website you can see like 500 players...
  3. bury

    x-logged players on otservlist = no, on server = yes. Need Fix!

    Ok thanks. If I dont want to compile it again, If I set the idle time in 15 minutes its supossed that I wont be banned in otservlist, isn't it?
  4. bury

    x-logged players on otservlist = no, on server = yes. Need Fix!

    Thanks Wibben! Now it seems it shows 100% of players in website but now I would like to show ONLY ACTIVE players in otservlist.org (because I changed idle time from 15 min to 2h) and if a player has been online for 16 min must be considered a 'no-active' or 'afk' player so that you can avoid...
  5. bury

    Solved [Paygol last update 4/08/2017] +Report made by them: It doesn't add the points to db

    --------------------------- FIXED BY PAYGOL COMMUNITY ---------------------- They answered me a ticket with the report (IPN) updated to PHP 7. To download it go to: PayGol - Open Tibia - Browse Files at SourceForge.net My example payment button was ok so with that two scripts it will work...
  6. bury

    Solved [Paygol last update 4/08/2017] +Report made by them: It doesn't add the points to db

    And in this part: case "3.00 EUR": $points = 25; break; case "5.00 EUR": $points = 50; break; case "10.00 EUR": $points = 105; break; Do you use decimal numbers?
  7. bury

    Solved [Paygol last update 4/08/2017] +Report made by them: It doesn't add the points to db

    Thanks. Does it work you with this? <input type="hidden" name="pg_price" value="1"> Paygol told me that you have to put two decimal numbers ex: 1.00
  8. bury

    Solved [Paygol last update 4/08/2017] +Report made by them: It doesn't add the points to db

    I don't know the code but tried this script with php 7 and worked fine with other server I had in Windows: try { $SQL = new PDO('mysql:host=' . $dbhost . ';dbname=' . $db, $dbuser, $dbpassword); $SQL->query('UPDATE accounts SET premium_points = premium_points+' . intval($points) . '...
  9. bury

    x-logged players on otservlist = no, on server = yes. Need Fix!

    Hello. I changed the idle time from 15 min to 2h. I want to show all the 100% players online in my website, but I want to show only active players in otservlist.org, do you know how can I do this? I'm using tfs 0.4 and gesior 2012 last updated. If I go to who is online now: Currently 2...
  10. bury

    Solved Problem with server online/offline pedestal

    FIXED gave all the directories all the permission and... it works, at least atm. @WibbenZ you rock
  11. bury

    Solved Problem with server online/offline pedestal

    I think they are these two files, isnt it? DONT_EDIT_serverstatus.txt DONT_EDIT_usercounter.txt Coincidence or not, I had a problem with the page views too. The web doesnt count them: Account Maker made by Gesior. Layout by CipSoft GmbH. Page has been viewed times. Load time: 0.0051 seconds...
  12. bury

    Solved Problem with server online/offline pedestal

    Nope, I think I was blind and never worked fine, but as I saw sometimes the players online maybe didnt worry to me... You've just seen it offline because I was restarting it. Now I saw 2 online (I was with the god and with a normal char, moving them...) refreshed and saw the 2 players online...
  13. bury

    Solved Problem with server online/offline pedestal

    No,no. I had the doubt but tried with the default layout.php and initialize.js, the original ones in the gesior github and still doesnt work. I would prefer it to show everytime offline because that solution would work, but this is very strange. If you let the web 1 min and refresh it shows you...
  14. bury

    Solved Problem with server online/offline pedestal

    Well I changed lot of things in the layout.php but I've just set the default original layout and still doesnt work. btw if u want to check... www.oraclum.net
  15. bury

    Solved Problem with server online/offline pedestal

    Its gesior last version yes, I downloaded it from his github some months ago. Btw, I opened a ticket on paygol and got not answer, then I opened another (because first was closed lol) and my account was removed, I can't log in and If I try to change my password I dont receive any email. My...
  16. bury

    Solved Problem with server online/offline pedestal

    I waited for a day for doing the bring up my post... Or I haven't configured properly the horary zone in the web o.o Before doing the thread I use to search info in otland but I didn't find these :/ btw do you know something about paygol? Made a thread in discussion. -------------------------...
  17. bury

    Solved [Paygol last update 4/08/2017] +Report made by them: It doesn't add the points to db

    -------------------------------------- EDIT 26/08/2017 ----------------------------------- Paygol answered me a ticket and they shared me a sourceforge that they did or someone did for them: sourceforge.net/projects/paygol-open-tibia/files/ It's only the IPN (report) script. It has been made...
  18. bury

    Solved Problem with server online/offline pedestal

    Hey! I was testing the last thing before opening my server and realized about the online/offline system doesnt work properly. Im with 2 active players moving them in the map, and...: Sometimes, I see 2 players online, and if I click, I see: Currently 2 players are online - 2 are active and...
  19. bury

    Solved [Gesior Website] Edit the last flag system in Gesior tfs 0.4_rev_3703+

    Solution: Changed the Mariadb of the phpmyadmin and the autodetect-ip system works properly now. Everybody can make their account: The one I use: 10.1.26-MariaDB-1~stretch - mariadb.org binary distribution
Back
Top