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,357 Comments

  1. Врач проводит первичный осмотр и оценивает, можно ли начать лечение на дому или безопаснее организовать госпитализацию. Особенно важно обратиться за профессиональной помощью при алкогольном отравлении, заболеваниях сердца и ЖКТ, нарушении функций печени, почек и мозга, а также при психозах и выраженной агрессии.
    Изучить вопрос подробнее – http://www.k.vyvod-iz-zapoya-kemerovo18.ru

  2. Switching homes — what a rollercoaster. I remember my own move not all that long ago, and honestly, definitely a handful. Figure you’ll knock it out, then reality kicks in fast. One acquaintance sang praises about X, but I needed dependable info. So what I found out: when you’re seeking trustworthy local movers, do yourself a favor. Because: seasoned crews handle the desert climate — especially during busy season. My process — asked for itemized quotes — and no exaggeration here, I steered clear of disasters. Here’s something useful that was a total game changer. nevada movers https://movers-in-nevada-dhc.com That source had it neatly organized. What you see is what you get — zero hidden costs. Went with an option from there and I couldn’t have asked for better. So take your time. Check their equipment. A decent mover is worth their weight in gold. Wishing you a hassle-free transition!

  3. Слушайте кто сталкивался Брат снова сорвался Дети напуганы Нужна срочная помощь на дому Короче, только капельница реально спасла — прокапаться от алкоголя на дому быстро Приехали через 40 минут В общем, жмите чтобы сохранить — прокапать от алкоголя https://kodirovanie.kapelnica-ot-zapoya-kazan.ru Не ждите пока станет хуже Перешлите тем кто в такой же ситуации

  4. Казань, всем привет Отец не выходит из штопора Родственники не знают что делать В больницу тащить страшно Короче, единственное что вытащило из запоя — прокапаться от алкоголя цена фиксированная Через пару часов человек пришёл в себя В общем, вся инфа по ссылке — прокапать казань https://lechenie.kapelnica-ot-zapoya-kazan.ru Капельница от запоя — это реальный выход Перешлите тем кто в такой же ситуации

Leave a Reply

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