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

    Compiling 0.2.5

    Followed everything in doc/readme and everything was going well until it came up to this cc1plus: warnings being treated as errors server.h:44: warning: âclass ServiceBaseâ has virtual functions but non-virtual destructor make: *** [connection.o] Error 1 Not sure what the problem is...
  2. B

    [PHP] Useful Webpage

    I've been learning a bit of PHP in my spare time and was trying to learn a bit about how to use regex when i came across this website http://www.phpfreaks.com/tutorial/php-security It contains useful security tips on how to make your webpage(s) secure against xss attacks, mysql injection, and...
  3. B

    Linux Quick question.

    #!/bin/bash # # Make your no-cvs sources from otserv run in linux # by Ulisses - Brasil # Last update: Mar/2006 # i=1 while [ $i -le 5000 ] do ./otserv 2>> ./ots-error.txt i=`expr $i + 1` doneI found this linux restarter .sh script at ****** i was wondering if anyone could possibly explain to...
  4. B

    Educate me :**

    I am interested in getting a dedicated server to host on. I'm currently looking at www.vrtservers.net How many players you think this could hold: Core 2 Duo 2.66 GHz 4 GB RAM 100 Mbps port uplink Costs $179 And if you know of any better servers for a better price please let me know :)
  5. B

    onLogin

    I was working on an onLogin script that would teleport if you were on a certain tile, but it didnt work :( I could post it here for some help or someone can make it for me? Be really convenient if it could be set for an area too :P
  6. B

    PHP Moving Characters from one database to another

    A little script i made last night playing around. It isnt just one script that does it instantly, so if you dont know what your doing i wouldnt use this at all lol. You will want to create a table in your database called player_account. Easily made by using this CREATE TABLE IF NOT...
  7. B

    Lua Custom scripting

    I wont post the exact script i use for my server, but i figured a tutorial was in order for the same type of script that i needed. Global values in global.lua are always resetted when server is started back up. I didnt know where i could store a value at so i decided to use sql lua scripting to...
  8. B

    Xml2sql tutorial

    I'm not sure if this is in the right spot, and this is also my first tutorial. I ran my old server using .xml for my accounts and players and wanted to update and move to The forgotten server using .sql for all that. I downloaded wrzasq's xml2sql converter and it took me a while to learn how to...
Back
Top