Update: I finally got most of the bugs worked out from switching from MySQL to MSSQL. Look for a release soon.
I'm debating rather I should keep this private and only develop these types of programs for servers I work for or not
Update: I finally got most of the bugs worked out from switching from MySQL to MSSQL. Look for a release soon.
I'm debating rather I should keep this private and only develop these types of programs for servers I work for or not
Nice. I see people enjoy this work. Hoping it can be a great help.
Finally got a release going. Remember this one is a beta. So don't expect it to be perfect. If you use it, give me some feed back, tell me what works and what doesn't. Let me know what bugs it has.
Hey dude,
cool software, very good job!
But, kinda i can't connect, after login its show's me few Errors...
[Settings]
DatabaseType=MSSQL
ServerIP=127.0.0.1
ServerPort=1435
The port of MSSQL is 1435, if yes it won't connect
Yay for my ringmaster =D
OH SHET. I just realized something. I removed the md5 for logging in with MSSQL for testing purposes. So you need to log in using a plain text password.
Sorry, I'll upload an update shortly.
But that's not why your getting that error. You need to enable TCP if you haven't and turn on SQL Browsing. If you need help on how to do that I could write a small tut.
For the DB you need to put your IP, not your server name.
------------------
With that being said. I'm working on getting the inventory viewer working. Every item won't work at first. I'll start with lower level items first then work my way up to higher items. Releasing as I hit a certain point.
Last edited by Supicioso; 09-04-10 at 06:30 PM.
Remember: If you encrypt the password field to make it md5 accessible, people also use salts added to their password. Add an option into the .INI to specify what their MD5 salt is for their passwords.
And you also said that DataBase = 127.0.0.1? So it's the same as ServerIP?
Edit: Still wont work with TCP enabled =/Code:ServerIP=127.0.0.1 ServerPort=1433 DataBase=127.0.0.1
Last edited by Cuvvvie; 09-04-10 at 07:55 PM.
If your DB is on the same IP as your server IP, then yes, it's the same.
Also thanks for that tip. I removed the need for a salt in the Exe I was using, but I'll add that in.
Make sure you/windows firewall isn't blocking that port. Like windows tends to do with everything lol. If that still doesn't work let me know.
Oh shit, no. database = your account database. "ACCOUNT_DBF". Sorry, my mistake XD
Last edited by Supicioso; 10-04-10 at 02:13 AM.
New update coming next week. Most likely Monday.
-Added md5 and option to change your salt.