Hey, I just got my first suspension, for 'high resource usage'... This really surprised me because my site is, well, pretty simple (at least thats what i think).
I wont go into a whole lot of details here (because the site is not done and I dont want to release any sourcefiles) but the site has the following functionality:
- allows users to input messages, which are stored in a mysql database.
- checks if user input matches the captcha-image
I also use a bit of AJAX to give some feedback to the user ("Captcha test failed!").
As you can see, its pretty basic. (oh the site can also display some stuff using AJAX in combination with PHP).
The most interesting bit is that the site is currently password-protected (made my own password protection with PHP ), so the only people who have access to it are me and 1 or 2 friends. So the site usage is pretty low...
Thanks in advance for any responses
I wont go into a whole lot of details here (because the site is not done and I dont want to release any sourcefiles) but the site has the following functionality:
- allows users to input messages, which are stored in a mysql database.
- checks if user input matches the captcha-image
I also use a bit of AJAX to give some feedback to the user ("Captcha test failed!").
As you can see, its pretty basic. (oh the site can also display some stuff using AJAX in combination with PHP).
The most interesting bit is that the site is currently password-protected (made my own password protection with PHP ), so the only people who have access to it are me and 1 or 2 friends. So the site usage is pretty low...
Thanks in advance for any responses