Hey everyone!
I am Blink's brother and have some experience with web development/design/hosting, etc. In the next few weeks I'll be optimizing the website and doing any fixes that may affect your user experience here at Hard Drop. If you happen to run into a bug, just reply here and I'll try to fix it in a timely manner. If this is a critical bug that can potentially harm the community/members/website, send a private message to me or Blink instead. It's better that no one else knows about critical bugs, thanks for your cooperation.

Changelog will be categorized in the following:
[COSMETIC] - Not harmful to the community, may affect the look and feel of website.
[OPTIMIZE] - Not harmful to the community, more of an issue for better performance.
[WARNING] - This may or may not be harmful to the community.
[ERROR] - This potentially is harmful to the community.
PENDINGCODE
* optimize HTML/CSS/Javascript to all server files. Reason: better performance. [OPTIMIZE]
* fix links with special characters not working. Reason: broken links. [WARNING]
FIXEDCODE
05/22/2012 - Set a cronjob to automatically check for broken tables every hour.
05/07/2012 - off-site backups are now implemented.
05/07/2012 - increased to daily backups.
04/29/2012 - automatic weekly backups scheduled.[WARNING]
04/21/2012 - links from shout box open in one same tab when you open them with normal click. Reason: if you click on another link it will overwrite the previous tab. [COSMETIC]
04/21/2012 - shout box doesn't scroll all the way to the bottom if text spans more than one line. Reason: annoying scroll bar. [COSMETIC]
04/21/2012 - fixed/modified robots.txt, craw-delay set to 10 seconds and robots.txt was not set up properly. Reason: by default search engines are greedy. [OPTIMIZE]
04/20/2012 - updated jQuery library to 1.7, replaced .attr to .prop. Reason: preventing the scroll bar of shout box from scrolling down automatically. [COSMETIC]
04/20/2012 - event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future. Reason: It caused members unable to shout after awhile. [WARNING]
04/20/2012 - shout_refresh was undefined. Reason: It caused members unable to shout. [ERROR]