GD is an open source code library for the dynamic creation of images by programmers. GD creates PNG, JPEG and GIF images, among other formats. GD is commonly used to generate charts, graphics, thumbnails, and most anything else, on the fly. While not restricted to use on the web, the most common applications of GD […]
How to Build a Full-Featured Login System
by mtecheasy on December 21, 2010
From GigaSpartan.com: In this tutorial I will be showing you how to make a simple login system consisting of a login page, register page, forgotten password page, email activation, logout page and finally a users online page. I made this tutorial to mainly target new-to-PHP developers, due to the fact when I started I noticed […]
Hide Apache and PHP signature information
by mtecheasy on December 14, 2010
Apache Version 2.2, Ubuntu Server 9.04 Files to edit: /etc/php5/apache2/php.ini /etc/apache2/conf.d/security When you access a page on your server that doesn’t exit, you get the following possible signature by default: – Apache/2.2.11 (Ubuntu) PHP/5.2.6-3ubuntu4.6 with Suhosin-Patch Server at 192.168.100.158 Port 80 To remove the PHP Signature, open php.ini and find expose_php = On, and change […]
