Sunday, January 1, 2017

Site Evaluate


Site Overview is a search engine marketing device with the intention to mean you can examine your website. This app provide a full details about links, meta tags of chosen domain. as well as you'll see private advices the way to optimize your HTML.
searching for a unfastened common licence? I’m in search of translation the application into following languages: norwegian, swedish, finnish. Touch me in the event you are interested.

Options

  • PageSpeed Insights
  • Link Exstractor
  • Content Analysis
  • Multilanguage Interface (Russian, English, French, Danish, Deutsch, Spanish, Dutch (Thank You designs2love for the loose translation into Dutch)
  • Complite Website Evaluation
  • Website Pace Tips
  • Advice Gadget
  • Meta Tags Crawler and Analyzer
  • Score Device
  • Responsive Format
  • Social Sharing
  • Export as PDF
  • Sitemap Generator
  • Web Pages Ratings
  • Touch Page

Requirements

  • PHP FIVE.1.0 or upper
  • cURL Extension
  • GD Extension
  • PDO Extension (Mysql driving force)
  • Multibyte String Functions
  • PHP OpenSSL extension
  • Script execution time have to be more than A HUNDRED AND TWENTY seconds
  • Rewrite module (optional)
  • Cron Jobs (not obligatory)
  • SMTP Mail Server (not obligatory)
  • DOMDocument (optional. For sitemap technology)

Important notes

  • The Google PageSpeed Insights doesn’t paintings on Iran’s domain or Iran’s web hosting.

Applications demo

Web Page: http://site-assessment.php5developer.com

Installation & Documentation

All information you can to find here

Changelog

v 4.FIVE – 2016.02.08
  • Introduced Swedish language
  • Improved meta tags popularity
Already bought? First of all you want so as to add new language into primary config report ~root/website_review/config/primary.php 'languages'=>array( ... 'sv'=>'Svenska', ... ),

Subsequent, add indexed beneath files

~root\website_review\messages\sv\ <-- direcotry with recordsdata ~root\website_review\config\badwords\sv.php ~root\website_review\companies\Webmaster\Source\MetaTags.php ~root\wr\website_review\vendors\Webmaster\TagCloud\CommonWords\sv.php

v 4.4 – 2016.01.10

  • Up To Date ECU Cookie Regulation Javascript plugin
  • Small worm fixes
Already purchased? Substitute listed below recordsdata: ~root\website_review\widgets\perspectives\website_list.php ~root\js\cookieconsent.up to date.min.js ~root\website_review\perspectives\websitestat\index.php

v 4.THREE – 2015.11.13

  • Lately brought site reviews on index page
  • Small malicious program repair
Already purchased? First of all you want to create new API key in google console such as you performed before, however now API key need to be for server, no longer for browser. Do the same steps as ahead of, however select “Server key” in preference to “Browser key”. Learn here for additional info. should you has troubles with creating server API key, then go away googleApiKey empty in config record: 'googleApiKey'=>'', I'VE no idea how many requests you can do with out Google API key, however this nonetheless works without API key.

Subsequent, you wish to have to add new key into primary config report root/website_review/config/major.php 'params'=>array( ... 'websitesOnIndexPage'=>6, ... ),

Subsequent, add new files and substitute modified information

Modified recordsdata

~root/website_review/views/web page/index.php ~root/website_review/perspectives/score/index.php ~root/website_review/fashions/Web Page.php ~root/website_review/controllers/ParseController.php ~root/website_review/controllers/RatingController.php ~root/website_review/controllers/SiteController.php ~root/website_review/messages/da|de|en|es|fr|it|nl|pt|ru/app.php

New information

~root/website_review/widgets/WebsiteList.php ~root/website_review/widgets/perspectives/website_list.php

v 4.2 – 2015.08.19

  • Solution for EU Cookie Regulation
Already purchased? First of all you wish to have to add new key into major config record root/website_review/config/main.php 'params'=>array( ... 'showCookieDisclaimer'=>true, ... ),

Subsequent, add new files and exchange changed files

Changed files

~root/website_review/elements/Controller.php ~root/website_review/messages/da|de|en|es|fr|it|nl|pt|ru/app.php

New files

~root/js/cookieconsent.up to date.min.js

v 4.1 – 2015.07.25

  • Added PIWIK analytics detection
  • Introduced Portuguese language
  • Toughen of recent w3c API
  • Improved content analyzer
  • Small computer virus fixes

Already bought? First of all you need to add new language into main config record

~root/website_review/config/main.php 'languages'=>array( ... 'pt'=>'Português', ... ),

Subsequent, add new information and exchange modified files

Modified information

~root/website_review/extensions/recaptcha2/ReCaptcha2Widget.php ~root/website_review/elements/Utils.php ~root/website_review/widgets/LanguageSelector.php ~root/website_review/companies/Webmaster/Supply/Validation.php ~root/website_review/companies/Webmaster/Source/AnalyticsFinder.php ~root/website_review/carriers/Webmaster/Utils/Helper.php ~root/website_review/providers/Webmaster/TagCloud/TagCloud.php

New files

~root/website_review/messages/pt/ ~root/website_review/config/badwords/pt.php ~root/website_review/providers/Webmaster/TagCloud/CommonWords/pt.php ~root/img/analytics/piwik.png

v 4.0 – 2015.07.10

  • New characteristic. Gzip improve checker
  • New characteristic. XML sitemap checker
  • New characteristic. robots.txt record checker
  • New function. Analytic instrument (Google Analytics, Clicky, Quantcast, LiveInternet) checker
  • New function. Added PageSpeed Insights
  • ReCaptcha up to date to v2
  • Yii framework was up to date to recent stable model
  • Small worm fixes

Already bought? I’m strongly suggest you to make a backup prior to observe new update as a result of so much of recordsdata were modified. Also I Would like to recommend to use WinMerge (for Home Windows) or other an identical tool to spotlight changes. in this manner you should have keep watch over over the recordsdata you've got modified.

First of all you wish to have to add new lines into main config file ~root/website_review/config/main.php ... 'params' => array( ... // Google api key 'googleApiKey'=>'', // Whether Or Not to obtain all critiques in one PDF 'partialPdf'=>precise, ... ), ... Learn right here what's partialPdf and what's googleApiKey

Next you need to run following queries in database: ALTER DESK `ca_issetobject` ADD `robotstxt` BOOLEAN NULL DEFAULT NULL AFTER `appleicons`, UPLOAD `gzip` BOOLEAN NULL DEFAULT NULL AFTER `robotstxt`; CREATE TABLE `ca_misc` ( `wid` int(10) unsigned NO LONGER NULL, `sitemap` text NOW NOT NULL, `analytics` textual content NOW NOT NULL, NUMBER ONE KEY (`wid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; CREATE TABLE `ca_pagespeed` ( `wid` int(10) unsigned NO LONGER NULL, `data` longtext NOW NOT NULL, `lang_id` varchar(5) NOW NOT NULL, PRIMARY KEY (`wid`,`lang_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;

Then update Yii framework. To do that, do away with old root/framework directory and add new from fresh CodeCanyon archive.

Finally, practice necessary adjustments for directories and files.

Modified information:

~root/website_review/messages/da|de|en|es|fr|it|nl|ru/recommendation.php ~root/website_review/messages/da|de|en|es|fr|it|nl|ru/app.php ~root/css/app.css ~root/js/jquery.flot.pie.js ~root/website_review/vendors/Webmaster/Charges/rates.php ~root/website_review/carriers/Webmaster/Source/SeoAnalyse.php ~root/website_review/companies/Webmaster/TagCloud/TagCloud.php ~root/website_review/components/Utils.php ~root/website_review/commands/ParseCommand.php ~root/website_review/controllers/ParseController.php ~root/website_review/controllers/WebsitestatController.php ~root/website_review/fashions/WebsiteForm.php ~root/website_review/fashions/DownloadPdfForm.php ~root/website_review/perspectives/websitestat/index.php ~root/website_review/perspectives/websitestat/pdf.php

New directories(with recordsdata inside of) and new information:

Directories: ~root/fonts ~root/img/analytics ~root/website_review/carriers/Webmaster/Google ~root/website_review/extensions/recaptcha2 Recordsdata: ~root/img/advice_important.png ~root/img/advice_success.png ~root/img/advice_warning.png ~root/img/desktop.png ~root/img/cell.png ~root/css/font-awesome.min.css ~root/website_review/carriers/Webmaster/Source/AnalyticsFinder.php ~root/website_review/carriers/Webmaster/Supply/Optimization.php ~root/website_review/carriers/Webmaster/Google/PageSpeedInsights.php ~root/website_review/fashions/DownloadPageSpeedPdfForm.php ~root/website_review/perspectives/websitestat/pagespeed_pdf.php ~root/website_review/views/websitestat/pagespeed_web.php Removed directories ~root/website_review/extensions/recaptcha

v THREE.9 – 2015.04.06

  • Mounted PDF font blunders

Already purchased? Substitute indexed below report and remove all generated PDFs from root/pdf listing

~root\website_review\controllers\WebsitestatController.php

v 3.8 – 2015.03.07

  • Delivered spinning growth bar right through review technology
  • Small bug fixes

Already bought? Substitute indexed below recordsdata:

~root\website_review\perspectives\websitestat\index.php ~root\website_review\perspectives\websitestat\pdf.php ~root\css\app.css ~root\website_review\views\site\request_form.php

v THREE.7 – 2015.02.17

  • Small malicious program repair

Already bought? Replace listed underneath recordsdata:

~root\website_review\parts\Utils.php

v 3.6 – 2015.01.20

  • Advanced PagePeeker thumbnail technology

Already purchased?
1. Add 2 new parameters in root/config/main.php

'regulations' => array( ... 'proxy'=>'PagePeekerProxy/index', ... ), ... 'params' => array( ... 'useProxyImage' => real, ... ),

2. Substitute/add indexed underneath files.
Modified files:

~root\website_review\elements\Utils.php ~root\website_review\commands\ParseCommand.php ~root\js\base.js ~root\website_review\components\Controller.php New recordsdata: ~root\website_review\controllers\PagePeekerProxyController.php

3. Delete cache files from root/website_review/runtime/cache directory

v 3.FIVE – 2014.10.02

  • Stepped Forward personality set popularity
  • Improved e mail searching in HTML
  • Layout worm fixes
  • Evaluation era on a fly
Changed files ~root/website_review/commands/ParseCommand.php ~root/website_review/components/Utils.php ~root/website_review/controllers/WebsiteStatController.php ~root/website_review/providers/Webmaster/Supply/MetaTags.php ~root/website_review/providers/Webmaster/Supply/Content.php ~root/website_review/perspectives/ranking/index.php ~root/website_review/views/websitestat/index.php

v 3.4 – 2014.09.01

  • Gz compression are used to compress sitemaps, whereby visitors shall be decreased.
Modified files: ~website_review/commands/SitemapCommand.php

v THREE.3 – 2014.08.27

  • Fixed memory leak in sitemap technology
  • A Few code/design bug fixes
  • Coping With pagepeeker mistakes
Modified information ~website_review/commands/SitemapCommand.php ~website_review/commands/ParseCommand.php ~website_review/providers/Webmaster/Utils/Helper.php ~website_review/providers/Webmaster/Supply/Content.php ~website_review/controllers/WebsiteStatController.php ~website_review/parts/Controller.php ~website_review/config/badwords/fr.php ~js/base.js ~website_review/views/websitestat/index.php ~css/app.css ~website_review/views/site/request_form.php ~website_review/perspectives/website online/index.php New information: ~img/now not-available.png

v THREE.2 – 2014.08.21

  • Properly displays generation date of overview
Modified information: ~root/website_review/controllers/WebsitestatController.php

v 3.1 – 2014.08.18

  • Progressed sitemap technology. Now sitemap has multi language URLs, wherein the amount of listed pages in search engines might be greater.
  • Progressed doctype popularity
  • Some small trojan horse fixes
Already purchased? Exchange changed files listed beneath and run this question in database: REGULATE DESK `ca_document` CHANGE `doctype` `doctype` VARCHAR( 100 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL; Modified information: ~root/website_review.sql ~root/website_review/config/badwords/fr.php ~root/website_review/instructions/SitemapCommand.php ~root/website_review/commands/ParseCommand.php ~root/website_review/companies/Webmaster/Supply/Favicon.php ~root/website_review/carriers/Webmaster/Supply/Document.php ~root/website_review/extensions/tcpdf/ETcPdf.php ~root/website_review/extensions/tcpdf/tcpdf/tcpdf_autoconfig.php ~root/website_review/extensions/tcpdf/tcpdf/config/tcpdf_config.php ~root/website_review/widgets/LanguageSelector.php

v THREE.0 – 2014.07.25

Decreased CPU utilization and lowered visitors throughout PDF review technology procedure. Read right here to get additional info .

Brought Information/Directories: ~root/website_review/extensions/recaptcha ~root/website_review/fashions/DownloadPdfForm.php ~root/website_review/config/recaptcha.php Modified Files: ~root/website_review/messages/(da|de|en|fr|es|it|nl|ru)/app.php ~root/website_review/controllers/WebsitestatController.php ~root/website_review/components/Utils.php ~root/website_review/css/app.php ~root/website_review/views/rating/index.php ~root/website_review/views/websitestat/index.php ~root/website_review/perspectives/websitestat/pdf.php ~root/website_review/perspectives/web site/request_form.php ~root/website_review/widgets/views/languageSelector.php

v 2.9 – 2014.06.20

BE AWARE! Forget About this update for those who haven’t installed the former update (v2.8)

Bug restoration in sitemap. Modified recordsdata:

~/root/website_review/commands/SitemapCommand.php

v 2.8 – 2014.06.18

Brought chance to proportion assessment in social networks Brought chance to export review in PDF A Few bug fixes Already bought? Upload/change underneath listed recordsdata/folders and blank cache folder (root/website_review/runtime/cache)

Modified files:

~root/website_review/controllers/WebsiteStatController.php ~root/website_review/controllers/ParseController.php ~root/website_review/controllers/RatingController.php ~root/website_review/perspectives/websitestat/index.php ~root/website_review/views/rating/index.php ~root/website_review/components/Utils.php ~root/js/base.js ~root/website_review/fashions/WebsiteForm.php ~root/website_review/messages/(da|de|en|es|fr|it|nl|ru)/app.php ~root/website_review/messages/da/advice.php ~root/website_review/messages/da/meta.php ~/website_review/config/primary.php listen at /website_review/config/major.php. You don't need to override this document. you should substitute/add keys which might be listed underneath.
Got Rid Of URL rule: '<language:\w2>/www/<domain:\w\d\-\.+>' => 'websitestat/index', Added 2 new rules in preference to it: '<language:\w2>/www/<domain:\w\d\-\.+>' => 'websitestat/generateHTML', '<language:\w2>/pdf-review/<area:\w\d\-\.+>.pdf' => 'websitestat/generatePDF', Also delivered addthis(read here methods to combine social sharing) and thumbs key into params 'params'=>array( ... 'addthis'=>'', ... 'thumbs'=>array( ... ), ), These new key=>value pairs(addthis, thumbs, new url regulations) you can to find within the contemporary model of the script. (~root/website_review/con fig/major.php)

New recordsdata/folders:

~root/pdf/ direcotry (must be writeable) ~root/website_review/extensions/tcpdf/ ~root/website_review/views/websitestat/pdf.php ~root/website_review/components/WebsiteThumbnail.php


v 2.7 – 2014.05.22

Some computer virus fixes Changed files:

~/root/website_review/instructions/SitemapCommand.php ~/root/website_review/yiic.php

v 2.6 – 2014.05.20

Replicate of v2.FIVE version. the only difference is that archive is not corrupted.

v 2.5 – 2014.05.18

A Couple Of sitemap support. Already bought? Simply modify/upload following files (make certain sitemap directory has writable permissions). Additionally ensure you could have put in DOMDocument(http://www.php.net/handbook/en/book.dom.php) Changed information:

~/root/website_review/commands/SitemapCommand.php New direcotry:

~/root/sitemap/

v 2.4 – 2014.05.05

Clear Out has been introduced. Now you'll enter "http://domain.com/" or "DOMAIN.COM" and it will probably be mechanically transformed into "domain.com". This Will steer clear of reproduction domain names, you can reproduction URL from browser and paste into enter tag in an instant with none modifications. Modified information:

~/root/website_reviews/fashions/WebsiteForm.php

v 2.3 – 2014.04.28

Changed thumbnail API in choose to Pagepeeker Addded meta tag for mobile devices

Following recordsdata has been changed

~/website_review/perspectives/layouts/main.php ~/website_review/perspectives/ranking/index.php ~/css/app.css ~/js/base.js

v 2.2 – 2014.04.07

Brought Danish Interface Delivered/Modified recordsdata:

~/root/website_review/messages/da/app.php (added) ~/root/website_review/messages/da/meta.php (introduced) ~/root/website_review/messages/da/recommendation.php (introduced) ~/root/website_review/config/badwords/da.php (brought) ~/root/website_review/companies/Webmaster/TagCloud/CommonWords/da.php (added) ~/root/website_review/carriers/config/major.php (changed)

v 2.1 – 2014.03.31

Improved SMTP blunders coping with Changed recordsdata:

~/root/website_review/extensions/mailer/EMailer.php

v 2.0 – 2014.03.22

Some bug fixes Some css fixes Changed recordsdata:

~/root/css/app.css ~/root/website_review/perspectives/web page/request_form.php ~/root/website_reviews/providers/TagCloud/CommonWords/it.php

v 1.9 – 2013.09.23

Added Italian Interface

v 1.8 – 2013-10-20

- Better content material popularity and tag cloud generation - Delivered chance to filter out web page with dangerous content material. Learn right here more details about website filtering with unhealthy content.

New/Changed files:

- ~/root/website_review/carriers/Webmaster/Utils/Helper.php (modefied) - ~/root/website_review/config/major.php (modefied) - ~/root/website_review/instructions/ParseCommand.php (modefied) - ~/root/website_review/messages/(en|ru...)/app.php (introduced new word) - ~/root/website_review/config/badwords/ (delivered a list of files containing stop words)


v 1.7 – 2013-09-26

Computer Virus fixes: - progressed dublin core meta tags popularity - stepped forward heading recognition W3C Valid index web page Features: - Chance to get website online's review via url

Adjustments from earlier versions

Added new translations: ~/root/website_review/messages/es, nl and different directories

Improved a few DOM recognition

~/root/website_review/vendors/Webmaster/Source/Content Material.php ~/root/website_review/carriers/Webmaster/Source/MetaTags.php a bit changes in HTML files to cross W3C validation ~/root/website_review/widgets/perspectives/languageSelector.php ~/root/website_review/perspectives/layouts/major.php ~/root/website_review/views/site/index.php Modified middle information: ~/root/website_review/commands/ParseCommand.php ~/root/website_review/controllers/ParseControllers.php Canges in config/primary.php report 'languages' => array( ... Added new languages ..), 'instantRedir' => false, // Whether Or Not permit to do evaluate at the fly.

Read here how to do wireless redirect through inquiring for url (without submiting a form)


v 1.6 – 2013.09.23

Introduced Spanish Interface

v 1.5 – 2013.08.24

Introduced Dutch Interface Progressed "viewport" and "apple" tags detection

v 1.4 – 2013.08.03

Removed dependency with a few PHP.INI settings. Progressed parsing of non English web sites.

v 1.THREE – 2013.07.04

Added German Interface

v 1.2 – 2013.06.23

Brought French Interface Added stopwords to the filter

v 1.1 – 2013.06.20

Added robots.txt Added img/logo.png Small Computer Virus fixes.

v 1.0 Initial – 2013.06.19


FULL DOWNLOAD

No comments:

Post a Comment

Trik tersembunyi Bermain Slither.io agar menjadi no 1 | cara tau ampuh

Slither.io Unblocked Play Engaging in online game playing avails a chance for one to have a great experience. This opens up an enormous amo...