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

Wep page error.

nystrom

New Member
Joined
Nov 17, 2009
Messages
269
Reaction score
0
some players on my server is getting this errors when some one is trying to search for there name on the webpage..
PHP:
Fatal error: Function name must be a string in C:\xampp\htdocs\characters.php on line 424
and this is my C:\xampp\htdocs\characters.php
Line 424:
PHP:
		$main_content .= '<br><TABLE BORDER=0 CELLSPACING=1 CELLPADDING=4 WIDTH=100%><TR bgcolor='.$config['site']['vdarkborder'].'><TD>Victims</TD><td>Frags: '.$count($player_frags).'</td></TR>'.$frag_add_content.'</TABLE>';
 
aha i tryed to change some stuff in my xamp config and i found out that if i disabels the $config['site']['showVictims'] = 1; in my config so will the page work. but i still wounder if some one knows how i fix this error? :p it shoud be nice to see victims :p
 
Back
Top Bottom