My god man, just send me the damned API and I’ll host it for the masses. Your plugin, which you haven’t touched in 2+ years, is dead all because you don’t have the API online.
If you don’t want to do anything with it, which is seems apparent at this point, then turn it over and I’ll maintain it with full credits to you!
]]>Looks like your hosted API has been taken over by someone else, forget to renew the domain? Will there be a new hosted API or should we implement a way we can check without an external API? Its easy enough:
https://github.com/xPaw/PHP-Minecraft-Query
Web host needs to have the firewall open to query though, its better than a plugin thats completely broken as it relys on an API that no longer exits.
This API still works: https://mcapi.ca
The API server is not responding – thus breaking the plugin and slowing my website to below a crawl. Please fix this and update the plugin for the new version wordpress. If you don’t wish to have any further dealings with the plugin – I will happily take over development for you! Just contact me any time!
Thanks in advance!
]]>Running Vanilla 1.8.1. Always show’s offline status. I’ve enabled “enable-query” on my server, but that doesn’t seem to work. Am I missing something?
]]>Running CraftBukkit 1.7.10 on my own server out of my house. Whether I use the IP # or the domain address, I get “Offline”.
]]>the player list doesnt work for me the miners.me website seems to be down – new default page is there.
]]>The player’s heads do not appear, only an image damaged. The name appear, but not the heads. Thanks in advance.
My web: https://pinosterra.esy.es/
Hi,
Since you use Miners.me, player avatars is not correctly show by the plugin, as you can see on my website : https://www.freedomcraft.fr/
Please, fix it because it’s a very good plugin and I use it ??
Hello. I really like your plugin. It works fine. But when it comes to show the players list, it doesnt.
https://www.kvintus.cz/minecraft/
It only appears to be link, but the collapsing menu doent appear.
I tried other servers and also doesnt work.
Idk if it could be a problem with my theme.
Thanks
]]>I have this setup on my website with 2 servers
server.adamxp12.com:25565
c.server.adamxp12.com:25566
I am using a SRV record to redirect it but this should not affect it, because i specified a port (25566) in the plugin bypassing this SRV record
So now whenever i turn one server on it says both are turned on which is false
This happened after the update and i have no downgraded just to keep it working
minotar not work, the faces are not visible. You can connect minepic with minestatus?
]]>I’ve added two widgets to my sidebar, to represent 2 servers that I have running. The first one shows online. The second one shows the server as offline.
I checked both servers on Miners.me and both servers show as Online
]]>Is it possible to have an option to have the player list in text again as well as avatars? It made it a bit easier to see at a glance who is online on a fairly busy server!
If possible, the ideal thing would be to have three options:
Avatars only (with alttext)
Text Only
Avatars and Text
Also, if both, then the avatar next to the name in a vertical list. It would be incredibly helpful (unless I’m missing something and I can still do this)
Cheers,
Ben
]]>I’m attempting to run version 2.1.3 of this plugin. When I try to activate it, I get the following error:
Fatal error: Cannot redeclare class ApiClient in /var/www/#######/wp-content/plugins/minestatus/libs/ApiClient.php on line 4
]]>Love your plugin- just upgraded it today and now it doesn’t display/function on the sidebar any longer. Tried to delete and re-install with no change. URL is
https://www.venturesmp.com/news
It should be the first widget you see on the right hand sidebar, but instead nothing displays. It also prevents any widgets below it from displaying.
Thanks
]]>Players are not showing up, only toggles between display: none/block;
https://kubai.lt/
I set up all of the options and tried to view the website with it installed but it didn’t load. on the 2014 theme it messed up the admin bar so I deactivated and deleted it.
I would love if this plugin worked. ??
]]>Hello,
The new version (2.1.2) returns an error for invalid arguments supplied for foreach in ApiClient.php when a server has no players online or no plugins.
All you have to do is add a check whether the arrays used in the foreach statements on line 92 and 99 are empty or not.
For example:
foreach ($data['players'] as $player) {
$players_new[] = array('name' => $player);
}
becomes
if (is_array($data['players'])){
foreach ($data['players'] as $player) {
$players_new[] = array('name' => $player);
}
}
And the same goes for the foreach() on line 99
]]>Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /data/filer-6/web/web1496/htdocs/wp-content/plugins/minestatus/libs/ApiClient.php on line 33
]]>Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /home/worldmi1/public_html/wp-content/plugins/minestatus/libs/ApiClient.php on line 33
]]>Hi Jeroen,
Thank you for the update!
But it seems to really slow the loading time of the wordpress.
Does this have something to do with miners api ?
Moreover, the widget doesn’t show my plugin anymore, something misconfigured by myself ?
I have been using this plugin for about a year now, I had customized it a bit to make it look better, Did the update which obviously wiped over the changes I made, and it does not work at all now.
I had to contact my webhost to open firewall connections to that port & ip.
What changes were made in this update, any why is it not working?
5.135.8.193:25885
Hello, i’m french :p then sorry for my bad english.
I want to show the IP of my server but this not work. It show host: but after nothing appears.
In the widget Minestatus menu i show on Host the right IP of my server…
If you want, show me where i do manualy insert the IP of my server on the source code.
And, when you see the widget, you can see “Status” “Host” etc… but i would like to translate this in french but when i try to edit the file, it make all bug XD
Can you help me please ?
]]>Hi i only get Status: Offline
https://minionland.hostei.com/
host: minionland.no-ip.biz
port: 25565
working here https://minecraftviewer.com/servers/307451/view
]]>I have 2 servers now and when i try to add a second minestatus to my sidebar it does not show up at all if the server is online. If the server is offline or the widget cannot get a connection from it, it will show the widget and say it is OFFLINE. But disappears when online.
Is there any way to fix this? I have tried adding your plugin twice to my site but i cannot activate it twice so that did not work. Placing the widget in other locations on my website also did not work.
]]>Hello,
There is a bug in your widget. In fact, the host query shows MOTD instead of hostname.
Even weirder is when looking at your code, it seems fine :
$server = array(
'host' => $info['HostName'],
I use a craftbukkit server, perhaps the error would comme from there ?
]]>There should be an option where the playerlist is shown as a grid with names that display as a hover tooltip. This would be ideal for large (100+ player servers) so not much scrolling is involved.
]]>Hey, I’m trying to use your plugin but I can’t get it to connect to my server. I’ve tried both Minequery and the new Minecraft Query service, and I can’t get anything working.
My server IP address is 193.0.159.93 and the query port is 25573. I’ve tried both that and the login port (25572) and neither work, but I’ve had the Minecraft SV Status plugin work correctly.
If you look at my website, you can see that MinecraftSVStatus is working but Minestatus isn’t. Both are set up with the same details
https://skypecraft.uservenet.com/
Am I doing something wrong here?
]]>I’ll be working on a bug fixes. It seems that there are some issues here and there.
]]>I installed this widget, and entered all the information, however, it does not read the server information. I have tried with both the IP, as well as the A name record I have pointing to that IP, neither worked.
I am using the Minecraft Query, not the plugin.
My website is hosted on Namecheaps Shared hosting.
I have tested this on two servers that I own, to no avail.
What is wrong?
]]>