I'm guessing you account had a nulled script on it? If so, then your account will not be unsuspended, because it falls under the zero tolerance policy.
Blimey, you did that all for me!? Thank you, I'm not so great at PHP myself, but you seem to be great. :) I'm going to read through your whole post and hopefully i'l take all your advice into consideration.
There are a few spelling/grammar mistakes I noticed which need to be fixed. Add more content to some pages, some pages just look pretty plain/boring to me.
What I'm working on: http://haslam.pcriot.com/games/4wheelmadness/4wheelmadness.php
Problem: Whenever i vote, down or up, a message is displayed "Thank you for your vote" but this message is displayed TWICE. And i have absoulutely no idea on how to make it only display once!
Here is the...
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/haslamx/public_html/vote/src/index.php on line 115
Here is line 115 of index.php:
<?php
/**
Display the results from the database
**/
$q = "SELECT * FROM entries";
$r = mysql_query($q);
>> Line 115...
I'm working on a games website, and i really need a name for it.. i'm not that creative, so if you have any ideas please post them here.
I'd prefer something like Game_______ :)
I use a javascript file to generate my rounded corners. You can see an example at http://haslam.pcriot.com/games.php - no images, just pure javascript. Forgot what the script was called though :(