Shado
Member
- Oct 7, 2013
- 146
- 17
Hello Devbest, Shado are here to release his first Free Programs/Scripts, Its my first time to code PHP I was code HTML only, I worked on it very hard I hope it likes anyone, I have written .htaccess code which basically removes the .php part from the URL
SQL:
Download:
Live Preview:
How to set up:
Edit config.php to your Details
SQL:
Code:
CREATE TABLE IF NOT EXISTS `urls` (
`url_id` int(11) NOT NULL auto_increment,
`url_link` varchar(255) default NULL,
`url_short` varchar(6) default NULL,
`url_date` int(10) default NULL,
`url_ip` varchar(255) default NULL,
`url_hits` int(11) default '0',
PRIMARY KEY (`url_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
You must be registered for see links
Live Preview:
You must be registered for see links
How to set up:
Edit config.php to your Details