Website Review

Website Review

[ad_1]

To get this product on 50 p.c low cost contact me on this link

 

LIVE PREVIEWBUY FOR $18

Website Review is a search engine optimisation software which is able to aid you analyse your internet web page. This app present a full details about hyperlinks, meta tags of chosen area. In addition you will note private advices tips on how to optimize your HTML.

Looking for a free common licence? I’m searching for translation the appliance into following languages: norwegian, swedish, finnish. Contact me if you’re .

Features

  • PageSpeed Insights
  • Link Exstractor
  • Content Analysis
  • Multilanguage Interface (Russian, English, French, Danish, Deutsch, Spanish, Dutch (Thanks designs2love for the free translation into Dutch)
  • Complite Website Review
  • Website Speed Tips
  • Advice System
  • Meta Tags Crawler and Analyzer
  • Score System
  • Responsive Layout
  • Social Sharing
  • Export as PDF
  • Sitemap Generator
  • Websites Ratings
  • Contact Page

Requirements

  • PHP 5.1.Zero or increased
  • cURL Extension
  • GD Extension
  • PDO Extension (Mysql driver)
  • Multibyte String Functions
  • PHP OpenSSL extension
  • Script execution time have to be higher than 120 seconds
  • Rewrite module (elective)
  • Cron Jobs (elective)
  • SMTP Mail Server (elective)
  • DOMDocument (elective. For sitemap era)

Important notes

  • The Google PageSpeed Insights doesn’t work on Iran’s area or Iran’s internet hosting.

Applications demo

Site: http://website-review.php5developer.com

Installation & Documentation

All data you could find here

Changelog

v 5.8 – 2020.04.23

  • Replaced deprecated Pagespeed Insight v2.Zero API in favor to Lighthouse.

Already purchased? Replace / add listed under recordsdata. Read here tips on how to configure new API.
There is not any approach to embody Pagespeed Insight outcomes into fundamental PDF evaluate anymore. The workaround is to click on on “triple dot” -> “Print…” and export evaluation as a PDF at Browser’s Print web page.

New file:
~rootwebsite_reviewconfigpsi.php

Modified recordsdata
~rootcssapp.css
~rootjsbase.js
~rootwebsite_reviewcommandsParseCommand.php
~rootwebsite_reviewcomponentsUtils.php
~rootwebsite_reviewcontrollersWebsitestatController.php
~rootwebsite_reviewmessages(da|de|en|es|fi|fr|it|nl|pt|ru|sv)app.php
~rootwebsite_reviewviewswebsitestatindex.php
~rootwebsite_reviewviewswebsitestatpdf.php

v 5.7 – 2020.02.27

  • Small bug fixes
  • Pagepeeker fixes

Already purchased? Replace listed under recordsdata.

~rootjsbase.js
~rootwebsite_reviewcommandsParseCommand.php
~rootwebsite_reviewvendorsWebmasterSourceLinks.php
~rootwebsite_reviewvendorsWebmasterSourceOptimization.php

v 5.6 – 2020.02.03

Already purchased? Upload listed under recordsdata.

New file:
~rootwebsite_reviewcommandsClearCommand.php

Modified recordsdata:
~rootcssapp.css
~rootwebsite_reviewcomponentsUtils.php
~rootwebsite_reviewcontrollersParseController.php
~rootwebsite_reviewcontrollersWebsitestatController.php
~rootwebsite_reviewextensionsrecaptcha2ReCaptcha2Widget.php
~rootwebsite_reviewmodelsContactForm.php
~rootwebsite_reviewviewssitecontact.php
~rootwebsite_reviewviewswebsitestatindex.php
~rootwebsite_reviewviewswebsitestatpdf.php

v 5.6 – 2020.01.17

  • Updated Contact Form CAPTCHA

Already purchased?

Replace modified recordsdata:

~rootwebsite_reviewcomponentsController.php
~rootwebsite_reviewcontrollersSiteController.php
~rootwebsite_reviewmodelsContactForm.php
~rootwebsite_reviewviewssitecontact.php

Upload entire listing "~rootwebsite_reviewextensionscaptchaExtended" to internet hosting

v 5.5 – 2018.12.01

  • MySQL strict mode help

Already purchased?Replace one file

~root/website_review/instructions/ParseCommand.php

and run quries in database

ALTER TABLE `ca_cloud` CHANGE `phrases` `phrases` MEDIUMTEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL, CHANGE `matrix` `matrix` MEDIUMTEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL;
ALTER TABLE `ca_content` CHANGE `headings` `headings` MEDIUMTEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL, CHANGE `deprecated` `deprecated` MEDIUMTEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL;
ALTER TABLE `ca_document` CHANGE `favicon` `favicon` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL;
ALTER TABLE `ca_metatags` CHANGE `title` `title` MEDIUMTEXT CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL, CHANGE `key phrase` `key phrase` MEDIUMTEXT CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL, CHANGE `description` `description` MEDIUMTEXT CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL, CHANGE `ogproperties` `ogproperties` MEDIUMTEXT CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL;

v 5.4 – 2018.10.28

  • Proxified redirect has been eliminated

Already purchased?
1. Remove all recordsdata from root/pdf listing
2. Run following question in MySQL: TRUNCATE TABLE `ca_pagespeed`;
3. Replace modified recordsdata.

~root/website_review/views/websitestat/index.php
~root/website_review/views/websitestat/pdf.php
~root/website_review/distributors/Webmaster/Google/PageSpeedInsights.php

4. Remove

~root/redirect.php

v 5.3 – 2018.08.27

  • Small bug repair

Modified file

~root/website_review/controllers/WebsitestatController.php

v 5.2 – 2018.08.25

  • Added Full HTTPS help
  • Improved wickedwords filter
  • Yii framework is up to date to newest model

Already purchased? Follow directions under to replace to newest model.

  1. Remove root/framework listing and add new from archive
  2. Open fundamental config file and add new parameters into “params” array

    'params'=>array(
        ...
        'presentPagepeekerCopyright'=>false, // if you're operating over https and have free pagepeeker account, then worth have to be "true" 
        // Set this worth solely if you're operating over HTTPS and "useProxyImage" is "true" and you've got paid pagepeeker account. Api key will be present in your dashboard.
        // Paid: https://pagepeeker.com/site-thumbs-pricing/
        // Free: https://pagepeeker.com/free-thumbnails/
        'pagepeekerApiKey'=>'',
        ...
    ),
    
  3. Replace modified recordsdata:

    ~root/js/base.js
    ~root/website_review/instructions/ParseCommand.php
    ~root/website_review/elements/WebsiteThumbnail.php
    ~root/website_review/controllers/PagePeekerProxyController.php
    ~root/website_review/controllers/WebsitestatController.php
    ~root/website_review/distributors/Webmaster/Source/MetaTags.php
    ~root/website_review/views/layouts/fundamental.php
    ~root/website_review/views/websitestat/index.php
    ~root/website_review/widgets/WebsiteChecklist.php
    ~root/website_review/widgets/views/website_list.php
    
  4. Read here tips on how to configure pagepeeker in an effort to run over HTTPS

v 5.1 – 2017.07.09

  • PHP 7.x compatibility

Already purchased?

1. Remove all recordsdata from *~root/framework* and add recent model from archive
2. Replace *~root/website_review/controllers/ParseController.php*

v 5.0 – 2017.06.15

  • Added Finnish Language

Already purchased? First of all you have to add new language into fundamental config file

~root/website_review/config/fundamental.php
'languages'=>array(
  ...
  'fi'=>'Suomi',
  ...
),

Next, add listed under recordsdata

~rootwebsite_reviewmessagesfi <-- direcotry with recordsdata
~rootwebsite_reviewconfigwickedwordsfi.php

v 4.9 – 2017.02.05

  • Security replace

Already purchased? Replace modified file

~root/website_review/controllers/SiteController.php

Open `root/website_review/config/fundamental.php

Append two new parameters to “mailer” array

'mailer' => array(
    ...

    // set "tls" if Port is 587 or "ssl" if Port is 465
    'SMTPSecure'=>'',
    // SMTP cconnection choices
    'SMTPOptions' => array(
        'ssl' => array(
            'verify_peer' => false,
            'verify_peer_name' => false,
            'allow_self_signed' => true
        )
    ),
),

Remove all recordsdata from `root/website_review/extensions/mailer/phpmailer listing and add new recordsdata from archive.

v 4.8 – 2016.12.19

  • Improved gzip detection operate

Modified recordsdata

~rootwebsite_reviewcomponentsUtils.php

v 4.7 – 2016.07.15

  • Added risk to dam area. Read extra here
  • IDN help

Already purchased? 1. Replace/add listed under recordsdata:

New recordsdata
~root/website_review/config/domain_restriction.php
~root/website_review/distributors/Webmaster/Utils/IDN.php

Modified Files
~root/website_review/instructions/ParseCommand.php
~root/website_review/controllers/WebsitestatController.php
~root/website_review/fashions/WebsiteForm.php
~root/website_review/views/websitestat/index.php
~root/website_review/views/websitestat/pdf.php
~root/website_review/widgets/views/website_list.php

2. Run following queries in database:

ALTER TABLE `ca_website` ADD `idn` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL AFTER `area`;
UPDATE `ca_website` SET idn = area;

3. Delete all cache recordsdata from root/website_review/runtime/cache/ listing.

v 4.6 – 2016.06.26

  • Small bug fixes

Already purchased? Replace listed under recordsdata:

~rootwebsite_reviewmessagesitapp.php
~rootwebsite_reviewviewswebsitestatpdf.php

v 4.5 – 2016.02.08

  • Added Swedish language
  • Improved meta tags recognition

Already purchased? First of all you have to add new language into fundamental config file

~root/website_review/config/fundamental.php
'languages'=>array(
    ...
        'sv'=>'Svenska',
    ...
),

Next, add listed under recordsdata

~rootwebsite_reviewmessagessv <-- direcotry with recordsdata
~rootwebsite_reviewconfigwickedwordssv.php
~rootwebsite_reviewvendorsWebmasterSourceMetaTags.php
~rootwrwebsite_reviewvendorsWebmasterTagCloudCommonWordssv.php

v 4.4 – 2016.01.10

  • Updated EU Cookie Law Javascript plugin
  • Small bug fixes

Already purchased? Replace listed under recordsdata:

~rootwebsite_reviewwidgetsviewswebsite_list.php
~rootjscookieconsent.newest.min.js
~rootwebsite_reviewviewswebsitestatindex.php

v 4.3 – 2015.11.13

  • Recently added web site critiques on index web page
  • Small bug repair

Already purchased?
First of all you have to create new API key in google console such as you performed earlier than, however now API key have to be for server, not for browser. Do the identical steps as earlier than, however select “Server key” as a substitute of “Browser key”. Read here for extra data.
If you has troubles with creating server API key, then go away googleApiKey empty in config file:

'googleApiKey'=>'',

I don’t know what number of requests you are able to do with out Google API key, however this nonetheless works with out API key.

Next, you have to add new key into fundamental config file root/website_review/config/fundamental.php

'params'=>array(
    ...
    'websitesOnIndexPage'=>6,
    ...
),

Next, add new recordsdata and change modified recordsdata

Modified recordsdata

~root/website_review/views/website/index.php
~root/website_review/views/ranking/index.php
~root/website_review/fashions/Website.php
~root/website_review/controllers/ParseController.php
~root/website_review/controllers/RankingController.php
~root/website_review/controllers/SiteController.php
~root/website_review/messages/da|de|en|es|fr|it|nl|pt|ru/app.php

New recordsdata

~root/website_review/widgets/WebsiteChecklist.php
~root/website_review/widgets/views/website_list.php

v 4.2 – 2015.08.19

  • Solution for EU Cookie Law

Already purchased? First of all you have to add new key into fundamental config file root/website_review/config/fundamental.php

'params'=>array(
    ...
    'presentCookieDisclaimer'=>true,
    ...
),

Next, add new recordsdata and change modified recordsdata

Modified recordsdata

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

New recordsdata

~root/js/cookieconsent.newest.min.js

v 4.1 – 2015.07.25

  • Added PIWIK analytics detection
  • Added Portuguese language
  • Support of latest w3c API
  • Improved content material analyzer
  • Small bug fixes

Already purchased? First of all you have to add new language into fundamental config file

~root/website_review/config/fundamental.php

'languages'=>array(
    ...
    'pt'=>'Português',
    ...
),

Next, add new recordsdata and change modified recordsdata

Modified recordsdata

~root/website_review/extensions/recaptcha2/ReCaptcha2Widget.php
~root/website_review/elements/Utils.php
~root/website_review/widgets/LanguageSelector.php
~root/website_review/distributors/Webmaster/Source/Validation.php
~root/website_review/distributors/Webmaster/Source/AnalyticsFinder.php
~root/website_review/distributors/Webmaster/Utils/Helper.php
~root/website_review/distributors/Webmaster/TagCloud/TagCloud.php

New recordsdata

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

v 4.0 – 2015.07.10

  • New function. Gzip help checker
  • New function. XML sitemap checker
  • New function. robots.txt file checker
  • New function. Analytic software (Google Analytics, Clicky, Quantcast, ResideInternet) checker
  • New function. Added PageSpeed Insights
  • ReCaptcha up to date to v2
  • Yii framework was up to date to newest steady model
  • Small bug fixes

Already purchased? I’m strongly advocate you to make a backup earlier than apply new replace as a result of quite a lot of recordsdata had been modified.
Also I want to advocate to make use of WinMerge (for Windows) or different comparable software program to focus on modifications. In this fashion you may have management over the recordsdata you could have modified.

First of all you have to add new strains into fundamental config file

~root/website_review/config/fundamental.php
...
'params' => array(
    ...
    // Google api key
    'googleApiKey'=>'',
    // Whether to obtain all critiques in a single PDF
    'partialPdf'=>true,
    ...
),
...

Read here what’s partialPdf and what’s googleApiKey

Next you have to run following queries in database:

ALTER TABLE `ca_issetobject` ADD `robotstxt` BOOLEAN NULL DEFAULT NULL AFTER `appleicons`, ADD `gzip` BOOLEAN NULL DEFAULT NULL AFTER `robotstxt`;

CREATE TABLE `ca_misc` (
`wid` int(10) unsigned NOT NULL,
`sitemap` textual content NOT NULL,
`analytics` textual content NOT NULL,
PRIMARY KEY (`wid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

CREATE TABLE `ca_pagespeed` (
`wid` int(10) unsigned NOT NULL,
`knowledge` longtext NOT NULL,
`lang_id` varchar(5) NOT NULL,
PRIMARY KEY (`wid`,`lang_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

Then replace Yii framework. To do that, take away outdated root/framework listing and add new from recent CodeCanyon archive.

Finally, apply vital modifications for directories and recordsdata.

Modified recordsdata:

~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/distributors/Webmaster/Rates/charges.php
~root/website_review/distributors/Webmaster/Source/SeoAnalyse.php
~root/website_review/distributors/Webmaster/TagCloud/TagCloud.php
~root/website_review/elements/Utils.php
~root/website_review/instructions/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/views/websitestat/index.php
~root/website_review/views/websitestat/pdf.php

New directories(with recordsdata inside) and new recordsdata:

Directories:

~root/fonts
~root/img/analytics
~root/website_review/distributors/Webmaster/Google
~root/website_review/extensions/recaptcha2

Files:
~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/distributors/Webmaster/Source/AnalyticsFinder.php
~root/website_review/distributors/Webmaster/Source/Optimization.php
~root/website_review/distributors/Webmaster/Google/PageSpeedInsights.php
~root/website_review/fashions/DownloadPageSpeedPdfForm.php
~root/website_review/views/websitestat/pagespeed_pdf.php
~root/website_review/views/websitestat/pagespeed_web.php

Removed directories

~root/website_review/extensions/recaptcha

v 3.9 – 2015.04.06

  • Fixed PDF font error

Already purchased? Replace listed under file and take away all generated PDFs from root/pdf listing

~rootwebsite_reviewcontrollersWebsitestatController.php

v 3.8 – 2015.03.07

  • Added spinning progress bar throughout evaluate era
  • Small bug fixes

Already purchased? Replace listed under recordsdata:

~rootwebsite_reviewviewswebsitestatindex.php
~rootwebsite_reviewviewswebsitestatpdf.php
~rootcssapp.css
~rootwebsite_reviewviewssiterequest_form.php

v 3.7 – 2015.02.17

  • Small bug repair

Already purchased? Replace listed under recordsdata:

~rootwebsite_reviewcomponentsUtils.php

v 3.6 – 2015.01.20

  • Improved PagePeeker thumbnail era

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

'guidelines' => array(
    ...
    'proxy'=>'PagePeekerProxy/index',
    ...
),
...
'params' => array(
    ...
    'useProxyImage' => true,
    ...
),

2. Replace/add listed under recordsdata.
Modified recordsdata:

~rootwebsite_reviewcomponentsUtils.php
~rootwebsite_reviewcommandsParseCommand.php
~rootjsbase.js
~rootwebsite_reviewcomponentsController.php

New recordsdata:

~rootwebsite_reviewcontrollersPagePeekerProxyController.php

3. Delete cache recordsdata from root/website_review/runtime/cache listing

v 3.5 – 2014.10.02

  • Improved character set recognition
  • Improved e-mail looking in HTML
  • Design bug fixes
  • Review era on a fly

Modified recordsdata

~root/website_review/instructions/ParseCommand.php
~root/website_review/elements/Utils.php
~root/website_review/controllers/WebsiteStatController.php
~root/website_review/distributors/Webmaster/Source/MetaTags.php
~root/website_review/distributors/Webmaster/Source/Content.php
~root/website_review/views/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 will likely be decreased.

Modified recordsdata:

~website_review/instructions/SitemapCommand.php

v 3.3 – 2014.08.27

  • Fixed reminiscence leak in sitemap era
  • Some code/design bug fixes
  • Handling pagepeeker error

Modified recordsdata

~website_review/instructions/SitemapCommand.php
~website_review/instructions/ParseCommand.php
~website_review/distributors/Webmaster/Utils/Helper.php
~website_review/distributors/Webmaster/Source/Content.php
~website_review/controllers/WebsiteStatController.php
~website_review/elements/Controller.php
~website_review/config/wickedwords/fr.php
~js/base.js
~website_review/views/websitestat/index.php
~css/app.css
~website_review/views/website/request_form.php
~website_review/views/website/index.php

New recordsdata:

~img/not-available.png

v 3.2 – 2014.08.21

  • Properly shows era date of evaluate

Modified recordsdata:

~root/website_review/controllers/WebsitestatController.php

v 3.1 – 2014.08.18

  • Improved sitemap era. Now sitemap has multi language URLs, whereby the quantity of listed pages in engines like google will likely be elevated.
  • Improved doctype recognition
  • Some small bug fixes

Already purchased? Replace modified recordsdata listed under and run this question in database:

ALTER TABLE  `ca_document` CHANGE  `doctype`  `doctype` VARCHAR( 100 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL;

Modified recordsdata:

~root/website_review.sql
~root/website_review/config/wickedwords/fr.php
~root/website_review/instructions/SitemapCommand.php
~root/website_review/instructions/ParseCommand.php
~root/website_review/distributors/Webmaster/Source/Favicon.php
~root/website_review/distributors/Webmaster/Source/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 3.0 – 2014.07.25

Reduced CPU utilization and decreased visitors throughout PDF evaluate era course of. Read here to get extra data .

Added Files/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/elements/Utils.php
~root/website_review/css/app.php
~root/website_review/views/ranking/index.php
~root/website_review/views/websitestat/index.php
~root/website_review/views/websitestat/pdf.php
~root/website_review/views/website/request_form.php
~root/website_review/widgets/views/languageSelector.php

v 2.9 – 2014.06.20

NOTE! Ignore this replace should you haven’t put in the earlier replace (v2.8)

Bug repair in sitemap.

Modified recordsdata:

~/root/website_review/instructions/SitemapCommand.php

v 2.8 – 2014.06.18

Added risk to share evaluate in social networks
Added risk to export evaluate in PDF
Some bug fixes

Already purchased? Add/change under listed recordsdata/folders and clear cache folder (root/website_review/runtime/cache)

Modified recordsdata:

~root/website_review/controllers/WebsiteStatController.php 
~root/website_review/controllers/ParseController.php 
~root/website_review/controllers/RankingController.php 
~root/website_review/views/websitestat/index.php 
~root/website_review/views/ranking/index.php 
~root/website_review/elements/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/recommendation.php
~root/website_review/messages/da/meta.php
~/website_review/config/fundamental.php

Pay consideration at /website_review/config/main.php. You don’t must override this file. You ought to change/add keys that are listed under.
Removed URL rule:

'<language:w{2}>/www/<area:[wd-.]+>' => 'websitestat/index',

Added 2 new guidelines as a substitute of it:

'<language:w{2}>/www/<area:[wd-.]+>' => 'websitestat/generateHTML',
'<language:w{2}>/pdf-review/<area:[wd-.]+>.pdf' => 'websitestat/generatePDF',

Also added addthis(learn here tips on how to combine social sharing) and thumbs key into params

'params'=>array(
    ...
    'addthis'=>'',
    ...
    'thumbs'=>array(
        ...
    ),
),

These new key=>worth pairs(addthis, thumbs, new url guidelines) you could find within the recent model of the script. (~root/website_review/con fig/fundamental.php)

New recordsdata/folders:

~root/pdf/ direcotry (have to be writeable)
~root/website_review/extensions/tcpdf/
~root/website_review/views/websitestat/pdf.php
~root/website_review/elements/WebsiteThumbnail.php

v 2.7 – 2014.05.22

Some bug fixes

Modified recordsdata:

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

v 2.6 – 2014.05.20

Mirror of v2.5 model. The solely distinction is that archive is just not corrupted.

v 2.5 – 2014.05.18

Multiple sitemap help.
Already purchased? Just modify/add following recordsdata (be certain sitemap listing has writable permissions). Also be sure to have put in DOMDocument(http://www.php.net/manual/en/book.dom.php)

Modified recordsdata:

~/root/website_review/instructions/SitemapCommand.php

New direcotry:

~/root/sitemap/

v 2.4 – 2014.05.05

Filter has been added. Now you may enter "http://domain.com/" or "DOMAIN.COM" and it is going to be routinely transformed into "domain.com". This will keep away from duplicate domains, you may copy URL from browser and paste into enter tag immediately with none modifications.

Modified recordsdata:

~/root/website_reviews/fashions/WebsiteForm.php

v 2.3 – 2014.04.28

Changed thumbnail API in favor to Pagepeeker
Addded meta tag for cell units

Following recordsdata has been modified

~/website_review/views/layouts/fundamental.php
~/website_review/views/ranking/index.php
~/css/app.css
~/js/base.js

v 2.2 – 2014.04.07

Added Danish Interface

Added/Modified recordsdata:

~/root/website_review/messages/da/app.php (added)
~/root/website_review/messages/da/meta.php (added)
~/root/website_review/messages/da/recommendation.php (added)
~/root/website_review/config/wickedwords/da.php (added)
~/root/website_review/distributors/Webmaster/TagCloud/CommonWords/da.php (added)
~/root/website_review/distributors/config/fundamental.php (modified)

v 2.1 – 2014.03.31

Improved SMTP error dealing with

Modified recordsdata:

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

v 2.0 – 2014.03.22

Some bug fixes
Some css fixes

Modified recordsdata:

~/root/css/app.css
~/root/website_review/views/website/request_form.php
~/root/website_reviews/distributors/TagCloud/CommonWords/it.php

v 1.9 – 2013.09.23

Added Italian Interface

v 1.8 – 2013-10-20

 - Better content material recognition and tag cloud era
 - Added risk to filter web site with depraved content material.

Read here extra details about web site filtering with depraved content material.

New/Modified recordsdata:

- ~/root/website_review/distributors/Webmaster/Utils/Helper.php (modefied)
- ~/root/website_review/config/fundamental.php (modefied)
- ~/root/website_review/instructions/ParseCommand.php (modefied)
- ~/root/website_review/messages/(en|ru...)/app.php (added new phrase)
- ~/root/website_review/config/wickedwords/ (added a listing of recordsdata containing cease phrases)

v 1.7 – 2013-09-26

Bug fixes:
 - improved dublin core meta tags recognition
 - improved heading recognition
W3C Valid index web page
Features:
  - Possibility to get web site's evaluate by way of url

Changes from earlier variations

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

Improved some DOM recognition

~/root/website_review/distributors/Webmaster/Source/Content.php
~/root/website_review/distributors/Webmaster/Source/MetaTags.php

A bit modifications in HTML recordsdata to go W3C validation

~/root/website_review/widgets/views/languageSelector.php
~/root/website_review/views/layouts/fundamental.php
~/root/website_review/views/website/index.php

Changed core recordsdata:

~/root/website_review/instructions/ParseCommand.php
~/root/website_review/controllers/ParseControllers.php

Canges in config/fundamental.php file

'languages' => array( ... Added new languages ..),
'instantRedir' => false, // Whether permit to do evaluate on the fly.

Read here tips on how to do instantaneous redirect by requesting url (with out submiting a kind)

v 1.6 – 2013.09.23

Added Spanish Interface

v 1.5 – 2013.08.24

Added Dutch Interface
Improved "viewport" and "apple" tags detection

v 1.4 – 2013.08.03

Removed dependency with some PHP.INI settings.
Improved parsing of non English web sites.

v 1.3 – 2013.07.04

Added German Interface

v 1.2 – 2013.06.23

Added French Interface
Added stopwords to the filter

v 1.1 – 2013.06.20

Added robots.txt
Added img/emblem.png
Small Bug fixes.

v 1.0 Initial – 2013.06.19

[ad_2]

To get this product on 50 p.c low cost contact me on this link

 

Source

Pomento
Logo
Register New Account
Reset Password
Compare items
  • Total (0)
Compare
0
Shopping cart