77 comments found.
Hi, Can you send me demo of the Web catalog sql dump from https://catalog.php8developer.com/
Hello!
Do you plan to add the option for users to pay to submit links in the future?
Hello, this is an interesting idea, but for now, I can’t promise I’ll include it in upcoming updates.
when update for url shortener?
Hi, I’m currently working on all of my scripts. The URL shortener is scheduled for February. Would you like to advise on any small additions?
How do I perform an update? It’s not explained in the documentation.
Hi. You can find a link in the changelog section on the product’s page.
The changelog contains detailed instructions on how to apply the new update.
https://docs.php8developer.com/web-catalog/#/changelog?id=v-213This update guide is very confusing!
First, you have to find each file separately to replace. Then it says, “Update the curl.user_agent parameter. You can find the value in the fresh script version.”, but it doesn’t explain where that is.
https://docs.php8developer.com/web-catalog/#/changelog?id=v-213
You need to download the new version of the script from CodeCanyon -> Downloads page. The zip archive contains all the new files that you need to upload (see the 4th step for that particular list of files). So, the new value of that parameter can be found in the same file.
P.S. Speaking about the 4th step, if you made any changes inside those files, make sure to back up them up and later restore if needed, otherwise your custom changes will be overwritten.
Where can I change the banner images?
I uploaded the updated PNGs to the folders, but the old ones are still displayed.
I’ve already cleared the cache in the admin area, but that didn’t help.
Is it possible to sort the page entries in the categories? Perhaps alphabetically or by entry date?
1. You should update those files in the `~root/static/logos/` directory. Make sure that file names are matched. If you still see the old images, then press CTRL+F5 in your browser to flush the browser cache and reload the page.
2. I’ll add a sorting feature in the next update.
Hello. Is it possible to disable the use of cookies in this script?
Hello
Cookies are used to store session data, so it is not possible to disable cookies. However, if you mean the `cookie consent banner`, then yes, you can disable it by setting the `cookie_law.show` config option to `false`.
https://docs.php8developer.com/web-catalog/#/configuration?id=cookie-lawRegards
In which file is the parameter for {HomeUrl} determined? The result is sent incorrectly in every email
Hi. It comes from the ~root/Components/Helper.php. See the `getInstalledUrl()` method.
Why is the first letter capitalized when using getInstalledUrl()? If {HomeUrl} is the link without https, what is the parameter {?} for the title of the page?
This is a historical behaviour.
return lcfirst(preg_replace("(https?://)", "", Yii::app() -> getBaseUrl(true)));
The first letter is now also lowercase.
We are pleased to announce you that your site \"{Title}\" listed in {HomeUrl}<br /><br />
We are pleased to announce you that your site \"{Title}\" listed in " . Yii::app()->name . " - {HomeUrl}<br /><br />
But I don’t know how to create a variable { } like in {HomeUrl}.
The {HomeUrl} is assigned to the result of the `Helper::getInstalledUrl()` function. You don’t need to change translation messages, as you need to do this for each language. Just modify the return value of that function.
Yes, I already understood that.
But they didn’t understand me. I now want to assign a variable {*} to this value: " . Yii::app()->name . ", so that I can use it in the email like the variable {HomeUrl}
We are pleased to announce you that your site \"{Title}\" listed in " . Yii::app()->name . " - {HomeUrl}<br /><br />
protected/controllers/admin/UrlController.php protected/controllers/UrlController.php
Thank you very much
When I click on “System logs” it says: Internal server error 500 Attempt to read property “full_name” on null
DELETE FROM directory_system_log
<a href="http://************" target="_blank">
Website catalog
</a>
I can’t find the file where I can change this
Hi, set the back URL `params.back_url` in the `config.php`.
'params.back_url'=>'https://....',
Thanks that worked
The link check does not work.
The banner is inserted with a code: <div style="position: fixed; bottom: 10px; right: 10px;">
<a href="http://**********" target="_blank">
<img src="https://**********/static/logos/140x40.png" alt="Website Catalog" title="Website Catalog" border="0" />
</a>
</div>
but the following error occurs in the admin area when checking: Attention! No “do-follow” link was found
Ensure the href has no “rel” tag.
If you mean the “Banner with link to web catalog” code, it is correct with
Or what exactly do you mean?”>
Sometimes, when copy-paste the link, a site (like WordPress) may manually process that link. For example, WordPress adds the “rel” tag.
I call the cronjob from cronjob.de. This error message appears. Why? When I open the link in the browser, I get an OK
https://xxxxxxxxxxxxxxx/index.php/cron/premiumchecker?key=F9iqw%ySPwfeVwl33JR: 2024-11-12 10:25:07 ERROR 400: Bad Request.1. Ensure the `app.command_key` is not URL-encoded.
2. Determine how the `cronjob.de` treats special characters. If it doesn’t encode them, then make sure the parameters are properly encoded like so:https://xxxxxxxxxxxxxxx/index.php/cron/premiumchecker?key=F9iqw%25ySPwfeVwl33JR
Thanks, it works now. I did it without special characters
the script works with php 8.2?
Hi, Yes, PHP 8.2 is supported.
How do I add a new link? I couldn’t find anything for it in the admin area either
Is it possible to set the links to open in a new window?
1. The only way to add a link is via the front site, and then you can approve it via the admin panel.
2. You can open the `themes\public\classic\views\url\view.php` file and add an attribute to the link like so:
<a href="<?php echo $website -> url ?>" target="_blank">...</a>
Thanks
According to which criteria are the website entries sorted?
It would be cool to plan for the next update: 1. Setting for sorting the listed links 2. Adjustable time delay after clicking a link Please!
I now have over 70 entries, but the search in the header menu above doesn’t work. Neither with 3 letters nor with the whole word.
Hello,
I’ll add your suggestions for the new features to a to-do list. Unfortunately, I can’t provide you with the exact date of the update.
Speaking about the search. Make sure that:
1. URLs are approved.
2. The language of those URLs matches the current language on the website.
Regards
I upgraded to php8.1 and it throws “error create CBD connection” or something like that. Any clues?
Hi. Make sure PDO and PDO_Mysql php extensions are installed and enabled in PHP.
I gave it a 5-star review, well deserved. It just works:) Just a couple of small additions would be nice, such as ratings, search filters (show by date added, rating, popularity, etc dropdown), etc. Then it would become a truly awesome script. Although it already is, lol.
Hi. Thank you for your positive review, I appreciate it! I’ll take your advice.
hi, is it possible to remove / disable the entire website preview (PagePeeker API)?
Hello. There is no built-in solution for that. You need to manually remove it from templates: ~root/themes/public/classic/views/ directory.
Can you send me demo current catalog sql dump from https://catalog.php8developer.com/?
Hi. I can send you a category tree dump only.
Ok, Thank you!
Do you have any plan to make UI little modern? The current UI design looks like this website was made in 2002.
Not in the near future.
possible to have only top-level categories?
Hello, yes. You can have any number of nesting categories.
possible to add a html section into frontpage in different languages?
Yes, you can add a new phrase into the localisation file and then put that phrase into any view file.
nice:)
possible for admin to add a new page in other language than english?
No, this is not a CMS. You need basic PHP understanding. Here is a guide on how you can do that: https://docs.php8developer.com/web-catalog/#/faq?id=how-to-add-a-page
ok, cool.