Code

Discussion on Website Worth Calculator

Discussion on Website Worth Calculator

Cart 621 sales
Recently Updated

forza020 supports this item

Supported

This author's response time can be up to 1 business day.

428 comments found.

Hi, nice script!

Pre-sale question: is it possible (changing the code on my own) to eliminate the verification step in order to sell a website? so that I’ll be able to sell also domains without the need to use the verification widget. Thanks

Hello,

Yes, the code is open and not obfuscated. If you have PHP + Yii Framework knowledge, then you can easily change its behavior.

Regards

Getting this error Internal server error 500 : Function get_magic_quotes_gpc() is deprecated

Hello. Currently script supports PHP 5.x versions. If you are running on PHP 7. then try to disable notices and deprecation errors.

admin option not working 403 403 : You are not authorized to perform this action.

This is a live website, the demo account is restricted.

work on nginx?

Hello. Yes, my demo is running on nginx.

hi, where can I change the meta ?

Hi,

To change title / description / keywords. Go to
Admin panel -> Localization -> Manage Translations -> Find phrase/translation.
Enter phrase you want to translate (you can even enter a “key” like: “index page title”). After you finish modifications go to
Admin Panel -> Tools -> Flush Cache.

Hi! Must use any api? Thanks.

Hello. The script uses a lot of APIs: Google, Facebook and etc..

how to show selective websites on home page instead of recent websites calculations?

Hi,

Open ~root/protected/controllers/SiteController.php file and replace
$widget = $this->widget('application.widgets.WebsiteList', array(
    "config"=>array(
        "totalItemCount"=>Yii::app()->params['websitesOnIndexPage'],
        "pagination"=>array(
            "pageSize"=>Yii::app()->params['websitesOnIndexPage']
        )
    ),
), true);
with
$domains = array(
   'google.com', 'facebook.com', 
);
$widget = $this->widget('application.widgets.WebsiteList', array(
   "config"=>array(
      "criteria"=>array(
         "order"=>"FIELD(md5domain, '".implode("','", array_map('md5', $domains))."')",
      ),
              "totalItemCount"=>count($domains),
              "pagination"=>array(
                  "pageSize"=>count($domains)
              )
          ),
), true);

Put the domain list in the $domains array. Make sure the reviews were generated for these websites.

Regards

its not picking websites in $domains array :( only showing initial 2 calculations by IDs in table.

Please check email

Does this script not work on PHP7 ??

In order to make it work with PHP 7 you need to disable notices and also disable strict mode in MySQL.

Hello, I’m having trouble installing this script. Can you help me?

Please send me cPanel / plesk / ssh / whatever credentials and I’ll install and configure script for you.

It’s been going well, but I’m still having trouble, how to get rid of index.php

You should set
'showScriptName' => false,
in ~root/protected/config/main.php file. If you are running on nginx, then you need to convert .htaccess rewrite rules to nginx rewrite rules.

Can I use this in a sub-folder instead of the main www website directory? I want it to be www.site,com / appraisals

Hi, Sure you can install it at any sub folder.

Hi, can you please add minify support in your next update?

Will see. However you can minify all the files by yourself :)

Can I integrate this script with this SEO Tools platform? https://www.verzex.com/seo/

Hi. This is stand alone app, not a plugin.

Hi; Demo site don’t work! https://prnt.sc/sbrp11

Thank you for reporting problem! Can you check now?

Thanks, working. But admin panel some links dont work!

https://prnt.sc/seql7n https://prnt.sc/seqlqe

Well, your actions are restricted on demo account because it is live website. You can see admin interface in preview screenshots.

Do you think that an update is possible in the future so that Keywords from Basic Information become tags that group the sites according to those words? Is this implementation difficult?

Hi. Sorry, but I don’t think it’s possible.

hi, I have login problem. It keeps saying “Please fix the following input errors: We have sent you confirmation email. Please confirm it”. Reset password but still same. How to fix it? thank you

When user creates an account they must confirm it. The confirmation email is sent to their email (don’t forget to check spam folder).

If for some reason user can’t do it, then login to admin panel, go to Users -> select needed user -> and check “Confirmed Email” checkbox and press save. Also at user edit page you can change password.

If I run your script the server is loading too much. So I suggest you change your CMS. If you use PHP, do not overload the server. And you get lots of sales.

The main load is when someone triggers website’s cost estimator. The script is doing 12 requests to 3rd parties, so that is why it could be load about 20-30 seconds.

All other requests are light weight. By the way, all my demo scripts are running at VPS for 5$/mo and the response time is fast.

Hello, it’s possible to add the french language ? and have a Blog section ? for the articles.

I bought 4 codes from you, could you please make the site picture localization? Pagepeeker is not good, sometimes it’s slow, and the images are often unavailable.

Hm.. Well this is most stable free website thumbnail generation service. If you know other service with better uptime / response time – let me know. I’ll implement it.

Hi, I don’t want to use the screenshot of pagepeeker anymore, I want to use my own screenshot of http://xxx.com/?url=http://site.com, could you tell me how to replace it?

Hello,

You need to apply own business logic inside following files:

Formats thumbnail URLs
~root\protected\components\WebsiteThumbnail.php
Displays thumbnail (see dynamicThumbnail function)
~root\js\base.js

In my website ads are not show. I didn’t get reply from theme provider. Bad experience

Please check email and make sure ad block is disabled

hi there I cannot add user… if using admin panel it says “An internal error occurred. Please try again later” if register using registration form it says “Server temporarily unavailable. Please, try to register a little bit later”.. It could be some mysql error cannot enter newuser into db.. not sure have you run across this type of problem so far?

Hi,

Please make sure you’ve configured SMTP mail client: https://docs.php5developer.com/website-worth-calculator/#customization_smtp_mail_client

If you are sure that all is OK, but emails still doesn’t send, then send me ~root/protected/runtime/application.log file by email.

Regards

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey