• 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!

TFS 0.X Gesior ACC [World_Id] Error

Vizjus

Banned User
Joined
Nov 13, 2018
Messages
266
Reaction score
59
Location
TheForgottenServer
Today i came around to my otwebsite and found that creating accounts wouldnt work.
but it was just fine yesterday!
hmm
createaccounts.php always thrown me the error saying please select a gameworld
so i changed the if function of game world!
posting it here in case google search is gonna bring someone with similar problem 1 day

if(!isset($_POST['world']) || empty($_POST['world'])){
$_POST['world'] = 0;
}else
$e['world'] = 'Please select a game world for your character!';

or
if(!isset($_POST['world']) || empty($_POST['world'])){
$_POST['world'] = 0;
 
Last edited:
Back
Top