PutABeatOn
Forum Replies Created
-
hello, i got it to work awhile back but erased my entire server and re-installed it recently and im having the same problem with uploading my commercial version… it says bad .zip
here is my updatepage.php file
———–
[Code moderated as per the Forum Rules. Please use the pastebin]
—————
what is wrong??
does this message refer to my licensed player and the page i changed?
task queue failed at step 0: error #2032
…
mind you it worked fine with the non commercial version
worked! ur the man!
about using my own skin should i start a new topic?
so change:
function player_upload() {
$type = $_FILES[“file”][“type”];
if ($type == “application/x-zip-compressed” || $type == “application/zip”
|| $type == “application/x-zip” || $type == “application/octet-stream”) {
return unpack_player_archive($_FILES[“file”][“tmp_name”]);
}to :
function player_upload() {
return unpack_player_archive($_FILES[“file”][“tmp_name”]);
}??
yes please show me what i need to do
sent and thank you!!!
the exact message was “not valid format” … i downloaded my licensed player for the site…took that file and uploaded it. So then i went inside the original zip and took out the documents, same thing… is there a directory i can put the file in?