Results 1 to 4 of 4

Thread: looking for some type of website or tool

  1. #1
    Senior Member
    Join Date
    Jul 2003
    Posts
    774

    looking for some type of website or tool

    are there any tools where u can put in your address and it spiders it so you can see if there are any pr leaks ?

  2. #2
    Senior Member chromate's Avatar
    Join Date
    Aug 2003
    Location
    UK
    Posts
    2,348
    I don't think so. A PR leak will only occur when you have an outgoing link. If you don't want to leak PR, just change your outgoing links to javascript or a form. Simple.

  3. #3
    Registered
    Join Date
    Nov 2003
    Posts
    67
    You can write a small php script to accomplish this (if you even want to automate it in the first place).

  4. #4
    Registered Mike's Avatar
    Join Date
    May 2003
    Location
    UK
    Posts
    2,755
    By outgoing links you mean links to other sites? If so...

    You'd write something like this? Obviously it could be made a lot more advanced...
    PHP Code:
    $content "all of your content code goes here";
    if (
    $content "<a href='http://'") {
    echo 
    "There are outgoing links.";

    That would only work if you link to pages on your site like page.html instead of http://www.example.com/page.html though.

    Anyway is that something along the lines of what you thought bugsy? I'm not completely sure it would work.
    Last edited by Mike; 12-11-2003 at 07:14 AM.
    Don't you just love free internet games ?

Similar Threads

  1. 1500 pages PR6 website for sale
    By sunny in forum The Marketplace
    Replies: 13
    Last Post: 10-30-2004, 06:34 AM
  2. changing a field type in mysql
    By eMEraLdwPn in forum Website Programming & Databases
    Replies: 2
    Last Post: 02-06-2004, 10:13 PM
  3. Extract all links of all pages in a website
    By Del in forum Website Programming & Databases
    Replies: 3
    Last Post: 01-21-2004, 09:13 AM
  4. Replies: 3
    Last Post: 10-19-2003, 08:58 AM

Bookmarks

Posting Permissions

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