Gossamer Forum
Quote Reply
Re: Blacklist In reply to
1) Create another table called Blacklist with the following columns:

BlackListID
URL
Comments

2) Then add another option in the validate process that moves the URL field value to the BlackList table before deleting the bad link you do not want to validate.

3) Then add query codes in the add.cgi to check the INPUTTED URL against the values in the BlackList table. If the URL if found in the BlackList table, then the add form errors out. If it is not in the BlackList, then the link is successfully submitted into the Links table.

With a little bit of hacking, this should not be hard to do.

Regards,

Eliot Lee
Subject Author Views Date
Thread Blacklist dane 2898 Mar 22, 2001, 10:41 AM
Thread Re: Blacklist
Stealth 2792 Mar 22, 2001, 11:17 AM
Post Re: Blacklist
dane 2768 Mar 22, 2001, 12:26 PM
Post Re: Blacklist
AMJones 2720 Mar 23, 2001, 1:03 PM