View Full Version : viewers module


DALisiouzPinay
07-17-2004, 08:50 AM
how did she get that extra module showing the people who visited your site? and also how do you get it placed somewhere else..like after the subscriptions list or before?..and also how do u get the links to get that underlined effect? thanks! =D


link--> http://www.xanga.com/home.aspx?user=BackSeatLovin (http://www.xanga.com/home.aspx?user=BackSeatLovin)

smileygurl119
07-17-2004, 06:31 PM
she got that code here: http://suhock.net/xanga/xasm.html

DALisiouzPinay
07-18-2004, 02:29 AM
thanks! [=

smileygurl119
07-18-2004, 02:58 AM
youre welcome.

donnaism
08-11-2004, 03:00 PM
do you know another website that does the same thing?

that one exceeded bandwidth. =(

please help!

DALisiouzPinay
08-12-2004, 10:19 PM
yea it did the same to me

lub_ruby
08-12-2004, 10:33 PM
it dint open 4 me but i dont think she got an extra module...jus go 2 someone's xanga ((ur friend, not someone u dont kno,)) and find where there are pplz xanga, and at the top, ull c "subscribe" and click there

DALisiouzPinay
08-14-2004, 01:16 AM
huh?

lub_ruby
08-16-2004, 09:07 PM
nvm

LiLxHoTxSauCe
08-17-2004, 02:45 AM
isnt this it? it was the code on the site...

<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;

/* Don't change anything beyond this point, unless you know
what you're doing (not that you would pay any attention
to this warning if you do know what you're doing) */

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://suhock.net/xanga/logs/bit.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>

lub_ruby
08-17-2004, 11:34 PM
i got it...thanx