Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: Arma2Net - MySqlPlugin

  1. #1

    Arma2Net - MySqlPlugin

    Arma2NET MySqlPlugin
    Current Version: 0.8.0.0 (05/30/2012)

    Hello community!

    This is a MySqlPlugin for Arma2Net.
    So first, a thumb up to Scott_NZ for the great idea writing Arma2Net

    With this plugin you are able to establish a connection to a MySql database and execute querys to it inside Arma2.
    I think this will give a lot of new possibilities!

    Dowload site: https://bitbucket.org/ubruns/arma2net-mysql/downloads
    Wiki: https://bitbucket.org/ubruns/arma2net-mysql/wiki/Home (read installation instructions)
    Command reference: https://bitbucket.org/ubruns/arma2ne.../wiki/Commands
    Issue Tracker: https://bitbucket.org/ubruns/arma2net-mysql/issues

    Happy SQL-ing !
    HeliJunkie

    Changelog see spoiler:
    Spoiler:
    Last edited by HeliJunkie; May 30 2012 at 14:44.

  2. #2
    Second Lieutenant GossamerSolid's Avatar
    Join Date
    Feb 3 2006
    Location
    Ontario, Canada
    Posts
    4,015
    Your wiki and command reference links require me to sign into a website.

    Can't we just view the pages without signing in?

    Missions/Gamemodes - F.U.B.A.R. (WIP)
    Mods/Addons - Green Sea Conflict (WIP)
    Resources - ArmA 3 Notepad++ Syntax Highlighting

  3. #3

  4. #4
    Quote Originally Posted by GossamerSolid View Post
    Your wiki and command reference links require me to sign into a website.

    Can't we just view the pages without signing in?
    Even when logged in its not possible to see them, I think he has set the wiki to private.

  5. #5
    Maybe you could ask Sickboy for some space on DevHeaven? Would there be any plans in the future to support MSSQL Server? What with this and Java over on ToH the possibilities are becoming huge. I just need to think of an application to implement so I can learn it!
    Jedra's Addons
    Arma 2 : Enhanced Skills Slider
    Take On Helicopters : Take On Taxi | Jedra's Time Trials | Weapon Indicators | No Radar

  6. #6
    Sergeant
    Join Date
    Apr 24 2009
    Location
    Germany
    Posts
    136
    Author of the Thread
    Quote Originally Posted by GossamerSolid View Post
    Your wiki and command reference links require me to sign into a website.

    Can't we just view the pages without signing in?
    Sorry!
    Changed it to be public!

    ---------- Post added at 17:40 ---------- Previous post was at 17:36 ----------

    Quote Originally Posted by Jedra View Post
    Maybe you could ask Sickboy for some space on DevHeaven?
    I prefer bitbucket.
    Quote Originally Posted by Jedra View Post
    Would there be any plans in the future to support MSSQL Server?
    If there MSSQL is requested, I could write another plugin for MSSQL.
    Quote Originally Posted by Jedra View Post
    What with this and Java over on ToH the possibilities are becoming huge. I just need to think of an application to implement so I can learn it!
    I don't own TOH.
    Last edited by HeliJunkie; May 6 2012 at 18:22.

  7. #7
    Second Lieutenant GossamerSolid's Avatar
    Join Date
    Feb 3 2006
    Location
    Ontario, Canada
    Posts
    4,015
    Quote Originally Posted by Jedra View Post
    What with this and Java over on ToH the possibilities are becoming huge. I just need to think of an application to implement so I can learn it!
    Java should already have some built in database functionality with JDBC

    http://www.oracle.com/technetwork/ja...dbc/index.html


    Good work HeliJunkie, I'll probably be making use of this


    EDIT: Just saw this piece of code

    PHP Code:
    Result call compile "Arma2Net.Unmanaged" callExtension "mysql [open, MyDBServer, Arma2DB, ArmaDBUser, MyPaSsWoRd]"
    if ((Result select 0) == true) {
      
    hint("Connection successful");

    else {
      
    hint(formatText["Connection failed. Errorinformation:\n%1"Result select 1])

    Is it possible to let us use a configuration file alongside the database plugin so we don't have to put our authentication data in plain text within a script? It'd be very easy for somebody to download a mission, dePBO it and get our database auth.

  8. #8
    Quote Originally Posted by HeliJunkie View Post
    I don't own TOH.
    Just a general comment - wasn't asking for a java plugin!

  9. #9
    Sergeant
    Join Date
    Apr 24 2009
    Location
    Germany
    Posts
    136
    Author of the Thread
    Quote Originally Posted by GossamerSolid View Post
    Is it possible to let us use a configuration file alongside the database plugin so we don't have to put our authentication data in plain text within a script? It'd be very easy for somebody to download a mission, dePBO it and get our database auth.
    Planned for a future version.

    But MYSQL can be set up to allow login only from a specific host. So nobody can connect to your database with the login credentials, if the login doesn't come from the defined host.
    Last edited by HeliJunkie; May 5 2012 at 16:04.

  10. #10
    Second Lieutenant GossamerSolid's Avatar
    Join Date
    Feb 3 2006
    Location
    Ontario, Canada
    Posts
    4,015
    Quote Originally Posted by HeliJunkie View Post
    Planned for a future version.

    But MYSQL can be set up to allow login only from a specifiy host. So nobody can connect to your database with the login credentials, if the login doesn't come from the defined host.
    Good point, I overlook these things sometimes.

Page 1 of 2 12 LastLast

Similar Threads

  1. Arma2NET
    By Scott_NZ in forum ARMA 2 & OA - ADDONS & MODS: COMPLETE
    Replies: 293
    Last Post: May 12 2013, 20:38

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •