visitor log, problems |
visitor log, problems |
Aug 11 2004, 01:36 PM
Post
#1
|
|
![]() 042304<3 ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 600 Joined: Jul 2004 Member No: 31,231 |
i've been trying to set up the visitor log for 2 weeks now, but it won't let me. anyone know why?
|
|
|
|
![]() |
Aug 11 2004, 10:24 PM
Post
#2
|
|
![]() 042304<3 ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 600 Joined: Jul 2004 Member No: 31,231 |
QUOTE([2) Nekked,Aug 11 2004, 8:18 PM] paste your code in here. CODE <!-- begin code provided by createblog.com --> <script type='text/javascript'> // visitor logger by micron (client-side) // for more xanga scripts and help go to createblog.com // your createblog.com username var createblog = 'itskatherine%20XD'; // your xanga.com username var xanga = 'x_yummienoodles_x'; // adjust timezone (0 is est, -3 is pst) var offset = 0; var log = 'http://www.createblog.com/tools/log.php?createblog='+ createblog.toLowerCase() +'&xanga='+ xanga.toLowerCase() +'&offset='+ offset +'&visitor='; if (location.href.match(xanga.toLowerCase()) && location.href.match('home.aspx')) { var links = document.getElementsByTagName('a'); for (var i=0; i<links.length; i++) { if (links[i].href.match('http://www.xanga.com') && links[i].innerHTML.match('xanga') && (links[i+2].href.match('/logout.aspx') || links[i+2].href.match('/signin.aspx'))) { document.write('<img src="'+ log + links[i+1].innerHTML.toLowerCase() +'" width="0" height="0">'); break; } } } </script> <!-- end code provided by createblog.com --> there you go. |
|
|
|
itskatherine XD visitor log Aug 11 2004, 01:36 PM
[2]Nekked did u put it at the top of your website stats and ... Aug 11 2004, 03:02 PM
itskatherine XD i put the code at the top of the website stats and... Aug 11 2004, 04:57 PM
[2]Nekked QUOTE(itskatherine XD @ Aug 11 2004, 5:57 PM)... Aug 11 2004, 05:18 PM
itskatherine XD nope, didn't work. Aug 11 2004, 06:36 PM
Levy2k6 are you sure u did every step correctly? just go a... Aug 11 2004, 09:30 PM
itskatherine XD i am sure that i did it correctly.
when i go to ... Aug 11 2004, 10:15 PM
[2]Nekked QUOTE(itskatherine XD @ Aug 11 2004, 11:15 PM... Aug 11 2004, 10:18 PM
Levy2k6 i can't see anything wrong but i just noticed ... Aug 11 2004, 10:30 PM
x_angawhomps It's suppose to say "Loging successful. C... Aug 12 2004, 12:07 AM
xtremeliquid It should work. Aug 12 2004, 01:32 AM
itskatherine XD QUOTE(x_angawhomps @ Aug 11 2004, 10:07 PM)It... Aug 12 2004, 10:44 PM
F1R3B4T after it sez "login successful" click o... Aug 12 2004, 11:58 PM
itskatherine XD QUOTE(F1R3B4T @ Aug 12 2004, 9:58 PM)after it... Aug 13 2004, 12:34 PM![]() ![]() |