Tried using Anju's newly released web but got this error..
Not really an error but web doesn't show just that shows...PHP Code:"") { $_LANGUAGE = $_SESSION[Language]; } else { $_LANGUAGE = $_MODE[LANG]; } if(file_exists("lang/{$_LANGUAGE}.php")) { include "lang/{$_LANGUAGE}.php"; } else { $_SESSION[Language] = $_MODE[LANG]; $_SESSION[LANG] = $_MODE[LANGSHORT]; redirect("{$_SERVER['HTTP_REFERER']}"); } if($_MODE[URI] == 0) { $URLLINK = $_LINK[LOCAL]; } else { $URLLINK = $_LINK[GUNZ]; } if(isset($_GET['gunz'])) { $do = $_GET['gunz']; } else { $do = "index"; } $_ACCOUNT = mssql_fetch_row(mssql_query("SELECT AID, UserID, UGradeID, RegDate, Name, Email, Age, Sex, ZipCode, Address, Country, Cert, Question, Answer, Coins, ECoins, Tokens, ImgURL, BirthYear, BirthMonth, BirthDay FROM Account WHERE AID = '{$_SESSION[AID]}'")); include 'others/bbcodes.php'; echo ' '; echo ($_GET['gunz'] == 'register') ? '' : ''; echo ($_GET['gunz'] == 'forums') ? " " : ''; echo ($_GET['gunz'] == 'rebirth' || $_GET['gunz'] == 'event' || $_GET['gunz'] == 'vip' || $_GET['gunz'] == 'store') ? "" : ''; echo '
'; include "include/header.php"; echo '
'; include "include/navigation.php"; if($_SESSION[AID] <> "") { include "include/block.php"; } if($_MODE[WEB] == 1) { if(file_exists("pages/gunz_".$do.".php")) { include "pages/gunz_".$do.".php"; } else { include "pages/gunz_unavailable.php"; } } elseif($_MODE[WEB] == 0) { if(!isset($_GET['gunz'])) { include "pages/gunz_index.php"; } else { include "pages/gunz_maintenance.php"; } } echo '
'; include "include/footer.php"; echo ''; ?>


Reply With Quote


