[quote=the.illusionist]hey the tracker shows up in my profile 2 times?! what did i do wrong[/quote]
On ur tracker.js file remove only the part I have made bold. Not the } at the beginning of the it.
[quote]function onProfileLoad() {
//onload handler
//(pattern) addBox("L-R","Header",htm,"cssid","sibling");
addBox("RIGHT",pageOwnerFName+"'s Visitors",TRACKER.div.innerHTML,"tracker",null);
//other boxes goes here
}[b]setTimeout("onProfileLoad()",4000);[/b]
/*TRACKER OBJECT*/
if (typeof TRACKER == "undefined") { TRACKER = {}; }
TRACKER = {
style: {
filter: "chroma(color='#FFFFFF')",
width: '300px',
height: '520px',
border: '0px',
overflow: 'hidden'
},
attributes: {
frameborder: '0',
allowtransparency: 'true'
},
phplink: "URL_OF_TRACKER.PHP",
exitmessage: "Goodbye "+pageViewerFName,
/*do not edit below this line*/[/quote]
Last edited by bobcbar (2008-10-26 10:03:24)