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.8 – 2018.05.21
Already bought?
1. Add following lines at the end of /root/config/app.php file
$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
Already bought?
Replace listed below files:
Modified files: ~root/class/class.facebook.php ~root/class/class.social.php ~root/class/class.db.php
v 2.6 – 2016.09.04
Already bought?
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.php
2. Configure Facebook credentials
v 2.5 – 2016.07.31
Already bought? Run following query into database:
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
Already bought? Replace following file:
~root/tmpl/domain.php
v 2.3 – 2016.04.10
Already bought? Replace following file:
~root/class/class.location.php
v 2.2 – 2016.01.10
Already bought? Replace following file.
~rootclassclass.diagnostic.php ~rootclassclass.searchcatalog.php ~rootcontrollersajax.php ~rootstaticjscookieconsent.latest.min.js ~roottmpldomain.php
v 2.1 – 2015.11.23
Already bought? Replace following file.
~root/class/class.location.php
v 2.0 – 2015.08.20
Modified files:
~root/index.php ~root/tmpl/template.php
New files:
~root/config/cookieconsent.php ~root/static/js/cookieconsent.latest.min.js
v 1.9 – 2015.01.08
Already bought? Replace modified files.
~rootclassclass.location.php ~rootcontrollersajax.php
v 1.8 – 2014.11.16
Modified files:
~rootclassclass.phpwhois.php
Added files:
~rootconfigwhois.params.php
v 1.7 – 2014.09.06
Modified files:
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
| Last Update | May 21, 2018, 3:27 pm |
|---|---|
| Compatible Browsers | IE8, IE9, IE10, Firefox, Safari, Opera, Chrome |
| Software Version | PHP 5.x, PHP 5.0 - 5.2, PHP 5.3, MySQL 4.x |