[Request] MySQL Command

Discussion in 'Archived: Plugin Requests' started by mig4ng, Oct 21, 2012.

  1. Plugin category: Admin Tools / Developers Tools

    Suggested name: MySqlCmd

    What I want:
    1-Plugin that creates a config file basicly like this:
    Code:
    mysql:
      host: localhost #The Hostname
      database: database_name #The Database Name
      username: root #The Username
      password: password #The Password
      port: 3306 #The Port
    settings:
      checktime: 30 #The delay between which check
    2-Creates the MySQL table on that Database with id(int(11) and AUTO_INCREMENT), cmd(text and latin_swedish_1), processed(text and latin_swedish_1)
    3-Every "checktime" (default 30secs) check if a new line was add and processed=false, if yes execute cmd with console and change the processed field to true
    4-Just it....
    Ideas for commands: /checknow - To check if a new line was add right now

    Ideas for permissions: mysqlcmd.checknow to use /checknow command

    When I'd like it by: Before 1 Nov if it was possible.

    If you didn't understand something, feel free to add me on skype: mig4ng21 or pm me on bukkit or bukkitdev

    BTW: Basicly i want this to execute commands by php without plugins like websend and jsonapi. Cause my host does not allow websend or jsonapi unfortually :p

    if someone want i can premade the script in php, i don't know if it is identical to java...

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 29, 2016
  2. Offline

    lol768

    Your host allow RCON?
     
  3. i think it do allow rcon why? I've never really knewwhat is rcon XP
     

Share This Page