#!/usr/bin/php
<?php
  echo "TightURLID: ".$argv[1]." DBID: ".base_convert($argv[1], 36, 10)."\n";
  exit;
?>

