which one you guys recommend, this release with keygen or the one white out one?
I plan in future to upgrade to legal version, is there difference which one i use ?
If you chmod the files to 777 because of the keygen and you want to chmod all files / dirs back to the correct permissions, you can use these simple commands:
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;