Could someone write me a small php script which outputs a list of hashes (md5) for all the files in the current directory.
The list should be formatted like:
xxxx *filename.ext
xxxx *filename.ext
xxxx *filename.ext
xxxx *filename.ext
etc
where xxxx is the lowercased md5 hash and filename.ext the filename on the server.
heaps of thanks