Hey, I'm looking for a way to create an online player counter with php/html... I'm sure there is one out there. If anyone knows of one, or is willing to create a simple one, please let me know. Thanks!
- Type
- Requesting
For free?Hi there,
My name is James. I'm apart of an upcoming company called Roar. We would most definitely be able to do this for you. My skype is (JamGoingHam), feel free to add me on there so we can discuss this further.
Kind regards,
James
What a dickhead xDNo, He wanted to charge me $5.
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
<script src="https://mcapi.us/scripts/minecraft.js"></script>
<style type="text/css">
body {
overflow:hidden;
}
h3 {
font-family: 'Montserrat', sans-serif;
}
</style>
<div class="server-status">
<p><h3>Join Now! Server Name Here!
Online:
<span class="players-now"></span>/<span class="players-max"></span>
</h3></p>
</div>
<script>
MinecraftAPI.getServerStatus('Server.Ip.HERE', {
port: 25565 // optional, only if you need a custom port
}, function (err, status) {
if (err) {
return document.querySelector('.server-status').innerHTML = 'Error';
}
document.querySelector('.players-now').innerHTML = status.players.now;
document.querySelector('.players-max').innerHTML = status.players.max;
});
</script>
$5 is an outrageous price for such a simple script, if he wanted $0.50 for it, ok, but not $5.Buddy, just because someone doesn't want to do a task for free doesn't make them a dick head. He has what he needs he's just incapable of doing such task. Fact that you have to insult him for wanting to make some money shows that you yourself are a dickhead.
He wanted $15 to start, but i talked it down. (I didnt pay it)$5 is an outrageous price for such a simple script, if he wanted $0.50 for it, ok, but not $5.
Savvy my point stands.He wanted $15 to start, but i talked it down. (I didnt pay it)
And I choose to give it away for freeCome on mate, that doesn't mean a damn thing. It's his choice of pricing if he wishes to charge $0.50 or $50 or $100 it doesn't matter doesn't make him or anyone a dick head.
For fuck sakes, Xenforo charges $50 to install their service I don't see anyone calling them dickheads. If the op believes it's overpriced he's not in any way obligated to pay.
Firstly, why are we still here wasting each other's time?Congrats now you should be a "good" person and apologize to this good sir for calling him a dick head which was indeed unneeded.
Did you set the correct port? Does your host allow external connections?
I will help you in a PMI have no idea if they allow external connections, my host is "https://clovux.net/web/".
and yes my ip and port are correct.
