Posts Tagged ‘PHP’

Reverse Engineering Passwords

Hashing passwords is a common way to secure them in a database and make sure that they cannot be read easily. But did you know there’s a website that reverse engineers the hashes and stores them in a searchable database? The folks over at RedNoize have created such a site. Obviously, there’s no better protection [...]

Read the rest of this entry »

Using the RTSP Protocol with the PHP header function

I had a great deal of trouble getting Internet Explorer to redirect the header to a RTSP link using the header function in PHP. I found that in IE, I would get a HTTP 402 error (page has been temporarily moved). IE would happily sit there and tell me it could not be found. Firefox [...]

Read the rest of this entry »

ASpell, PHP and IIS

I’ve been trying to introduce spell checking into my PHP application and have been hitting a small snag. It’s called ASPELL. For the uninitiated, aspell is a command-line spelling utility to, well, do clever spelling stuff. In Apache, aspell works wonderfully. In fact, I wouldn’t have even thought that there was a problem. IIS on [...]

Read the rest of this entry »

magic_quotes and other evils

Well, it seems that as the development of the learning platform trundles to it’s conclusion, I’m forced to look back at what has been done so far and say, “Bugger”. Half way through the development I switched my development server from Linux to Windows, and unknown to me started using a server that had magic_quotes_gpc [...]

Read the rest of this entry »