Search found 5 matches

by epictech300
Fri Apr 06, 2012 9:29 pm
Forum: Tutorials
Topic: Useful minecraft bukkit plugin for PHP programmers.
Replies: 1
Views: 3509

Useful minecraft bukkit plugin for PHP programmers.

I found a useful bukkit plugin called websend which allows you to send commands to the server via php and also the vice versa. This might be useful for online administration and maybe even a more advanced version of the server status checker. I'm going to have a play with it tomorrow as its getting ...
by epictech300
Tue Mar 27, 2012 7:11 pm
Forum: Introductions
Topic: Hello everybody epictech here.
Replies: 4
Views: 19993

Re: Hello everybody epictech here.

SWEET! ANOTHER 14 YEAR OLD! Not sure if i'm happy that i'm not the only one, or sad that i'm not unique. come to think of it, i think there's other people our age here actually… oh well. still always cool! :D anyway, welcome! Enjoy your stay *hands over keys* I play pretty much any game but I am Mi...
by epictech300
Sat Mar 24, 2012 7:36 pm
Forum: Tutorials
Topic: Automatic Image Gallery Not making thumbnails?
Replies: 2
Views: 683

Re: Automatic Image Gallery Not making thumbnails?

jacek wrote:On these lines
imagepng($thumb, "thumbs/{$GET['img']}");
You missed a _ out of the variable name ;)
I thought it might of been something silly like this :)
by epictech300
Sat Mar 24, 2012 3:34 pm
Forum: Introductions
Topic: Hello everybody epictech here.
Replies: 4
Views: 19993

Hello everybody epictech here.

Hello, I am not good with introductions but here it goes: I am 14, I'm mainly a PC gamer but my other hobbies include tinkering with code and I occasionally like to do graphics design. I play pretty much any game but I am Minecraft Addict :) I came to this forum because I fell in love with PHP I hav...
by epictech300
Sat Mar 24, 2012 3:19 pm
Forum: Tutorials
Topic: Automatic Image Gallery Not making thumbnails?
Replies: 2
Views: 683

Automatic Image Gallery Not making thumbnails?

I have followed the "Automatic Image Gallery" tutorial but it is not generating the thumbnails. :( Here is the code: <?php if (isset($_GET['img'])){ if (file_exists($_GET['img'])){ ignore_user_abort(true); set_time_limit(120); ini_set('memory_limit', '512M'); $src_size = getimagesize($_GET...