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 (get_magic_quotes_gpc()) { $_POST["title"] = htmlspecialchars(stripslashes($_POST["title"])); $_POST["description"] = htmlspecialchars(stripslashes($_POST["description"])); } else { $_POST["title"] = htmlspecialchars($_POST["title"]); $_POST["description"] = htmlspecialchars($_POST["description"]); } $_POST["title"] = strip_tags($_POST["title"]); $_POST["description"] = strip_tags($_POST["description"]); 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(); } } } ?> gelato :: Control panel
 

The article has been eliminated successfully.
"; } } if (isset($_GET["modified"])) { if ($_GET["modified"]=="true") { echo "

 

The article has been modified successfully.
"; } } if (isset($_GET["added"])) { if ($_GET["added"]=="true") { echo "

 

The article has been added successfully.
"; } } if (isset($_GET["error"])) { if ($_GET["error"]==2) { echo "

 

Error on the database server: ".$_GET["des"]."
"; } } if (isset($_GET["mp3"])) { if ($_GET["mp3"]=="false") { echo "

 

Not an MP3 file or an upload problem.
"; } } if (isset($_GET["photo"])) { if ($_GET["photo"]=="false") { echo "

 

Not a photo file or an upload problem.
"; } } ?>
name="frmAdd" class="newpost">
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: $input = array("{type}", "{date}", "{id_user}"); $output = array("1", time(), $_SESSION['user_id']); $template->cargarPlantilla($input, $output, "template_add_post"); $template->mostrarPlantilla(); break; } ?>

   Cancel

25/05 Regular Post (0 Comments)

(no title)

I just discovered Gelato

25/05 Regular Post (0 Comments)

One with a title

Another entry, this one has some varations in the content, even dares to be in two lines.

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