Php help needed please

Discussion in 'PHP' started by manni, Jul 15, 2007.

  1. #1
    Hi,

    I need help on how to make a cloaking checker tool, any help will be appreciated.

    Thanks Mani
     
    manni, Jul 15, 2007 IP
  2. shamess

    shamess Well-Known Member

    Messages:
    1,127
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    185
    #2
    What do you mean by that? What exactly do you want to do?
     
    shamess, Jul 15, 2007 IP
  3. manni

    manni Active Member

    Messages:
    320
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    #3
    manni, Jul 15, 2007 IP
  4. chikabc

    chikabc Peon

    Messages:
    19
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    All they have done is disable css in the "google view"
    do this:

    use fopen() to grab the website. Search through the document for "<link" , "<style" and "@import". Either change these tags to what the User agent will not understand or proferssionally delete then from their start to their end tag. Php has more than lots of string manipulation functions. check them out.
     
    chikabc, Jul 19, 2007 IP
    manni likes this.
  5. manni

    manni Active Member

    Messages:
    320
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    #5
    Thanks for your help appreciate it.
     
    manni, Jul 20, 2007 IP