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

Gesior 1.0.1 Flags and Signature dont show

Lightonia

Lightonia.servegame.com
Joined
Jun 4, 2007
Messages
492
Reaction score
9
Hi, im not sure what PHP script to post, but they dont work and havn't been working from the start. Please help out!
 
You need to have the flags and signatures images in your images or layout folder, also, you need to enable signatures on gesior config and add flags tables into your PMA
 
Edit, just notice that you dont need flags in images folder.

Look at ur config.php and look for


PHP:
$config['site']['flag_images_url'] = 'http://flag-images.ots.me/';
$config['site']['flag_images_extension'] = '.png';
 
If you use the right one, characters.php you will find like this into it:

PHP:
$main_content .= '<center><table cellspacing="0" cellpadding="0" border="1" width="200">
				<tbody>
					<tr bgcolor="' . $config['site']['darkborder'] . '">
						<td style="text-align: center;"><img src="?subtopic=signature&name=' . urlencode($player->getName()) . '" alt="Signature" /></td>
					</tr>
					<tr bgcolor="' . $config['site']['lightborder'] . '">
						<td style="text-align: center;"><b>Link:</b><input type="text" name="" size="100" value="' . htmlspecialchars($config['server']['url'] . '?subtopic=signature&name=' . urlencode($player->getName())) . '" /></td>
					</tr>
				</tbody>
			</table>
			<div style="text-align: center;">&nbsp;<br />&nbsp;</div></center>';

And make sure you have signature map IN images map,
 
I do have it, still don't work

i guess the wont work since you are not testing it world wide?

Since ::1 is the local ip and cant be done to some flag since the ip doesnt really exists...

you need to let other persons from a other network/land try the server ... atleast if was for me like this...
 
Back
Top