McDohl
03-30-2003, 12:22 AM
Hey all,
This is probably just a daft thing but i'm attempting to install the Spam Killer mod (One that can be added to Lesanes Store Hack optionally): https://vborg.vbsupport.ru/showthread.php?s=&threadid=40648
However, i'm choosing not to install it as an addon to Lesanes hack and put it up singly.
When I try to run the query it requests you run I get this:
You have an error in your SQL syntax near 'INSERT INTO setting VALUES ( NULL , 32, 'Spam Hack Enabled?', 'SPAMenabled',' at line 1
The query to run is:
INSERT INTO settinggroup VALUES (32,'Spam Killer Hack', 32)
INSERT INTO setting VALUES (NULL,32, 'Spam Hack Enabled?', 'SPAMenabled', '1', 'Allow Spam Killer Hack! Selecting No will Disable this Hack', 'yesno', 1)
INSERT INTO setting VALUES (NULL,32, 'Spam Killer', 'SPAMkiller', '250', 'The Minimium Characters a post can be, before being considered spam!', '', 2)
INSERT INTO setting VALUES (NULL,32, 'Spam Administrator', 'spambyadmin', '1', 'Allows Administrators to bypass Spam Killer! Selecting No will disable this option!', 'yesno', 3)
INSERT INTO setting VALUES (NULL,32, 'Spam Moderator', 'spambymod', '1', 'Allows Moderators to bypass Spam Killer Selecting No will disable this option!', 'yesno', 4)
INSERT INTO setting VALUES (NULL,32, 'Spam Newbie', 'spamnewbie', '1', 'Allows You disable Spam Posting until they reach the specified post count. Selecting no will cause newer members to get Spam Killed without knowing!', 'yesno', 5)
INSERT INTO setting VALUES (NULL,32, 'Spam Newbie Kill', 'startspamkill', '25', 'The minimium number of posts before spam killing begins on them!', '', 6)
ALTER TABLE user ADD spamposts int(5) unsigned NOT NULL DEFAULT '0'
It seems no-one else is having the same problem so it may just be me. Does anyone have an idea on whats wrong and how to fix it?
I'd really appreciate it you were able to help me. Hehe, too much spam around.
Thanks,
-Scott
This is probably just a daft thing but i'm attempting to install the Spam Killer mod (One that can be added to Lesanes Store Hack optionally): https://vborg.vbsupport.ru/showthread.php?s=&threadid=40648
However, i'm choosing not to install it as an addon to Lesanes hack and put it up singly.
When I try to run the query it requests you run I get this:
You have an error in your SQL syntax near 'INSERT INTO setting VALUES ( NULL , 32, 'Spam Hack Enabled?', 'SPAMenabled',' at line 1
The query to run is:
INSERT INTO settinggroup VALUES (32,'Spam Killer Hack', 32)
INSERT INTO setting VALUES (NULL,32, 'Spam Hack Enabled?', 'SPAMenabled', '1', 'Allow Spam Killer Hack! Selecting No will Disable this Hack', 'yesno', 1)
INSERT INTO setting VALUES (NULL,32, 'Spam Killer', 'SPAMkiller', '250', 'The Minimium Characters a post can be, before being considered spam!', '', 2)
INSERT INTO setting VALUES (NULL,32, 'Spam Administrator', 'spambyadmin', '1', 'Allows Administrators to bypass Spam Killer! Selecting No will disable this option!', 'yesno', 3)
INSERT INTO setting VALUES (NULL,32, 'Spam Moderator', 'spambymod', '1', 'Allows Moderators to bypass Spam Killer Selecting No will disable this option!', 'yesno', 4)
INSERT INTO setting VALUES (NULL,32, 'Spam Newbie', 'spamnewbie', '1', 'Allows You disable Spam Posting until they reach the specified post count. Selecting no will cause newer members to get Spam Killed without knowing!', 'yesno', 5)
INSERT INTO setting VALUES (NULL,32, 'Spam Newbie Kill', 'startspamkill', '25', 'The minimium number of posts before spam killing begins on them!', '', 6)
ALTER TABLE user ADD spamposts int(5) unsigned NOT NULL DEFAULT '0'
It seems no-one else is having the same problem so it may just be me. Does anyone have an idea on whats wrong and how to fix it?
I'd really appreciate it you were able to help me. Hehe, too much spam around.
Thanks,
-Scott