Archive for category Other Code
Hacking Facebook
Posted by Howard Yeend in hacking, javascript, Other Code, Productivity, web on May 8, 2009
Hacking Facebook with Javascript
now updated for the latest (March 2010) version of facebook!
Because facebook relies so heavily on javascript, and because we can type javascript into the address bar, that means we can “poke” into the workings of facebook to do things that we wouldn’t normally be able to do. It’s not “hacking” exactly, but it employs the same sort of skills hackers use when looking into applications. The best part is that because it’s all using the same control codes (or “API”) that facebook uses, there’s no way for facebook to find out you’re doing it, so it’s totally safe! (I think…) Besides, we’re not going to be doing anything too dodgy, just a few little tweaks ;)
HTTP Headers
Posted by Howard Yeend in networking, Other Code on February 1, 2009
An article about sending HTTP headers to a remote system, and knowing fully what they mean. Also covers sessions, hosting, and various interesting bits and bobs relating to web application security, hacking and the web in general. Read the rest of this entry »
Freecap Support
Posted by Howard Yeend in Apache, CAPTCHA, Other Code on May 5, 2005
How to solve your freeCap problem
First of all, make sure you’re using the latest version.
Second, read the common problems below
Third, write a comment here. I’m pretty rubbish at responding, especially given that this software is four years old now, but you can hope.
Free PHP Scripts / Web Projects
Posted by Howard Yeend in CAPTCHA, Firefox, Other Code, PHP, Programs on January 13, 2005
Various PHP projects of mine, with free GPL source code.
Mostly, these are small PHP/mySQL applications that provide an equally small piece of functionality. Source code is available under the GPL in most cases. Read the rest of this entry »
win32 C / C++ scripts
Posted by Howard Yeend in Other Code on January 5, 2005
Some of the better scripts I’ve written. They’re all command line utilities. The downloads come with code (compiles OK with ) and windows executables.
Everything is released under the GPL as usual.
I’m very much a beginner in C so the coding probably isn’t that great. I hope someone will find something here useful. Most of the code is my own work, and where I’ve used other people’s code I’ve commented it as such. Read the rest of this entry »
Recent Comments