don't work. I also tried with unreal engine 5.3.2. It starts but after setting all the parameters while I try to log in it sends this message: Can not Connect to site check your internet conn or try again later. Error Login
The phpMyAdmin configuration storage is not fully configured, some extended features are disabled. Find out why. Or go alternately to the 'Operations' tab of any database to set it there. Open new phpMyAdmin window The configuration file requires a secret passphrase (blowfish_secret).
Hiho thanks for that video, i try to follow the steps but i have a few questions. 1. Why do u use that much Get Field at min 50? Couldn´t we work with Objects and take a whole charObject out of the request? There is a get Object Field or get object array field, isnt it possivle to take one of that fields? 2. The plugin is using a normal rest API to get the playerData/userData, so it should be able to use my node express backend, isn´t it? ^^ Because i have a finisched backend with users for my webside. 3. We have a mainGameInstance and the userDate at the LoginScreen, but why or how we get that data inside of the game and the different levels? Thanks alot for that video, I hope u can answer all my specific questions ^^
Ok sorry but i have more and more questions... 1. at 1:16 u try to check your regKey (is that a fixed key for every player?) because u said: if regKey == "" (emptystring) than safe regKey in servUserRegKey... that will only work if the key isnt there ... ??? I think... 2. is the regKey not in the response body or head? normally json will give u data like: userData + loginKey so u can check the result for the key. Thats the way i know, but maybe im wrong, IDK your backend maybe u work with a simpler strukture of datamanagment. 3. Your proof for the string "success" in JS or TS u will get "ok" that means the fetch get something back from the api. So the database can say: Sorry no user found with tah name or password! thats your result but the status of the fetch is "ok"/"success" because the feth and api are working. So sorry i dont understand where u will get the success and wich data are proofed to get the success ? Maybe u can show more of your php code, so I can read what are u testing or explain it? It could be work also with a wrong username or password i think... 4. Why do u convert a boolian to a string to get a boolian? isLogedIn = false and isBanned = false this are boolians, u dont need to convert that boolians into a string to test it, because the result of the test is also an boolian. U can work like that: DB isLogedIn = false -> UE get the false -> branch or isVaild can check it If isLogedIn = true -> do it else -> do nothing
All your questions will be answered in a video I think I've been away for a long time, but one week and I will create a new video that will be much deeper than this video
If there is no registration key for the player, he will not be allowed to enter the game. The registration key comes with the player obtaining the user from the website. These verification processes are simple verification processes for beginners, but an advanced video will explain the registration, login and verification process using C++
Hi. When I try to start your game with unreal 4.27.2 I get this message: Failed to load map! ../../../../../../Users/info/Downloads/LoginSystem2/LoginSystem/Content/BP_WDG_SysLog/Level/LoginSys_Level.umap appears to be an asset file.
After we finish the weapon system, I will show you how to put all the projects together Also, the player modification system has not been finished yet. There are more player modifications, and I expect that they need 4 or 5 more episodes
Although all the information is the same as in your video, I cannot login. Error Code : Can Not Connect To Site Check Your Internet Connect Or Try Again Later
Can you post an email address where I can contact you for assistance? Because as it is the program does not work and I can not find the system to contact you. Thanks.
It does not work... Failed to load map! ../../../../../../Users/info/Downloads/LoginSystem2/LoginSystem/Content/BP_WDG_SysLog/Level/LoginSys_Level.umap appears to be an asset file.
This is already outrageous, no one got the project file. If you take money for it, who is surprised. But you should at least show in the video how to create and code such a login page. I'm still waiting for the promised link. Will definitely not register with patreon, so that I finally get the file then. Conclusion: Poorly made video, with fraudulent background, if I see more such videos I would go to the begging stick.
@@AIA_G It's okay, I find this idea ingenious to run an Unreal Engine over MYSQL databases. Unfortunately I lack PHP knowledge, can only work PHP with code snippets. But this shortcoming I will also still eliminate. The other option via the portal of Playfab is too limited for me and you can not achieve an avatar selection with it.
Where I can contact you because I buy that plugin but theres an error
I message you already in IG
aia
@
aia-g.com
I will post a new video for this product
But you are not buy anything yet
And also in gmail
don't work. I also tried with unreal engine 5.3.2. It starts but after setting all the parameters while I try to log in it sends this message:
Can not Connect to site check your internet conn or try again later. Error Login
When you see this error, the connection is successful and it seems that it tried to connect. You should review the database connection codes.
If you have purchased the project from the store, you must contact me to guide you on how to operate it. It is very simple.
@@AIA_G I completely redid it on unreal 4.27.2. It still doesn't work though.
@@AIA_G Give me an email for contact you. Tks
I will post a new video for this product it will be i 2 days
The phpMyAdmin configuration storage is not fully configured, some extended features are disabled. Find out why.
Or go alternately to the 'Operations' tab of any database to set it there.
Open new phpMyAdmin window
The configuration file requires a secret passphrase (blowfish_secret).
i will upload all project file then give you the linke
@@AIA_G Thanks
@@thekemaallx give 24 hours it will be ready for download
@@AIA_G Ok I am waiting
@@AIA_G Hi! How i can take this files on step 3?
Hiho thanks for that video, i try to follow the steps but i have a few questions.
1. Why do u use that much Get Field at min 50? Couldn´t we work with Objects and take a whole charObject out of the request?
There is a get Object Field or get object array field, isnt it possivle to take one of that fields?
2. The plugin is using a normal rest API to get the playerData/userData, so it should be able to use my node express backend, isn´t it? ^^
Because i have a finisched backend with users for my webside.
3. We have a mainGameInstance and the userDate at the LoginScreen, but why or how we get that data inside of the game and the different levels?
Thanks alot for that video, I hope u can answer all my specific questions ^^
Ok sorry but i have more and more questions...
1. at 1:16 u try to check your regKey (is that a fixed key for every player?) because u said: if regKey == "" (emptystring) than safe regKey in servUserRegKey... that will only work if the key isnt there ... ??? I think...
2. is the regKey not in the response body or head? normally json will give u data like: userData + loginKey so u can check the result for the key. Thats the way i know, but maybe im wrong, IDK your backend maybe u work with a simpler strukture of datamanagment.
3. Your proof for the string "success" in JS or TS u will get "ok" that means the fetch get something back from the api. So the database can say: Sorry no user found with tah name or password! thats your result but the status of the fetch is "ok"/"success" because the feth and api are working. So sorry i dont understand where u will get the success and wich data are proofed to get the success ? Maybe u can show more of your php code, so I can read what are u testing or explain it? It could be work also with a wrong username or password i think...
4. Why do u convert a boolian to a string to get a boolian? isLogedIn = false and isBanned = false this are boolians, u dont need to convert that boolians into a string to test it, because the result of the test is also an boolian. U can work like that: DB isLogedIn = false -> UE get the false -> branch or isVaild can check it If isLogedIn = true -> do it else -> do nothing
All your questions will be answered in a video
I think I've been away for a long time, but one week and I will create a new video that will be much deeper than this video
If there is no registration key for the player, he will not be allowed to enter the game. The registration key comes with the player obtaining the user from the website.
These verification processes are simple verification processes for beginners, but an advanced video will explain the registration, login and verification process using C++
Hi.
When I try to start your game with unreal 4.27.2 I get this message:
Failed to load map!
../../../../../../Users/info/Downloads/LoginSystem2/LoginSystem/Content/BP_WDG_SysLog/Level/LoginSys_Level.umap appears to be an asset file.
you should rebuild the project
@@AIA_G I completely redid it on unreal 4.27.2. It still doesn't work though.
Great videos, how can i add this to the character loby and character creator?
After we finish the weapon system, I will show you how to put all the projects together
Also, the player modification system has not been finished yet. There are more player modifications, and I expect that they need 4 or 5 more episodes
alexzander can i get the files for step 3.? how can I find the game file
Oki i will show you how just i give me a few days
Although all the information is the same as in your video, I cannot login. Error Code : Can Not Connect To Site Check Your Internet Connect Or Try Again Later
do you install Apache server ??
@@AIA_G Yes
where can i find step 3 file?
in discord
I not sure where is step 3 files. Video looks incomplite.
i will add the link then mention to you
@@AIA_G i didn't find the step 3 files either. how can I get them.
I subscribed but there is no link?
I will releaseing the new vid with all steps
So when?@@AIA_G
a few days after the car tutorial
But it is very urgent for me, I need to use it in my project.@@AIA_G
Can you post an email address where I can contact you for assistance? Because as it is the program does not work and I can not find the system to contact you. Thanks.
aia@aia-g.com
aia
@
aia-g.com
@@AIA_G Hi. I wrote 7 days ago but you didn't answer me.
@@AIA_G Hi. I wrote 7 days ago but you didn't answer me.
I will dont wory
انت مسطب الانجين من السورس؟
نعم مسطب الانريل كامل من السورس ايضا
It does not work...
Failed to load map!
../../../../../../Users/info/Downloads/LoginSystem2/LoginSystem/Content/BP_WDG_SysLog/Level/LoginSys_Level.umap appears to be an asset file.
you should rebuild the project
This is already outrageous, no one got the project file. If you take money for it, who is surprised.
But you should at least show in the video how to create and code such a login page. I'm still waiting for the promised link.
Will definitely not register with patreon, so that I finally get the file then.
Conclusion: Poorly made video, with fraudulent background, if I see more such videos I would go to the begging stick.
I will updata the links today in Description box, i am so sorry to all
@@AIA_G It's okay, I find this idea ingenious to run an Unreal Engine over MYSQL databases. Unfortunately I lack PHP knowledge, can only work PHP with code snippets. But this shortcoming I will also still eliminate. The other option via the portal of Playfab is too limited for me and you can not achieve an avatar selection with it.
المفروض كنت ضفت signin sign up concept bro
مضافات صديقي وموجود الدخول والتسجيل
@@AIA_G ممكن الديسكورد بتاعك او اي ايميل للتواصل المباشر؟
@@littledemo3605 يمكنك التواصل المباشر مع المطور من خلال الانظمام للقناه ادخل على الاتظمام وشاهد المميزات المعروضه للمنظمين ما هي
@@AIA_G where is files on step 3?