Login Addon

Report bugs of MFPS 2.0 here
User avatar
RennSter20
New Member
New Member
Posts: 9
Joined: Sun Apr 26, 2020 3:47 am

Hello, so I imported Ulogin addon to my project with MFPS latest version and I tried to connect it to my own database which is awardspace like shown in video...The thing is when I assign all the thing in the inspector in Unity and try to register I get this error

UnityEngine.Debug:LogWarning(Object)
<LoginProcess>d__13:MoveNext() (at Assets/ULogin System/Script/bl_Login.cs:185)
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at C:/buildslave/unity/build/Runtime/Export/Coroutines.cs:17)

My Login PHP_URL is /bl_Login.php
Register PHP_URL is /bl_Register.php
the reason its only the part without www is that award space does not allow me to copy /home/www/... part and to copy...even when i type it it does not work


Any fix?
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

You don't need the local directory prefix (/home/www/) the part that you copy you have to add the HTTP prefix:
http://www.*Your URL here*
How to find your Invoice Number: Here
How to find your Order Number: Here
User avatar
RennSter20
New Member
New Member
Posts: 9
Joined: Sun Apr 26, 2020 3:47 am

Excuse me but can I get live support because all of this is confusing regard the video
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

Video? you are referring to the In-Editor documentation right?
How to find your Invoice Number: Here
How to find your Order Number: Here
User avatar
RennSter20
New Member
New Member
Posts: 9
Joined: Sun Apr 26, 2020 3:47 am

Yes sir...
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

Ok, do this: share here the url that you set in LoginDataBasePro -> PhpHostPath.
How to find your Invoice Number: Here
How to find your Order Number: Here
User avatar
RennSter20
New Member
New Member
Posts: 9
Joined: Sun Apr 26, 2020 3:47 am

User avatar
RennSter20
New Member
New Member
Posts: 9
Joined: Sun Apr 26, 2020 3:47 am

Btw every time I try to register new user I dont get any error or message.... Only retype password input field is highlighted...Idk why
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

Seems like you copy the URL from your browser search field and not the one from the dashboard, so you copy the url of Awardspace and not of your domain :)
Go to the ULogin Pro documentation at: ULogin -> Step 2 -> At the bottom image you will see the URL that you have copy.

that URL will only include the domain and the folder directory to your PHP folder, something like this:
mydomain.com/php/
you have to add the HTTP prefix to it so it will look like this:
http://www.mydomain.com/php/

then that will be the URL that you have to paste in LoginDataBasePro.
How to find your Invoice Number: Here
How to find your Order Number: Here
User avatar
RennSter20
New Member
New Member
Posts: 9
Joined: Sun Apr 26, 2020 3:47 am

1. there is no step 2 in documentation only 1.1,1.2 and so
2. I dont have my own domain...I dont want to pay for my domain...so what should I do?
Post Reply