Minecraft Mods

[Website] Player head list (auto refreshes!)

  • 5,414 views, 1 today
  • 311 downloads, 0 today
  • 5
  • 5
  • 13
Techdoodle's Avatar Techdoodle
Level 65 : High Grandmaster Programmer
208
Want an awesome player list on your website that auto-refreshes every minute?
This is the web script for you!

Just unzip the zip file to wherever you want, and copy the following code to your html page:

Put this where you want the players list
<iframe src="YOUR_LINK_HERE/players.php" id="players" frameborder="0"></iframe>

<script>
setInterval(function(){document.getElementById("players").src = document.getElementById("players").src;}, 60000);
</script>

If you have a wordpress installation, you can just put that in a text widget.
Don't forget to configure the settings!

Configuration
(put your server's ip address here)
Ip="server.darkender.com"
(and the query port here)
Port=25565
(and the message you want to show when no players are online)
NoPlayers="No players online.... :("


Have fun with this!
If you want to seet it in action, go to darkender.com and look on the right.
Progress100% complete
Game VersionMinecraft 1.8
Tags

Create an account or sign in to comment.

1
11/30/2014 4:27 pm
Level 49 : Master Robot
RezzedUp
RezzedUp's Avatar
I'm getting the error "Failed to write on socket." My ip & ports are correct so I'm not sure what's up.
1
11/30/2014 5:51 pm
Level 65 : High Grandmaster Programmer
Techdoodle
Techdoodle's Avatar
Odd, are all 3 in the same folder?
1
11/30/2014 6:54 pm
Level 49 : Master Robot
RezzedUp
RezzedUp's Avatar
Yes. Should they be the only 3 things in the folder? I created an index.html in the directory with the iframe code in it to view the players.
1
11/30/2014 8:16 pm
Level 65 : High Grandmaster Programmer
Techdoodle
Techdoodle's Avatar
Private message me the site and I'll take a look at it.
1
11/22/2014 3:03 pm
Level 42 : Master Pirate
Roopekoo
Roopekoo's Avatar
Can you make example video how can this be made?
1
11/22/2014 5:14 pm
Level 65 : High Grandmaster Programmer
Techdoodle
Techdoodle's Avatar
Not really, sorry.
By how it's made, do you mean how I made it, or how to set it up?
1
11/23/2014 5:25 am
Level 42 : Master Pirate
Roopekoo
Roopekoo's Avatar
Well i don't get it working at all.
Can you tell them all: "how it's made", "How you made it" and "how to set it up"
1
11/23/2014 12:26 pm
Level 65 : High Grandmaster Programmer
Techdoodle
Techdoodle's Avatar
Ooh, thats tricky...
I'll try.
1
11/23/2014 2:51 pm
Level 42 : Master Pirate
Roopekoo
Roopekoo's Avatar
Thank you!
1
11/21/2014 6:32 pm
Level 15 : Journeyman Taco
Johnanater
Johnanater's Avatar
Cool...
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome