Home > C/C++, Javascript, MySQL, PHP, Programming > Blacklist Script

Blacklist Script

February 9th, 2010

I’m looking for a blacklist script which does exactly the following:

I:

- enter sites into a MySQL database (or delete them)
- approve recommendations from users (see at “User”)

Script:

- makes a .txt file from all the sites in the database once daily

User:

- downloads a browser addon (see at “Addon”)
- recommends sites for blacklisting

Addon:

- checks the .txt file generated by the script
- whenever a user navigates to a site which is blacklisted, it gives a warning including the reason for blacklisting
- should be available for Mozilla Firefox

This has been written by a layman. Don’t laugh if there is something stupid in it…


Blacklist Script

Comments are closed.
Bear