[GET][BHCB] Geo Targeted Links.txt

ruler0fall

Power Member
Joined
May 17, 2009
Messages
560
Reaction score
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
Code:
if(false !== strpos($_SERVER["REQUEST_URI"], "links.txt"))
{
    require_once("./tools/links.php");
    exit();
}
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
 

Attachments

Last edited:
Bump, no one want to use it or no one undestand it ?
 
I'll be totally honest with you. I would love to use this feature but I haven't
got a clue how to configure it. I'm having enough trouble trying to figure out
an email opt-in pluggin for WP and I haven't started on my BHCB yet.:confused:
 
Hmm, well it's PHP so it's kind of hard I guess.
basically uou can paste this thing as much as you want as long as you leave the $links thingy around it.
Code:
    array(
        "url" => "URL",
        "title" => "DISPLAYTITLE",
        "country" => "2CHARCOUNTRYCODE",
        "priority" => 1,
        "group" => "GROUPNAME",
    ),

URL = url for your offer
DISPLAYTITLE = Title for in BHCB
COUNTRY = The country it should appear in can be an Array
PRIORITY = UNUSED
GROUPNAME = Things from the same group only show 1 only show 1 out of the group
 
Does it ok for google ?
do u think he cannot see these redirection ?

thanks
 
Does it ok for google ?
do u think he cannot see these redirection ?

thanks
What are you talking about, what redirection ?
That links.php thing is just to display the links.php as links.txt. it doesn't do any detectable redirects.
 
Back
Top