/rickroll/
/rickroll/
Last edited by xteslaz; 22-01-17 at 07:02 PM.
I'm not sure exactly where your SQL Injections are coming from, but I'm currently starting up my own server and from what I've heard, are you using PHP register script? I was told you need to have your registering inside your launcher so that people can't Inject you, other then that Idk :c
Best way is to use PDO and parameterized/escaped queries. Never trust user input directly without cleaning them. This should get you started.
Also I assume you're using odbc? Last time I checked there wasn't an official php 7 sqlsrv driver, but haven't looked in a while.