Rabu, 15 Juli 2015

Website Worth Calculator - PHP Scripts

Website Worth Calculator is a tool that calculates estimate price of any website. Its useful for webmasters tosee 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? Im looking for translation the application into following languages:Norwegian, Swedish, Finnish, French, Italian.

Features 30+

  • Estimate price calculator
  • 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 PageRank, 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: demo@codecanyon.net
Password: 12345

Front End (Authorized)

Login Form: http://getwebsitecost.com/en/user/sign-in
Login: demo@codecanyon.net
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
  • 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)

Changelog

v 2.1 2015.05.03

  • HTML bug fixes
  • AVG bug fix
Already bought? Following files has been modified:
~root\protected\library\Diagnostic.php~root\protected\views\front\layouts\main.php~root\protected\views\front\website\show.php

v 2.0 2015.01.08

Already bought? Replace modified files.
~root\protected\library\Location.php~root\protected\commands\CalculateCommand.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

Already bought?
1. Add new parameter into root/config/main.php
'params' => array(    ...    'decimals'=>2,    ...),
2. Replace listed below files.
Modified files:
~root\protected\library\PHPWhois.php~root\js\base.js~root\protected\components\Helper.php~root\protected\views\front\website\show.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. Dont forget to translate Categories (Manage categories). This translations doesnt 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 fixesDesign 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 fixesImproved estimate price calculatorMcAfee checkYahoo 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








Website Worth Calculator - PHP Scripts | CodeCanyon
Website Worth Calculator is a tool that calculates estimate price of any website. Its useful for webmasters to see how their work positively or negatively affects

PHP calculator scripts - free, commercial and open source ...
Categorized collection of PHP calculator scripts featuring commercial, open source and free scripts. This script is a PHP script for calculating the roots of

Worth My Site - Website Value Calculator - PHP Scripts ...
Worth My Site - Website Value Calculator Worth My Site - Website Value Calculator

PHP calculator scripts - free, commercial and open source ...
Categorized collection of PHP calculator scripts script ever made. Website Value Calculator is the calculators allows your site visitors

Website Value Calculator Script » SCRiPTMAFiA.ORG ...
The website value calculator script shows: Basic Info: Codecanyon - Website Worth Calculator v.1.3 - PHP Script; EasySEOScripts 51 SEO Script Mega Package;

Best Website Value Calculator Script | Web Hosting Talk
"CuteStat Lite 1.0" is a professional and very powerful PHP Script to create your own dedicated website for Web Stat and Valuation Services. It is very easy to

Download Value Calculator Php Source Codes, Value ...
Value Calculator Php Codes and Scripts Downloads Free. Blog or Website Value Calculator is a plug-in that gives you a nice tidy widget to display your blog's current

Estimated Worth of scriptsjungle.cf
Show Your Visitors Your Website Value Website Value Calculator 1.9 Powered By Metro UI CSS

Website Value Calculator Script - PHP Scripts
Websites Worth Statistics SEO Statistics Social Media Statistics Website Safety Statistics Alexa Statistics Search Engine Index Statistics Traffic Stati

Blog or Website Value Calculator (Scripts) 0.3 - Free Blog ...
Blog or Website Value Calculator (Scripts) Publisher's description. from WebWorth, Robbrad182. Blog or Website Value Calculator is a plug-in that gives you a nice

Website Worth Calculator - PHP Scripts Rating: 4.5 Diposkan Oleh: Verona
 

Top