View Full Version : tracker conflicts?


redwings
01-16-2006, 06:25 PM
I recently updated my xanga with a mapcluster script but now my xanga stalker script does not show up on my site.

IS there anyway i can keep the two of them on there or do i have to get rid of the map cluster script?

Here is all the script in my website scripts section:

<script>
/* Change your options here.
See the documentation at
http://suhock.net/xanga/xasm.html
for more info. */

var show = true;
var title = "My Stalkers";
var before = "My Blogrings";
var sortby = "date";
var order = "desc";
var limit = 0;


function getElement(id) {
if(document.all) {
return document.all[id];
} else {
return document.getElementById(id);
}
}

function getUser() {
var user = '';
for (var i=0; i<document.links.length; i++) {
if (document.links[i].href.substring(0,38) ==
"http://www.xanga.com/private/home.aspx") {
var link = document.links[i];
if (link.innerText) {
user = link.innerText;
} else if (link.text) {
user = link.text;
}
break;
}
}
return user;
}

var tagname = 'script';

function getOwner() {
var url = document.URL;
var b = url.indexOf("?user=");
if (b==-1)
b = url.indexOf("&user=");
if (b==-1)
return getUser();
b += 6;
var e = url.indexOf("&", b);
if (e==-1)
e = url.length;
return url.substring(b, e);
}
</script>

<img id="xasm_img" src="http://www.xanga.com/images/dot_clear.gif"
width="1" height="1">
<span id="xasm_mod"></span>

<script>
document.images["xasm_img"].src = "http://suhock.net/xanga/logs/img.php?" +
"u=" + escape(getOwner()) + "&" +
"v=" + escape(getUser()) + "&" +
"r=" + escape(document['referrer']);

if (show) {
var el1 = document.createElement(tagname);
el1.src =
"http://suhock.net/xanga/logs/stalkers.js.php?" +
"u=" + escape(getOwner()) + "&" +
"title=" + escape(title) + "&" +
"before=" + escape(before) + "&" +
"sortby=" + escape(sortby) + "&" +
"order=" + escape(order) + "&" +
"limit=" + escape(limit);
getElement('xasm_mod').appendChild(el1);
}
</script>
<!--WEBBOT bot="HTMLMarkup" startspan ALT="Site Meter" -->
<a href="http://s14.sitemeter.com/stats.asp?site=s14blumondayy"
target="_top">
<img src="http://s14.sitemeter.com/meter.asp?site=s14blumondayy"
alt="Site Meter" border=0></a>
<!--WEBBOT bot="HTMLMarkup" Endspan -->

<a href="http://www.blogwise.com/" target="_blank"><img src="http://www.blogwise.com/buttons/banner_blogwise.gif" border="1" width="80" height="15" alt="Blogwise - blog directory"></a>

<a href="http://clustrmaps.com/counter/maps.php?url=http://www.xanga.com/red_wings_20" id="clustrMapsLink"><img src="http://clustrmaps.com/counter/index2.php?url=http://www.xanga.com/red_wings_20" border=1 alt="Locations of visitors to this page"onError="this.onError=null; this.src='http://www.meetomatic.com/images/clustrmaps-back-soon.jpg'; document.getElementById('clustrMapsLink').href='ht tp://clustrmaps.com/'">
</a>

tokyo bleu
01-16-2006, 06:57 PM
Yeah, get rid of it. Or report this conflict to the creator of the Xanga tracker.