[Tool/Web/Other] [PHP/MySQL] Powerup Stats - Player stats signature generator
#9

@TheArcher

There you go @ http://imgur.com/J4Arp

@Haters

Yes I can show you the difference

1. Config file,
2. Another way for printing image:
PHP Code:
ob_start();
imagepng($myImage);
printf('<img src="data:image/png;base64,%s"/>'
base64_encode(ob_get_clean()));
imagedestroy($myImage); 
3. Another way of connection to MySQL
4. Another way of geting results from database:
Mine:
PHP Code:
$query="SELECT * FROM users WHERE Username='$player_name' LIMIT 1"
His:
PHP Code:
$query="SELECT * FROM users WHERE Playername='$player_name'"
5. And many stuff which are different
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)