
Andy
Enthusiast
Karma: -1 / +7

Jun 24, 2004, 12:47 PM
Post #2 of 10
(7422 views)
Shortcut
Send Andy a wink
|
|
Re: [janx] Filter out adult content links
[In reply to]
|
Can't Post
|
|
Hi. It should be as simple as looking in /admin/Plugins/SearchFeed_Results.pm, and then finding parts like;
my $page = get("http://www.searchfeed.com/rd/feed/XMLFeed.jsp?cat=$query&pID=$affil_id&nl=$show_num"); ... and adding you part on the end, like so;
my $page = get("http://www.searchfeed.com/rd/feed/XMLFeed.jsp?cat=$query&pID=$affil_id&nl=$show_num&ADULT=NO"); Please note.. the lines are NOT exactly the same, so doing a cut+paste will not work :( Hope that helps. Cheers Andy Programmer/Designer/LinksSQL Freak http://www.ultranerds.com http://www.imagesql.com
|