Exemple #1
0
    THdie("POrepmustpix");
}
if (count($goodfiles) == 0 && !$_POST['body'] && $mod == false) {
    THdie("You must post images or leave a comment.");
}
//prin_tr($_POST);
if (preg_match("/^(mailto:)?noko\$/", $_POST['link'])) {
    //hide noko
    $datlink = "";
} else {
    $datlink = $_POST['link'];
}
//Don't post if there's no files or body (mod stuff only)
if (strlen($_POST['body']) > 1 || count($goodfiles) > 0) {
    $usethese = preptrip($_POST['nombre']);
    $pnum = $db->putpost($usethese['nombre'], $usethese['trip'], $datlink, $binfo['id'], (int) $_POST['thread'], $_POST['body'], ip2long($_SERVER['REMOTE_ADDR']), $mod, $_POST['password']);
    movefiles($goodfiles, $pnum, false, $binfo, $db);
}
if ($_POST['mem'] == "on") {
    if ($_POST['nombre'] !== null) {
        setcookie(THcookieid . "-name", $_POST['nombre'], time() + THprofile_cookietime, THprofile_cookiepath);
    }
    if ($_POST['link'] != null) {
        setcookie(THcookieid . "-link", $_POST['link'], time() + THprofile_cookietime, THprofile_cookiepath);
    }
    setcookie(THcookieid . "-password", $_POST['password'], time() + THprofile_cookietime, THprofile_cookiepath);
}
// Initialize $location variable for HTTP redirects
$location = "drydock.php";
// Default
if (preg_match("/^(mailto:)?noko\$/", $_POST['link'])) {