Search found 7 matches

by Haribo98
Sun Nov 11, 2012 3:09 pm
Forum: Tutorials
Topic: Jsonapi tutorial?
Replies: 3
Views: 1086

Re: Jsonapi tutorial?

As far as I am aware. Those tutorials are out of date. I have spent a while searching and testing myself and came to no end of issues with var_dumps just returning "NULL"
by Haribo98
Wed Feb 08, 2012 6:18 pm
Forum: Suggestions
Topic: JSONAPI (Bukkit Minecraft)
Replies: 4
Views: 2817

Re: JSONAPI (Bukkit Minecraft)

Any advances on this?
by Haribo98
Fri Dec 09, 2011 4:02 pm
Forum: Tutorials
Topic: Help for Minequery
Replies: 1
Views: 561

Help for Minequery

[syntax=php]<?php include ('core/init.inc.php'); $info = fetch_server_info($config['server']['ip'], $config['server']['port']); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://ww...
by Haribo98
Mon Dec 05, 2011 4:58 pm
Forum: Suggestions
Topic: JSONAPI (Bukkit Minecraft)
Replies: 4
Views: 2817

Re: JSONAPI (Bukkit Minecraft)

Thanks, I can't wait to some how be able to get a Remote console working on this, my current one that my Hosts provides is awful, I'd probably setup a Control panel for my server and make it open source if I knew how!
by Haribo98
Sun Dec 04, 2011 10:46 am
Forum: Suggestions
Topic: JSONAPI (Bukkit Minecraft)
Replies: 4
Views: 2817

JSONAPI (Bukkit Minecraft)

I recently found out about JSONAPI, but I don't know how to call the array and place it into a list like you did on your Minequery video Here is what I have [syntax=php] <?php require('JSONAPI.php'); // get this file at: m $api = new JSONAPI("178.33.122.54", 20059, "**user**", &q...
by Haribo98
Sat Dec 03, 2011 3:41 pm
Forum: PHP
Topic: Minequery + Minotar?
Replies: 2
Views: 803

Re: Minequery + Minotar?

jacek wrote:Hmm, this could make a good tutorial :D

It is pretty easy to get the skin fort a play, so the only hard part would be getting the face from the skin file.



You can use Minatar: http://minotar.net/

They have a Skin Head grabber, tell me when you can make a Follow up tutorial from Minequery, THANKS!
by Haribo98
Tue Nov 01, 2011 5:07 pm
Forum: PHP
Topic: Minequery + Minotar?
Replies: 2
Views: 803

Minequery + Minotar?

I have seen this done on MCSL http://mcserverlist.net/servers/4eac4eb0c2cfc12dc6000002 And I would like to know how I could add this to my Website (I am talking about the little pictures of Who is online) I'm not great at PHP and i'm just trying to get into, your tutorials were great, so it was a bi...