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
casino palermo tragamonedas
my homepage; todos los casinos online (Chadwick)
Наркологическая помощь может понадобиться как при недавно возникшей зависимости, так и при алкоголизме, который длится много лет. Врач уточняет стаж заболевания, частоту запоя, периоды трезвости и результаты прежнего лечения. Если зависимость существует 5 лет, 10 лет или более длительный срок, это влияет на выбор терапии и дальнейший план.
Ознакомиться с деталями – https://8.narcolog-na-dom-voronezh0.ru/