RaviLand Forums

Re: Minecraft Server

On December 10, 2011 at 09:10:28 PM
[quote author=Daft Freak link=topic=71.msg3023#msg3023 date=1323550734]
its one of the strings returned by the query server. I don't know the code so I can't say much more.


EDIT: basically I
Screwing up physics since 2008...
Invading the hearts and minds of the people since 2011...
Defending Reach, starting at 2052...
That's right, I know it's real, your game disguise can't fool me Bungie, I saw a grunt in my back garden and it waved at me o.O

Re: Minecraft Server

On December 10, 2011 at 09:27:49 PM
it's really easy to find... just looked: in MinecraftServer.java there's a getPlugin() function...

Re: Minecraft Server

On December 10, 2011 at 09:34:58 PM

Quote From Daft Freak on December 10, 2011 at 09:27:49 PM


it's really easy to find... just looked: in MinecraftServer.java there's a getPlugin() function...
yep, ive modified it...
Screwing up physics since 2008...
Invading the hearts and minds of the people since 2011...
Defending Reach, starting at 2052...
That's right, I know it's real, your game disguise can't fool me Bungie, I saw a grunt in my back garden and it waved at me o.O

Re: Minecraft Server

On December 10, 2011 at 09:39:15 PM
you havent even bothered trying to read it lol...
Screwing up physics since 2008...
Invading the hearts and minds of the people since 2011...
Defending Reach, starting at 2052...
That's right, I know it's real, your game disguise can't fool me Bungie, I saw a grunt in my back garden and it waved at me o.O

Re: Minecraft Server

On December 10, 2011 at 09:39:32 PM
Well, I now have "The plugin of nothingness!"

Re: Minecraft Server

On December 10, 2011 at 09:40:33 PM
hm...must've screwed up in the code...
Screwing up physics since 2008...
Invading the hearts and minds of the people since 2011...
Defending Reach, starting at 2052...
That's right, I know it's real, your game disguise can't fool me Bungie, I saw a grunt in my back garden and it waved at me o.O

Re: Minecraft Server

On December 10, 2011 at 09:45:28 PM
why cant I edit the html of my post XD
ive done it now, should prove convenient :3
would also like to see said script to edit it :P
Screwing up physics since 2008...
Invading the hearts and minds of the people since 2011...
Defending Reach, starting at 2052...
That's right, I know it's real, your game disguise can't fool me Bungie, I saw a grunt in my back garden and it waved at me o.O

Re: Minecraft Server

On December 10, 2011 at 09:47:00 PM
Yeah, server info without starting minecraft

Re: Minecraft Server

On December 11, 2011 at 11:07:49 AM
so, can you actually provide the script, or at least make it provide an image? :P
Screwing up physics since 2008...
Invading the hearts and minds of the people since 2011...
Defending Reach, starting at 2052...
That's right, I know it's real, your game disguise can't fool me Bungie, I saw a grunt in my back garden and it waved at me o.O

Re: Minecraft Server

On December 11, 2011 at 12:38:19 PM
It's a bit messy... and in PHP...

[code]

<!DOCTYPE html>
<html lang="en">
  <head>
      <meta charset="utf-8" />
      <title> Minecraft server status </title>
      <style type="text/css">
      .serverStatus, .playerList
      {
        background-color: black;
        background-color: rgba(0, 0, 0, 0.7);
        border-radius: 5px 5px 5px 5px;
        color: white;
        display: inline-block;
        float: left;
        padding: 5px;
        max-width: 300px;
       
        font-family: sans-serif;
      }
      .playerList
      {
        margin-left: 5px;
      }
     
      .playerList ul
      {
        margin: 0;
        padding-left: 20px;
      }
      .playerCount
      {
        font-size: 80%;
      }
      .extraInfo
      {
        font-size: 75%;
        color: #bbbbbb;
      }
      </style>
  </head>
  <body>

<?php
  //uses the server ping introduced in 1.8
  function getServerStatus($address, $port = 25565)
  {
      $file = @fsockopen($address, $port, $errno, $errstr, 3);
      if($file)
      {
        //send 0xFE
        $pkt="\xFE";
        fwrite($file, $pkt);
        //read a byte and a short
        $pkt = unpack("Cid/nlen", fread($file, 3));

        //read string and convert it to UTF-8
        $stringData = mb_convert_encoding(fread($file, 2 * $pkt['len']), "UTF-8", "UCS-2");
        fclose($file);
     
        $serverInfo = explode("

Re: Minecraft Server

On December 11, 2011 at 12:55:16 PM
You guys need to see this. Seriously, you need to.

http://www.youtube.com/watch?v=VFZKtvHQSNY

Re: Minecraft Server

On December 11, 2011 at 01:09:01 PM
Wow.

Re: Minecraft Server

On December 11, 2011 at 03:59:29 PM
its great how those huge holes are perfect spheres...
Screwing up physics since 2008...
Invading the hearts and minds of the people since 2011...
Defending Reach, starting at 2052...
That's right, I know it's real, your game disguise can't fool me Bungie, I saw a grunt in my back garden and it waved at me o.O

Re: Minecraft Server

On December 13, 2011 at 02:28:30 PM
Fan alert! Fan alert! Fan alert! Fan alert! Fan alert! Fan alert! Fan alert! Fan alert! Fan alert! Fan alert! Fan alert! Fan alert! Fan alert! Fan alert! Fan alert! Fan alert! Fan alert! Fan alert! Fan alert! Fan alert! Fan alert! Fan alert! Fan alert! Fan alert! Fan alert! Fan alert! Fan alert!
Making Quasars since 1994. I will irradiate you all with my quasar-ness. Watch for any shooting stars, for it might be me! Don't shoot me for I shall destroy the world with my stardust if I'm blown up! METEO-REX DRAGON FTW

Re: Minecraft Server

On December 13, 2011 at 03:35:56 PM
eh?
FIRE AND BLOOD, HERE ME ROAR, OURS IS THE FURY!

Re: Minecraft Server

On December 13, 2011 at 03:39:09 PM
my current weekday IP has changed to 90.206.95.96 for some reason...just so you know :P
Screwing up physics since 2008...
Invading the hearts and minds of the people since 2011...
Defending Reach, starting at 2052...
That's right, I know it's real, your game disguise can't fool me Bungie, I saw a grunt in my back garden and it waved at me o.O

Re: Minecraft Server

On December 16, 2011 at 11:16:02 AM
watch for it changing again.
Making Quasars since 1994. I will irradiate you all with my quasar-ness. Watch for any shooting stars, for it might be me! Don't shoot me for I shall destroy the world with my stardust if I'm blown up! METEO-REX DRAGON FTW

Re: Minecraft Server

On December 16, 2011 at 01:14:10 PM
probably just a one-off occurrence...
Screwing up physics since 2008...
Invading the hearts and minds of the people since 2011...
Defending Reach, starting at 2052...
That's right, I know it's real, your game disguise can't fool me Bungie, I saw a grunt in my back garden and it waved at me o.O

Re: Minecraft Server

On December 16, 2011 at 09:38:46 PM
So, I've just refreshed my Texture packs. 1.0 BRING IT ON!

Re: Minecraft Server

On December 16, 2011 at 10:38:32 PM
really? which ones are you using? i'm using jolicraft and smp's medival
FIRE AND BLOOD, HERE ME ROAR, OURS IS THE FURY!