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

2,604 Comments

  1. يضمن الترخيص الدولي عدالة الألعاب وحماية بيانات اللاعبين وأموالهم بالكامل.
    888starz https://aentertainments.com/888-starz-%d9%83%d9%84-%d8%a7%d9%84%d8%b9%d8%a7%d8%a8-%d8%a7%d9%84%d9%83%d8%a7%d8%b2%d9%8a%d9%86%d9%88-%d9%81%d9%8a-%d9%85%d9%88%d9%82%d8%b9-%d9%88%d8%a7%d8%ad%d8%af/
    يبرز 888starz الألعاب الأعلى تقييمًا والجديدة منها أولًا بأول.

    تظهر المباريات القادمة وخطوط الرهان المباشرة بوضوح على واجهة القسم الرياضي.

    تشمل العروض المستمرة استردادًا نقديًا وبونصات إضافية للاعبين النشطين.

    يتيح تطبيق 888starz للهواتف المراهنة واللعب في أي وقت ومن أي مكان بسهولة.

  2. 888syarz 888syarz.
    888starz rasmiy platformasi o’zbek foydalanuvchilariga kazino va tikishlarni bir joyda jamlaydi.
    Rasmiy saytda jonli kazino bo’limi real dilerlar bilan o’ynash imkonini beradi.
    Rasmiy sayt orqali mahalliy va xalqaro chempionatlarga, jumladan O’zbekiston ligasiga tikish mumkin.
    888starz rasmiy veb-sayti himoyalangan tizim orqali ishonchli o’yin muhitini yaratadi.

Leave a Reply

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