I'm getting the following errors when installing the dbs file:
INSERT INTO FORUM_BANNED (BADSITES) VALUES ("tzeng.com")
INSERT INTO FORUM_BANNED (BADSITES) VALUES ("uswa1155.org")
INSERT INTO FORUM_BANNED (BADSITES) VALUES ("u-yep.com")
INSERT INTO FORUM_BANNED (BADSITES) VALUES ("u-yep.com")
-2147217900 | The name 'u-yep.com' is not permitted in this context.
Only constants, expressions, or variables allowed here.
Column names are not permitted.
-------------------------------------
Adding new records..
INSERT INTO FORUM_BANNED (BADSITES) VALUES ("versatel.de")
INSERT INTO FORUM_BANNED (BADSITES) VALUES ("verytec.org")
INSERT INTO FORUM_BANNED (BADSITES) VALUES ("wanadoo.fr")
INSERT INTO FORUM_BANNED (BADSITES) VALUES ("yahoo.co.jp")
INSERT INTO FORUM_BANNED (BADSITES) VALUES ("yahoo.com.au")
INSERT INTO FORUM_BANNED (BADSITES) VALUES ("yahoo.com.au")
-2147217900 | The name 'yahoo.com.au' is not permitted in this context.
Only constants, expressions, or variables allowed here.
Column names are not permitted.
I tried the dbs_antispam2.asp but it gave the same problem with the yahoo.com.au
It seems to work ok though when I add the admin_badsites.asp but it just loads a blank page.
I'm starting to get a ton of unwanted (suspect) spam signups and it's becoming a problem so is there a better Mod to go with or anyone any suggestions on tweaking this one slightly?<
If I remove "yahoo.com.au" then I get the following error instead:
Adding new records..
INSERT INTO FORUM_BANNED (BADSITES) VALUES ("versatel.de")
INSERT INTO FORUM_BANNED (BADSITES) VALUES ("verytec.org")
INSERT INTO FORUM_BANNED (BADSITES) VALUES ("wanadoo.fr")
INSERT INTO FORUM_BANNED (BADSITES) VALUES ("yahoo.co.jp")
INSERT INTO FORUM_BANNED (BADSITES) VALUES ("yahoo.co.jp")
-2147217900 | The name 'yahoo.co.jp' is not permitted in this context.
Only constants, expressions, or variables allowed here.
Column names are not permitted.
Soz, everything looked identical when I viewed the contents of the files. Blame tired eyes and frustration at it not working.
When I run this one I get the exact same error when running the dbs file although the admin_badsites.asp does display a box with "Add a Server" and "Current Servers" "No Sites Found"
When you try to add a server it generates the following error:
Microsoft OLE DB Provider for SQL Server error '80040e14' Invalid column name 'Testing'.
I just installed it on a new server, had 0 errors. Admin_badsites.asp resulted in 0 errors. Make sure you replaced both files. The dbs file should delete your existing table before recreating and populating it.<