By : forza020 Published On Tuesday, March 12, 2013, 00:38 In PHP Scripts
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.
Site: http://domainstatistic.php5developer.com
All information you can find here
v 2.9 – 2019.12.02
~root/config/whois.servers.php
v 2.8 – 2018.05.21
$config['google_server_key'] = ''; $config['cookie_cache'] = ROOT."/cache";2. Integrate Safe Browsing API 3. Replace modified files:
~root/index.php ~root/class/class.diagnostic.php ~root/class/class.request.php ~root/class/class.searchengine.php ~root/class/class.social.php ~root/config/app.php ~root/controllers/ajax.php ~root/tmpl/domain.php ~root/tmpl/new.php
v 2.7 – 2017.06.15
Modified files: ~root/class/class.facebook.php ~root/class/class.social.php ~root/class/class.db.php
v 2.6 – 2016.09.04
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
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
~root/tmpl/domain.php
v 2.3 – 2016.04.10
~root/class/class.location.php
v 2.2 – 2016.01.10
~rootclassclass.diagnostic.php ~rootclassclass.searchcatalog.php ~rootcontrollersjax.php ~rootstaticjscookieconsent.latest.min.js ~root mpldomain.php
v 2.1 – 2015.11.23
~root/class/class.location.php
v 2.0 – 2015.08.20
~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
~rootclassclass.location.php ~rootcontrollersjax.php
v 1.8 – 2014.11.16
~rootclassclass.phpwhois.phpAdded files:
~rootconfigwhois.params.php
v 1.7 – 2014.09.06
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