ruler0fall
Power Member
- May 17, 2009
- 560
- 267
Hey Folks,
I've been using this script for my own BHCB install for a while now, it should still be working.
also put the following code in your index.php at the top
as you can define the name of the links.txt now in BHCB 3 you could try that too.
well I don't have the time to explain how it all works but if you have any questions after readin the comments in the PHP file don't hesitate to ask.
Regards, Ruler0fAll
I've been using this script for my own BHCB install for a while now, it should still be working.
also put the following code in your index.php at the top
Code:
if(false !== strpos($_SERVER["REQUEST_URI"], "links.txt"))
{
require_once("./tools/links.php");
exit();
}
well I don't have the time to explain how it all works but if you have any questions after readin the comments in the PHP file don't hesitate to ask.
Regards, Ruler0fAll
Attachments
Last edited: