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