
Here is a quick tutorial on how to bypass Phpbb registration agreement page, the essence of this bypass is to take user directy to registration page of a phpbb board.
STEPS TO REMOVE PHPBB AGREEMENT PAGE
1. Login to your Phpbb root directory via your hosting panel or FTP
2. From the root folder, Goto the file named includes/ucp/ucp_register.php
3. Find this code
Code: Select all
$agreed = $request->variable('agreed', false);
Code: Select all
$agreed = $request->variable('agreed', true);
However, it is very important to backup your root director before making any changes.