Skip to content

URL Shortener using Auto-Increment field.

Good Night,

This is a new version of URL-Shortener that don’t create random IDs to websites, it uses the auto-increment field and replace it to other base.

It was necessary to create two new methods
[code lang=”php”]
function convertDecimalTo($decimal,$newBase,$str,$letters) {
if ($decimal >= $newBase) {
$x = $decimal % $newBase;
$y = $decimal / $newBase;
$str = $letters{$x} . $str;
if ($y < $newBase) { $str = $letters{$y} . $str; } return convertDecimalTo($y,$newBase,$str,$letters); } else { if (strlen($str) == 0) { $str = $letters{$decimal} . $str; } return $str; } } function convertBaseToDecimal($value,$newBase,$letters) { $sum = 0; $len = strlen($value); $end = $len-1; for ($x=$end;$x>=0;$x–) {
$sum = $sum + strpos($letters,$value{$x}) * pow($newBase,($end – $x));
}
return $sum;
}
[/code]

You can download the full new version to PHP4
URL Shortener (LURL) using auto increment field to generate the “TAG”

Hope you enjoy,
Matheus

Chart to your URL Shortener with Statistics. PHP4

Published inAprendendoCodeMySQLphp

640 Comments

  1. It’s going to be ending of mine day, but before ending I am reading this fantastic article to increase my know-how.

    Here is my web blog … Web site

  2. new no deposit uk casino 2021, real usa online casino and omni slots united states, or online live
    roulette casino usa

    Also visit my web-site blackjack atv lift (Brigitte)

  3. new uk chumba casino sweeps coins value – Johanna – no deposit free
    spins, australian currency poker chips and dollar 50
    free chip casino united states, or paypal online casino uk

  4. I enjoy what you guys tend to be up too. Such clever
    work and exposure! Keep up the excellent works guys I’ve added you guys to my personal blogroll.

    my blog post homepage

  5. fishing frenzy demo slot, best pubg gambling sites, Mira, slots online canada and free spins no deposit
    united statesn pokies, or yusaon gold casino united states

  6. best online usa casinos, australian online real money casino and betway poker australia,
    or online casino reviews united states

    Here is my web page; where do gambling winnings go on schedule
    1 (Danilo)

Leave a Reply

Your email address will not be published. Required fields are marked *