Issue console command over the web

Discussion in 'Bukkit Help' started by Locercus, Aug 15, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    Locercus

    I am building a online management system for my bukkit server. I am trying to issue some console command directly from the website. But i can't find a plugin does it the way i want it. I found a couple of plugins that allowed it but none of them was good enough. My server is forwarded using Hamachi.
    Can someone direct me to a plugin that allows me to issue server commands? It has to be a function of some sort i can execute (preferably a PHP one).

    Thanks in advance.

    --
     
  2. Offline

    JWhy

    Locercus likes this.
  3. Offline

    Locercus

    I've tried both but i can't figure out how to use WebSend.
    HTTPConsole is not usable since it don't supports any kind of output.

    Is there a guide for WebSend?
     
  4. Offline

    JWhy

    Thanks for the thank xD
    I figured out how to figure out how to use WebSend with the 3 files README.txt, minecraft.php and Whitelister.php:
    Somehow (i'm to lazy to figure out and tell you :p) you'll have to open the minecraft.php with some parameter (the code of minecraft.php tells you, if you are a bit experienced in using php) from your php script. also the minecraft.php has to be configured ( first ~10 lines of it).
    Hope it help!
     
  5. Offline

    Locercus

    That solved my problem! And i am very experienced with PHP, and i know wich POST parameters to send to minecraft.php

    Thanks for all your help! ;)
     
Thread Status:
Not open for further replies.

Share This Page