Jump to content

[Trinity] Application Safe Web Connection

By Aramiel
in General

Recommended Posts

Screenshot-2.png

Made this application for people to use as example of how to do safe mysql connection without writting mysql info details into your "featured launcher".

This is simple because the database info is handled in 2 php files on your webserver for example I have:

  • htdocs/appconnect/index.php
  • htdocs/appconnect/database.php



The client application only reads the result returned by index.php where in my example the link contains parameters such as:
"http://scenegaming.com/appconnect/index.php?username=admin&password=admin"

Source here: https://github.com/SuperDevRealm/Sim...harpConnection

Link to comment
Share on other sites

×
×
  • Create New...