hey,
few months i try to search an app like niftystats but for mac and supporting access via mobile phone.. nothing. so i started my after work project - web application for this.. before i started code.. i expected:
+ calculated stats
+ easy to add new sponsor
+ charts
+ small html without external files like css or js, to work on edge/3g
+ working on iphone and easy to read it
+ clean and nice to read template
+ push stats on big screen in my office
i would like to share with you with my almost final version:
* supporting 15 sponsors
* easy to add own sponsor to database
* chart bars with sales/rebills/ratio
* summary by date, month and sponsor
* template based on smarty
* mobile version
* supporting iphone
* passwords stored as encoded string in database
* downloading stats when do you wanna (i set every 15 minutes by cron)
...and some extra thing:
* checking serp's in google/bing for keywords, 2x per day and showing results as slideshow
web app needs to work:
* php 5+ with curl
* mysql database
what do you think about my after work project?
im open for any comments / ideas..