Thread: Easy bulk job
View Single Post
10-14-2007, 10:27 AM
#1
Haris is offline Haris
Status: Request a custom title
Join date: Dec 2005
Location:
Expertise:
Software:
 
Posts: 2,741
iTrader: 9 / 100%
 

Haris is on a distinguished road

  Old  Easy bulk job

Basically, you have to clean up my PHP script and remove the useless line breaks.

I exported the script files from cPanel and replaced them with my current localhost files (because I did changes to my script through cPanel file manager). The exported version was had big linebreaks between each code and I can just use 'Search and replace' therefore I need someone to remove those linebreaks.

Example I need:
PHP Code:
<?php

    
/* 

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

    Title : Admin Index - Content Management
    Author : Muhammad Haris
    URL : http://www.mharis.net
    CONTACT: isharis@gmail.com
    
    Description : Admin.php will be used to display the
    content to manage according to the user ranks

    Created : 23th September 2007
    Modified : 

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
    */

    
include_once('../includes/includes.php');

    
//
    // Initiates mew objects
    //
    

    
$tpl =& new Savant2();
    
$validate = new FormValidator;
    
$database = new Database;
    
$auth = new Auth;
Exported version:

PHP Code:
<?php



    
/* 

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

    Title : Edit account and school details

    Author : Muhammad Haris

    URL : http://www.mharis.net

    CONTACT: isharis@gmail.com

    

    Description : User can edit school and account details

    

    Created : 8th October 2007

    Modified : 10th October 2007

    

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

    */

    



    
include_once('../includes/includes.php');

    

    
//

    // Initiates new objects

    //

    

    
$tpl =& new Savant2();

    
$validate = new FormValidator;

    
$database = new Database;

    
$auth = new Auth;

    
$users = new Users;
Offer your price, there are 28 files.