• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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