Welcome to the UnPS-GAMA page shortener
List of links already: |
" . $thelist . " |
";
?>
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
';
}
}
?>