Quote:
Originally Posted by Genoxid
you probably didnt fix the sql injection ingame (guild notice text sql injection)  And if you close the sql port no one can connect to your sql so its to 99,98% ingame !
|
That's not true. If you blocked the mssql port (1433 by default), the SQL injection made by the fw npc will still work. This injection can be fixed either through the gameserver or through your filter.
If you block all connections to the mssql port, backdoors inside your database (i.e. backdoors made through the _Memo_Add procedure) would still work no matter if you blocked the mssql port or not.
@OT
There are a lot of procedures that you have to check to know if your database has "backdoors" or not. One of them is _Memo_Add. However, I wouldn't really advise you to use a database that's not developed by you. You better use the vsro 188 original database. Of course it will take you some time to add the stuff you want to it, but look at the bright side, you will at least learn more about database related stuff.