Fixed it myself already.

The server didnt like the start-slashes in the file install/index.php of the software-paths.

For ex:

/usr/bin/mencoder

simply changed to

usr/bin/mencoder (as you see without startslash).

... and voila, installer worked.

Just for the case someone should have the same problem.