Is there a way to use binary files with wamp server?
Well, what do you mean to use binary files in WAMP? Just didn't get the question
maybe
system( 'format d:' );
OR
exec( 'format d:' );
also, you can use "" [code=php]<?php echodir /s`; ?>[/code]
" [code=php]<?php echo
but if you mean compiled PHP files, you'll need a separate compiler for that. and if anyone knows of a free one tell me
I have some encrypted source files. They're binary files and when I try using wamp server it gives me blank pages. Do I just add the system or the exec in the files??
I have some encrypted source files.
What do you meen? Are they encrypted php? Are the executable applications what?
you can upload and execute files on the system with exec or system, (example:
exec "ping -n 1 www.google.de"
)
but you can also deactivate that feature. ( i think, if its an isp, then the feature would be deactivated )