23.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

11-20-2012, 07:33 PM
Post: #1
[GET] iFraming Offer Inside BHCB Type Screen - Scripts + Codes
I've been searching forums a long time to find a 'how to' iFrame an offer inside the BHCB lock screen.. couldn't find anything.. Atlast I found it^______^ Tutorial Below:

Somebody mirror the whole damned thing!!!!

Magic Button :

1. Download the zip file below.
Code:
http://www.mediafire.com/?fmmqumgmogd

VT:
Code:
http://www.virustotal.com/nl/analisis/99...1261133658

2. Upload files to your host.

3. Edit iframe.html with your iframing code or anything else you desire, it'll be shown in the lockscreen (so you can even fancy it up by adding headers/footers you made in PS, just add the slicing code to iframe.html)

4. Adjust interstitial.js to your liking. You can set it up to randomly rotate your iframe screens. Example:

Code:
var interstitialBox={//1) list of files on server to randomly pick from and displaydisplayfiles: ['iframe.html', 'iframe2.html'],
So just make another iframe file and add them to the code above.

To change the frequency of the lock screen [it is set up to show 100% of the time now], if you only want 1/3d of your visitors to see the lock screen, change as desired:

Code:
//2) display freqency: ["frequency_type", "frequency_value"]displayfrequency: ["chance", "3"],
1/5th of your visitors to show the lock screen would mean changing the above number to '5'.

Changing the display frequency type based on cookies. Edit these lines:

Code:
//2) display freqency: ["frequency_type", "frequency_value"]displayfrequency: ["cookie", "session"],
[Script is currently set up to display on chance, 100% of the time]. This setting causes the box to pop up once per browser session. A new session begins when the visitor has closed his browser and relaunches it.

Showing the lock screen once every x days:

Code:
//2) display freqency: ["frequency_type", "frequency_value"]displayfrequency: ["cookie", "5"],
This setting causes the box to pop up once every "x" days, where "5" in this case would mean once every 5 days.

The script is currently set up to disable user's scroll bars. Simple change this if you want the scroll bars to show:

Code:
//6) Disable browser scrollbars while interstitial is shown (Only applicable in IE7/Firefox/Opera8+. IE6 will just auto scroll page to top)?disablescrollbars: false,
To hide the lock screen after x number of seconds [it is set up to NEVER hide now]:

Code:
//7) Auto hide Interstitial Box after x seconds (0 for no)?autohidetimer: 30,
Lock screen will hide in 30 seconds in the example above.

5. (Optional) Edit interstitial.css to tune the look/style of the lock screen. You may need to edit the width of the box to fit your iFrame. You can head over to your favorite graphics program to find some HEX codes to fit the look of your site/offer. Box is currently shown with a darkblue border. Again, you may edit whatever you like.

6. Now, to actually make the lock screen show. This is probably the most important step Add this code to whatever page you want the lock screen to be shown [in the <head></head> tags:]


Code:
<link rel="stylesheet" type="text/css" href="interstitial.css" /><script type="text/javascript" src="interstitial.js"></script>

We're done! You should now have your own customizable 'gateway' with an iFrame/other content inside the lock screen. Hope it made sense to someone

SAMPLE PAGE:

http://www.allhqpics.com/premiumpics/lis...crtfg.html
11-20-2012, 07:52 PM
Post: #2
RE:
There You Go...
Uploadseeds Mirrors:




[hide]http://www.uploadseeds.com/download.php?uid=1R1AVVY8[/hide]


Cool
Cool Any and ALL Reviews that i see, get an instant +5 in REP. If i missed it, PM me with review post link and i will double it.. you'll get +10 REP!




54.gif