Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Simple Web Server login.

Discussion in 'Multiplayer' started by desulove, Aug 27, 2014.

  1. desulove

    desulove

    Joined:
    Aug 2, 2012
    Posts:
    1
    Simple Web Server login




    Description

    Here is a simple script I wrote in PHP and C# to authenticate a user via a web server.

    I have included a web server configured for the script. I tried packing ( Using BATCH to EXE the web server ( QuickPHP ) with the configure app ( Runs QuickPHP in background with right configuration ) all into a single exe but it produced a false positive with AVG anti virus so I will provide download link with two versions one with built folder and one without.

    The server configuration app for the web server is written in JustBasic/LibertyBasic and the sources is included.


    If you are using your own web server you just copy and paste the PHP scripts from



    sources\raw apps\scripts
    to the root of your server.


    Features

    • Create accounts from webpage
    • Login to accounts though unity/game
    Coming soon

    • Loading inventory
    • Loading player profile
    I will continue to add more if anyone has a use for it.

    You can contact me via skype: chippy.mew
    Download links
    Version 0.1 (No single EXE server)
    Version 0.1B (Single EXE server falsely detected by antivirus as trojan horse)