Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Easy to use Odin Launcher

cats addicted
Loyal Member
Joined
Apr 1, 2010
Messages
1,364
Reaction score
293
Database connect Fail.

If you made everything like it should and this still happens its most likely that u are using SQL Express version. If this is right, you need to remove the username and password for the SQL and replace it with "integrated security=sspi" instead. ( This way it uses system login which seems the only way to connect with actual sql drivers for php )

Oh and also you should have TCP for SQL ( SQL Config manager ) activated. Also check in there ( on TCP/IP settings ) the proerties if there is really everything activated :wink:
 
Last edited:
Newbie Spellweaver
Joined
May 22, 2012
Messages
60
Reaction score
3
How can I test if it works

website.com/patcher/login.php?Username=USER&password=pass

what sould i put for pass the md5 of it doesnt work

Thanks in advance :)
 
Joined
Jun 5, 2009
Messages
959
Reaction score
235
To test if it works just simply open the php in the web browser to see if it connects, if it doesn't connect then you might have incorrectly entered your mssql details. Also you don't need to supply a pass and user while testing it in on the web browser just simply '127.0.0.1/launcher.login.php' should suffice. Next login via the launcher and if that logs you in everything should be working but if it doesn't and the php file is working then you have done something incorrectly on the launcher setup.
 
Newbie Spellweaver
Joined
Apr 11, 2013
Messages
41
Reaction score
0
Hey I've tried to set it up when I go to

I get

PHP:
Notice: Undefined index: Username in C:\xampp\htdocs\Login.php on line 7

Notice: Undefined index: Password in C:\xampp\htdocs\Login.php on line 8
Wrong Username.
 
Skilled Illusionist
Joined
Nov 22, 2012
Messages
343
Reaction score
58
Is it so hard to read about 40 posts?
I have answered to that question.

Re-read whole topic!
 
Newbie Spellweaver
Joined
Apr 11, 2013
Messages
41
Reaction score
0
Okay, so I've fixed that. I get this error now when running the application:

XRr1SEd - Easy to use Odin Launcher - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Skilled Illusionist
Joined
Nov 22, 2012
Messages
343
Reaction score
58
Read what error says. It is informative enough.
(404) Not Found.
->
Wrong page URL.
 
Newbie Spellweaver
Joined
Apr 11, 2013
Messages
41
Reaction score
0
This is what my page URL is and what the code says.

PHP:
Dim Login As String() = wc.DownloadString("http://xx.xxx.xxx.xxx:xxxx/Login.php" & TextBox1.Text & "&Password=" & passMD5.ToLower()).Split("#")
        wc.Dispose()

I've tried it with the ?Username= after the php still don't work.
 
Skilled Illusionist
Joined
Nov 22, 2012
Messages
343
Reaction score
58
When you try something and it doesn't work,
it doesn't mean that it is wrong right away.

Username/Password parameters in URL are a Must. Without them its logical that it doesn't work.
 
Newbie Spellweaver
Joined
Jun 2, 2015
Messages
7
Reaction score
0
SO I got everyting working and now I get (unknown error) someone help? D:
 
Newbie Spellweaver
Joined
Jun 2, 2015
Messages
7
Reaction score
0
Well I have fixed that problem, was related to php login location being wrong so when I changed that I got a Protection not right blah blah error on visual studio 2012 and 2013
 
Back
Top