Home
Name Modified Size InfoDownloads / Week
source 2015-08-16
php_toolbox.zip 2015-08-16 14.6 kB
readme 2015-08-16 5.4 kB
Totals: 3 Items   20.0 kB 1
  +-------------------------------------------------------------------------------------------+
  |                                                                                           |
  |   Revised 2015.08.16                                                                      |
  |                                                                                           |
  |   5ea PHP utilities for server or localhost: Global tools for deleting, renaming,         |
  |   change file permissions, text searching, and copying files. Substitutes for             |
  |   Unix chmod, find, grep, ren ,rm, etc.                                                   |
  |                                                                                           |
  |   All these files use the same directory and search engine. They have been separated      |
  |   into separate programs to help prevent mistakes. For example, I use to have the         |
  |   text search and text replace as one single utility; but if you forgot to select         |
  |   search instead of replace you ended up with corrupted files!                            | 
  |                                                                                           |
  |   SUPPORT: I originally had these hard coded for my own use. I am converting them         |
  |            to user friendly input forms. If you find a problem, please submit a           |
  |            problem ticket 8-)                                                             |
  |                                                                                           |
  |   I hope you find these programs useful - Jan Zumwalt                                     |
  |                                                                                           |
  +-------------------------------------------------------------------------------------------+
  |   File:       _global-file-delete.php        Ver:  2015.08.16        By:  Jan Zumwalt     |
  |                                                                                           |
  |   Purpose:    Deletes files globally                                                      |
  |                                                                                           |
  |   Features:   Access user defined directory that may be out of the apache file            |
  |               system. Root directory may be absolute or relative path. User has           |
  |               option of requiring file size match.                                        |
  |                                                                                           |
  |               Fast! Searches over 10,000 file names in less than 15 secs.                 |
  +-------------------------------------------------------------------------------------------+
  |   File:       _global_text_search.php        Ver:  2015.08.16        By:  Jan Zumwalt     |
  |                                                                                           |
  |   Purpose:    Searches text in files globally                                             |
  |                                                                                           |
  |   Features:   Input form, file line numbers, matched line output, stats count.            |
  |                                                                                           |
  |   Note:       I have not found an easy way to highlite the match text in the result.      |
  |               If someone finds a simple way, please send code via email                   |
  +-------------------------------------------------------------------------------------------+
  |   File:       _global_text_replace.php       Ver:  2015.08.16        By:  Jan Zumwalt     |
  |                                                                                           |
  |   Purpose:    Replaces text in files globally                                             |
  |               Function concept by cafewebmaster.com                                       |
  |                                                                                           |
  |   Features:   Input form, file line numbers, matched line output, stats count.            |
  |                                                                                           |
  |   Note:       I have not found an easy way to highlite the match text in the result.      |
  |               If someone finds a simple way, please send code via email                   |
  +-------------------------------------------------------------------------------------------+
  |   File:       _global_file_update.php        Ver:  2015.08.16        By:  Jan Zumwalt     |
  |                                                                                           |
  |   Purpose:    Replaces all matching files with master file. For example you can           |
  |               update all web index.php or index.htm with a single edited master file.     |
  |                                                                                           |
  |   Features:   Input form, file line numbers, matched line output, stats count.            |
  +-------------------------------------------------------------------------------------------+
Source: readme, updated 2015-08-16