Website Worth Calculator is a tool that calculates estimate price of any website. It’s useful for webmasters to
see how their work positively or negatively affects the result. In addition, the script allows users to sell their websites.
User-friendly interface and notification system will do the job easier and more enjoyable.
Looking for a free regular licence? I’m looking for translation the application into following languages:
Norwegian, Danish, Finnish.
Features 30+
- Estimate price calculator
- MOZ integration
- Estimate daily/monthly/yearly unique visitors
- Estimate daily/monthly/yearly pageviews
- Estimate daily/monthly/yearly ads revenue
- Basic website information
- Search engine statistics
- Alexa statistics
- Social statistics
- Antivirus statistics
- Directory listening statistics
- Location statistics
- WHOIS
- Social Sharing
- Widget placement
- Possibility to sell website/domain
- Scalable inner mail
- Notification system
- Multi language interface
- Admin Panel
- Website management
- User management
- Category management
- Localization
- Cron job command executing via Admin panel
- RSS and Atom feed support
- Strong caching system
- Contact form
- Detection scam system
- Full SEO-friendly
- Og Meta properties support
- Responsive design
- Adsense ready
- Estimate price in any currency
- Website thumbnail
- Grouping by, country, price, date
Applications demo
NOTE! Permissions are limited in Demo mode
Front End (Guest)
Website: http://getwebsitecost.com
Websites on sale: http://getwebsitecost.com/en/buy
Back End (Authorized)
Admin Panel: http://getwebsitecost.com/admin
Login: [email protected]
Password: 12345
Front End (Authorized)
Login Form: http://getwebsitecost.com/en/user/sign-in
Login: [email protected]
Password: 12345
Installation & Documentation
All information you can find here
Requirements
- PHP 5.3.0 or above
- PDO extension
- MySQL 5.0 or above
- CRON jobs
- cURL extension
- PHP OpenSSL extenstion
- Script execution time must be greater than 60 seconds
- SMTP Mail Server
- Mcrypt Extension (MCRYPT_RIJNDAEL_256 ciphername)
- GD extension
- Multibyte String Functions
- Rewrite module (optional)
- DOMDocument (optional. For sitemap generation)
- ZipArchive (optional. For language translation import/export)
Before buy
* You cannot run this script on free web hosting.
* I am not responsible if your server’s IP will be banned (or already banned) on social APIs, Search Engines or other websites.
* I’m not responsible for your server’s firewall configuration.
Changelog
v 3.2 – 2017.07.30
- Small bug fix
Modified file
~root/protected/views/front/website/show.php
v 3.1 – 2017.07.09
- PHP 7.x compatibility
- Facebook API upgrade
Already bought? 1. Run following query in database:
ALTER TABLE `sc_webdata_social` ADD `facebook_reaction_count` INT UNSIGNED NOT NULL AFTER `facebook_click_count`, ADD `facebook_comment_plugin_count` INT UNSIGNED NOT NULL AFTER `facebook_reaction_count`;
2. Replace modified files:
~root/protected/commands/CalculateCommand.php ~root/protected/components/Facebook.php ~root/protected/library/Social.php ~root/protected/views/front/website/show.php
3. Remove all files from root/framework and upload fresh version from archive.
4. Import new UI phrases in admin panel. Go to Localization -> Improt translations. New phrases are under root/protected/messages directory.
5. Flush cache in admin panel. Go to Tools -> Flush cache.
v 3.0 – 2017.02.05
- Security update
Already bought? Replace modified file
~root/protected/controllers/SiteController.php
Open `root/protected/config/main.php
Append two new parameters to “mailer” array
'mailer' => array( ... // set "tls" if Port is 587 or "ssl" if Port is 465 'SMTPSecure'=>'', // SMTP connection options 'SMTPOptions' => array( 'ssl' => array( 'verify_peer' => false, 'verify_peer_name' => false, 'allow_self_signed' => true ) ), ),
Remove all files from `root/protected/extensions/mailer/phpmailer directory and upload new files from archive.
v 2.9 – 2016.09.03
- Added Facebook Graph API support to pull likes, shares, comments count. Read more here
- Improved DMOZ directory checker
- Improved LinkedIn checker
- Small bug fixes
Already bought?
1. Replace/add listed below files:
New files: ~root/protected/components/Facebook.php ~root/protected/config/facebook.php Modified Files ~root/protected/commands/CalculateCommand.php ~root/protected/config/badwords.php ~root/protected/library/SearchCatalog.php ~root/protected/library/Social.php ~root/protected/library/WebsiteCostCalculator.php ~root/protected/views/front/website/show.php
2. Configure Facebook credentials
v 2.8 – 2016.07.12
- Alexa API has been changed
- Added possibility to block domain. Read more here
Already bought?
1. Replace/add listed below files:
New file ~root/protected/config/domain_restriction.php Modified files: ~root/protected/forms/CalculationForm.php ~root/protected/library/SearchCatalog.php ~root/protected/views/front/website/show.php
2. New phrase has been added. Import modified translations in admin panel. Read here how to do it.
3. Finally, flush cache in admin panel (Tools -> Flush cache)
v 2.7 – 2016.05.29
- Small bug fixes
Already bought? Replace listed below files:
~root/protected/library/Moz.php ~root/protected/views/front/website/show.php
v 2.6 – 2016.05.24
- MOZ API integration. Read more
- AVG fix
- PageRank has been removed
- Bug fixes
- Site cost formula has been calibrated
Already bought?
1. Replace/add listed below files:
New Files ~root/images/moz.png ~root/protected/config/moz.php ~root/protected/library/Moz.php ~root/protected/models/WebdataMoz.php Modified Files ~root/css/app.css ~root/js/base.js ~root/protected/commands/CalculateCommand.php ~root/protected/controllers/admin/WebsiteController.php ~root/protected/controllers/WebsiteController.php ~root/protected/library/Diagnostic.php ~root/protected/library/WebsiteCostCalculator.php ~root/protected/models/Website.php ~root/protected/views/front/website/top_breadcrumbs.php ~root/protected/views/front/website/show.php ~root/protected/views/front/widgets/website_list.php ~root/protected/widgets/WebsiteList.php
2. Run following query into database:
CREATE TABLE `sc_webdata_moz` (`wid` int(10) unsigned NOT NULL, `pda` decimal(15,12) DEFAULT NULL, `upa` decimal(15,12) DEFAULT NULL, `uid` bigint(10) unsigned DEFAULT NULL, PRIMARY KEY (`wid`)) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3. Six new phrases have been added. Import modified translations in admin panel. Read here how to do it.
4. Finally, flush cache in admin panel (Tools -> Flush cache)
v 2.5 – 2016.05.04
- Changed GeoIP service provider
- Added Swedish Translation
- Small bug fixes
Already bought?
1. Replace/add listed below files:
~root/protected/controllers/ProfileController.php ~root/protected/controllers/SiteController.php ~root/protected/library/Location.php ~root/protected/extensions/ecountrylist/countries/sv.php
2. Import new translation. You can find it here: root/protected/messages/translation_sv.zip
v 2.5 – 2016.01.10
- Twitter API has been closed (As of 21st November 2015, Twitter has removed the “Tweet count endpoint” API.).
- Added support of Pinterest like count, LinkedIn like count, Stumbleupon like count
- Updated Cookie EU Law Javascript plugin
Already bought?
1. Replace/add listed below files.
~rootjscookieconsent.latest.min.js ~rootprotectedmodelsWebdataSocial.php ~rootprotectedviewsfrontwebsiteshow.php ~rootprotectedcommandsCalculateCommand.php ~rootprotectedlibrarySocial.php ~rootimagespinterest.png ~rootimageslinkedin.png ~rootimagesstumbleupon.png
2. Run following query into database:
ALTER TABLE `sc_webdata_social` ADD `pins` INT UNSIGNED NOT NULL DEFAULT '0' AFTER `twitter`, ADD `linkedin` INT UNSIGNED NOT NULL DEFAULT '0' AFTER `pins`, ADD `stumbleupon` INT UNSIGNED NOT NULL DEFAULT '0' AFTER `linkedin`;
3. Three new phrases have been added. Import modified translations in admin panel. Read here how to do it.
4. Finally, flush cache in admin panel (Tools -> Flush cache)
v 2.4 – 2016.01.03
- Added Italian Translation
- Support of new Google Diagnostic API
- Removed Yahoo catalog checker (API has been closed)
1. Already bought? Replace/add listed below files.
Modified file / new files
~rootprotectedlibraryDiagnostic.php ~rootprotectedcommandsCalculateCommand.php ~rootprotectedviewsfrontwebsiteshow.php ~rootprotectedlibrarySearchCatalog.php ~rootprotectedextensionsecountrylistcountriesit.php ~rootprotectedviewsfrontwebsitecountry_list.php ~rootframeworkwebhelpersCHtml.php
2. Import new translation. You can find it here: root/protected/messages/translation_it.zip
v 2.3 – 2015.11.23
- Switched to other geolocation API since old has been closed.
Already bought? Replace modified file.
Modified file
~root/protected/library/Location.php
v 2.2 – 2015.09.28
- Solution for EU Cookie Law
Already bought? Replace/add below listed files and update translations
.
~root/js/cookieconsent.latest.min ~root/protected/config/cookie_law.php ~root/protected/controller/admin/LanguageController.php ~root/protected/controller/PagePeekerProxyController.php ~root/protected/components/FrontController.php
v 2.1 – 2015.05.03
- HTML bug fixes
- AVG bug fix
Already bought? Following files has been modified:
~rootprotectedlibraryDiagnostic.php ~rootprotectedviewsfrontlayoutsmain.php ~rootprotectedviewsfrontwebsiteshow.php
v 2.0 – 2015.01.08
- Changed Gep-IP provider
Already bought? Replace modified files.
~rootprotectedlibraryLocation.php ~rootprotectedcommandsCalculateCommand.php
v 1.9 – 2014.12.16
- Some HTML bug fixes
- Added RSS and Atom feed support
Already bought?
1. Add new parameter into root/config/main.php
'rules' => array( ... '<language:[a-z]{2}|[a-z]{2}_[a-z]{2}>/feed/<_a:(rss|atom)>.xml' => 'feed/<_a>', ... ),
2. Replace/add listed below files.
Modified files:
~root/protected/controllers/WebsiteController.php ~root/sitecost/css/app.css ~root/protected/views/front/website/show.php ~root/protected/views/layouts/main.php ~root//protected/components/BaseController.php
3. New files:
~root/images/website-worth-calculator-thumb.jpg ~root/protected/views/front/feed ~root/protected/runtime/feed ~root/protected/controllers/FeedController.php
4. Update translations
5. Flush cache (Admin panel -> Tools -> Flush Cache)
v 1.8 – 2014.11.14
- Some bug fixes
Already bought?
1. Add new parameter into root/config/main.php
'params' => array( ... 'decimals'=>2, ... ),
2. Replace listed below files.
Modified files:
~rootprotectedlibraryPHPWhois.php ~rootjsbase.js ~rootprotectedcomponentsHelper.php ~rootprotectedviewsfrontwebsiteshow.php
v 1.7 – 2014.11.08
- New languages have been added: Dutch, Spanish
- Some bug fixes
- Improved PagePeeker thumbnail generation
Already bought?
1. Add 4 new parameters in root/config/main.php
... 'rules'=>array( 'proxy'=>'PagePeekerProxy/index', .... ), ... 'params' => array( ... 'decPoint' => ',', 'thousandsSep' => '.', 'useProxyImage' => true, ... ), ...
2. Read here how to import new translations.
3. Replace/add listed below files.
Modified files:
~root/protected/commands/CalculateCommand.php ~root/protected/components/Helper.php ~root/protected/controllers/WebsiteController.php ~root/protected/views/front/widgets/request_form.php ~root/protected/components/BaseController.php ~root/js/base.js
New files:
~root/controllers/PagePeekerProxyController.php ~root/robots.txt ~root/protected/extensions/ecountrylist/countries/nl.php ~root/protected/extensions/ecountrylist/countries/es.php ~root/protected/messages/translation_nl.zip ~root/protected/messages/translation_es.zip
v 1.6 – 2014.09.26
- Calculate website cost on the fly without proxy script. Read here how to do this
- Norton replaced by AVG due to API limits
- Some bug fixes
- Improved WHOIS for com, net, de, jp TLDs
- CAPTCHA protection. Read here more
Already bought? Firstly, add/replace listed below files, then run query in database:
ALTER TABLE `sc_webdata_antivirus` CHANGE `norton` `avg` ENUM( 'safe', 'warning', 'caution', 'untested' ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'untested';
Added 2 new parameters in root/config/main.php
... 'params' => array( ... 'captcha'=>true, 'autoCalculation'=>false, ... ), ...
Next, import new phrases and transaltions. To do this go to Admin panel -> Localization -> Manage Translations -> Import Translation
You can find translations here: root/protected/messages/
Import translations for each language
And finally flush the cache. Admin Panel -> Tools -> Flush cache
Modified files:
~root/protected/commands/CalculateCommand.php ~root/protected/components/BaseController.php ~root/protected/components/Helper.php ~root/protected/controllers/WebsiteController.php ~root/protected/forms/CalculationForm.php ~root/protected/library/Estimator.php ~root/protected/library/PHPWhois.php ~root/protected/models/WebdataAntivirus.php ~root/protected/views/front/wesbite/show.php ~root/protected/views/front/widgets/request_form.php
New files:
~root/protected/components/CaptchaAction.php ~root/protected/config/whois.params.php ~root/images/avg.png
v 1.5 – 2014.09.22
New features
- Estimate daily/monthly/yearly unique visitors
- Estimate daily/monthly/yearly pageviews
- Estimate daily/monthly/yearly ads revenue
- New Alexa graph. Daily reach in percent
- Improved WHOIS
- Improved character set recognition
- Removed McAfee diagnostic due to terrible uptime. Replaced with Norton
- Improved translation exporting/importing
Already bought? Firstly, add/replace listed below files, then run query in database:
ALTER TABLE `sc_webdata_antivirus` CHANGE `mcafee` `norton` ENUM( 'safe', 'warning', 'caution', 'untested' ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'untested';
Next, import new phrases and transaltions. To do this go to Admin panel -> Localization -> Manage Translations -> Import Translation
You can find translations here: root/protected/messages/
Import translations for each language
And finally flush the cache. Admin Panel -> Tools -> Flush cache
Modified files:
~root/protected/components/DbMessageSource.php ~root/protected/commands/CalculateCommand.php ~root/protected/controllers/WebsiteController.php ~root/protected/controllers/admin/LanguageController.php ~root/protected/models/WebdataAntivirus.php ~root/protected/forms/ExportTranslationForm.php ~root/protected/views/front/website/show.php ~root/protected/views/back/language/export.php ~root/protected/views/back/language/import.php ~root/protected/library/MetaTags.php ~root/protected/library/PHPWhois.php ~root/protected/config/whois.servers.php
New files:
~root/protected/library/Estimator.php ~root/images/norton.png ~root/images/revenue.png ~root/images/visitors.png ~root/images/pageviews.png ~root/images/analytics.png
v 1.4 – 2014.09.01
- Gz compression are used to compress sitemaps, whereby traffic will be decreased
- Improved WHOIS recognition
- Some bug fixes
Modified files:
~protected/commands/SitemapCommand.php ~protected/models/Language.php ~protected/library/SearchEngine.php ~protected/controllers/admin/LanguageController.php ~protected/controllers/admin/ToolsController.php ~protected/library/PHPWhois.php
v 1.3 – 2014.08.27
- Removed dependency from short_open_tag directive
- Improved sitemap generation
- Handling pagepeeker error
- Added German translation
- Improved retrieving Google Backlinks
Already bought? Replace/add files listed below. Import translation:
1. Create new language in admin panel (Language ID – de)
2. Flush cache (Tools -> Flush cache)
3. Go to Manage translations -> Import translations. Zip file with translations: ~protected/messages/translation_de.zip
4. Flush cache
5. Don’t forget to translate Categories (Manage categories). This translations doesn’t inclusive because each has own categories.
Modidied files:
~protected/components/BaseController.php ~protected/commands/CalculateCommand.php ~protected/commands/SitemapCommand.php ~protected/library/ParseUtils.php ~protected/library/SearchEngine.php ~protected/config/badwords.php ~protected/views/front/widgets/website_list.php ~protected/views/front/category/website_sale.php ~js/base.js
Added files:
~images/not-available.png ~protected/messages/transaltion_de.zip
v 1.2 – 2014.08.06
Transltion fixes Design bug fixes
Following files has been modified
~root/protected/views/mail/post/new_message.php ~root/protected/views/front/post/chat_widget.php ~root/protected/views/front/post/new.php ~root/protected/views/front/post/add.php
v 1.1 – 2014.08.05
Some bux fixes Improved estimate price calculator McAfee check Yahoo directory check
Following files has been modified
~root/index.php ~root/protected/controllers/SiteController.php ~root/protected/components/Helper.php ~root/protected/views/front/user/finish_reg.php ~root/protected/views/mail/layouts/main.php ~root/protected/views/front/user/confirm.php ~root/protected/library/WebsiteCostCalculator.php ~root/protected/library/SearchCatalog.php ~root/protected/library/Diagnostic.php
v 1.0 Initial – 2013.07.28
[eltd_button size=”huge-full-width” type=”outline” text=”Download & Demo Links” custom_class=”#” icon_pack=”font_awesome” fa_icon=”” link=”” target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]
Demo = Website Worth Calculator
[eltd_button size=”huge” type=”” text=”Full Live Demo” custom_class=”” icon_pack=”font_awesome” fa_icon=”fa-laptop” link=”https://codecanyon.net/item/website-worth-calculator/8407620″ target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]
Kindly Note: We update new contents like WordPress Themes, Plugins, PHP Scripts everyday. But remember that you should never use this items in a commercial website. All the contents posted here for development & testing purpose only. We’re not responsible for any damage, use at your own RISK! We highly recommend to buy Website Worth Calculator from the The Developer ( forza020 ) website. Thank you.
Download = Website Worth Calculator-[Updated].zip