How to Create and Use a Self-Signed Server Certificate in Directadmin

If you would like to use SSL for your needs, you should have a certificate. Certificates are usually purchased, but if you need just to use SSL for your own needs, you don’t need to. There is a command that allows you to create a shared certificate for your server and use it for your own needs. /usr/bin/openssl… Read More »

How to Check Last Modified Date For All Files in a Folder with PHP

This function will help you if you need to monitor folders for recently changed files, or you may implement it as an anti-hacker solution to check your files. Anyway, I think you find it useful. <? //Put here the directory you want to search for. Put / if you want to search your entire domain $dir=’/var/www/html/domain.com/download’; //Put the… Read More »

Online Crontab Service: Cheap and Reliable

This post will be useful for beginners, but I think that experienced users will also find out something new. If you’ve never heard about crontab and your hosting service provider doesn’t let you to use cron jobs, then this article is for you. Let me tell some words about the service I’ve discovered. It’s name is Webcron and… Read More »