
Originally Posted by
mootie
No space for the password. Also, you need to download the mssql extension for php.
Some idiot just tried to sql inject me with the string I usually use. (Alex from CyclopsFlyFF) He'll enjoy a nais present. <:
lol there wasnt a space there.. but for no password do i keep it empty if i dont have a password?
and i already removed the ; from that line of code.. still having the problem..
another question
is my host the name of my computer or my ip? or is it the common localhost?
so i started getting this msg
Code:
The MSSQL extension is not enabled on your PHP. Enable it on your php.ini and try again.
and this is what i have enabled on my php.ini's both of them that i found
Code:
extension=php_mbstring.dll
;extension=php_ming.dll
extension=php_mssql.dll
extension=php_mysql.dll
extension=php_mysqli.dll
Code:
extension=php_mbstring.dll
;extension=php_ming.dll
extension=php_mssql.dll
extension=php_mysql.dll
extension=php_mysqli.dll
and this is what i have for the code
Code:
$MD5Code = "kikugalanet"; // Your Neuz MD5 Code
$dbAddr = "5.218.168.71"; // Your MSSQL Host IP
$dbName = "ACCOUNT_TBL"; // Your Account Database
$dbUser = "sa"; // Your Database user
$dbPass = "****"; // Your Database User password
**** = my pw