Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Help please

Newbie Spellweaver
Joined
Oct 24, 2012
Messages
24
Reaction score
3
Hi I am trying to get my website to work but I keep getting this:

"
'; include "block/userblock.php"; echo '
'; include "other/header.php"; echo '
'; if($_MODE[WEB] == 1) { include "other/navigation.php"; include "other/userside.php"; if(file_exists("include/gunz_".$do.".php")) { include "include/gunz_".$do.".php"; } else { alertbox("If you are getting this message, it means that we are still in progress of working on this page for you guy to have access to. Please bear with us.","{$_SERVER['HTTP_REFERER']}"); } } elseif($_MODE[WEB] == 0) { include "mode/mod_maintenance.php"; } echo '
'; ?>
"

Any ideas?
 
Retired modder
Loyal Member
Joined
Aug 13, 2008
Messages
1,250
Reaction score
126
try removing empty echo's.
If that doesn't work, paste the file where this code comes from on here so we can review the entire code.

Also, please have your thread title describe the issue. "Help please" doesn't help us to know what the thread is about.
 
Upvote 0
Back
Top