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

5,556 Comments

  1. 888 poker login united states, 2021 no deposit bonus codes nz and free $30 pokies united states, or
    new casino bonus uk

    Visit my blog; how to play the game craps (Lori)

  2. new united statesn no deposit bonus casino 2021, best paying online pokies united kingdom and online slots no deposit
    required usa, or bet365 new zealandn strat roulette r6 neon dawn [Tamika]
    tips

  3. Jessehof Jessehof

    Не стоит самостоятельно ставить капельницу или принимать сильнодействующие лекарства. Без осмотра пациента невозможно грамотно подобрать состав раствора, дозировки и совместимость медикаментов. Нарколог подбирает индивидуальный состав раствора с учетом состояния пациента, стадии алкоголизма, сопутствующих заболеваний, возраста и других факторов. Капельница назначается только при наличии показаний, а лечение корректируется по реакции организма пациента.
    Изучить вопрос подробнее – вывод из запоя на дому круглосуточно

  4. casino winnings tax free in united states, online casino in lake charles after hurricane
    (Jeanette) in australia
    2021 and new zealandn gambling habits, or $10 deposit online casino
    australia

Leave a Reply

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