This PHP script will allow you to easily maintain your Web site content in a uniform design using includes functions with footer and CSS style sheet of yours.
Make PHP generated web content availabe only to you! I derived this function from some PHP code that I used on the administrative portion of my database driven sites. isLogged() returns true if the cookies named UserName and PassWord are the same as $UserName and $PassWord, the first 2 paramters of the function. If not, it displays the content of $LogInPage, the 3rd paramenter. The main thought behind this was to display the same login for all my admin pages, without have to repeat the same HTML code. Another purpose for this code was to keep MySQL queries, and other back-end code from being executed without permission.
PHPX is a web portal system, blog, Content Management System (CMS), forums, and more. PHPX is designed to allow everyone to be able to have feature rich, interactive websites even if you do not know a bit of programming. Some key features include fully integrated forums, downloads, image gallery with slideshow and auto-thumb nailing, support ticket system, GUI interface for web page content management, news with topics and instances and a whole lot more. PHPX allows you to fully customize the look of your site.
A PHP Script which uses sockets to connect to an IRC server as the basis for any further BOT development in PHP, The bot is intended to be run from the CLI from an SSH connection.