Node is a dynamic menu system based on pure PHP without any framework requirement. Node comes with a control panel where you can add/edit/delete menu items as well as shift menu item’s position. Basically Node outputs an ul markup, and leave it yourself to choose any Javascript and Css to form its look and feel. The real magic thing about Node is that it gives you a tree control panel, where you can easily change your menu item’s content. It...
Visit my main site at PHP Site Backup.com Quick PHP Password Protection is a single user PHP login system which is secure, quick to implement, and requires no database. Perfect for small web apps, scripts, and personal pages which only have a single admin using them. Demo Login Username and Password: admin, admin Example Usage $quickprotect->checkLoginAndDirect(); That’s all it takes! One line of effective code (not counting th...
Class that lookup’s for a country code then it redirects (include files, or callbacks) the user to desired content you want. The function of this class is like Google that redirects users from countries that support google e.g. in UK when you enter google.com you will be redirected to google.co.uk and this is exactly what you can do with CountryDetector This class is builded in static context for purpose of best usage. Also it is very easy...
These days every website, big or small uses mod rewrite to get nice looking urls like www.test.com/news/ instead of www.test.com?page=news. If you use CMS systems like Wordpress or Drupal it’s very easy. You can just enable this opion and your ready. But if your are writing you own applications or websites it’s an whole other story. In these cases you need to get dirty with htaccess and stuff, and as you might know, that’s not a fun thing to d...
XML Sitemap Generator for WordPress v1.2 – PHP script that is perfect for all WordPress websites. It generates XML site map with links of all the files on your website. Having an XML sitemap for your site is an integral part of search engine optimization (SEO). By creating and submitting XML sitemaps you are more likely to get better freshness and coverage in search engines. Since Google, MSN , Yahoo, and Ask use the same protocol now, havi...
Mr.Menu is an object oriented menu widget. Features: Renders a dynamic menu from a database table. Is able to highlight the current page automagically and on the fly without any kind of user input! You can have a special class appended to a link in the menu. Everything is customizable, from the css classes to the way the HTML itself is printed. Mr. Menu is object oriented, this allows to change every option on the fly, allowing to display...
Simple Chat is a simple lightweight chat script that can be integrated into any PHP page. It includes an admin control for deleting posts etc, uses a custom style sheet which can be completely customized to suit the style of your site. It also uses a text file to store the information so you don’t have to set-up a MySQL database. Features Easy to edit using custom Style Sheet. Admin login form can be on any PHP /HTML page, just point ...
File Manager allows you to download, upload and modify files and folders via the browser. Written in PHP and JavaScript, File Manager introduces a unique UI for handling and manipulating files on your server without the need for FTP server/client software. Its main features are: - Browse through files and folders on your server - Drag and Drop files - Copy files (holding Ctrl) - Rename files and folder - Delete files and folders - Create...
Description: This PHP script is perfect for all those static HTML websites out there. It allows you to quickly and easily display an automatic site map with links to all of all the files on your website. If you add a new HTML file to your website, it will automatically appear in the site map. How it works: The script searches your website for a list of files and displays them in a nice looking tree hierarchy. The tree can easily be styled wit...
Directory Navigator script allows you to display any directory on your website in an easy view format. All content is displayed in ascending alphabetical order with an option to switch from ascending to descending by clicking on the folder/file count text above the the files and folders. To display a directory’s contents just add the path to the function argument, or leave it blank to display the current directory. You can style the CSS how...