Posts Tagged ‘custom’

Java Bukkit Plugin Tutorial: Chat Commands – Player Interactions [part 02]

WEBSITE: betterphp.co.uk In this series I explain the basics of chat commands and show you how to add them to your plugin using a simple super pickaxe plugin as an example.

Java Bukkit Plugin Tutorial: Chat Commands – Player Interactions [part 02]

WEBSITE: betterphp.co.uk In this series I explain the basics of chat commands and show you how to add them to your plugin using a simple super pickaxe plugin as an example.

Java Bukkit Plugin Tutorial: Chat Commands – Defining Commands [part 03]

WEBSITE: betterphp.co.uk In this series I explain the basics of chat commands and show you how to add them to your plugin using a simple super pickaxe plugin as an example.

Part 5: How to Build PHP and MySQL CMS Website Software

Source Files – www.developphp.com Series Playlist – www.youtube.com In part 5 we create the administrator directory and set a link to the CMS administrator back end from the bottom of the home page. The back end admin directory will have its own index page to be the central home of the control panel. Learn how to build custom content management systems using PHP and MySQL. Cool dynamic basic sites that anyone can edit.

Custom 404 Error Page Tutorial: .htaccess file tip for PHP MySQL Site

ErrorDocument 404 /filenotfound.php Little handy .htaccess file tip for all you guys creating dynamic websites on Apache, PHP, MySQL, etc… Create and design your own custom 404 missing document pages.

Custom 404 Error Page Tutorial: .htaccess file tip for PHP MySQL Site

ErrorDocument 404 /filenotfound.php Little handy .htaccess file tip for all you guys creating dynamic websites on Apache, PHP, MySQL, etc… Create and design your own custom 404 missing document pages.

Part 2: How to Build Custom PHP and MySQL CMS Website Software

In this part we demonstrate table creation and structure methods from inside of PHPMyAdmin. PHPMyAdmin is a great tool if you are not yet comfortable writing custom database structuring scripts using PHP. We make the website system smart enough to use just one file for all display, no matter how many pages or content the site acquires.