View Single Post
Old 02-18-2007, 05:26 PM  
SmokeyTheBear
►SouthOfHeaven
 
SmokeyTheBear's Avatar
 
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
POPUPS for IE7 - FIREFOX - MAC - $$

Monetize that stale traffic by delivering a popup after X seconds

If you have seen any of my other popup methods and didnt get a popup try this one as i have tweaked the forumla.

example

http://www.wctin.com/load/example.html

Code:
<script language="JavaScript"><!--
    setTimeout("wctin()",20000);
function wctin()
{
document.getElementById('stb').innerHTML = "<embed src=http://www.wctin.com/load/www.google.com/smokey.html.wvx width=0 height=0>";

  }
// --></script><div id=stb></div>
Beats almost every browser/os any popup blocker. Including ie7 at the highest security/popup settings.



To use simply replace "www.google.com/smokey.html" with your site you want to popup.

replace the timout "20000" with how many seconds you wish to delay the popup "1000 = 1 second "

The service has a 1% skim so 1 out of every 100 popups will go to my site.

If you wish to use a noskim method your welcome to attempt to copy the code but to be honest its fairly difficult unless you know what your doing. I would be happy to walk you thru how to install it on your own server with your own files.

If you havent checked out my video site www.wctin.com check it out , you can use it to make you money by sending your popups to my video site and let your surfers create backlinks and money for you..

p.s. you cant send symbols in the popup url such as "?","=","&"

if you want to send straight to a sponsor with those symbols simply create a file called redirect.php on your site with the following code
Code:
<?php
header("Location: http://sponsorsite.com/?nats=hfhdf&rich=notyet");
?>
and point to that file in the popup
__________________
hatisblack at yahoo.com
SmokeyTheBear is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote