Remove unnecessary PHP sessions files on Debian
How to find hidden system files that keep filling hard drives and how to remove old and unnecessary PHP session files.
A collection of tutorials about things I've learned or discovered. Most of the tutorials are easy to read and to learn.
How to find hidden system files that keep filling hard drives and how to remove old and unnecessary PHP session files.
My goal was to read the number in the file, and if the number is smaller than three add one to it, and if bigger reset the number to one. Write new to the file.
HTML Forms are one of the main points of interaction between a user and a web site. This tutorial teaches you how to make one.
A tutorial on how to set up Flickr photo galleries on ProcessWire. I modified Sergio's photo downloading script and made a Photobox effect for galleries.
Using anchor links with a fixed header is a problem, as the body text may be hidden underneath the header. No JavaScript needed.
Page load times can be significantly improved by asking visitors to save and reuse the files included in your website.
Rsync is a powerful tool that facilitates the transfer and synchronization of data between both local and remote systems.
Backups are one of the most important things when running a server and these scripts help backup your important data automatically.
Every one-page website needs an animated smooth scrolling effect, and this script will rock your site.
A tutorial to show how to use JavaScript and CSS to change the appearance of when scrolling down on the website.
Drupal Views is a powerful tool for all kind of mixed results but how to add images to Views' Page when url have '?'. Blocks can't help you, but PHP can.
Are you guilty of one of these common PHP mistakes? Refer to this list next time you're debugging PHP code.
Drush is a command-line shell and scripting interface for Drupal. This tutorial help you understand how Drush works and how it makes your life easier.
This simple XML Flickr feed parser fetch newest photos and show them with links and thumbnails.
A basic tutorial how to take control of MySQL / MariaDB server, how to make a database and a user, and how to store information in the MySQL database.
A simple PHP script which can store an XML document as a file to the server and use it for the website. Replaces file older than 24 hours.
Complete guide how to setup a TeamSpeak 3 Server as service on Linux server.
SSH keys serve as a means of identifying yourself to an SSH server using public-key cryptography and challenge-response authentication.
Simple PHP / JavaScript popup created for Drupal but can be used with any platform. Popup works only once and again after the cookie is cleared.