SEO20's ultimate script-collection FREE

I tried it but i have some questions first of all, when the page loads it pops up over and over again can i make it pops only ones?
Second is it a reason to block you on adsense for driving traffic like that?
Third when i add the url of my page it opens 2 urls in the same line etc if my is www . example . com the second site that pops up is www . example . com/www . example2 . com can i fix that?

Thanks :)
 
Ohhhhhhhhhhhh yes - these still works like a charm. Just using it in a different way these days to make some serious lazy money - he he :-)
 
No more questions ? LOL, all of them are making Money Now, no time for Questions... :)))

BTW, nice Share, Rep. Added...
 
And yes I still use these - he he.
 
i am a noob. i want to know one thing. please don't kick my ass. :(
I want to know how to use it........ :D
Seriously!!!! i want to know that.
 
That's right - I'M back.
I have 4 of my power scripts here for you guys - but then you have to promise me that you don't PM me with questions :-)

How I simulate/force a click on the client

This is how I simulate/force a user clicking in the browser.
It can be used to bypass pop-up killers, force a click on a link - even ads.
Limitations: does not work inside hosted iframes - like Ads3ns3 and the like.

Short example:

HTML:
<html> 
<body>
<script type="text/javascript">
function simulateClick(control)
{
    if (document.all)
    {
        control.click();
    }
    else
    {
        var evObj = document.createEvent('MouseEvents');
        evObj.initMouseEvent('click', true, true, window, 1, 12, 345, 7, 220, false, false, true, false, 0, null );
        control.dispatchEvent(evObj);
    }
}
</script>

<a href="url" id="mytest1">test 1</a><br>
<div id="mytest2" onclick="alert('Here we go');">And in a Div</div>

<script type="text/javascript">
    simulateClick(document.getElementById('mytest1'));
    simulateClick(document.getElementById('mytest2'));
</script>

</body>
</html>
Hello guys
I try this method but is working only in Chrome. What I need to fix for work in all browsers?
 
A dozen thank-you's. Seriously powerful and useful. Hope you know how many appreciate it, even if we don't always remember to post a thanks. You've earned MANY thank-you's :-))
 
Well, can i see a example where this is already done?
And are here any people who considering doing this for my website, for a small amount?

Let me know by PM or here please!
 

simulate/force a click on the client

Newer update! This script is no longer working. Pop Up blocker kills script pop up actions.
P.s - Tested on normal webhosting not locally.

Thank you!
 
Thanks OP, still working like a charm! even this post is on 2014, I try to used it and it works!
 
he he - it's some serious old stuff :-)
 
Back
Top