Best find & replace tool, for big jobs?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • GotGauge
    Confirmed User
    • Nov 2001
    • 3072

    #1

    Best find & replace tool, for big jobs?

    Looking for one that can replace several lines of code in about 5K html pages.
    Seen i still had the old seccounter in several of my pages..

    Code looks like this ... I just want to chop it out of 5K pages.

    <!-- Begin Sexcounter -->
    <div style="position:absolute;">
    <script language="javascript" type="text/javascript"><!--


    sw=screen.width+'x'+screen.height;
    bd=screen.colorDepth;
    dt=new Date();dt=dt.getTimezoneOffset()/-60;
    loc=escape(document.location);
    re=escape(parent.document.referrer);re=(re=="undef ined"||re=="")?"bookmark":re;
    req="id="+5986+"&loc="+loc+"&re="+re+"&tz="+dt+"&s w="+sw+"&bd="+bd;
    document.write('<img width=4 height=4 src="http://cs.sexcounter.com/cs/?'+req+'">');
    //--></script>
    <noscript><img src="http://cs.sexcounter.com/cs/?id=xxxx" width="4" height="4"></noscript>
    </div>
    <!-- End Sexcounter -->


    ICQ 22264474
    [email protected]
  • AnniKN
    Confirmed User
    • Feb 2008
    • 1682

    #2
    try Textpad it's a breeze

    Comment

    • Sly
      Let's do some business!
      • Sep 2004
      • 31378

      #3
      You could probably have a programmer write you a very simple script to do it...
      Vacares - Web Hosting, Domains, O365, Security & More - Paxum and BTC Accepted

      Windows VPS now available
      Great for TSS, Nifty Stats, remote work, virtual assistants, etc.
      Click here for more details.

      Comment

      • GotGauge
        Confirmed User
        • Nov 2001
        • 3072

        #4
        Originally posted by Sly
        You could probably have a programmer write you a very simple script to do it...
        Ok,
        I also just put a ticket in with my host, they might be able to!


        ICQ 22264474
        [email protected]

        Comment

        • u-Bob
          there's no $$$ in porn
          • Jul 2005
          • 33063

          #5
          perl

          Comment

          Working...