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

Really need help, urgent!

Zenzeratyas

New Member
Joined
Aug 16, 2009
Messages
12
Reaction score
0
Hello,

Ive installed tfs 0.3.6, with a rl map.

Downloaded gesior 0.3.6 for tfs. When im trying to install it, Im only getting till step 5 in the installation process. (wich results i cant create the "create acc" load vocations, etc).

Realy need some help with this!
 
Ye well,

Gesior got an install package. So i going to my localhost/install.php. Can execute step 1-5 (step loading spells).

I'm missing the steps to create acc, manage vocations etc. (wich i had in 0.3.1)

So whenever somebody opens my web, they cant click on "create account, loggin etc
 
Well it worked, asked lke 100's of ppl for the answer haha

anyway, it shows my server is offline, while i got like 30 players online allready.

Suggestions:>? know its something with my config-functions at htcdocs
 
If you are using tibiacom layout:
1. Open htdocs/layouts/tibiacom/layout.php
2. Search for OFFLINE
3. It should look like this
Code:
		  <?PHP
			if($config['status']['serverStatus_online'] == 1)
				echo $config['status']['serverStatus_players'].'<br />Players Online';
			else
				echo '<font color="red"><b>Server<br />OFFLINE</b></font>';
			?></div>
 
Back
Top