Anti-GMHack error

11/06/2010 03:17 ryufireblade#1
I'm trying to get Zombe's Anti-GMHack + AutoBan working on my server. When I execute the query, I get the following error:

Server: Msg 911, Level 16, State 1, Line 1
Could not locate entry in sysdatabases for database 'ban_info'. No entry found with that name. Make sure that the name is entered correctly.

I replaced the C:\DATABASES\ with my location and my GM's and DEV's to the character_name list.

Any ideas on why this is giving me this error?
11/06/2010 03:31 NicoBlacktir#2
you need use the place where are the restored database files are on C:\ [ maybe your on other place ]
11/06/2010 04:09 ryufireblade#3
I've got the database files in the same folder as my server files. I have added this to the query with the same location.
11/06/2010 05:47 yahoo5000#4
Quote:
Originally Posted by ryufireblade View Post
I'm trying to get Zombe's Anti-GMHack + AutoBan working on my server. When I execute the query, I get the following error:

Server: Msg 911, Level 16, State 1, Line 1
Could not locate entry in sysdatabases for database 'ban_info'. No entry found with that name. Make sure that the name is entered correctly.

I replaced the C:\DATABASES\ with my location and my GM's and DEV's to the character_name list.

Any ideas on why this is giving me this error?
just press execute query and script make you those 2 file then go and make job , i got some error but ignore them and script work ( but i thing this sript work not all time becose some times he baned gm hacker , some time not )
11/09/2010 02:09 ryufireblade#5
Ok, I was able to get the AntiGmHack to work. Now I have another question. How can I add DEV's to the list without them getting banned?
11/09/2010 02:18 [GA]Lightning#6
Quote:
Originally Posted by ryufireblade View Post
Ok, I was able to get the AntiGmHack to work. Now I have another question. How can I add DEV's to the list without them getting banned?
hey Add Your Dev Chars in the Red Line

Code:
	character_name LIKE '_DEV_%'
[COLOR="Red"]	AND character_name <> '[DEV]Test'[/COLOR]
	AND user_no <> '19999999999991'
	OR character_name LIKE '_DEKARON_%'
	OR character_name LIKE '_GM_%'
	AND character_name <> '[GM]Zombe'
	AND character_name <> '[GM]YourName'
	AND character_name <> '[GM]Etcetera'
Greetz DM
11/09/2010 03:08 ryufireblade#7
Everything is working fine. Thanks to everyone that helped. This thread can be closed.