Search found 3 matches

by tsm200
Thu Jun 07, 2012 1:35 am
Forum: PHP
Topic: Making a Dynamic minecraft status image
Replies: 5
Views: 1527

Re: Making a Dynamic minecraft status image

just Warning: fsockopen() [function.fsockopen]: unable to connect to 66.7.222.221:25566 (Connection timed out) in /home/killerpv/public_html/statustsm.php on line 6 :(
by tsm200
Thu Jun 07, 2012 1:30 am
Forum: PHP
Topic: Making a Dynamic minecraft status image
Replies: 5
Views: 1527

Re: Making a Dynamic minecraft status image

thanks but i have decited to just leave the image, and do it text. i got the server status page working only i just uploaded it to my server and on the site it says that the minecraft server is offline, and locale it still works fine :s do you know what the problem could be? here is the code: <?php ...
by tsm200
Wed Jun 06, 2012 11:41 pm
Forum: PHP
Topic: Making a Dynamic minecraft status image
Replies: 5
Views: 1527

Making a Dynamic minecraft status image

i hope someone can help me :), Alright i got the minecraft status using minequery working and got a image created by php done only when i try to combine those 2 together the image becomes invalid :( here is my code tyring to combine both <?php header('Content-Type: image/png'); create_image(); //fet...