• 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 acc problem

Anonimowy

New Member
Joined
Jun 10, 2012
Messages
25
Reaction score
0
witam mam taki problem

Parse error: syntax error, unexpected '<' in C:\xampp\htdocs\mapa.php on line 12


linijka to :
<center><a href="images/map.png" target="_blank"><img src="images/mala_mapka.gif" width=486 height=486 border=0 alt=""></a></center>
 
Pokaż cały kod, a nie urywek :].
 
Prosze.


<?PHP
if($subtopic == "tibiarules") {
$main_content .= '<B>'.$config['server_name'].' Regulamin</B><BR><TEXTAREA ROWS="25" WRAP="physical" COLS="80" READONLY="true">';
}
$main_content .= '<b><center><font color="orange" size="5">Mapa Respawnu!



<b><center><font color="red" size="3">Mapa przedstawia 50% Tego co jest ukryte na mapie :)
<b><center><font color="gold" size="4">Kliknij na mapke żeby wyswietlic Mape Respawnu!!</font></center>';

<center><a href="http://otland.net/images/dbmap.png" target="_blank"><img src="http://otland.net/images/mala_mapka.gif" width=486 height=486 border=0 alt=""></a></center>





if($subtopic == "tibiarules") {
$main_content .= '</TEXTAREA>';
}
?>
 
PHP:
<?PHP
	if ($subtopic == "tibiarules") 
		$main_content .= '<B>'. $config['server_name'] .' Regulamin</B><BR><TEXTAREA ROWS="25" WRAP="physical" COLS="80" READONLY="true">';

	$main_content .= '<b><center><font color="orange" size="5">Mapa Respawnu!
	<b><center><font color="red" size="3">Mapa przedstawia 50% Tego co jest ukryte na mapie 
	<b><center><font color="gold" size="4">Kliknij na mapke żeby wyswietlic Mape Respawnu!!</font></center>
	<center><a href="http://otland.net/images/dbmap.png" target="_blank"><img src="http://otland.net/images/mala_mapka.gif" width=486 height=486 border=0 alt=""></a></center>';

	if($subtopic == "tibiarules")
		$main_content .= '</TEXTAREA>';
?>
 
Back
Top