Programming and Debugging C on Linux

This “how-to” covers programming and debugging on linux without the use of an IDE and mainly using the console.

Writing programs on Linux can seem daunting at first, especially if your just using a simple editor like nano and manually compiling files (like how i started off doing).
But there are many things that can help and make things far more productive. Continue reading

PHP and SQL injection

Ok, being someone who likes php, i get annoyed at the many sites trying to teach people the language who have example login scripts that use something like:

$result=mysql_query("select * from users where Username=$username and Password=$password");
if (mysql_num_rows($result) < 1)
    blah blah blah

Whats wrong with that you ask? Well imagine what would happen if someone were to use the username '' or 1=1 # Continue reading

Eve Skill Notify

New Version V1.04

This is a skill reminder for the online game Eve-Online. It can notify you when the skill training has finished, give advanced warning and say if theres no skill training. It sits in the tray, and can be set to startup with windows. Continue reading

Flash Movies

Heres a collections of links to flash movies that i recommend
Continue reading

Blueprint

Blueprint is a php web application I made for the online game Eve-Online, a while back i was building and selling ships and i wanted to know how much materials would cost and to be able to find out what my profit was going to be, and this was the result. Continue reading