Binary images support.
Status: Alpha
Brought to you by:
joakimerdfelt
I've managed to get the scripts to work...and I must say for an out of
the box open source php script, it does alot more than I'd hoped. The
only bugs I can see (or features that just haven't been added yet) are
the handling of binary images.
I'm not expecting to download
anything, but it would be nice if I could view stand alone images.
When imbeded in a webpage, the images show fine... but when viewing a
stand alone graphic, it can't interpret it as binary, hence I get a
bunch of machine language.
Is there a potential fix for this any
time soon? I'd hate to think you've given up on what looks to be an
awesome project.
Logged In: YES
user_id=32775
you can fix this quickly by substituting the "anon.php"
filename in your URL path with the "rawloader.php" script.
for example, here is google's logo:
http://www.erway.org/anon/anon.php/svt046btby047frtnzv047z
bp046rytbbt046jjj047047058cggu/
but it doesn't work. try this:
http://www.erway.org/anon/rawloader.php/svt046btby047frtnzv
047zbp046rytbbt046jjj047047058cggu/
and voila!
Logged In: YES
user_id=102115
This patch adds the requested functionality:
http://sourceforge.net/tracker/index.php?
func=detail&aid=1123550&group_id=33967&atid=409924