get your ideas straight, the language you want to develop in, your budget and the tools you will use, then make a proper thread and specify what kind of developpers / designers / etc you're looking for.
you have to have everything planned, from those 2 pages I just read this is nothing but a...
What's your favorite flash game? (except retros of course)
I'm talking those arcade games.
For example, one I've been hooked on for a couple of days is http://www.deaglegame.net/play/3521-Sports-Heads-Football-Championship
Other than that...
You have to put yourself in your visitor's shoes. Why should I go to your site instead of bitly? Having this and that feature that others don't have is nice for people, and makes them want to come back. If the design is more appealing, if there's fancy jquery actions and the page is never...
My personal opinion is that .tk websites are a turn off. You should atleast get a decent website name.
Also maybe a more web 2.0 layout, with jquery and fancy client side interaction.
What iNerd meant, I think is that normally you can specify the order.
For example
echo date("Y/m/d")
that will give you something like 2012/05/20
So what you're gonna do is use this:
<?php
$newDate = date('d/m/Y', strtotime('$date'));
?>
Where $date is the date in your MySQL (ie...