kevinlekiller / simple_php_yenc_decode

Basic yEnc decoder extension for PHP5 written in c++ using swig.
GNU General Public License v3.0
4 stars 4 forks source link

test.php #2

Closed BeZazz closed 9 years ago

BeZazz commented 9 years ago

When I ran test.php

The output was PHP Warning: file_get_contents(yEnc.zip.yEnc): failed to open stream: No such file or directory in /home/nZEDb/www/example/test.php on line 3 The yEnc decode was successful, you can now unzip yEnc.zip and run the html file in a browser to verify the result. (It was not successful)

On the 3rd line I had to put the full path to yEnc.zip.yEnc

kevinlekiller commented 9 years ago

Should be good now.