Does anyone know how to decrypt a Bam extension with PHP. I was scraping data off of a plain text site and the site changed to output a Bam file. Thanks.
what happens if you go to the site in your browser? does it display correctly or give download of the said bam file? first you need to find out just what exactly it is. It could be a text/html/php/other file simply named *.bam on the other hand a web search gives .bam files association ranging from audio to game animations. http://filext.com/file-extension/BAM so first try to determine just what is in the file, then something could probably be done.