545 comments found.
php yiic import PHP Fatal error: Call to undefined function idn_to_ascii() in /www/wwwroot/365analyze.xxx/protected/commands/ImportCommand.php on line 33
Please make sure INTL extension is enabled in the CLI.
yiic import -bash: yiic: command not found php yiic import PHP Fatal error: Call to undefined function idn_to_ascii() in /www/wwwroot/365analyze.xxx/protected/commands/ImportCommand.php on line 33
Fatal error: Call to undefined function idn_to_ascii() in /www/wwwroot/365analyze.xxx/protected/commands/ImportCommand.php on line 33
Please make sure INTL extension is enabled in the CLI.
Why are the Latest Reviews pictures on the website not showing? nd i using https://docs.php8developer.com/website-review/#/nginx rule but show error ,may i have your email?
Please check your email
nginx: [emerg] unknown directive “RewriteEngine” in /www/server/panel/vhost/rewrite/365analyze.com.conf:4 nginx: configuration file /www/server/nginx/conf/nginx.conf test failed
how to save the correct rewrite?
If you are running on nginx, you need to apply nginx rules, but not apache rules (htaccess): https://docs.php8developer.com/website-review/#/nginx
How do I install the Thai language pack? Free tech support? ?
The Thai language pack is not included. You need to manually translate the app. Here is a guide on how you can do that:
https://docs.php8developer.com/website-review/#/faq?id=how-to-add-a-new-languagehow to add a new page in this code for about us, privacy policy and terms and conditions pages for getting adsens approval
Hello,
Here is a guide on how to add a page: https://docs.php8developer.com/website-review/#/faq?id=how-to-add-a-page
Regards
Hello author, how do i disable the download pdf version on all website reviews?
Hello. Please check your email.
Hi! I’m modifying the script to add a text input box for the visitor to provide their email address. Do you already have a gist for this? Also, are you intentionally importing the vendor/Webmaster/Utils* twice in the ParseCommand file?
Hi,
Here is a quick tutorial.
1. Open ~root\protected\models\WebsiteForm.php add “email” property and a new rule.public $ip; public $email; ....
...
array('domain', 'required'),
array('email', 'required'), // Add this
array('email', 'email'), // Add this
...
2. Open ~root\protected\views\site\request_form.php
Append form with the new input.
<input type="text" name="Website[email]" class="form-control form-control-lg" placeholder="Please enter your email">
Speaking about Utils importing – yes, but you can ignore that.
Regards
hello, i tried using badword.php but its not working.. how to prevent some sites or keywords pls guide. thanks
Hi. Please read how you can manage bad words or even disable them: https://docs.php8developer.com/website-review/#/configuration?id=bad-words-validator
hello what version of php does the scrypt currently supports?
It should work on 7.4, 8.0 and 8.1. Let me know if it’s not.
It’s has worked. However I’m still having issues with pointing to the site as my uploaded directory is var/www/hml but I’m still having issue that my protected/runtime is invalid or unwritable after making it writable. Please is there anything I’m missing or not doing right. I need your advice
Try to run `chmod -R 777 /var/www/html/protected/runtime`
Hi how do I use the command to import bulk domains?
Run command via command line: cd to the directory where script is installed and run php protected/yiic import
I dont understand the path.
/usr/local/bin/php /home/folder/domainname.com/protected/yiic.php domains php protected/yiic import
This wont work can you help?
Hi,
In your case the full command is/usr/local/bin/php /home/folder/domainname.com/protected/yiic bulkimport run
Hi is this where the domains should be stored? /protected/data/domains.txt
https://docs.php8developer.com/website-review/#/faqI’m following the rules from here but noticed they are for website calulator.
“The time to do a website cost calculation is about 8-10 seconds. So, you need about 15 minutes to import 100 domains.”
What i’m using with no luck
Command: /usr/local/bin/php /home/folder/domainname.com/protected/yiic bulkimport run
Data: /home/folder/domainname.com/protected/data/domains.txt
What you see when you run Tools -> Bulk Import from the admin panel?
All in all, it would be better if you could send me hosting access credentials by email so I could login and see what exactly is going on. If for some reason you’re unable to do that, then send me ~root/protected/runtime/application.log file.
Hi, i emailed you on here sent ftp details. thanks
Thanks. Please check your email. I can’t connect to FTP server.
Error 500 CDbConnection failed to open the DB connection.
I did all the steps on the manual and this errors shows up, I have looked everywhere and don'tnow how to fix it
I’m using my phone, and went to the preview site from here, and it gave an error when getting the results of my website
Error says: Error while updating data
Can you tell me the domain name you trying to review?
Any domain I tried even codecanyon.net lol
Example of error I get: https://ibb.co/3MTQSMv
Sorry, this is a hosting issue. Not related with the script. Fixed.
Fantastic, thank you for quickly fixing this.
The only thing that is holding me back right now is this “Dublin Core – This page does not take advantage of Dublin Core.” output, because Dublin Core is very outdated, as this has been replaced by Schema.org. So basically if you plan to replace Dublin Core check with a basic Schema check and schema markup checker, I will buy it right away today knowing that you will replace it soon as I don’t want to let my visitors think that my site is outdated..
Great job by the way, I like the rest of your script and looking forward to your reply.
Removal of deprecated services is my next task, however I can’t promise I can do it until December.
Please reply my mail
I can’t find your email message.
What is the import domains in bulk commands? Where should i put the command? On my server website review single page showing error why is that showing. Thank you
Here is the screenshot https://prnt.sc/1vsz3ii
Hello,
1. Import domains in bulk issue. You need to run the import command via the CLI (console). https://docs.php8developer.com/website-review/#/faq?id=how-to-upload-domains-in-bulk
2. 403 error. Please read this how you can solve the problem: https://docs.php8developer.com/website-review/#/faq?id=apache-403-forbidden-how-to-fix
Regards,
Roman
Do you have option to import domain/best-website – post or page.
example: https://prnt.sc/1vt9scq
Where is the option to change title of everypage?
https://prnt.sc/1vtbbjfCan you add similar website options in single page? i will pay you. let me know thank you
Hi,
1. Unfortunately, subpages are not supported.
2. You can modify meta tags in the
~root\protected\messages\{en, de, etc.}\meta.php
file.
Regards
I want a situation where I only give an overview of the report and to download they provide an email. Is this achievable? If yes, how?
Hi. That function is not supported.
please i downloaded the PHP to upload on my web server. please help with a guide to install it.I want to see if i can run it on my server before purchase
Hi,
Do you see all the tests “Passed” when running the `requirements.php` script?
There is online documentation on how to install and configure the script: https://docs.php8developer.com/website-review/#/installation
Regards,
Roman
thanks
Hi,
Is the extended license SAAS ready because I can’t find any admin panel options
Hi. The script doesn’t have an admin panel. All stuff can be managed via a config file.
Hello can this be set to check one domain country only. Example only co.uk domains?
Hi,
Open `~root/protected/models/WebsiteForm.php` file. Add a new regex validation rule to the rules array.
public function rules() {
return array(
....
array('domain', 'match', 'pattern' => '#^[a-z\d-]{1,62}\.[a-z\d-]{1,62}(.[a-z\d-]{1,62})*$#i', 'skipOnError'=>true),
// Add this new rule right after above rule.
array('domain', 'match', 'pattern'=>'/(.*)\.co\.uk$/i', 'message'=>'Only .co.uk domains allowed.', 'skipOnError'=>true),
....
);
}
Thank you bro!
Hello me again for some reason i’m getting this error on my website:
error: Invalid argument supplied for foreach()
it happens when I try and analyse a website. I even reinstalled the script and it still happens.
Can you send me `~root/protected/runtime/application.log` file by email?
Ahh I looked in there and fixed it brother thank you!
You are welcome! Let me know if you need further assistance.
does it work for other website besides .com domain? I tried in demo adsem.ro, and says bad words… I am interested in buying, but if it doesn’t work for .ro domains, it is useless
Hi. It does work with all type of domain zones. However, the bad words validation is enabled by default. Unfortunately, some words that are not “bad” in one language can be “bad” in another. You can always disable bad words filter or alter the list.
https://docs.php8developer.com/website-worth-calculator/#/configuration?id=bad-words-validator