Stikked
Stikked copied to clipboard
An advanced and beautiful pastebin written in PHP
Automation is your friend . .. Does the certificate being expired as long as it has a sign that you don't give an eff about the project anymore? Maybe you...
Is it possible to disable replies on pastes ?
When an unsuccessful paste is submitted the "title" parameter is returned without sanitization which can lead to an XSS. This could be exploited using CSRF. here is an example of...
hence the "try it out" link in the readme doesn't work
What prevents us to implement login and registration system (except time)?
I'm not going to run/host the service -- I'm making a tool for a public pastebin service API. But where can I see the list of supported languages? I'm aware...
Let's say I'm on https://paste.the-compiler.org/lists/135 - i.e. on page 10 of my recent pastes. If I now use the search form to search for "locale", I land on https://paste.the-compiler.org/lists/135?search=locale which...
For those using MySQL/MariaDB, PHP also needs php-mysql. This is not mentioned
Hi, I have a freshly installed Stikked environment. I installed it in the directory `/var/www/html/pastebin ` the content of the directory is: ` drwxr-xr-x 5 www-data www-data 4096 Feb 24...
The library Carabiner (`/application/libraries/Carabiner.php`), on line 464 has an optional parameter before two required parameters, so php8 throws an error. See patch at tonydewan/Carabiner#13.