I have created a new plugin to TFS, it generates PieCharts for Top x Most used Operating Systems, Browsers and Countries. It is in fact an extension to the psnStat module. Samples of graphical 3D PieChart for TFS Statistic….(figures for those last 7 days) echo TFStatOSPie3D(‘thisweek’,5,1,400,200,true,’idaho_stat’); echo TFStatBrowserPie3D(‘thisweek’,5,1,400,200,true,’idaho_stat’); echo TFStatCountryPie3D(‘thisweek’,5,1,400,200,true,’idaho_stat’);plus

I added few new photos that I forgot to upload. In DUNE album : and in Cologne Album : If you refresh this window, you will get other pictures from those albums….plus

A new version of the original TFS script has been published yesterday, the changes i have made are : minutediff changed in hourdiff added browser version support added database installation script new bots/browsers and searchengines time calculation is now done in SQL there is a “full version” and “upgrade version”plus

I will create a “User Tracking” addon to WordPress. As confirmed by a post : PHP User Tracking, it seems that could interesting to have that functionnality available. So as I already thought about that kind of tools. I gonna integrate the TFS tools and wp-stat from GamerZ. This hackplus

Pure CSS to display the calendar! No more need of that “table” thing ! .dayword { z-index: 100; position: absolute; width: 20px; text-align: center; vertical-align: middle; font-family: Arial; font-size: xx-small; font-weight: 900; background: #6495ED; color: Black; } .daynum { z-index: 200; position: absolute; width: 20px; text-align: center; vertical-align: middle; color:plus

After a small delay, the promised hacks are out ! I wrote something very generic in order to be able to fill nearly all requirements ! This hack can handle what you want ! for the usual “Quote of the day”, the current “Book”, the “Movie”, the “link” as Iplus

This hack provide to the user his/her IP, the country associated with the “hostname” and finally the browser used. Of course this can be used to Monitoring / Statistic purpose… In the “index.php”, you have to add : require_once(‘b2whoareyou.php’); To get the country : < ?php echo WAY_country(); ?> Toplus

Few weeks ago, Cline and me went to Tunisia. We did a round-trip there all accross the country. The most beautiful part is the South (of course!) with the Desert ! the_Random_picture(5, 1,21,”,”);plus

Finally, I just take few minutes to write this small tiny hack of WordPress. In 2 steps you get images associated with your posting. I know it is a quick-and-dirty way of doing it. But at least it works !plus