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

    MySQL How to edit the Player Skills in your Database

    You are very roxx++ Thanks i find this :D ILY <3 :D
  2. X

    Linux [Gesior ACC] Bug in config-and-functions.php

    here you go. <?PHP // ###################### CONFIG ######################## //load page config file $config['site'] = parse_ini_file('config/config.ini'); include('config/config.php'); //check install if($config['site']['install'] != "no") { header("Location: install.php"); exit; }...
  3. X

    MySql Error

    ALTER TABLE `players` ADD `redskulltime` BIGINT NOT NULL DEFAULT 0; ALTER TABLE `players` ADD `redskull` SMALLINT NOT NULL DEFAULT 0;
  4. X

    Solved Debian theforgottenserver Problem. Help..

    When I execute ps aux~~ I get this: root 3203 0.0 0.0 3936 632 pts/0 S+ 22:58 0:00 grep theforgottenserver Then I execute: kill 3936 And I get -bash: kill: (3936) - No such process
  5. X

    Solved Debian theforgottenserver Problem. Help..

    Solved.
Back
Top