05-07-2012, 02:52 PM
Quote:I’ve used it to make tens of thousands of dollars in various niches (NOT THE INTERNET MARKETING NICHE, EITHER)
From this one script, I made $36,117 from one site in a year, with the total profit after all the expenses of the site:
$19,491.96
Here’s a screenshot of the unaltered profit/loss sent from my bookeeper:
![[Image: 2010-05-14_1650.png]](http://www.arborsupport.com/jing/chad/2010-05-14_1650.png)
Info:
Code:
http://www.chaddo.com/index.php/19k/
Looking the date its quite too old but maybe someone can make use of this,
and besides i NEVER saw this being shared on any other forum yet until now.
So i decided to share it for everyone here in bestblackhatforum.
Direct Download ( Script + Video Installation )
Magic Button :
Code:
http://www.chaddo.com/index.php/freescript/
or
There have actually been TWO scripts that were directly responsible for the $19,000 profit I showed you in my last blog post.
WATCH THIS VIDEO FOR SCRIPT #1:
Video#1
Magic Button :
Code:
http://www.arborsupport.com/jing/chad/2010-05-17_1412.mp4
Here is the code for the script in this video.
First, this is how you need to format your urls:
Magic Button :
http://www.yourwebsite.com/page.php?key=...eywordHere
or if you have multiple words in your keyword phrase:
http://www.yoursite.com/page.php?key=Insert Your Keyword Here
Now, all you simply have to do is insert this code somewhere in your HTML…
![[Image: 2010-05-17_1328.png]](http://www.arborsupport.com/jing/chad/2010-05-17_1328.png)
or if you have multiple words in your keyword phrase:
http://www.yoursite.com/page.php?key=Insert Your Keyword Here
Now, all you simply have to do is insert this code somewhere in your HTML…
![[Image: 2010-05-17_1328.png]](http://www.arborsupport.com/jing/chad/2010-05-17_1328.png)
Magic Button :
Code:
http://arborsupport.com/listcontrol/launchvid01-FreeScript.flv
Magic Button :
Code:
http://arborsupport.com/warriorAUTOblogCASH/PopupCode.txt
or here's the scripts source code:
Magic Button :
PHP Code:
<!-- Beginning of No-Kill Pop Box code -->
<script type="text/javascript" language="JavaScript">
<!-- Copyright 2003 Bontrager Connection, LLC
// Please see the "No-Kill Pop Box (Instead of Popups)"
// and "No-Kill Pop Box; Part II" articles at
// http://willmaster.com/possibilities/archives
// for more information.
function OpenNoKillPopBox() {
var NoKillPopBox = 'BetterThanPopup'; // Must have same value as id of no-kill pop box DIV
if (navigator.userAgent.indexOf("Opera") != -1) // Opera
{ document.getElementById(NoKillPopBox).style.visibility="visible"; }
else if(navigator.userAgent.indexOf("Gecko") != -1) // NS6+
{ document.getElementById(NoKillPopBox).style.visibility="visible"; }
else if(document.layers) // NS4
{ eval('document.' + NoKillPopBox + '.visibility="show"'); }
else if(document.all) // IE and clones
{ eval(NoKillPopBox + '.style.visibility="visible"'); }
else // Might or might not work on other types of browsers.
{ eval(NoKillPopBox + '.style.visibility="visible"'); }
} // end of function OpenNoKillPopBox()
function CloseNoKillPopBox() {
var NoKillPopBox = 'BetterThanPopup'; // Must have same value as id of no-kill pop box DIV
if (navigator.userAgent.indexOf("Opera") != -1) // Opera
{ document.getElementById(NoKillPopBox).style.visibility="hidden"; }
else if(navigator.userAgent.indexOf("Gecko") != -1) // NS6+
{ document.getElementById(NoKillPopBox).style.visibility="hidden"; }
else if(document.layers) // NS4
{ eval('document.' + NoKillPopBox + '.visibility="hide"'); }
else if(document.all) // IE and clones
{ eval(NoKillPopBox + '.style.visibility="hidden"'); }
else // Might or might not work on other types of browsers.
{ eval(NoKillPopBox + '.style.visibility="hidden"'); }
} // end of function CloseNoKillPopBox()
//-->
</script>
<!-- Value of id of DIV tag must be same as value of NoKillPopBox variable in the JavaScript function. -->
<style type="text/css">
<!--
.style1 {font-family: Arial, Helvetica, sans-serif}
-->
</style>
</p>
<div
id="BetterThanPopup"
style="
top: 10px;
left: 50px;
width: 600px;
height: 600px;
padding: 0;
position: absolute;
z-index: 1;
visibility: hidden;">
<!-- Content of No-Kill Pop Box -->
<table width="100%" bgColor=#ffffff align="center" cellpadding="4" cellspacing="0" border="1" bordercolor="#000000">
<tr>
<td><p align="right"><font size="4"><a href="javascript:CloseNoKillPopBox()">X</a></font></p>
---------- INSERT POPUP CONTENT HERE ----------
</td>
</tr>
</table>
<!-- End of No-Kill Pop Box Content -->
<script type="text/javascript" language="JavaScript"><!--
setTimeout('OpenNoKillPopBox()',2000);
//--></script>
</div>
<!-- End of No-Kill Pop Box code -->