I have a script I have made, and I am attempting to create an auto-updater. It retrieves a zip file with file_get_contents() then unzips it. I have the updater ready, but I don't want a zip file of my script just laying around on my server for anyone to download. So I have it set where only a client that has purchased this product can download it.
Is there anyway I can create a "login" form so the PHP updater script can have permission to download a WHMCS download?
I realize this is something that should be asked at whmcs.com's forums, but there is very little active support on their forums.