Search found 14 matches

by SureShotM
Sun May 12, 2013 7:30 pm
Forum: Tutorials
Topic: PHP Tutorial: Minecraft Server Information (No Plugins Neede
Replies: 19
Views: 7984

Re: PHP Tutorial: Minecraft Server Information (No Plugins N

its not error though, im not getting an error, I found help some were else thanks for trying though.
by SureShotM
Sun May 12, 2013 1:16 am
Forum: Tutorials
Topic: PHP Tutorial: Minecraft Server Information (No Plugins Neede
Replies: 19
Views: 7984

Re: PHP Tutorial: Minecraft Server Information (No Plugins N

if there are any more ideas i would loe to here them, cause this is pissing me off. :x
by SureShotM
Sat May 11, 2013 3:27 pm
Forum: Tutorials
Topic: PHP Tutorial: Minecraft Server Information (No Plugins Neede
Replies: 19
Views: 7984

Re: PHP Tutorial: Minecraft Server Information (No Plugins N

Line 18 of mc.inc.php, change UTF8 to utf-8 Nope didn't work, that shouldn't have mattered at all since UTF8 and utf-8 are the same thing, in minecraft my friend has color codes around his motd which look like this §a, well since im already exploding the §, im thinking the php is still trying to sa...
by SureShotM
Sat May 11, 2013 3:04 am
Forum: Tutorials
Topic: PHP Tutorial: Minecraft Server Information (No Plugins Neede
Replies: 19
Views: 7984

Re: PHP Tutorial: Minecraft Server Information (No Plugins N

Helx wrote:In your <head> try putting this: <meta charset="utf-8">
See if that helps :)
That didnt, work if you look at the code above im already doing that in the php code.
by SureShotM
Sat May 11, 2013 1:56 am
Forum: Tutorials
Topic: PHP Tutorial: Minecraft Server Information (No Plugins Neede
Replies: 19
Views: 7984

Re: PHP Tutorial: Minecraft Server Information (No Plugins N

ok so i figured out something, its actualy a color code this is what i am getting array(7) { [0]=> string(1) "Â" [1]=> string(6) "4MineÂ" [2]=> string(6) "bMad Â" [3]=> string(14) "4Multi-World Â" [4]=> string(9) "f[1.5.1]Â" [5]=> string(2) "1Â&...
by SureShotM
Sat May 11, 2013 12:01 am
Forum: Tutorials
Topic: PHP Tutorial: Minecraft Server Information (No Plugins Neede
Replies: 19
Views: 7984

Re: PHP Tutorial: Minecraft Server Information (No Plugins N

ok so i got the server and the php code sorta works, it connects to it, but the motd doesnt show, it shows A with a squigly line above it , and then the players go either 0/0 or 4/0
by SureShotM
Thu May 09, 2013 1:26 pm
Forum: Tutorials
Topic: PHP Tutorial: Minecraft Server Information (No Plugins Neede
Replies: 19
Views: 7984

Re: PHP Tutorial: Minecraft Server Information (No Plugins N

Ok ill give it a try thanks for the help.
by SureShotM
Thu May 09, 2013 5:21 am
Forum: Tutorials
Topic: PHP Tutorial: Minecraft Server Information (No Plugins Neede
Replies: 19
Views: 7984

Re: PHP Tutorial: Minecraft Server Information (No Plugins N

also what vps hos would you suggest.
by SureShotM
Wed May 08, 2013 7:39 pm
Forum: Tutorials
Topic: PHP Tutorial: Minecraft Server Information (No Plugins Neede
Replies: 19
Views: 7984

Re: PHP Tutorial: Minecraft Server Information (No Plugins N

Ok well im actualy using 00webhost since it was free and im using it for testing reasons, and when i sent them a ticket asking about the port they told me they have it closed. Now im not sure if there just saying that to get me to buy, so here is my code. this is the mc.inc.php <?php function fetch_...
by SureShotM
Wed May 08, 2013 4:26 am
Forum: Other
Topic: New project help.
Replies: 3
Views: 2984

Re: New project help.

Ok, now i guess that par i understand but hers were im lost, im not quite sure how to accesses the minecraft server host with php to grab the player files or even the player list that it creates, from there i know how to read the information put it into an array and then send it to a mysql database.
by SureShotM
Wed May 08, 2013 4:21 am
Forum: Tutorials
Topic: PHP Tutorial: Minecraft Server Information (No Plugins Neede
Replies: 19
Views: 7984

Re: PHP Tutorial: Minecraft Server Information (No Plugins N

Actualy I just figured out that its not my code but my host, I either need to move to a new host or upgrade mine because right now the port is locked on there side and wont unlock it unless I uprgade
by SureShotM
Mon May 06, 2013 7:36 pm
Forum: Tutorials
Topic: PHP Tutorial: Minecraft Server Information (No Plugins Neede
Replies: 19
Views: 7984

PHP Tutorial: Minecraft Server Information (No Plugins Neede

I am getting a fsocket error that says that the connection timed out, but the server is clearly on im in it right now. Please help
by SureShotM
Mon May 06, 2013 5:04 pm
Forum: Other
Topic: New project help.
Replies: 3
Views: 2984

New project help.

Ok so I want to create a system on my web site for minecraft that will set a pre login and a temporary pass word. This system needs to go into the player list ever day to check if there is a new player and then take the user name and use that as the login name then from there create a password based...