Step 1: Go to main ClipBucket directory and create a new file Login.php and paste following code into it. <?php /* *************************************************************** | Copyright (c) 2007-2009 Clip-Bucket.com. All rights reserved. | @ Author : ArslanHassan | @ Software : ClipBucket , © PHPBucket.com *************************************************************** */ define(“THIS_PAGE”,”); require ‘includes/config.inc.php’; subtitle(lang(‘Login’)); //Displaying The Template template_files(‘login.html’); display_it(); ?> […]