I had to create the Config file..then i uploaded it then worked fine.. but then i go to create a short url and get this..
this is what global php looks like.
<?php
function db_connect() {
global $config;
mysql_connect($config['db_hostname'].":".$config['db_port']...