PDA

View Full Version : New links: RSS feed and javascript statistics


Andreas
12-12-2005, 05:04 AM
Due to updates in the filesystem, the links you need to for RSS feed and javascript statistics have changed. Use these links and replace "xxxxxxxxxx" with your guestbook ID.


RSS Guestbook Feed
The new link to the RSS feed is: http://www.ultraguest.com/?id=xxxxxxxxxx&type=rss
The link in your guestbook and in the Control Panel have been updated.


Javascript Statistics
This feature enabled you to display live guestbook statistics on your website. The new link has this format: http://www.ultraguest.com/?id=xxxxxxxxxx&type=js
And here is an example on how to use this information:


<html>
<head>

<script type="text/javascript"
src="http://www.ultraguest.com/?id=1041779607&type=js"></script>

</head>
<body>


<script type="text/javascript">
<!--

document.write(messages)
document.write(uniquehits)
document.write(totalhits)

// -->
</script>


</body>
</html>

Andreas
12-15-2005, 06:41 PM
The link in the Control Panel has been fixed.

(Thanks to Mika for reporting this!)