xanga tracker, isn't tracking?!! |
![]() ![]() |
xanga tracker, isn't tracking?!! |
May 31 2005, 11:35 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: May 2005 Member No: 140,657 |
Okay, I got a tracker from www.gottem.net. It still updates, but it won't show whose been to my xanga! I pasted the code correctly on there..but it won't work??!! I've got about 2 more things in my webstats module..1 to rename eprops, etc, and 1 for the skin I have..but it stopped working before that..so confused!
|
|
|
|
May 31 2005, 11:51 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Duplicate Posts: 1,912 Joined: May 2005 Member No: 137,527 |
GO here
for a xanga tracker. At the bottem of the page type in your username. and than from there bookmark the page. and return to there whenever you want.. |
|
|
|
Jun 1 2005, 12:15 AM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: May 2005 Member No: 140,657 |
That is my header...here is my webstats..please tell me what I'm doing wrong! Like I said, when I hit "update my log", it still does..it just doesn't show anyone???!!! |
|
|
|
Jun 1 2005, 12:24 AM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Duplicate Posts: 1,912 Joined: May 2005 Member No: 137,527 |
put
CODE <center><img src="http://images.xangsters.com/xanga/08/1822a.jpg"></center><script language="javascript"> var links = document.getElementsByTagName ("a"); for (var l = 0; l < links.length; l++) { str = links[l].innerHTML; if (str.match (/d+:d+ (am|pm)/i)) links[l] else if (str.match (/eprops/i)) links[l].innerHTML = str.replace (/eprops/i, "Glindas"); else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "Glinda"); else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "Elphabas"); else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "Elphaba"); else if (str.match (/subscribe/i)) links[l].innerHTML = str.replace (/subscribe/i, "Follow the Yellow Brick Road"); else if (str.match (/sign out/i)) links[l].innerHTML = str.replace (/sign out/i, "I'm Not That Girl..."); else if (str.match (/GuestBook/i)) links[l].innerHTML = str.replace (/Sign my GuestBook/i, "Consult the Wizard"); } </script><span style="display: none; font-size: 10px;"><a href="http://www.gottem.net/">Got'em Xanga Logger / Tracker</a></span> <script language="javascript"> var uname = "clubbinbecca"; var domain = "http://www.xanga.com/"; var pattern_visitor = domain + "private/home.aspx"; var visitor = escape(get_uname(pattern_visitor)); var from_url = escape(document['referrer']); var current_url = escape(window.location.href); function get_uname(pattern) { for (var i=0;i < document.links.length;i++) { //window.alert(document.links[i].href); var current_href = document.links[i].href; if(current_href.search(pattern) != -1) { var current_link = document.links[i]; if(current_link.innerText) { return current_link.innerText; } else { return current_link.text; } } } }//endfunction function send_data() { var log_file = "http://216.69.162.61/vlogs/vtrack.php"; var data_pack = new Image(); var info = "?v1=" + uname + "&" + "v2=" + visitor + "&v3=" + from_url + "&v4=" + current_url + "&v5=CST6CDT"; data_pack.src = log_file + info; } send_data(); </script> in your website stats. Tell me if that works. |
|
|
|
Jun 1 2005, 12:38 AM
Post
#5
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: May 2005 Member No: 140,657 |
YES!!! That did work, THANK YOU!!! I have no navigation bar, but oh well, they have a back button! lol. THANKS AGAIN!!
|
|
|
|
Jun 1 2005, 12:40 AM
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Duplicate Posts: 1,912 Joined: May 2005 Member No: 137,527 |
lol i chagned one thing. in your code you had "private\/home" i changed to "private/home"
|
|
|
|
![]() ![]() |