Hi !
RedEagle team here
If you have any question or if you have something to say to help or improve the asset [Login Pro] feel free to post a message ![]()
Login Pro
You can either contact us via mail, we are friendly! ![]()
redeagleteamcontact@gmail.com
Hi !
RedEagle team here
If you have any question or if you have something to say to help or improve the asset [Login Pro] feel free to post a message ![]()
Login Pro
You can either contact us via mail, we are friendly! ![]()
redeagleteamcontact@gmail.com
What free host would be best to use?
Hello !
I donât recommend free hosting because there is a lot of limitations and you will always face a problem during your development where you have to get a paid service to improve quality and you would have to start all over again with a new service. Itâs pretty cheap and totally worth the shot, you can find plenty of web hosting fitting your wallet. (Avoid free services, like Amazon which is facing some trouble as far as I know)
I donât have any stock option in any web service, that being said, we use âEx2.comâ (but itâs french service.
I know a lot of customers who have âiPage.comâ (there is just a procedure to follow to activate sessions, after that it works great)
Procedure to follow for iPage.com
http://www.ipage.com/knowledgebase/read_article.bml?kbid=600
As far as I know it works great with all paid services ![]()
Everyone, feel free to post any of your hosting solution if everything works great, or the problem you face with others
Hi,
How can i set up sending emails via gmail smtp server?Or can i skip email verification?
Thank you
Hello !
Yes
you can easily skip email validation if you want :
To desactivate emails at registration : Open Functions.php, in the function âRegisterâ replace the 0 by a 1 in the line :
â:validatedâ => 0);
So that it is :
â:validatedâ => 1);
This means accounts will be automatically activated at registration
Thatâs all ![]()
For sending email via gmail :
The asset uses the PHP function âmailâ, if your server allow you to send email using your gmail address then yeah ![]()
And there are some library allowing you to do it (PHPMailer, SendGrid, âŚ)
You can make a test with a little PHP script before you buy the asset if you want
And if you canât make it work I can suggest you to contact your web hosting suppirt, they will be a better help than me on their own servers ![]()
OK, Thank You very much for help
i already bought Your asset :),i changed it to 1 but now it writes: internal server error 500, how can i handle that?Isnt problem with htaccess file?Its for apache and i have a nginx.Or where can be the problem?Thanks
Hello. I build a webGL version to my server and now canât connect to same server, when I test from pc works great, but I uploaded to the server and stop working and wont connect to server Server canât be reached: Unknown error any suggestion?
Hello
Yes you have to allow crossdomain on your server.
Create a â.htaccessâ file and put the content of the file âUpload my content/Crossdomain.xmlâ in it
Hello, thanks, but I have two differents folders i.e. php content on âloginâ folder and unity WebGL files on different folder âprojectâ folder. so the php files are in different folder⌠and the cross domain.xml is on the âupload mycontetâ folder in this case is the âloginâ folder. How I said previously, when I work wiht unity project saved on my pc hard disk, works properly and connect to Data Base and login works, but when I upload the unity WebGL project to my server stop works and can´t communicate with login serverâŚ
Digital Ocean, I can not speak highly enough of them. (Not Free)
Yes, as I told you before itâs normal ![]()
To be clear :
When you test a âWin-Linux-Macâ build, you contact your server from your computer (itâs the same for mobile build)
However, with WebGL, the âclientâ build is executed by your server itself (to contact your server)
In order to enable the communication between a server and another (even if itâs the same server), you need to explicitly configure cross-domain by creating a â.htaccessâ file with the content of the file âcrossdomain.xmlâ contained in the âUpload my contentâ folder of the asset
Put that .htaccess file at the root of your server and you will be good to go ![]()
I hope I have been clear enough ![]()
Donât hesitate to email me if you have trouble at redeagleteamcontact@gmail.com
Bye !
Hi there ![]()
Good work with the new Features, i think i give it a try ![]()
You use Unity Network, right? Is it easy to use your Mechanism for example the Forge Networking Solution ![]()
Do you have something like Serial key generation on server side and link it with the account, so that you can only use it once. Or something like a game protection or is it with the ip detection possible to do some kind of protection ![]()
Hi !
Yeah LoginPro works great with realtime network as well.
For example, in our game we use LoginPro combined with Photon Bolt
It work flawlessly, you can send actions to the server whenever you want, encryption is all automatic, debugging is very easy, and Session datas are always accessible
The only thing you need is to have a (and only one) LoginPro_Manager component in each scene (where you need it)
Just make a prefab with it and drag it, itâs that simple ![]()
Or place it on your camera, as you want
As for random key generation, yes, for example when password is reset a random key is sent to the player to change his password
And yes IP scan is enabled by default (and itâs possible to disable it, for mobile games for example) in the LoginPro settings windows directly in Unity ![]()
And if you have any question or problem donât hesitate to send us an email directly via redeagleteamcontact@gmail.com
Bye !
How do I fix ERROR: CheckAuthentification : AES keys not in session array?
Hi !
Thank you for choosing our asset ![]()
This error means your server is failing to compute the AES process, could you please tell me which server provider do you have ?
Could you please check in your âpublic_htmlâ folder (on your serverâs disk) if you have a file called âerror.logâ it might give us a little more precisions about the error.
Did you make any modifications of the folders âGameâ and âInstallationâ ? Are those 2 folders aside from each other ?
Has your domain a âwww.â prefix ?
(If you have a Linux based server) Can you please check if the mcrypt extension is activated on your server ?
Check this out if itâs not activated :
http://stackoverflow.com/questions/2604435/fatal-error-call-to-undefined-function-mcrypt-encrypt
Keep me in touch ![]()
Bye !
@RedEagleTeam are there any game save/load assets that you know are compatible with login pro? Iâm going to try making a system where people can save their game progress with their login-pro accounts that they make in my game. Any tips on how I would go about doing this? I heard easy save 2 is easy to integrate but Iâm not sure, appreciate any help.
Hi,
I was wondering where have you created your Public Certificate. It is found in System/Framework/Resources but the question is how can we update it?
Thanking,
HItarth
Hello !
Itâs not âourâ public key, itâs yours, for securityâs sake, both public and private certificates are created during installation. They are totally unique and automatically generated
Hope I answered your question
Bye !
Hi, I am getting this error during the AES security installation scene:
error_log:
[21-Dec-2017 03:50:02 UTC] PHP Notice: Undefined variable: ACTION in /home/h65kovnrh3yj/public_html/LoginPro_Server/Installation/CheckURL.php on line 4
[21-Dec-2017 03:51:34 UTC] PHP Notice: Undefined variable: ACTION in /home/h65kovnrh3yj/public_html/LoginPro_Server/Installation/CheckURL.php on line 4
[21-Dec-2017 03:51:40 UTC] PHP Notice: Undefined variable: ACTION in /home/h65kovnrh3yj/public_html/LoginPro_Server/Installation/CheckURL.php on line 4
[21-Dec-2017 03:51:41 UTC] PHP Notice: Undefined variable: ACTION in /home/h65kovnrh3yj/public_html/LoginPro_Server/Installation/CheckURL.php on line 4
[21-Dec-2017 03:54:20 UTC] PHP Notice: Undefined variable: ACTION in /home/h65kovnrh3yj/public_html/LoginPro_Server/Installation/CheckURL.php on line 4
[21-Dec-2017 03:54:25 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Crypt_Hash has a deprecated constructor in /home/h65kovnrh3yj/public_html/LoginPro_Server/Game/Includes/Crypt/Hash.php on line 82
[21-Dec-2017 03:54:25 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Math_BigInteger has a deprecated constructor in /home/h65kovnrh3yj/public_html/LoginPro_Server/Game/Includes/Crypt/BigInteger.php on line 176
[21-Dec-2017 03:54:25 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Crypt_RSA has a deprecated constructor in /home/h65kovnrh3yj/public_html/LoginPro_Server/Game/Includes/Crypt/RSA.php on line 273
[21-Dec-2017 03:54:25 UTC] PHP Notice: Undefined index: AES_KEYS in /home/h65kovnrh3yj/public_html/LoginPro_Server/Installation/CheckAES.php on line 14
On the Screen: ERROR: DecryptAESKeys, AES_KEYS malformed.
What can I do?
Thanks