TightURL
Sign in or create your account
Project List ▾
TightURL
Help
Project Home
Downloads
Documentation
Issues
Source
Source Tree
|
Change Log
|
How To Get The Code
TightURL Git Source Tree
Root
/
tighturl-base10
1
#!/usr/bin/php
2
<?php
3
echo "TightURLID: ".$argv[1]." DBID: ".base_convert($argv[1], 36, 10)."\n";
4
exit;
5
?>
6
Download this file
Branches
master