Jump to content

Kurt

Members
  • Posts

    2
  • Joined

  • Last visited

Kurt's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thanks for the quick reply. So neither yaBB or phpBB will be able to have that feature available to them? Now I'm also getting AD; if($_SERVER['PATH_TRANSLATED'] != '/tmp/layout/header.php') return; $filename = explode('/',$_SERVER['LAYOUT_FILENAME']); //New db-in-file method $file = file("/tmp/layout/db.log"); $accounts = explode('|',$file[1]); foreach($accounts as $key => $account) $accounts[$key] = strtolower($account); if(in_array($filename[2],$accounts)) echo $ad; ?> that above the forum preventing me from getting to the admin section. What's going on? Thanks!
  2. I installed a phpBB using cPanel. Other people trying to register accounts for the BB have complained that they are not seeing the confirmation code needed to register. I have verified that the code isn't being displayed. I have uninstalled and reinstalled several times without sucess. Uninstalling phpBB and installing yaBB doesn't help, as yaBB has the same problem of not displaying the confirmation code to users trying to register accounts. I'm new to this, so any help you could give me would be greatly appreciated. Thanks
×
×
  • Create New...