Please help me change new url protect hide link
ex http://daddyscripts.com/index.php?ID=60namehidelinks
change new to http://daddyscripts.com/namehidelinks
thanks support!
$shorturl = false;
$shorturl = true;
$fancyurl = rand(0, 999) . $title;
$rand2 = ("$fancyurl");
$rand2 = $title;
$rand2 = $title;
$filename = "./files/" . $rand2 . ".dlp";
$todaydate = getdate();
echo "<div class=\"error\"><img src=\"./img/error.png\">Please fill in all the fields below:</div>";
} else {
echo "<div class=\"error\"><img src=\"./img/error.png\">Please fill in all the fields below:</div>";
} else if (file_exists($filename)) {
echo "<div class=\"error\"><img src=\"./img/error.png\">Sorry, but the short url with that title has already been taken. Please choose another title and try again.</div>";
}else{
if (file_exists($filename)) {
die("An unusual error occured. Please navigate BACK using your browser and re-submit your links again.");
} else {
<div class="success"><img src="./img/success.png">Your new URL is <?
echo $scripturl . $short . $rand2;
?></div>
<?
}
}
}
<div class="success"><img src="./img/success.png">Your new URL is <?
echo $scripturl . $short . $rand2;
?></div>
<?
}
}
Users browsing this forum: No registered users and 0 guests