Gossamer Forum
Home : Products : Links 2.0 : Customization :

NEW MOD - Add.cgi Spider

(Page 3 of 3)
> >
Quote Reply
Re: NEW MOD - Add.cgi Spider In reply to
Hi Paul, I received your PM's and thanx for the internal work. I am a bit confused thou, you said I had files missing.

In the mod download that I received (22/5/01), it contained only 2 html files (add & add_spider), 2 cgi files (admin and add_spider), a readme and a sub templates.

Anyway I ain't that bothered, its up and running very smoothly thanx again,



Stu2000 - The Ultimate World
http://www.world-porn.org/worldhackerz/
Quote Reply
Re: NEW MOD - Add.cgi Spider In reply to
Hi,

I'll double check I included everything in the zip - may be my fault (or I may have just added the extra template for my own use, can't remember) Smile

Anyway, glad it works!

Installs:http://wiredon.net/gt
FAQ:http://www.perlmad.com

Quote Reply
Re: NEW MOD - Add.cgi Spider In reply to
Yeah going by what you did to my site, there are downloads missing and instructions.

Add_spider_error.html and template spider error sub instructions

Stu2000 - The Ultimate World
http://www.world-porn.org/worldhackerz/
Quote Reply
Re: NEW MOD - Add.cgi Spider In reply to
I think I left the error template out of the zip on purpose because the error message was shown on the main spider page - hence the <%msg%> tag, but as you combined the add_spider mod and the new one then it needed to use the error template - so the zip is actually ok as it is - it is just that your situation was a little different and you were using multiple mods.

Installs:http://wiredon.net/gt
FAQ:http://www.perlmad.com

Quote Reply
Re: NEW MOD - Add.cgi Spider In reply to
Just to let you know, there's a problem spidering a site that has no title defined. In this case the vars shift and you get the URL as title, the category as description (can't remember exactly). I made the following changes in add_spider.cgi to get it work it this case. PERL-freaks might have a smarter solution, so pelase let us know it ;-)

Code:
if ($page->is_success) {
if ($page->title) {
&site_html_add_form($page->title,$url,$desc,$ref) and return;
} else {
&site_html_add_form("",$url,$desc,$ref) and return;
}

} else {
&site_html_add_spider_error("...") and return;
}
Maze
Quote Reply
Re: NEW MOD - Add.cgi Spider In reply to
Ah thanks for letting me know.


I'll update it.

Installs:http://wiredon.net/gt
FAQ:http://www.perlmad.com

Quote Reply
Re: [RedRum] NEW MOD - Add.cgi Spider In reply to
Don't know if anybody's still using the mod or not but can somebody advise me what it is that I have to alter in order to have this script accept URL's with hyphen's in them... ie: www.credit-card-affiliate.com

Script doesn't seem to like those...



ed

Less Talk More Action: www.9o9o.com
Quote Reply
Re: [edpak] NEW MOD - Add.cgi Spider In reply to
oops... NM... Figured it out by my lonesome... Wink

ed

Less Talk More Action: www.9o9o.com
Quote Reply
Re: [edpak] NEW MOD - Add.cgi Spider In reply to
Is this script available anywhere?
Blacknight Solutions - Hosting
Search.ie
Armchair.ie
Quote Reply
Re: [stu2000] NEW MOD - Add.cgi Spider In reply to
Stuart, I was wondering if you ever got the add.cgi spider or add_spider.cgi or what ever it is called working? I would like to download the zip file, but I tried all the url’s in for forum and they are dead links. Even Pauls site don’t work.



Thanks,



JakeAWWA
> >