PDA

View Full Version : Addon: Roll-N-Stats


constant
02-15-2009, 06:41 PM
If you are one of the few people who have downloaded the Roll-N-Stats (http://www.pixelpost.org/extend/addons/roll-n-stats/)addon, please be sure to get the latest version as an unfortunate typo bug made it into the initial release.

The bug causes the referral information to be ignored. The latest version fixes that problem.

Sorry for the inconvenience.

If you find any other bugs or problems, please add them to this thread. I would also be curious if this addon works with earlier versions of pixelpost - assuming anyone still uses the older versions.

All the best,
constant.

snafu
02-17-2009, 06:56 AM
i think no problem or bug, but the ip lookup over DNSstuff.com donīt work good on my system (location germany, firewall, donīt know why) , i changed it to the whois service from domaintools.com
original:

<a href="http://www.dnsstuff.com/tools/city.ch?ip='.$ip.'" target="_blank">view IP at DNSstuff.com</a>

new

<a href="http://whois.domaintools.com/'.$ip.'" target="_blank">view IP at whois</a>

constant
02-17-2009, 11:59 PM
Thanks, snafu. I'll try it out and add it for the next update. I believe the dnsstuff site requires a paid account.

mkm
02-18-2009, 07:42 AM
Seems to work fine. (have't tried the DNSStuff though)

but very little typo in the addon
'submenu_search_terms' => 'SERACH TERMS'


Thnx for this fine addon!

Grtz
Mike

snafu
02-27-2009, 09:06 AM
* New Overview layout and extended stats
* Added view IP with Whois.
* Fixed typos

thank you

heather_hay
03-10-2009, 12:08 PM
hey there-

im new to code, but when i loaded this addon, i get these warnings:

Warning: Missing argument 1 for purge_stale_stats() in /home/.nesbit/hay/mywebsite.com/addons/admin_rollnstats.php on line 1130

Warning: Missing argument 2 for exclude_bots() in /home/.nesbit/hay/mywebsite.com/addons/admin_rollnstats.php on line 844

just downloaded it today, so i think its the newest version.

cheers
heather

constant
03-10-2009, 08:40 PM
Sorry about that, Heather. I'm new to PHP too.

I believe the problem is that I didn't use default parameters on those functions.

I've updated the addon so you can get the latest and see if that fixes the warnings.

Thanks for reporting this problem.

All the best,
Tom.