I love the fact that your giving the community a free layout , but to me it seem like all of your layouts look the same . Your layouts seem to be dark , have the same colors , just think outside the box and look around for some better color schemes.
One thing you should work on is your grammar. you will not be treated serious if you misspell words continuously. I would say that every post you created you have at least 2 grammar errors. The message I'm trying to get out to you is proof read your posts before you submit them.
These arent games that you just play like a dinner dash or something . The games are mmorpg games where they are on a server and have a database. Users have to sign up for the game etc . Don't really have time to explain fully at this minute .
If you want Custom images im pretty sure your going to pay a nice price for the template and mascots. Prison struggle paid about 3 grand for there template and mascots
if(strlen($_POST['about']) > 75 OR strlen($_POST['exp']) > 75)
{
echo 'Invalid Command.
You cannot input more than 75 characters.
>[url="StaffApps.php"]Go Back[/url]';
$h->endpage();
exit;
Edit that part to how many character you want it to be. its located in staffapps.php
Example: say if you wanted to change your max character to 250 you would change the bold to 250 , and of course you would want to change the message below it
if(strlen($_POST['about']) > [b]75[/b] OR strlen($_POST['exp']) > [b]75[/b])
{
echo 'Invalid Command.
You cannot input more than 75 characters.
>[url="StaffApps.php"]Go Back[/url]';
$h->endpage();
exit;