Profenter Systems
Forum Replies Created
-
Forum: Plugins
In reply to: [Table of Contents Plus] Plugin uses constructor deprecated in WordPress 4.3You 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
In reply to: [Minecraft Admin] Worst Plugin I knew in all my lifeThat’s not useful.
Describe what not work, why it is worse and then we can help you.Forum: Plugins
In reply to: [Minecraft Admin] What servers have you tested?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
In reply to: [Easy Contact Forms] It stop being good.I’ve got the same problem. It doesn’t work without dirty changes.
Forum: Plugins
In reply to: [Minecraft Admin] What servers have you tested?Hey,
I tested it with
- Debian 6.0
- Ubuntu 13.04
- Ubuntu 13.10
- 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
In reply to: [Minecraft Admin] Windows Serverall discusion for windows on github:
https://github.com/profenter/minecraft-admin/issues/1Forum: Plugins
In reply to: [Minecraft Admin] Windows Serverok, I’ve added you to github and wordpress.
Forum: Plugins
In reply to: [Minecraft Admin] Windows ServerI 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-adminIf 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
In reply to: [Minecraft Admin] Windows Serverno, 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
In reply to: [Minecraft Admin] Windows ServerHey,
there is a php SSH library, called SSH2 (https://php.net/manual/en/book.ssh2.php), how to install on windows is described here: https://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
In reply to: [Minecraft Admin] Windows ServerHey,
“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 PHPsshell_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 PHPsshell_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
In reply to: [Minecraft Admin] [Plugin: Minecraft Admin] Language & Mac OS Xi hope so, you have to ask Rodin Pandarex
Forum: Plugins
In reply to: [Minecraft Admin] It dont let me do it :(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
[email protected]
then you have to execute the commandsh /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
In reply to: [Minecraft Admin] I get an "Insufficient rights under WP 3.5"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
In reply to: [Minecraft Admin] I get an "Insufficient rights under WP 3.5"H’mmmm I don’t what i made wrong but i will update the plugin soon