08.10.2013, 19:39
Since you use R34, why don't you use threaded queries? It's must faster. Also instead of executing let's say 50 times a query to load each ban, you can execute only one and select all from the bans table. Then you can use a loop to store and do what you want.