[quote=bobcbar][quote=taralyn18][quote=lordheinz]why should it be?besides its good enough to show to evryone...anyway we dont have the code for that.
[/quote]
well yeah.. but i suggest you should try coming up with a code.
markyctrigger had wvm code like this before and it had this option that u could make it visible to the owner only.
[/quote]
Maybe the code is still available on markyctrigger try searching for it and sharing with us
[/quote]
its still there but it hasnt been updated for a long time.
here's the link:
http://www.markyctrigger.com/forum/index.php?topic=1490.0
it says there:
Q: How can I make WVM only visible to me?
A: Add this code before the addBox command in your tracker.js,
Quote
if(pageOwnerID == pageViewerID)
So it will look like this,
Quote
if(pageOwnerID == pageViewerID) addBox("RIGHT",pageOwnerFName+"'s Visitors",TRACKER.div.innerHTML,"tracker",null);
and yea, i have no idea where to find that in ur codes. hehe