Gossamer Forum
Quote Reply
recipcheck plugin
Problems with nph-recipcheck.cgi

When running script goes through almost the whole database. However now stuck on a last 43 sites to check, it just wont check them. It does: Queuing Link ID.... but then nothing.

Also, seems like it does not check everything properly, for ex some entries comes up with No Return Link, but when checking page it does have a return link... however could it make a differance if return link HTTP is in capitals?

Is there a problem with checking recips on pages using frames?

I am really stuck here! It simply does not do the job! Doesnt check all pages and seems not to notice some reciprocal links!



Thanks

Quote Reply
Re: [demon] recipcheck plugin In reply to
>>>Is there a problem with checking recips on pages using frames? <<<

I'd imagine so. As it only will read the target HTML source to see if a reciprical link is there, not any sub pages (could be wrong though).

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy.] recipcheck plugin In reply to
Thanks for your quick reply!

Ok, I can understand about frames... But what about the pages where the link is present and its correct?

Recip url is correct and on this url there is a link back to my site that works... only thing I can see is that they have used HTTP rather than http... should that make a differance?

What is then the ideal site link for the plugin to look for? http://www.something.com or www.something.com
Quote Reply
Re: [demon] recipcheck plugin In reply to
I've never used it. If its free, I'll have a look at the code and get back to you ;)

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [demon] recipcheck plugin In reply to
Ok, if you are refering to the mod at http://www.gossamer-threads.com/...es/Detailed/938.html, then it should be a simple fix ;)

Simply change the validation regex from something like;

^http|new|mailto|ftp

to

^HTTP|http|new|mailto|ftp

Notguaranteeing it will work, but logically it should Smile

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy.] recipcheck plugin In reply to
If it's a regex, surely it would be better and more flexible just to add the i flag to ignore case?

- wil
Quote Reply
Re: [Wil] recipcheck plugin In reply to
I'm not sure how Links SQL copes with that though, cos if you notice the //'s for the regex check are NOt include Frown

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Wil] recipcheck plugin In reply to
No its not that free mod. This is a plugin from Gossamer... Still what you mentioned above might work, will try and see if its applicable to this mod.

THanks!