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.

When I upgrade to latest version,I got following error [application] Failed to set unsafe attribute “country_name” of “WebdataAlexa” error Property “WebdataAlexa.version” is not defined.

Did you run these two queries in the database?
 ALTER TABLE `sc_webdata_alexa` ADD `version` VARCHAR(32) NULL DEFAULT '0' AFTER `pct`, ADD `data` MEDIUMTEXT NULL AFTER `version`;
ALTER TABLE `sc_webdata_metatags` CHANGE `title` `title` MEDIUMTEXT CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL, CHANGE `keywords` `keywords` 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;

Yes,I tried these two queries in mysql,However It still got same error.

I would suggest you to backup the main config file and other files that you modified and install a fresh version of the script. Keep the old database.

I want to buy this script, before buying I want to understand the difference between regular license and extended license

I have an idea about this product but don’t really understand it, can you give me suggestions on how to make money from it, my email:kitigroups@gmail.com

please provide me admin demo account, email: kitigroups@gmail.com

This is the live website. I won’t you provide with any admin access credentials. You can view the screenshots of the admin panel on the product’s page.

Is there any way to change the url format like “site.com/en/cost/google.com” to “site.com/google.com ”?

If yes, where to change this?

Hello, Yes, this is achievable, but you need to modify URL regex rules. If you don’t feel comfortable with regular expression, then send me hosting access credentials and I’ll do this for you.

I have sent the details, Thanks, I’m exciting for the change.Pls fix “0 total website price calculated.” after many websites analyzed.

Please check your email. Speaking about the total count – please flush the cache in the Admin panel: Admin panel → Tools → Flush cache.

HI Dev,

I was using your app and its awesome, Just came across with few help required,

please let me know how can i call the data for specific website

Website Worth; Ads Revenue(Yearly); Page View(Yearly) ; Visitors(Yearly) ;

need echo command for each specific website calls.

any help or suggestion will be helpful. thanks

thanks but somehow its not working , can you please suggest your direct email too while responding so maybe we can have a clear chat to SS as well.

There is no API endpoint for that. You need to build it by yourself. I provided you with a code snippet to extract the site info from the database.

please check your email for support .

Hello, is PagePeeker API only used for image thumbnail?

Hello. Yes.

the numbers are way off!! any way to have similarweb data instead of what is currently there? where does the script get info from?

It became hard to calculate an estimated price after Alexa closed. Similarweb doesn’t provide a free API tier and doesn’t allow making cURL requests to their web page or browser extension page, so this is not an option right now.

Hi, I’ve noticed that the stat estimate given by the script seems inaccurate and doesn’t match the actual numbers. For example: when I tried to retrieve the price and daily revenue from ads for smallseotools.com, the daily revenue reported from ads was only $11.00, which seems inconsequential and far from the correct estimate. I was wondering if there are any upcoming updates planned for the stats. Thank you.

Hi, the estimate numbers are based on many 3rd parties data, like indexed pages, social data, etc. If even one of those services returns zeros (for some reason) then the final result can be underpriced.

Well, are there updates and improvements in the future by adding some features to the backend such as pages, modifying the header and footer links, adding ads… instead of entering and searching every time in the site files to modify something

I don’t see that in the near future.

Hello Roman, just installed this script on a new domain and getting an 403 error “Access to this resource on the server is denied!” while trying to enter the details page. But this error is only on this one details page (explore more, see https://sitepricecheck.com/), can you please help?! Thanks in advance :)

Hello Sir, make sure that Apach2 mod_security module is disable. If you don’t have access to disable it, then open main config file and set url.show_script_name to true.
'url.show_script_name'=>true,

Hi Roman, thank you very much. That worked :) Can you please also tell me, how to remove the “Get website review”, “Webmaster info” and “Add to catalog. free” Buttons in the “more actions” section on the details-page? Which file do I have to edit? Thanks in advance :)

You can find those buttons in the ~/protected/views/front/website/show.php

Presale Question : I see you can BUY/SELL websites on the template. Does it autogenerate domains for commission? Or do I have to own the domains myself?

Thanks!

I passed all of my requirements.

A video installation on Shared hosting would be awesome!

Please check your email. There is only a text guide. https://docs.php8developer.com/website-worth-calculator/#/installation
Hello :grin:, I’m interested in buy this, but there are a few questions I wish I could get full and clear answers from you.
  1. Will this website work well if it is in a sub domain example: - webprice.mywebsite.com or in a folder: www.mywebsite.com/check/mysiteprice/home
  2. Does this website have an backend page admin (is there a demo ?).
  3. Is there a feature to create a blog (article) on the admin page?
  4. Is there a filter for porn and gambling websites? so I can block certain websites from being able to appear immediately without my permission.
:grin: Hope I can get your help for a complete answer. :grin: Thank’s

Hello,

1. Yes. Just set the right host and base URL in the config file.

2. Yes, it has. You can review it by clicking on the “Screenshot” button on the product’s page. There is no live admin access since this is a live website.

3. No, this is not a CMS. However, you can install a WP instance into the sub dir/subdomain and write your blog posts.

4. Yes, you can block websites by:
- bad words
- domain name

Regards

I don’t get the html verify pagepeeker you mean. where can i get it?

Hello. Please check your email. Make sure you followed each step from the guide.

https://docs.php8developer.com/website-worth-calculator/#/installation?id=free-unbranded-account

Well I though this could be useful I added a site in the demo that I know all the states too, unfortunately the stats produced by your all are WAY WAY off!

Hello dev, how to make a 404 page automatically redirect to homepage without using htaccess?

Hello,

Try to open the `root/protected/components/BaseController.php` file, search for:

$this->title=$this->title=Yii::t("site", "Page not found");
and replace with
$this->redirect('site/index');

Regards

thank you

After loading the dump.sql file I get the following error below:

Error SQL query:

CREATE TABLE `sc_trans_missing` ( `category` varchar(32) NOT NULL, `key` varchar(255) NOT NULL, `lang_id` varchar(5) NOT NULL, `id` int unsigned NOT NULL AUTO_INCREMENT, `inserted_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`category`,`key`,`lang_id`), UNIQUE KEY `ix_id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 MySQL said: Documentation

1071 – Specified key was too long; max key length is 767 bytes

If you are running on the old MySQL version, then try:

1. to open the dump.sql file.
2. search for utf8mb4
3. replace with utf8
4. re-upload the dump.

CDbException CDbCommand failed to execute the SQL statement: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘free1.sc_trans_source_message’ doesn’t exist

After install!!! How to fix this??

Hi,

The full installation, configuration, and FAQ guides can be found here in a text format: https://docs.php8developer.com/website-worth-calculator/#/installation

How to get pagepeeker.verify, please help

Did you follow all the instructions from my previous email? Please send me cPanel and Pagepeeker credentials by email.

email and password to login admin panel please

Please check your email :)

Hello, after updated, it shows “Internal server error 500” I add code this way, is it correct?

<?php return array(

// Banner free websites that can be put on sale. See the “domain_restriction.php” file for pattern examples.

‘sales.banner_free’=>array(),

'app.name'=>'Website Worth Calculator',

Hello, can you send me FTP creds by email? I’ll take a quick look at this.

Pre-sales questions:

Where does Estimated Data Analytics come from? Is there a bulk insertion? Is there a way to use proxies so the server’s IP is masked/changed when they try to get data?

Hello,

1. The data comes from public sources.

2. Yes, you can, but I don’t recommend doing that, because the answer is “No” to the 3rd question.

https://docs.php8developer.com/website-worth-calculator/#/faq?id=how-to-upload-domains-in-bulk

Regards

Last Update 3 May 2022 ?

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