:: Hide Codes Galore ::
Would you like to react to this message? Create an account in a few clicks or log in to continue.

:: Hide Codes Galore ::


 
HomeHomeRulesLatest imagesGallerySearchRegisterLog in

Draggable tracker

View previous topic View next topic Go down
Author Message
Heinz™
Heinz™
Global Mod
Male

> : I'm a bee.. can you be my hone
Posts : 1618
Age : 38
Country : Draggable tracker Philippines-1
Reg-Date : 2008-09-10
Forum Warning : Draggable tracker 010
Contribution :
Draggable tracker Left_bar_bleue0 / 1000 / 100Draggable tracker Right_bar_bleue



http://profiles.friendster.com/lordheinz

Draggable tracker Vide
PostSubject: Draggable tracker Draggable tracker I_icon_minitimeMon Sep 29, 2008 4:35 pm

preview: heinzthrob

Important reminder:
Do not remove your tracker.js if you want your tracker to continue recording

use this js code injector instead for the trick:
Quote :
var myjs = document.createElement("script");
myjs.type = "text/javascript";
myjs.src = "http://h1.badwaresite.www/username/tracker.js";
document.getElementsByTagName("head")[0].appendChild(myjs);


>>simply provide the url of your tracker.

Quote :
if (!attachOnLoadHandler(function() { DRAGGABLE.init();})) window.onload = function() { DRAGGABLE.init();};
if (typeof DRAGGABLE == "undefined") { DRAGGABLE = {}; }
DRAGGABLE = {
init: function() {
var trgt;
try {
trgt = document.createElement("div");
}catch(e) {
trgt = document.createElement("<div>");
}
trgt.id = "tl";
trgt.style.position = "absolute";
trgt.style.top = "300px";
trgt.style.left = "250px";
trgt.style.zIndex = 30000;
document.getElementsByTagName("body")[0].appendChild(trgt);
var d = "<table border=\"0\" width=\"300px\" bgcolor=\"#f3f3f3\" cellspacing=\"0\" cellpadding=\"5\">"+
"<tr>"+
"<td width=\"100%\">"+
"<table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" height=\"72\">"+
"<tr>"+
"<td id=\"tBar\" style=\"cursor:move\" width=\"100%\">"+
"<ilayer width=\"100%\" onSelectStart=\"return false\">"+
"<layer width=\"100%\" onMouseover=\"isHot=true;if (document.layers) DRAGGABLE.tetikusN4(tl)\" onMouseout=\"isHot=false\">"+
"<center><h2><font face=\"arial\" color=\"#000000\" size=\"2\">WHO'S VIEWED ME</font></h2></center>"+
"</layer>"+
"</ilayer>"+
"</td>"+
"<td style=\"cursor:hand\" valign=\"top\">"+
"<a href=\"#\" onClick=\"DRAGGABLE.hideMe();return false\"><img src=\"https://2img.net/h/i94.photobucket.com/albums/l116/feruzz/show.png\" title=\"close\"></a>"+
"</td>"+
"</tr>"+
"<tr>"+
"<td width=\"100%\" bgcolor=\"#ffffff\" style=\"padding:4px;border: 1px solid #f3f3f3;\" colspan=\"2\">"+"<div align='center'><iframe frameborder='0' width='300' height='250'src='URL OF TRACKER.PHP'></iframe></div>"+"</td>"+
"</tr>"+
"</table>"+
"</td>"+
"</tr>"+
"</table>";

tx = document.getElementById("tl");
tx.innerHTML = d;
var link = "";
try {
link = document.createElement("<a id=\"dl\" style=\"display: none\" href=\"#\" onclick=\"DRAGGABLE.showMe(this);return false\">");
}catch(e) {
link = document.createElement("a");
link.setAttribute("id","dl");
link.setAttribute("href","#");
link.setAttribute("style","display: none");
link.onclick = function() {
DRAGGABLE.showMe();
return false;
};
}
link.innerHTML = "Visitor";
var q = document.getElementById("controlPanelButtons");
q.appendChild(link);
document.onmousedown = DRAGGABLE.tetikusInit;
document.onmouseup = Function("ddEnabled=false");
isHot = false;
},

hideMe: function() {
document.getElementById("dl").style.display = "";
if (document.all || !document.all && document.getElementById) kr.style.display = "none";
else if (document.layers) document.tl.visibility = "hide";
},

showMe: function() {
document.getElementById("dl").style.display = "none";
if (document.all || !document.all && document.getElementById) kr.style.display = "";
else if (document.layers) document.tl.visibility = "show";
},



tetikusInit: function(klik) {
dx = document.all ? "BODY" : "HTML";
kr = document.all ? document.all.tl : document.getElementById("tl");
dy = document.all ? event.srcElement : klik.target;
while (dy.id != "tBar" && dy.tagName != dx) {
dy = document.all ? dy.parentElement : dy.parentNode;
}
if (dy.id == "tBar") {
offsetx = document.all ? event.clientX : klik.clientX;
offsety = document.all ? event.clientY : klik.clientY;
nowX = parseInt(kr.style.left);
nowY = parseInt(kr.style.top);
ddEnabled = true;
document.onmousemove = DRAGGABLE.tetikus;
}
},

tetikus: function(klik) {
if (!ddEnabled) return;
kr.style.left = document.all ? nowX + event.clientX - offsetx : nowX + klik.clientX - offsetx;
kr.style.top = document.all ? nowY + event.clientY - offsety : nowY + klik.clientY - offsety;
return false;
},

tetikusN4: function(klik) {
if (!document.layers) return;
N4 = eval(klik);
N4.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP);
N4.onmousedown = function(posisi) {
N4.captureEvents(Event.MOUSEMOVE);
N4x = posisi.x;
N4y = posisi.y;
};
N4.onmousemove = function(posisi) {
if (isHot) {
N4.moveBy(posisi.x - N4x, posisi.y - N4y);
return false;
}
};
N4.onmouseup = function() {
N4.releaseEvents(Event.MOUSEMOVE);
};
}
};

finally merged in your js scripts


Last edited by Lordheinz on Mon Sep 29, 2008 10:08 pm; edited 1 time in total
Back to top Go down
Cklarck
Cklarck
HCG Addict
Male

> : Forget Everything, Forgive Not
Posts : 273
Age : 35
Mood : Calm
Country : Draggable tracker Philippines-1
Reg-Date : 2008-09-11
Forum Warning : Draggable tracker 010
Contribution :
Draggable tracker Left_bar_bleue0 / 1000 / 100Draggable tracker Right_bar_bleue



http://www.friendster.com/iamcklarck

Draggable tracker Vide
PostSubject: Re: Draggable tracker Draggable tracker I_icon_minitimeMon Sep 29, 2008 4:38 pm

really nice....it really drags...
Back to top Go down
avatar
JirO™
Global Mod
Male

> : >:)
Posts : 2580
Age : 31
Location : There :O
Mood : Blissful
Country : Draggable tracker Japan
Reg-Date : 2008-09-05
Forum Warning : Draggable tracker 010
Contribution :
Draggable tracker Left_bar_bleue0 / 1000 / 100Draggable tracker Right_bar_bleue



http://profiles.friendster.com/41409324

Draggable tracker Vide
PostSubject: Re: Draggable tracker Draggable tracker I_icon_minitimeMon Sep 29, 2008 5:03 pm

Nice script ^-^..
Back to top Go down
PWN463
PWN463
Promoter
Male

> : Addicted to Left 4 Dead
Posts : 1056
Age : 33
Reg-Date : 2008-09-09
Forum Warning : Draggable tracker 010
Contribution :
Draggable tracker Left_bar_bleue10 / 10010 / 100Draggable tracker Right_bar_bleue



http://profiles.friendster.com/pwn463

Draggable tracker Vide
PostSubject: Re: Draggable tracker Draggable tracker I_icon_minitimeMon Sep 29, 2008 5:05 pm

Nice one Sir Heinz =P
Back to top Go down
Heinz™
Heinz™
Global Mod
Male

> : I'm a bee.. can you be my hone
Posts : 1618
Age : 38
Country : Draggable tracker Philippines-1
Reg-Date : 2008-09-10
Forum Warning : Draggable tracker 010
Contribution :
Draggable tracker Left_bar_bleue0 / 1000 / 100Draggable tracker Right_bar_bleue



http://profiles.friendster.com/lordheinz

Draggable tracker Vide
PostSubject: Re: Draggable tracker Draggable tracker I_icon_minitimeMon Sep 29, 2008 8:34 pm

Thanks guys...wish you will use the trick^_^
Back to top Go down
kristoffer100
kristoffer100
Promoter
Male

> : Looking for something new...
Posts : 705
Age : 30
Location : BICOL!!
Mood : Guilty
Country : Draggable tracker Philippines-1
Reg-Date : 2008-09-21
Forum Warning : Draggable tracker 010
Contribution :
Draggable tracker Left_bar_bleue10 / 10010 / 100Draggable tracker Right_bar_bleue



http://www.friendster.com/40233505

Draggable tracker Vide
PostSubject: Re: Draggable tracker Draggable tracker I_icon_minitimeTue Sep 30, 2008 12:55 pm

yes its so cool but i want my tracker on place!!!

good one sir heinz your so cool!!
Back to top Go down
punk_ii_girl
punk_ii_girl
HCG Geek
Female

> : I love HCG!
Posts : 626
Age : 103
Mood : Happy
Country : Draggable tracker Philippines-1
Reg-Date : 2008-09-11
Forum Warning : Draggable tracker 010
Contribution :
Draggable tracker Left_bar_bleue0 / 1000 / 100Draggable tracker Right_bar_bleue



http://profiles.friendster.com/38755596

Draggable tracker Vide
PostSubject: Re: Draggable tracker Draggable tracker I_icon_minitimeFri Oct 03, 2008 12:11 pm

sir how can i use this thing if my tracker doesnt have .php?
Back to top Go down
Heinz™
Heinz™
Global Mod
Male

> : I'm a bee.. can you be my hone
Posts : 1618
Age : 38
Country : Draggable tracker Philippines-1
Reg-Date : 2008-09-10
Forum Warning : Draggable tracker 010
Contribution :
Draggable tracker Left_bar_bleue0 / 1000 / 100Draggable tracker Right_bar_bleue



http://profiles.friendster.com/lordheinz

Draggable tracker Vide
PostSubject: Re: Draggable tracker Draggable tracker I_icon_minitimeMon Oct 06, 2008 10:21 pm

Tracker will always be PHP...
Back to top Go down
anaoj19
anaoj19
HCG Freak
> : I love HCG!
Posts : 107
Reg-Date : 2008-10-21
Forum Warning : Draggable tracker 010
Contribution :
Draggable tracker Left_bar_bleue0 / 1000 / 100Draggable tracker Right_bar_bleue



http://www.friendster.com/akositutz

Draggable tracker Vide
PostSubject: Re: Draggable tracker Draggable tracker I_icon_minitimeTue Nov 04, 2008 7:54 pm

weeeee....
shocked..
its so cute!
i reaalyy realy want this..
nice kua..
Back to top Go down
tz3badrian02
tz3badrian02
HCG Addict
Male

> : I love HCG!
Posts : 222
Age : 29
Location : pasay city,metro manila
Reg-Date : 2008-09-09
Forum Warning : Draggable tracker 010
Contribution :
Draggable tracker Left_bar_bleue0 / 1000 / 100Draggable tracker Right_bar_bleue



http://friendster.com/michael9294

Draggable tracker Vide
PostSubject: Re: Draggable tracker Draggable tracker I_icon_minitimeSat Nov 08, 2008 6:45 pm

nice
Back to top Go down
marvin214
marvin214
HCG Member
Male

> : I CAN'T LIVE W/OUT HCG!
Posts : 41
Age : 31
Mood : Alone
Reg-Date : 2008-10-21
Forum Warning : Draggable tracker 110
Contribution :
Draggable tracker Left_bar_bleue0 / 1000 / 100Draggable tracker Right_bar_bleue



http://www.friendster.com/martian214

Draggable tracker Vide
PostSubject: Re: Draggable tracker Draggable tracker I_icon_minitimeTue Jan 06, 2009 5:44 pm

what will i do in the url of the tracker?

i cnt undstnd it.
Back to top Go down
liezl
liezl
HCG Member
Female

> : I love HCG!
Posts : 20
Age : 32
Reg-Date : 2008-12-15
Forum Warning : Draggable tracker 010
Contribution :
Draggable tracker Left_bar_bleue0 / 1000 / 100Draggable tracker Right_bar_bleue



http://profiles.friendster.com/lizol444

Draggable tracker Vide
PostSubject: Re: Draggable tracker Draggable tracker I_icon_minitimeThu Jan 15, 2009 10:12 pm

nice trick sir^-^
Back to top Go down
cyberdeejayy
cyberdeejayy
HCG Elite
Male

> : adik saeyooo :D
Posts : 1385
Age : 30
Location : Cagayan de Oro City
Reg-Date : 2008-11-14
Forum Warning : Draggable tracker 010
Contribution :
Draggable tracker Left_bar_bleue0 / 1000 / 100Draggable tracker Right_bar_bleue



http://www.friendster.com/cyberdeejayy

Draggable tracker Vide
PostSubject: Re: Draggable tracker Draggable tracker I_icon_minitimeSat Jan 17, 2009 10:21 am

nice trick :D
Back to top Go down
avatar
Marlou123
HCG Addict
Male

> : I love HCG!
Posts : 222
Age : 29
Location : Catarman Cordova Cebu
Mood : Excited
Reg-Date : 2008-12-30
Forum Warning : Draggable tracker 210
Contribution :
Draggable tracker Left_bar_bleue0 / 1000 / 100Draggable tracker Right_bar_bleue



http://profiles.friendster.com/HinzZo

Draggable tracker Vide
PostSubject: Re: Draggable tracker Draggable tracker I_icon_minitimeTue Jan 20, 2009 12:35 pm

thnx for sharing hehhe nice tricks.......
keep it up dude...
Back to top Go down

Sponsored content





Draggable tracker Vide
PostSubject: Re: Draggable tracker Draggable tracker I_icon_minitime

Back to top Go down

Draggable tracker

View previous topic View next topic Back to top
Page 1 of 1
                         Posting Regulations                         

Permissions in this forum: You cannot reply to topics in this forum
:: Hide Codes Galore :: :: Design And Development :: HCG Design and Development -
Create a forum on Forumotion | ©phpBB | Free forum support | Report an abuse | Forumotion.com