How to reset my phpBB admin password

Written by Jay
To reset your phpBB Admin password, please follow these steps: A) Identify the MySQL database associated with your phpBB installation by opening config.php with FTP client, and find the following variables: $dbhost $dbname $dbuser $dbpasswd B) Access phpMyAdmin to reset the password. Click the corresponding table that stores username and password information: phpbb_users> Click Browse located towards the top of your screen so that a list of users display. Find the acc... Continue reading
Mar
26

How To Make Your Forums Search Engine Friendly

Written by Jay
Why would you want to optimize your forum anyway? Simple. To get more traffic from the search engines. And that’s what we all want, right? You see, forums the way they’re setup aren’t all that search engine friendly. The urls look something like this – yoursitehere/forum/viewforum.php?f=1 and the ? character is a red flag for search engine spiders. They look at a url like that and get scared, don’t crawl much if any of the forum, and hence the... Continue reading
Mar
03