Forum Moderators: open
i run ads in my site, and ad codes are in every single page, now i switching to another ads network, so i need to remove all old codes and insert the new codes in every single page.
so its a hard job to insert the codes in every page, but this is not the problem now, my problem is what i can do now can help me and make my job much easier in the feature if i want to change the codes again.
i will appreciate any help :-)
Just use a tool to find and replace
for all your files.
Since there are 5000 html pages,
I think you may need to replace them use command console.
As far as I know, in Linux, you can use some command with regular expression to do the work pretty quickly.
I suppose it will apply to DOS as well.
Do a search on "regular expression find replace"
That is all I know.
Good luck.