Hi Ralf
I have just downloaded this script, and it works great

)
Before I purchase a license, I would like to know if its possible to save the voting.php on the server, instead of downloading it and upload it?
I found this piece of code in admin/index.php, and think something could be changed here to do the job?
Code:
// Send the finished file to download
if (isset($this->post['downloadFile'])) {
file_put_contents('./files/' . time(), $this->processConfigurationFile());
$this->sendDownload(
$this->processConfigurationFile(),
$this->downloadFileName,
self::data
);
}
Looking forward to hearing from you