Thanks guys. Too bad it's really hard to get more traffic on it, even though it's so unique, useful for some and looks nice. I have like only 50...
Thanks guys for your positive feedback! But no, I didn't use any script. I made it from scratch :D.
I've launched iGrabFrom.net, an online tool that you can use to view pictures from different social networks. Why is it useful? With iGrabFrom.net...
It looks pro, I like it. Where do you host it? (if I may...)
This should do: <?php if(isset($_GET['do']) && $_GET['do'] == 'add') { if(isset($_POST['submit'])) { ?><strong>Entry added!</strong> (<a...
Just explain what you expect the script to do and I will rewrite it for you. :)
Show us the whole file, or at least specify which is line 19.
Yes. If you want to protect your site, don't echo the errors ( don't use mysql_error(); ). Then, you don't need to use $title =...
Do you have the font on your server? :)
Use this instead: $sql = "SELECT * FROM blog"; $result = mysql_query($sql) or die('MySQL Error.'); while($row = mysql_fetch_array($result)) { echo...
If you want scripts, most of the popular ones, free and paid (Joomla, Wordpress, phpBB, vBulletin, IPB) have complex protection built in or you...
A complex CAPTCHA system and an e-mail confirmation are more than enough. :)
Delete this part from the script: ."\r\n" :)
What do you exactly intend to do?
Separate names with a comma.