Results 1 to 3 of 3

Thread: Script wanted...

  1. #1
    In2 Piss & Pits ArmpitLover's Avatar
    Join Date
    Mar 2006
    Location
    Los Angeles, CA
    Posts
    854

    Script wanted...

    I know that there are links on my servers to a site I no longer wish to promote.

    Does anyone know of a srcipt that will run through my server and report where the links to the site are located? If I input which 'link' I am searching for.

    To do this by hand would take months so it would really help.

    NB it does not need to change the link...merely locate it and report it to me.

    Thanks
    Dave
    Domain inventory sale.


  2. #2
    Life is a dick and when itīs get hard---just fuck it... DEVELISH's Avatar
    Join Date
    Jul 2005
    Posts
    2,367
    hi

    if you have root access to your server via an SSH connection you could try to do this (in the directory you whish to search)


    Code:
    $ crep searchfor *.fileextension
    so

    Code:
    $ grep http://www.domain.com *.html
    would find every http://www.domain.com in the files of type html

    (remove the $ in the shell lines)
    :-D


  3. #3
    In2 Piss & Pits ArmpitLover's Avatar
    Join Date
    Mar 2006
    Location
    Los Angeles, CA
    Posts
    854
    Big Hug

    Dave
    Domain inventory sale.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •