The install directory is only need to install the script, once installed it needs to be deleted. It will never affect your ability to log in. That is not possible.
Hello, can you post the most recent entry from your server log? The demo site is running PHP 8.2 so may just be somethign missing in your server config, the error log will tell us exactley what the issue is.
I highly recommend you enable recaptcha instead.
If you want to use that original captcha, you just need to ensure you have PHP compiled with GD library.
The system is designed to handle banner uploads so banners are stored locally, you would need to modify the script to allow users to only post a URL and to load the banners from their server instead. This is outside the scope of support and you would need to hire a developer to assist with...
they are already viewable by default, just click on the link from the “manage custom pages” in the admin panel. If you want to link to a custom page just add the HTML link to your wrapper.html template.
that is not at all how that works, categories are ranking categories. Custom pages have nothing to do with categories or rankings, they are for static content only.
Custom pages are just stand alone pages, like an about us or other type of page. I’m not sure what you mean by link to a category, but there is no categories for pages. Maybe provide an example of what exactly you are trying to do?
ahh dynamic banners are not allowed by default, we expect the user to upload the banner to your server rather than loading dynamically like that. you could manually override the banner_url field in the database or create a plugin to disable the file upload and just ask for banner url instead...