BHCB problem...frustrating.

loveiswar12

Junior Member
Joined
Apr 25, 2011
Messages
196
Reaction score
41
I'm having a problem with my links not showing up on the content locker. I've set up my links.txt files as instructed, with the anchor text followed by the URL...like this:

Free iPad
http://www.whatever.com/myafflink
Free Music
http://www.whatever2.com/myafflink

I uploaded the links.txt along with all the other files (goto, goto2, lock.js, lock.png, and index.html). I uploaded everything to the same directory on the same webpage.

I didn't upload the demo links file, something like "original_links.txt."

I tried editing it in notepad w/o the word wrap option. I tried editing it in multiple editors. I tried deleting the entire directory and re-uploading. I tried uploading in binary only...

When I load the page, the locker pops up just fine, but none of the links show up. I've searched G and the forums, but can't find a solution...

Anyone have a suggestion?
 
why don't you contact meathead or the creator? i'm sure they will help you
 
meathead made CL Pro.

BHCB was made by someone (Brad) else whom I have no idea if he's a member of this forum.

Thanks for the tip though.
 
oh man you are right....my apologies X] a bit tipsy :P sorry don't know ;d goodluck
 
I found out after playing with it that BHCB actually allows HTML in the instruction text, header and footer fields. Just place HTML links between the ' ' . Delete all lines from the links.txt file EXCEPT the line that says "**** PUT YOUR CPA LINKS ABOVE THIS LINE", and do not delete the file itself, or the lock will not work. You have a lot more flexibility this way (inserting HTML) anyway. I've used all kinds of different methods using the HTML instead of the links file...like, you can use iframes, image links, widgets...anything you want really. Hope this helps.
 
Last edited:
I found out after playing with it that BHCB actually allows HTML in the instruction text, header and footer fields. Just place HTML links between the ' ' . Delete all lines from the links.txt file, but do not delete the file itself, or the lock will not work. You have a lot more flexibility this way (inserting HTML) anyway. Hope this helps.

Sorry, can you elaborate on a few things? I'm new to coding, but learning like crazy.

What you mean by placing HTML links between ' '? Do you mean place my affiliate links in the index? Where would the anchor text go? If you can provide a code example, that would be awesome.

Thanks much.
 
open the lock.js in notepad and you should see this and more:
Code:
// 1. TEXT FIELDS (see section 3.3.1 in the manual)
      // HEADLINE
      var blocker_headline = '';
Insert your html between the '' like so:

Code:
// 1. TEXT FIELDS (see section 3.3.1 in the manual)
      // HEADLINE
      var blocker_headline = '[COLOR=Red]<a href="http://www.blackhatworld.com">this is your link</a>[/COLOR]';
 
open the lock.js in notepad and you should see this and more:
Code:
// 1. TEXT FIELDS (see section 3.3.1 in the manual)
      // HEADLINE
      var blocker_headline = '';
Insert your html between the '' like so:

Code:
// 1. TEXT FIELDS (see section 3.3.1 in the manual)
      // HEADLINE
      var blocker_headline = '[COLOR=Red]<a href="http://www.blackhatworld.com">this is your link</a>[/COLOR]';


Thanks...I'll give it a shot right now.
 
I found out after playing with it that BHCB actually allows HTML in the instruction text, header and footer fields. Just place HTML links between the ' ' . Delete all lines from the links.txt file EXCEPT the line that says "**** PUT YOUR CPA LINKS ABOVE THIS LINE", and do not delete the file itself, or the lock will not work. You have a lot more flexibility this way (inserting HTML) anyway. I've used all kinds of different methods using the HTML instead of the links file...like, you can use iframes, image links, widgets...anything you want really. Hope this helps.

Thank you so much for posting this. I was about to go insane because I couldn't get my links to show up after researching and trying different things for hours.
 
Thank you so much for posting this. I was about to go insane because I couldn't get my links to show up after researching and trying different things for hours.

Np. :) They don't really tell you when you get the manual that you can use plain HTML like how i showed you. I was having the same kinda trouble with it when I first got it and it frustrated the hell outta me too! Glad I could be of help. :cool:
 
Back
Top