Broken link

  1. #1
    zerozone is offline Dedicated Member

    Broken link

    im looking for a script that something like "Report Broken Link" when people click it, somehow it will let me know that the link was broken.


  2. #2
    seywar is offline Elite Member
    Hi,

    All you need to do is get the browser to email you the code below when someone ends up at your 404 page

    Status Code: <!--#echo var="REDIRECT_STATUS" --><p>
    Referring URL: <!--#echo var="HTTP_REFERER" --><p>
    Requested URL: <!--#echo var="REQUEST_URI" --><p>
    Browser Details: <!--#echo var="HTTP_USER_AGENT" --><p>
    IP Address: <!--#echo var="REMOTE_ADDR" -->

  3. #3
    seywar is offline Elite Member
    A remote email script might work, let us know if you get it working.

    Seywar

  4. #4
    zerozone is offline Dedicated Member
    Movie Pirate - Watch Free Movies Online - Knowing (2009)

    you see the report under the video that kind of what im looking for do you know how to make it?

  5. #5
    jephree is offline ¨*·.¸ «.·°·..·°·.» ¸.·*¨
    Tackle the Web with $5.99 .COM's from Go Daddy!
    That whole page is in HTML with embeded java script.

    You can view the script by right clicking an "empty" area of the page and choose view source.

    The options you are interested in are all java script.

    To use it or something similar would require a knowledge of writing java script.

    ...
    Last edited by jephree; 01-04-2009 at 05:33 AM.

+ Reply to Thread