Can take a while for the server to restart the service...Traction wrote: Wed May 07, 2025 7:02 pm I just added that to my put that in my .htaccess, and added the robots.txt to the root. So far, still 503 errors. It's been 10 minutes since I added.
Can take a while for the server to restart the service...Traction wrote: Wed May 07, 2025 7:02 pm I just added that to my put that in my .htaccess, and added the robots.txt to the root. So far, still 503 errors. It's been 10 minutes since I added.
In the meantime, I'm gonna do that blackhole suggestion.SpIdErPiGgY wrote: Wed May 07, 2025 7:07 pmCan take a while for the server to restart the service...Traction wrote: Wed May 07, 2025 7:02 pm I just added that to my put that in my .htaccess, and added the robots.txt to the root. So far, still 503 errors. It's been 10 minutes since I added.
Where's header.php? Do they mean overall_header.html in the Styles directory? I'm not a noob, but they make it unclear.Step 4: Include the Blackhole script by adding the following line to the top of your pages (e.g., header.php):
I added that in common.phpTraction wrote: Wed May 07, 2025 7:26 pm
One question about Step 4:
Where's header.php? Do they mean overall_header.html in the Styles directory? I'm not a noob, but they make it unclear.Step 4: Include the Blackhole script by adding the following line to the top of your pages (e.g., header.php):![]()
Code: Select all
require($phpbb_root_path . 'includes/startup.' . $phpEx);
Code: Select all
include(realpath(getenv('DOCUMENT_ROOT')) . '/blackhole/index.php');
Thank you! One last thing:SpIdErPiGgY wrote: Wed May 07, 2025 7:50 pmI added that in common.phpTraction wrote: Wed May 07, 2025 7:26 pm
One question about Step 4:
Where's header.php? Do they mean overall_header.html in the Styles directory? I'm not a noob, but they make it unclear.![]()
Find:Add above:Code: Select all
require($phpbb_root_path . 'includes/startup.' . $phpEx);
Code: Select all
include(realpath(getenv('DOCUMENT_ROOT')) . '/blackhole/index.php');
Which file did you edit for the footer, and where did you put this?Step 5: Add a hidden link to the /blackhole/ directory in the footer of your site’s web pages (replace “Your Site Name” with the name of your site):
Code: Select all
<a rel="nofollow" style="display:none" href="https://example.com/blackhole/" title="Do NOT follow this link or you will be banned from the site!">Your Site Name</a>
You can add it somewhere in overall_footerTraction wrote: Thu May 08, 2025 5:31 am Which file did you edit for the footer, and where did you put this?
Code: Select all
<a rel="nofollow" style="display:none" href="https://example.com/blackhole/" title="Do NOT follow this link or you will be banned from the site!">Your Site Name</a>
Code: Select all
</body>
</html>
Thank you. I'm pretty sure that I did it right, and I've refreshed everything. Site has been working well for the last several hours (since I did your .htaccess edit), so it's hard to tell if it's in effect. I guess no news is good news though, right? Only two Guests.SpIdErPiGgY wrote: Thu May 08, 2025 5:39 am
You can add it somewhere in overall_footer
Above:Code: Select all
</body> </html>