A modern, feature-rich version of nohello.net with advanced features.
Do you hate skids ? We do too.
NoSkid.Today is a PHP-based website designed to prevent skids and provide a variety of hidden, advanced features for verified users. It is heavily inspired by nohello.net but comes with a modern twist.
The NoSkid Project is a group of every official tool based or using NoSkid services.
This repository hosts most NoSkid-related projects, as the main website (website/), but also other tools & services (misc/).
Keeping NoSkid.Today online and improving it takes time and resources. Sponsorship helps us cover:
- Server hosting and maintenance
- Domain costs
- Development of new features and hidden goodies
- Tools and software required for the project
If you like what we’re doing, consider supporting us! Every contribution helps keep the project alive and growing.
Tip
Discover hidden features by opening the console (Shift + ESC).
Example: Press Shift + T to open the comments system: Comments
- PHP with
exec()and curl enabled. - librsvg2-bin for SVG to PNG (certificates) conversion.
sudo apt install librsvg2-bin # assuming you're on debian-based distro, if not install it using your package manager
git clone https://github.com/dpipstudio/noskid.today # clone the repo
cd noskid.today/website # navigate to the websites folder
nano api/config.php # or notepad api/config.php on windows
mysql -u <username> -p <database_name> < ../misc/db_setup/setup.sql # you'll have to setup a sql database before running thisTip
For high-quality production content, build the website from source before deploying. See the build README for detailed instructions.
Run with built-in PHP server:
php -S 0.0.0.0:80Or use Apache/Nginx with PHP-FPM.
Contributions are welcome! Check out the list of contributors and see how you can help. Thanks to all of them <3
Licensed under the NSDv1.0 License