![]() |
Script for changing link codes -server solution
I need to change 1000's of link codes, anyone know of a good search and replace software, script or command to do this with? Can't seem to find anything on the server side.
|
I would like to know as well
|
Well, as nice as it is to have such a piece of software , it might be more helpfull for you to plan ahead.
use external java to hold your banners, then when you need to change banners or ads, you can just swap the main java files with the information. |
very simple, type in a *nix console:
find . -type f | xargs perl -pi.bak -e 's/OLDLINK/NEWLINK/g' it works on all your dirs tree recursively and makes backups too. |
Quote:
|
Quote:
|
All times are GMT -7. The time now is 08:41 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123