isAdmin()) { if(isset($_POST["btnAdd"])) { unset($_POST["btnAdd"]); if ($_POST["type"]=="2") { // is Photo type if (isset($_POST["url"]) && $_POST["url"]!="") { $photoName = getFileName($_POST["url"]); if (!$tumble->savePhoto($_POST["url"])) { header("Location: ".$conf->urlGelato."/admin/index.php?photo=false"); die(); } $_POST["url"] = $conf->urlGelato."/uploads/".$photoName; } if ( move_uploaded_file( $_FILES['photo']['tmp_name'], "../uploads/".$_FILES['photo']['name'] ) ) { $_POST["url"] = $conf->urlGelato."/uploads/".$_FILES['photo']['name']; } unset($_POST["photo"]); unset($_POST["MAX_FILE_SIZE"]); } if ($_POST["type"]=="7") { // is MP3 type set_time_limit(300); $mp3Name = getFileName($_POST["url"]); if (!$tumble->saveMP3($_POST["url"])) { header("Location: ".$conf->urlGelato."/admin/index.php?mp3=false"); die(); } $_POST["url"] = $conf->urlGelato."/uploads/".$mp3Name; } if (isset($_POST["id_post"])) { //$tumble->modifyPost($_POST, $_POST["id_post"]); } else { if ($tumble->addPost($_POST)) { header("Location: ".$conf->urlGelato."/admin/index.php?added=true"); die(); } else { header("Location: ".$conf->urlGelato."/admin/index.php?error=2&des=".$this->merror); die(); } } } elseif (isset($_GET["new"])) { ?> gelato
gelato CMS

Add content

name="frmAdd">
cargarPlantilla($input, $output, "template_add_post"); $template->mostrarPlantilla(); break; case "photo": $input = array("{type}", "{date}", "{id_user}"); $output = array("2", time(), $_SESSION['user_id']); $template->cargarPlantilla($input, $output, "template_add_photo"); $template->mostrarPlantilla(); break; case "quote": $input = array("{type}", "{date}", "{id_user}"); $output = array("3", time(), $_SESSION['user_id']); $template->cargarPlantilla($input, $output, "template_add_quote"); $template->mostrarPlantilla(); break; case "url": $input = array("{type}", "{date}", "{id_user}"); $output = array("4", time(), $_SESSION['user_id']); $template->cargarPlantilla($input, $output, "template_add_link"); $template->mostrarPlantilla(); break; case "conversation": $input = array("{type}", "{date}", "{id_user}"); $output = array("5", time(), $_SESSION['user_id']); $template->cargarPlantilla($input, $output, "template_add_conversation"); $template->mostrarPlantilla(); break; case "video": $input = array("{type}", "{date}", "{id_user}"); $output = array("6", time(), $_SESSION['user_id']); $template->cargarPlantilla($input, $output, "template_add_video"); $template->mostrarPlantilla(); break; case "mp3": $input = array("{type}", "{date}", "{id_user}"); $output = array("7", time(), $_SESSION['user_id']); $template->cargarPlantilla($input, $output, "template_add_mp3"); $template->mostrarPlantilla(); break; default: echo "
The specified type is not valid.
"; break; } ?>

   Cancel

gelato CMS :: PHP/MySQL Tumblelog Content Management System.

urlGelato."/login.php"); } ?>