26.02.2015, 16:06
Vince is also right, I didn't check your script before xD
There is no need for a Query of 500 characters.
Any string you define should be defined as long as it really is or around that.
I mean if you need to hold that timeBanned there is no need for 256 variable length. Use around 16-32 as Vince said. This way you will end up saving Ram usage/cpu cache of the server. (I guess xD)
There is no need for a Query of 500 characters.
Any string you define should be defined as long as it really is or around that.
I mean if you need to hold that timeBanned there is no need for 256 variable length. Use around 16-32 as Vince said. This way you will end up saving Ram usage/cpu cache of the server. (I guess xD)