Title: Profenter Systems's Replies | WordPress.org

---

# Profenter Systems

  [  ](https://wordpress.org/support/users/profenter/)

 *   [Profile](https://wordpress.org/support/users/profenter/)
 *   [Topics Started](https://wordpress.org/support/users/profenter/topics/)
 *   [Replies Created](https://wordpress.org/support/users/profenter/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/profenter/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/profenter/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/profenter/engagements/)
 *   [Favorites](https://wordpress.org/support/users/profenter/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/users/profenter/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/profenter/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Table of Contents Plus] Plugin uses constructor deprecated in WordPress 4.3](https://wordpress.org/support/topic/plugin-uses-constructor-deprecated-in-wordpress-43/)
 *  [Profenter Systems](https://wordpress.org/support/users/profenter/)
 * (@profenter)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/plugin-uses-constructor-deprecated-in-wordpress-43/#post-6469338)
 * You can fix it by open of toc.php and replace on line 1571
    `$this->WP_Widget('
   toc-widget', 'TOC+', $widget_options, $control_options );` with `parent::__construct('
   toc-widget', 'TOC+', $widget_options, $control_options );`
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Minecraft Admin] Worst Plugin I knew in all my life](https://wordpress.org/support/topic/worst-plugin-i-knew-in-all-my-life/)
 *  Plugin Author [Profenter Systems](https://wordpress.org/support/users/profenter/)
 * (@profenter)
 * [11 years ago](https://wordpress.org/support/topic/worst-plugin-i-knew-in-all-my-life/#post-7954107)
 * That’s not useful.
    Describe what not work, why it is worse and then we can help
   you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Minecraft Admin] What servers have you tested?](https://wordpress.org/support/topic/what-servers-have-you-tested/)
 *  Plugin Author [Profenter Systems](https://wordpress.org/support/users/profenter/)
 * (@profenter)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/what-servers-have-you-tested/#post-5286930)
 * Yes, I’m running my own vserver with minecraft managed by my plugin.
    You’re 
   right all shared hoster don’t support Minecraft. I never worked with EC2 so I
   don’t know if it works. Do I understand you right that you want to run Minecraft
   Admin in EC2?
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Easy Contact Forms] It stop being good.](https://wordpress.org/support/topic/it-stop-being-good/)
 *  [Profenter Systems](https://wordpress.org/support/users/profenter/)
 * (@profenter)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/it-stop-being-good/#post-7887908)
 * I’ve got the same problem. It doesn’t work without dirty changes.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Minecraft Admin] What servers have you tested?](https://wordpress.org/support/topic/what-servers-have-you-tested/)
 *  Plugin Author [Profenter Systems](https://wordpress.org/support/users/profenter/)
 * (@profenter)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/what-servers-have-you-tested/#post-5286715)
 * Hey,
 * I tested it with
    1. Debian 6.0
    2. Ubuntu 13.04
    3. Ubuntu 13.10
    4. Ubuntu 14.04
 * At the moment I try to add Windows support.
 * I think it should run with redhat but I never tested it on redhat. So which system
   do you have? I always try to improve the plugin. If you get errors when you try
   to install it post it here. I will help you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Minecraft Admin] Windows Server](https://wordpress.org/support/topic/windows-server-3/)
 *  Plugin Author [Profenter Systems](https://wordpress.org/support/users/profenter/)
 * (@profenter)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/windows-server-3/#post-5215347)
 * all discusion for windows on github:
    [https://github.com/profenter/minecraft-admin/issues/1](https://github.com/profenter/minecraft-admin/issues/1)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Minecraft Admin] Windows Server](https://wordpress.org/support/topic/windows-server-3/)
 *  Plugin Author [Profenter Systems](https://wordpress.org/support/users/profenter/)
 * (@profenter)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/windows-server-3/#post-5215329)
 * ok, I’ve added you to github and wordpress.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Minecraft Admin] Windows Server](https://wordpress.org/support/topic/windows-server-3/)
 *  Plugin Author [Profenter Systems](https://wordpress.org/support/users/profenter/)
 * (@profenter)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/windows-server-3/#post-5215327)
 * I know that Github is very good, normally I use my own server with **bzr**, but
   I’ve created a github page:
    [https://github.com/profenter/minecraft-admin](https://github.com/profenter/minecraft-admin)
 * If you send me your github username I can add you as a collaborator.
 * What I have so far is:
 *     ```
       <?php
       exec("cmd /c C:[path to batfile]");
       ?>
       ```
   
 * This should open a cmd window and execute the batfile. If the execution of the
   batfile is finished the cmd window close. Correct?
 * The batfile contains the start/stop windows script.
    When I want to stop the 
   server or send an ingame command I need to send a command to the java session.
   On Linux I use screen for that but I don’t know how I should do this on Windows?
   I googled but founded nothing. Do you have any idea?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Minecraft Admin] Windows Server](https://wordpress.org/support/topic/windows-server-3/)
 *  Plugin Author [Profenter Systems](https://wordpress.org/support/users/profenter/)
 * (@profenter)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/windows-server-3/#post-5215319)
 * no, I used the svn by wordpress but i can create a github page, maybe this is
   better for communication.
 * So github or wordpress svn?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Minecraft Admin] Windows Server](https://wordpress.org/support/topic/windows-server-3/)
 *  Plugin Author [Profenter Systems](https://wordpress.org/support/users/profenter/)
 * (@profenter)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/windows-server-3/#post-5215317)
 * Hey,
 * there is a php SSH library, called SSH2 ([http://php.net/manual/en/book.ssh2.php](http://php.net/manual/en/book.ssh2.php)),
   how to install on windows is described here: [http://stackoverflow.com/questions/15134421/php-install-ssh2-on-windows-machine](http://stackoverflow.com/questions/15134421/php-install-ssh2-on-windows-machine)
 * So splitting backend and frontend on different (Linux) server via ssh is no problem
   and I will add this feature soon.
 * The big problem with the windows shell script is that I don’t have an Windows
   server nor an normal Windows. I work on Ubuntu 🙂 When you help me I can try 
   to add Windows support. Firstly I will inform myself about the basics on PHP 
   developing and Windows.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Minecraft Admin] Windows Server](https://wordpress.org/support/topic/windows-server-3/)
 *  Plugin Author [Profenter Systems](https://wordpress.org/support/users/profenter/)
 * (@profenter)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/windows-server-3/#post-5215313)
 * Hey,
 * “Minecraft Admin” is split in two areas: frontend and backend.
    The frontend 
   is the plugin itselfs written in PHP and it installs the backend on your server.
   The backend is written in bash/shell.
 * At the moment we update our plugin. The new version contains a new backend system,
   which uses more than only screen.
 * If we would add Windows support, we have the change a lot of in the frontend,
   so the frontend works with Windows. Hard work, but we could do this.
 * But the backend uses a lot of Linux typical commands like
    - wget
    - awk
    - sed
    - debians apt-get or redhats yum
    - the init-system
    - and more
 * So we need a lot alternatives for this tools and if we try to make this work 
   with Windows, we can completely rewrite the backend to a new windows version.
   A very hard job 🙂 So we won’t add full Windows support in future.
 * Split apache and MC into different servers is possible, I think.
    The frontend
   sends specifically commands via PHPs `shell_exec()` to the backend e.g. `msm 
   SERVERNAME stop`. In the new version we changed the backend so the plugin only
   sends commands and don’t modify files. Sending this commands via ssh is a good
   idea and possible, I know about a PHP library which adds _ssh_ support to _PHP_.
   I don’t know, if this library works with windows but I hope so. There is only
   one problem: the filebrowser. Therefore we need sftp and I don’t know if _PHP_
   supports _sftp_. Maybe with _PHP_s `shell_exec()` in which windows doesn’t support.
   You see all in all a very hard thing, but I will check what is possible and what
   not.
 * Greets
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Minecraft Admin] [Plugin: Minecraft Admin] Language & Mac OS X](https://wordpress.org/support/topic/plugin-minecraft-admin-language-mac-os-x/)
 *  Plugin Author [Profenter Systems](https://wordpress.org/support/users/profenter/)
 * (@profenter)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/plugin-minecraft-admin-language-mac-os-x/#post-3120917)
 * i hope so, you have to ask Rodin Pandarex
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Minecraft Admin] It dont let me do it :(](https://wordpress.org/support/topic/it-dont-let-me-do-it/)
 *  Plugin Author [Profenter Systems](https://wordpress.org/support/users/profenter/)
 * (@profenter)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/it-dont-let-me-do-it/#post-3538398)
 * Hello,
 * please deaktivate the plugin by changing the name from
    `/home/a5011109/public_html/
   wp-content/plugins/minecraft-admin/` to `/home/a5011109/public_html/wp-content/
   plugins/minecraft-admin.old/` so then your website should work again.
 * To install the plugin you need root access on your server. Normaly you login 
   with ssh as root, eg
    `root@rautahakku.tk` then you have to execute the command`
   sh /home/a5011109/public_html/wp-content/minecraft.dir/installer.sh`
 * But it seems that you have got an webspace and not an Vserver or root-server.
 * greets
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Minecraft Admin] I get an "Insufficient rights under WP 3.5"](https://wordpress.org/support/topic/i-get-an-insufficient-rights-under-wp-35/)
 *  Plugin Author [Profenter Systems](https://wordpress.org/support/users/profenter/)
 * (@profenter)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/i-get-an-insufficient-rights-under-wp-35/#post-3353983)
 * Hello anderspier,
 * I’ver updated the plugin to 0.6.3 – please update. I hope the new version fixs
   your problem, if not contact me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Minecraft Admin] I get an "Insufficient rights under WP 3.5"](https://wordpress.org/support/topic/i-get-an-insufficient-rights-under-wp-35/)
 *  Plugin Author [Profenter Systems](https://wordpress.org/support/users/profenter/)
 * (@profenter)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/i-get-an-insufficient-rights-under-wp-35/#post-3353970)
 * H’mmmm I don’t what i made wrong but i will update the plugin soon

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/users/profenter/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/profenter/replies/page/2/?output_format=md)