Results 1 to 1 of 1
-
2nd Apr 2011, 01:04 PM #1OPMember
Force clicking on ads
hello, i have a public leecher, i use advertise for pay it, i tell to everyone to click on ads but only 5 % click on it ireally need money for keep it alive... i have a script for the transload button who open popus with ads and countdown...
<script type="text/javascript"><!--
var timer;
adpop = null;
n = 10;
function fnPopup(){
adpop = window.open('/superleech/ads.html', 'popup', 'scrollbars=0,resizable=1,width=730,height=600,lef t=150,top=300');
$('input[name=btnTransload]').val('CLICK ON ADVERTISE for download... 10 seconds.');
$('input[name=btnTransload]').attr('disabled','disabled');
timer = setInterval("counter()", 1000);
}
function counter(){
if(adpop != null){
if(adpop.closed){
alert('You closed the popup before of the 10 seconds, click on ADVERTISE and\r\nTry Again.');
clearInterval(timer); n = 10;
$('input[name=btnTransload]').val('Try Again');
$('input[name=btnTransload]').removeAttr('disabled');
return;
}
if(adpop.frames.length == 3){
return false;
}else{
n = n - 1;
$('input[name=btnTransload]').val('Click on Advertise and wait '+n+' seconds.');
if(n == 0){
clearInterval(timer);
$('input[name=btnTransload]').remove();
$('input[name=B2]').before('<input value="Transload" type="submit">');
}
}
}
}
//-->
</script>
but i need who the countdown only start when people click on ads someone know how to do that ?
thanks !guitarmaster Reviewed by guitarmaster on . Force clicking on ads hello, i have a public leecher, i use advertise for pay it, i tell to everyone to click on ads but only 5 % click on it :( ireally need money for keep it alive... i have a script for the transload button who open popus with ads and countdown... <script type="text/javascript"><!-- var timer; adpop = null; n = 10; function fnPopup(){ adpop = window.open('/superleech/ads.html', 'popup', 'scrollbars=0,resizable=1,width=730,height=600,left=150,top=300'); Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
VBshout popup options on clicking username
By saini in forum vBulletinReplies: 0Last Post: 17th Apr 2012, 04:30 PM -
Clixsense - Earn $$ by clicking on Ads
By skull101 in forum Affiliate Programs PromotionReplies: 0Last Post: 24th Feb 2012, 04:03 PM -
What Is your Mouse Clicking Speed
By nasavsisro in forum Useful SitesReplies: 52Last Post: 31st Dec 2011, 06:09 AM -
Force User To Read Their Pm!
By warezboy in forum vBulletinReplies: 1Last Post: 20th Jan 2011, 09:05 PM -
Brute Force attack
By loki in forum Server ManagementReplies: 3Last Post: 15th Mar 2009, 11:42 PM
themaPoster - post to forums and...
Version 5.22 released. Open older version (or...