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

    [Modern AAC] New Template [2012]

    I love ur signature. short explaniton "I wont give rep to thoose who writes rep+ in their posts" well the funny thing is, u just did...
  2. Chuck88

    Solved Database Error HELP ME!

    have u imported the mysql.sql in ur database? - - - Updated - - - CREATE TABLE IF NOT EXISTS `polls` ( `id` int(250) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `question` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; CREATE...
  3. Chuck88

    Solved Database Error HELP ME!

    Put this into ur Database: CREATE TABLE IF NOT EXISTS `news` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(150) DEFAULT '', `body` text, `time` int(11) DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
  4. Chuck88

    Gesior Question

    its because ure using a old verison of geisor. pick a newer one or just change ur lastesnews.php for a newer one.
  5. Chuck88

    Team Looking for an active team for a custom server. English & low rate.

    Name: Felix Lindblad Applying For: Graphic Designer How old am I: 18 I see my self as a good graphic designer, ill have been lookin at a lot of different tutorials and I also went a graphic designer course in the school. ill can also help out with other stuffs but prefer the grapich part. Been...
  6. Chuck88

    Euro 2012 - Predictions

    doubt it, italy will do atleast 1 goal fo sure
  7. Chuck88

    [REQUEST] !aol script

    are u using PVE in ur config?
  8. Chuck88

    Windows Server crash

    compile with -D__EXCEPTION_TRACER__ and when the server crashes it will generate a file named report.txt. post that file here.
  9. Chuck88

    ZAYPAY - Payout to Paypal

    I do not think that's possible, can't you just transferm it to ur or ur parrents bank account then to paypal?
  10. Chuck88

    ZAYPAY - Payout to Paypal

    do a ticket on zaypay?
  11. Chuck88

    [SQL Query] Make every player level 1 with 185 HP and 35 Mana

    Here: UPDATE `players` SET `level` = 1, `health` = 185, `healthmax` = 185, `mana` = 35, `manamax` = 35, `cap` = 1000;
  12. Chuck88

    how to bring a sqlite data base to myaql

    It's possible Follow this tutorial: http:// http://otland.net/f479/convert-sqlite-mysql-database-pictures-47742/
  13. Chuck88

    Learning C/C++ - Tutorial

    Great tutorials!
  14. Chuck88

    [Modern AAC] Test.News error

    insert this in ur database: CREATE TABLE IF NOT EXISTS `news` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(64) NOT NULL DEFAULT '', `body` text NOT NULL, `time` int(18) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1...
  15. Chuck88

    Website - Help gesior bug

    error_reporting (0); in the top of accountmanagement.php
  16. Chuck88

    Lua Server online But site shows offline.

    in the top of the config set in: error_reporting (0);
  17. Chuck88

    Lua Server online But site shows offline.

    Test this one: config.php configotland - Pastebin.com
  18. Chuck88

    Lua Server online But site shows offline.

    Oh right it's Modern, Iam more familar with geisor. is there any file named something with functions? if it is copy it into pastebin
  19. Chuck88

    [Map] Error when trying to load server

    Test change the remeres items.otb to the items.otb of your server
Back
Top