Welcome to the UnPS-GAMA page shortner
Existing Short Links
'.$random.'
Service by '.$pagepath.'
';
fwrite($fh, $stringData);
fclose($fh);
echo '
Thanks for using '.$pagetitle.'
your link is available here (right click, copy link):
'.$pagepath.$random.'
Back to index
Home
';
}if($dest == ""){
echo '
Sorry, you are not able to shorten something without a url
Back to index
Home
';
}
}
?>