Domain Statistic Tool free download
Domain Statistic Tool is lightweight and easy to install PHP Script which shows you related information about domain such as number of pages indexed in Search Enginies (Google, Yahoo, Bing), Geo location, Alexa statistic, Like count and more. Each domain statistic people can share in social networks, send email or add to favorites.
Features
- Pages in Search Engines (Google, Yahoo, Bing)
- Social statistic (facebook shares, pins, g+)
- Diagnostic (Google, McAfee)
- DMOZ Catalog Checker
- Alexa statistic
- Server IP, Geo Location
- WHOIS
Requirements
- cURL Library
- MySQLi extension
- Script execution time must be greater than 45 seconds
- You can not run this script on a free web hosting, because their IPs banned on Google, Twitter, Facebook because of a spam
- Your server must receive $_GET variables, containing dots and hyphens
- Mod Rewrite Apache module (optional)
Applications demo
Site: http://domainstatistic.php5developer.com
Installation & Documentation
All information you can find here
Change log
v 2.6 – 2016.09.04
- Added Facebook Graph API support to pull number of shares. Read more here
1. Replace/add listed below files:
New files: ~root/class/class.facebook.php ~root/config/facebook.php Modified Files ~root/class/class.social.php ~root/controller/ajax.php ~root/tmpl/domain.php2. Configure Facebook credentials
v 2.5 – 2016.07.31
- Changes in Alexa API
- Improved DMOZ checker
ALTER TABLE `ds_alexa` ADD `speed_time` INT UNSIGNED NOT NULL , ADD `pct` TINYINT UNSIGNED NOT NULL ;Replace following files:
~root/helpers.php ~root/class/class.searchcatalog.php ~root/tmpl/domain.php
v 2.4 – 2016.05.29
- PageRank has been closed
~root/tmpl/domain.php
v 2.3 – 2016.04.10
- Changed GeoIP service provider
~root/class/class.location.php
v 2.2 – 2016.01.10
- Twitter API has been closed (As of 21st November 2015, Twitter has removed the “Tweet count endpoint” API.).
- Yahoo Directory API has been closed
- Updated Cookie EU Law Javascript plugin
- Updated Google Diagnostic Tool
~root\class\class.diagnostic.php ~root\class\class.searchcatalog.php ~root\controllers\ajax.php ~root\static\js\cookieconsent.latest.min.js ~root\tmpl\domain.php
v 2.1 – 2015.11.23
- Switched to other geolocation API since old has been closed.
~root/class/class.location.php
v 2.0 – 2015.08.20
- EU Cookie Law. More information can be found here
~root/index.php ~root/tmpl/template.phpNew files:
~root/config/cookieconsent.php ~root/static/js/cookieconsent.latest.min.js
v 1.9 – 2015.01.08
- Changed Gep-IP provider
~root\class\class.location.php ~root\controllers\ajax.php
v 1.8 – 2014.11.16
- Improved WHOIS lookup
~root\class\class.phpwhois.phpAdded files:
~root\config\whois.params.php
v 1.7 – 2014.09.06
- Improved WHOIS lookup
- Support some API changes
class/class.diagnostic.php class/class.phpwhois.php class/class.searchcatalog.php class/class.searchengine.php config/whois.servers.php
v 1.6 – 2014.04.28
Added support of local rank in Alexa (you need update statistic to see it) Addded meta tag for mobile devices Changed thumbnail API in favor to Pagepeeker
Following files has been modified
~/class/class.searchcatalog.php ~/tmpl/template.php ~/tmpl/service/alexa_result.php ~/static/js/domainstat.js
Already bought? Replace modified files (make sure you have done a copy of template.php if it’s contains google code and etc) and run following query in DB.
ALTER TABLE `wt_alexa` ADD COLUMN `country_code` VARCHAR(2) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER `rank`, ADD COLUMN `country_name` VARCHAR(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER `country_code`, ADD COLUMN `country_rank` INT UNSIGNED NOT NULL AFTER `country_name`;
v 1.5 – 2014.02.08
Added own whois PHP script, thereby removed dependence on third party API
Following files has been modified/added
modified: class/class.request.php modified: class/class.whois.php modified: tmpl/domain.php added: class/class.phpwhois.php added: config/whois.servers.php added: config/whois.servers_charset.php
v 1.4 – 2014.01.27
Fixed. Shared count in Pinterest
Following files has been changed
~/root/class/class.social.php
v 1.3 – 2013.12.02
Fixed. Indexed page's count from Google, Bing, Yahoo.
Only one file has been changed /root/class/class.searchengine.php
v 1.2 – 2013.10.17
Alexa has changed URL to demographic map API. Fixed.
Only one file has been changed /root/tmpl/domain.php
v 1.1
- Added WHOIS Service <br /> - Added Responsive Design <br /> - Added Captcha switcher (on/off) <br /> - Geo Location API Bug fix <br />
Already bought?
Find here how to migrate new features and fix bug



No comments:
Post a Comment