
Before moving the system to 00webhost, I will have to make sure that there is Email validation to check if the Email exists and if it does then to return a message and not proceed to the registration. Next the same code is being used in order to check for the user so the user cannot select the same user name, this is used so each user has a unique user and email.
Moving to the 00webhost will be very simple, firstly we must export the tables as a SQL file then we must import it into a newly created table, this is the simple part of the switch however getting the scripts online is going to be different as most the reference material to do this is for the older 00webhost interface, however I will figure it out.
After looking around for a bit I found the area to upload the scripts , now it’s just a matter of calling the link from unity , which is passed into the www form in string format as can be seen the inspector window below.
Right now I have been testing out the login system, however the system does not seem to be sending data which seems to be a very difficult thing to debug as I have had our lecturer review the code and everything seems to be working fine , but I will be putting in debugs to see if the information is going through which was the case , after some searching I found out that the issue might be in regards to my network settings thus I tried to disable my firewall to see if it works , this is proving to be a major setback as there were many other things planned for the week.
After reaching out to multiple sources, such as the creators of the 00webhosting, I came across the conclusion that my PHP code works, so does my C# code however the network is blocking the connection which seems to work through a test VPN made.
After some further research I found out that it was the network providers blocking the service thus routing them through a google DNS solves the issue, this not a vpn and it is just information routed through a secondary server, which is perfectly legal. I also found a link which was very helpful. (Arrows, n.d.)
References
Arrows, K. (n.d.). How to Fix DNS_PROBE_FINISHED_NXDOMAIN on Google Chrome. Retrieved from https://appuals.com/how-to-fix-dns_probe_finished_nxdomain-on-google-chrome/
Comments
Post a Comment