Kurt Posted May 11, 2007 Posted May 11, 2007 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
1337 Posted May 11, 2007 Posted May 11, 2007 The server doesn't have the GD library installed, which lets PHP generate images on the fly. Sorry
Kurt Posted May 11, 2007 Author Posted May 11, 2007 The server doesn't have the GD library installed, which lets PHP generate images on the fly. Sorry 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!
Ashoat Posted May 11, 2007 Posted May 11, 2007 Sorry about that last issue, it's been fixed now. Your forum isn't working because of automatic ad placement. http://www.helionet.org/index/index.php?ac...E=01&HID=22 The server doesn't have the GD library installedYah, it does.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now