Geek I also Tried deleting the javascript as well, and I still get the blank pages. What do I do?
Let me show you what I have in my admin/index.php file, tell me if there is something missing:
$printhr = false;
// === GAB ===
construct_nav_option($vbphrase['GAB_settings'], 'GAB_admin.php?do=settings');
construct_nav_option($vbphrase['GAB_display_ads'], 'GAB_admin.php?do=displayads');
construct_nav_option($vbphrase['GAB_categories'], 'GAB_admin.php?do=displaycats');
construct_nav_option($vbphrase['GAB_scripts'], 'GAB_admin.php?do=displayscripts');
construct_nav_option($vbphrase['GAB_stats'], '../advertising.php');
construct_nav_group($vbphrase['GAB_CP']);
$printhr = true;
$printhr = false;
// === GAB ===
// *************************************************
construct_nav_option("vB Journal Settings", 'journaladmin.php?do=settings', '<br />');
construct_nav_option("Show All Journals", 'journaladmin.php?do=showjournals', '<br />');
construct_nav_option("Add a Mood", 'journaladmin.php?do=addmood', '<br />');
construct_nav_option("Show Moods", 'journaladmin.php?do=moderatemoods', '<br />');
construct_nav_option("Moderate Journals", 'journaladmin.php?do=moderatejournals', '<br />');
construct_nav_option("Moderate Journal Entries", 'journaladmin.php?do=moderateentries', '<br />');
construct_nav_option("Support", 'journaladmin.php?do=support', '<br />');
construct_nav_group("vB Journal", '<hr />');
$printhr = false;
construct_nav_option('Arcade Main Settings', 'arcade.php?code=settings', '<br />');
construct_nav_option('Games List' , 'arcade.php?', '<br />');
construct_nav_option('Categories' , 'arcade.php?code=cat', '<br />');
construct_nav_option('Add Game' , 'arcade.php?code=add_game', '<br />');
construct_nav_option('Tournaments' , 'arcade.php?code=tourney', '<br />');
construct_nav_option('Group Permissions' , 'arcade.php?code=groups', '<br />');
construct_nav_option('Member Manage' , 'arcade.php?code=user_search', '<br />');
construct_nav_option('IP Banning' , 'arcade.php?code=ip_ban', '<br />');
construct_nav_option('Score Tools' , 'arcade.php?code=score_tools', '<br />');
construct_nav_option('Custom Game Sorting' , 'arcade.php?code=custom', '<br />');
construct_nav_group("Arcade", '<hr />');
//=== GEEK AUTOLINK step 4.2 ===
$printhr = true;
construct_nav_option($vbphrase['GAL_display'], 'GAL_admin.php'); construct_nav_option($vbphrase['GAL_add_new'], 'GAL_admin.php?do=add'); construct_nav_option($vbphrase['GAL_settings'], 'GAL_admin.php?do=rebuild'); construct_nav_group($vbphrase['GAL_CP']);
//=== /GEEK AUTOLINK ===
if (can_administer('canadminstyles'))
{
|