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.

Hello Dev, Can this be added a blog page, so that I can add articles on the website. Because if the site does not have the latest article interaction, it will be left behind in Google searches.

Tanks Dev

Halo dev,

Put here HTML (provided by PagePeeker) before validation process. Don’t remove after validation.

Where did I get this, from the pagepeeker site there is no HTML verification provided

I just bought and just started the installation, but in the pagespeeker section there is no picture

Install Sukses Full,

How to update? Does the latest update have to re-install?

Yes, there is a changelog page where you can find how to apply updates.

How to update, please tell me briefly, thank you boss

Hello, There is a changelog page. You can find it in the documentation. https://docs.php8developer.com/website-worth-calculator/#/changelog?id=v-411

How to remove php8developer.com from the search bar?

i just bought this script can you please tell me the uploud file name

Hi,

It should be in your “Download” page. https://codecanyon.net/downloads

Regards

Alexa rank will be shutdown on may 1, 2022. What happen to this application? Have you find the alternative main source for the calculation?

I think search engines statistics will be a temporary solution. I also believe that similar free public service (similar to Alexa) will be released in 2022. It will be strange if no one takes this niche.

I want to change the meta tag of the show.php page to the meta tag of each detected website. Simply put, use the meta tag attribute of the detected website to replace the head meta tag of the show.php page, please give I support thank you i sened u email

Hi! Please check your email

Hello how can i set to check one domain country only. Just want .uk only. I have done this before with website review but the files not same.

Hello,

Open ~root/protected/forms/CalculationForm.php file. and add:
  • A rule to the rules method just before the return statement.
    public function rules() {
      ...
      $rules[] = array('domain', 'ukWebsite');
      return $rules;
    }
    
  • A new method somewhere in the class (for example right after “rules” method”)
        public function ukWebsite($domain) {
            if(!$this -> hasErrors()) {
                if(!preg_match("/\.uk$/i", $this->$domain)) {
                    $this->addError("domain", Yii::t("website", "Could not reach host: {Host}", array("{Host}" => $this -> domain)));
                }
            }
        }
    

Regards

Hi, this does not work it won’t process and will show warning message but if I refresh the non .uk website still appears.

Then you made a mistake ;) Send me your FTP credentials and I’ll do it in a minute.

hi, just upgraded and php version is 8.0. but it shows 500: Call to undefined function idn_to_ascii() , pls advise how to fix it? Thank you.

Hi. Make sure that “intl” extension is installed and enabled (in php.ini). Also, upload a “requirements.php” script (you can find it in the archive) and see whether you meet others requirements.

thank you

Where can I add the analytics code and if I add new pages can the analytics recognize them?

Hi.

Assign analytics code to the “site_cost.html_head” parameter.
https://docs.php8developer.com/website-worth-calculator/#/configuration?id=header-and-footer

Yes, it will be on the all pages.

Regards,
Roman

Pls can you help me change the colour of this script after I purchase it?

Hi. Do you mean the header and buttons color? In this case – yes.

I didn’t apply update but calculating so high. https://pricecalculator.website/cost/google.com I am thinking not worth this price. Same on your demo page https://www.getwebsitecost.com/en/cost/google.com Awaiting yours.

FYI, New update changed nothing

Hi. There results are cached for a while. https://docs.php8developer.com/domain-statistic-tool/#/configuration?id=caching

You need to either decrease the cache time in the config file (see cache_domain_stat_time) or submit a new domain that wasn’t listed yet.

I applied last update and working well thanks.

hi, how this script is calculating website cost. i saw after latest update website is showing very high cost. i checked with blank websites too. pls guide if i m missng any setup. regards.

hi thanks for the reply domain is https://lelink.in/umaI . I checked with the mentioned file and its out of scope for me. anyways thanks.

It’s due to the large number of yahoo indexed pages. I’ll investigate what is wrong.

ok thanks

Do you have an administration panel? to add content on a page of who we are, contact, cookies, blog to add articles, etc, because if you do not have that, google adsense will not allow you to monetize the website, today in 2021 without that you could not, that’s why the question

ups sorry, I did not understand what you tell me to do now. What I would need to do is just show the blog page not as main, but as page, example: web.com/blog

So just ignore my previous message.

I have read some of the comments and answers and a question arises. If this type of site is to monetize, at least with adsense, and the fact that the ip is detected as spam, google will block my adsense account. The question is, what can be done to avoid being blocked? Would you have to hire a vps or private server? What do you recommend so that we are not blocked for using a bad IP in the past?

Hi. There are only 4 metrics which rely on positive IP reputation: Number of indexed pages in Google / Bing / Yahoo and number of backlinks. So, having a bad IP reputation in terms of net crawling, will lead these metrics to show zeros. Of course there is a chance that your IP is already banned by other 3rd parties, but it’s lower than 0.1%.

Each IP is individual and there is no one way solution on how to find its reputation. For example, my current IP is “red” in terms of email spamming (thanks to the previous guy who owned VPS with this IP), but it didn’t prevent me from being approved by AdSense.

that’s a good reference, thank you very much for that detail, it leaves me a little calmer

Hi, is shared hosting working? and is the domain subfolder set up?

Hi,

1. Yes it does, but be aware that you are sharing the same IP address with other neighbors (users who are using the same physical IP address as your shared web hosting). So, if one of the neighbors spammed public Google / Bing / etc. APIs he probably got banned and you can’t do anything with this. This situation might occur in the future when a new neighbor starts sharing the same IP address.

2. Yes, you can install script in a subfolder.

Regards,
Roman

I sent a support ticket in 3 weeks ago. I still haven’t heard back.

Finally, you reached me out here. I did answer you three times. The emails were sent to

mario*******on@mac.com
To use an old database with the new version you must run following 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;

Perfect – I dind’t see the emails from you. But this is what I needed. tks

how to change encryption key and validation key?

In the `~/protected/config/config.php` file search for app.encryption_key, app.validation_key and replace value with any random 32-character string.

1) minimal nginx how to add in centos? hosting provider not able to add those code 2) Any other option to generate a sitemap.xml for example. htacess ?

After reviewing your questions I see that it would be better if you would send me hosting access. In this case I could install and do basic configuration for you. Otherwise we will sink into pointless conversation. Please use support contact form to reach out to me.

https://codecanyon.net/item/website-worth-calculator/8407620/support

I really love this script and would buy it

But I have a question,

After purchasing do I need to buy or pay for API every month?

And I have zero knowledge of setting this up, can you help me set it up?

Thanks

Hello,

No, you don’t need to pay for APIs (the only thing, if you want to take advantage of MOZ API you need to add credit card, but without any charges in the future).

The script uses a lot of APIs, so before buy please register listed bellow accounts and generate access keys.

Once you are ready, you can buy a script (+ support) and send me all these credentials on email.

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