Google pagerank is on my to do list.
Search "string"? Go to Config, then Misc. In the "Recip link checking" enter a text string or a regular expression to search for within the contents of each URL. Put a check mark right below the recip text box to get only those web sites that have that string.
For example, if you want to check if any of the galleries on your TGP have a link to The Huns Yellow Pages:
<a(.*)href="http://(.*)thehun.com(.*)>(.*)</a>, or if any gallery has the word
illegal somewhere in the content.
There's a
Test button to test any URL with your custom configuration. Just be careful with invalid regular expressions, as they will most likely put an infinite loop inside the program. For more help with regular expressions search Google for "Regular Expressions".
Note: all regular expressions and text strings are case insensitive.