Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [jasy007] URGENT: LinkSQL 3.0 suggestions

Quote Reply
Re: [jasy007] URGENT: LinkSQL 3.0 suggestions In reply to
The link validation/link checking for duplicate and similar URL's can be done in a plugin. Just like the spider_url for adding in found meta data, there is a plugin that checks for duplicate/existing url.

The problem comes from shared hosts that provide webspace to users. What constitutes a duplicate url?

http://shared.webhost.com/useraccount/
http://shared.webhost.com/useraccount/index.asp
http://shared.webhost.com/useraccount/index.html
http://shared.webhost.com/
http://shared.webhost.com/index.html

Which of these are duplicates? On some servers, they will ALL point to the same content page. On other servers, they could all be different, or more likely point to 2 completely different content pages.

Using 'LIKE' to search the database will get rid of the www.xyz.com vs www.XYZ.com problems.

What would be cool, and I've been meaning to add it in, is to alter the admin "Check" code to do a "LIKE" search for the main webhost, then bring up a pop up window of all found URLs and ID's. The URL would link to the site, the ID would link to the database entry.

Doing something like that on the Add page, would not stop (should not) stop a user from adding a similar page, but should bring up a notice that the following URLs have already been added to the database.


PUGDOG� Enterprises, Inc.

The best way to contact me is to NOT use Email.
Please leave a PM here.
Subject Author Views Date
Thread URGENT: LinkSQL 3.0 suggestions jasy007 4383 Apr 2, 2005, 12:30 PM
Thread Re: [jasy007] URGENT: LinkSQL 3.0 suggestions
brewt 4359 Apr 2, 2005, 2:48 PM
Thread Re: [brewt] URGENT: LinkSQL 3.0 suggestions
jasy007 4276 Apr 3, 2005, 10:11 AM
Thread Re: [jasy007] URGENT: LinkSQL 3.0 suggestions
pugdog 4235 Apr 3, 2005, 5:21 PM
Thread Re: [pugdog] URGENT: LinkSQL 3.0 suggestions
loxly 4244 Apr 3, 2005, 5:59 PM
Thread Re: [loxly] URGENT: LinkSQL 3.0 suggestions
jasy007 4192 Apr 4, 2005, 5:18 PM
Thread Re: [jasy007] URGENT: LinkSQL 3.0 suggestions
HyperTherm 4184 Apr 4, 2005, 5:26 PM
Thread Re: [HyperTherm] URGENT: LinkSQL 3.0 suggestions
afinlr 4199 Apr 4, 2005, 8:01 PM
Post Re: [afinlr] URGENT: LinkSQL 3.0 suggestions
jasy007 4140 Apr 5, 2005, 3:57 PM
Post Re: [brewt] URGENT: LinkSQL 3.0 suggestions
HyperTherm 4243 Apr 3, 2005, 2:20 PM