Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/14/2012 in all areas

  1. With that script you would enter this: 1) First choose directory. 2) Files: Enter the file name or if you want to change all files that end in php, enter .php 3) Search: Enter what area of the file to look for by searching for a part of the code. 4) Replace: Replace code your searching for with new code. So if your want to add error_reporting(0); to your php files this would be the entries: Directory: your directory Files: .php Search: <?php Replace: <?php error_reporting(0);
    1 point
  2. Here's a more recent version: http://byrondallas.heliohost.org/mystuff/adjust_files_v2.txt
    1 point
×
×
  • Create New...