Daniel Winzen
Daniel Winzen
This is about letting users create cron jobs to run a php/shell script or open a specific link. This will be a useful feature for some CMS that rely on...
You would first need a web hosting supporting PHP, where you install this script. Once that is installed on your web hosting, you need to configure a few settings at...
As the error message indicates, there is no connection to the database. Make sure you correctly provided the database connection details at the end of the chat.php script. If they...
You can run a `TRUNCATE filter` and `TRUNCATE linkfilter` query on the database. Note, this will delete all your current filters.
Hello, what exactly are you stuck with? If you want to run your own server, you will have to install a web server like nginx, apache or similar and PHP,...
That is correct, thanks for pointing it out. Also the encryption in AES GCM with libsodium is not always available. If I for example enable the encryption on a raspberry...
Hello @Finnboy94 , thanks for the feature request. That's a great idea. This would require tracking the last shown message in the user session and injecting an auto-play sound file...
Yes, it's certainly doable and a great addition to have. Overall there are probably several accessibility improvements that could be made and have so far been overlooked or not adequately...
Changing a password doesn't have much to do with the number of failed logins. Regularly changing your passwords is a good idea, but it won't change the fact that there...
I'd recommend using MariaDB for your database. You can download it here: https://downloads.mariadb.org/ If high-performance is not important and you only have a few visitors at any time, you can...