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

    MappingFOR's gallery..

    I'm going to make a world biggest mapping theard ^.^ Are you ready? :D Nothink special, but just somethink for start.
  2. M

    Lua Text parsing/detecting.

    Hello. Im making commands system, and i need help. How to detect text in lua? Somethink like preg_match() and explode() in PHP local text = "add_experience(100,50)" I have to detect that is add_experience function, and take all values as text[0] = 100, text[1] = 50. if(?) then split...
  3. M

    [Gesior ACC] Admin Panel Fusion.

    Just look. :D Admin Panel + Namelocks + Mass mail sender in one file. + Check item prices free. adminpanel.php [41853 chars] <?PHP if($group_id_of_acc_logged >= $config['site']['access_admin_panel']) { $main_content .= '<script type="text/javascript"> function...
  4. M

    [XML > SQL Rewriter] Problem.

    Im writing XML > SQL Rewriter.. buy i have one question. Where i must write addons information? That's storagevalue information?
  5. M

    How to use "simplexml_load_file".

    Hello, today... I will try to write English tutorial. ;P (Never trying before) simplexml_load_file is a function which we can load XML file to PHP Variable. Example 1 <?php $PHPVariable = simplexml_load_file('stages.xml'); ?> Nice! We load stages.xml to file, but what that...
  6. M

    [Crying Damson][0.3.5] Automatic vocation deleting.

    Hello, I made vocations for my OTS, but i meet a little error. When i make a character - all is good. Buy after Rlog. I don't know what's happend. Please, help.
  7. M

    [Modern AAC] Data folder

    How to check "/data" folder? Somethink like "WEBSITE" to site.com
  8. M

    [Gesior ACC] Image builder doesn't work? :]

    To repair imagebuilder.php when it didn't appear just change: <? session_start(); $pool = '0123456789'; $img_width = 80; $img_height = 30; $str = ''; for ($i = 0; $i < 4; $i++){ $str .= substr($pool, mt_rand(0, strlen($pool) -1), 1); } $string =...
  9. M

    [Gesior ACC] Items price test [v.2.0]

    v2.0 + LUA FILES CHECK! // I think it working good :D [TESTED] + Better look - One night ^.^ 39648 f**k'n chars :D Hope you enjoy. Please send screens with your Item prices errors. UPDATE (v0.8b / v1.2) -> v2.0 Change all between //NPC CHECK by MappingFOR // www.mayu11.webd.pl // PL...
  10. M

    [PHP+JS] Hourly countdown (With SERVER TIME!)

    Create a "countdown.php" in "layout.php" folder. <?php header("Content-type: text/javascript"); $date = date('M d Y H:i:s'); print 'var now = new Date("'.$date.'");'; print 'function times() { now.setSeconds(now.getSeconds()+1); lat = new Date("0 0 0 20:00:00"); // SET TIME (it's...
Back
Top