Changes between Version 9 and Version 10 of API
- Timestamp:
- Jan 31, 2010, 1:52:17 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
API
v9 v10 140 140 echo "Your country flag is : " .fs_api_get_country_flag_image($_SERVER['REMOTE_ADDR'])."<BR/>"; 141 141 142 echo "Number of times the download page was viewed in the last 100 days ". fs_api_get_ hit_count(100,true,'http://firestats.cc/wiki/Download')."<br/>";142 echo "Number of times the download page was viewed in the last 100 days ". fs_api_get_page_views(100,true,'http://firestats.cc/wiki/Download')."<br/>"; 143 143 echo "Number of visitors to the download page between 90 days ago and 50 days ago "; 144 144 echo fs_api_get_visits_range(time() - 60*60*24*90,time() - 60*60*24*50,true,'http://firestats.cc/wiki/Download')."<br/>";