any 1 got a toplist script similar to surfwap as im thinking of updating my toplist hotsitez.co.uk with something more better
Toplist Script
Collapse
X
-
Guest
man i had it once- now my hdd got feckedup a while ago- i only have to pld version- im sure some1 has the xhtml u need- they just dont wana give it out- i dont blame them- more than likely they got it the same way too.
Comment
-
amylee isthe surfwap 1 part of prodigits , an are you willing to put it up on here[/b]
:edit:
heres the sql
Code:CREATE TABLE `cats` ( Â Â `id` int(10) NOT NULL auto_increment, Â Â `name` varchar(30) NOT NULL default '', Â Â `dscr` varchar(100) NOT NULL default '', Â Â PRIMARY KEYÂ Â (`id`), Â Â UNIQUE KEY `name` (`name`) ); -- -- Dumping data for table `cats` -- -- -------------------------------------------------------- -- -- Table structure for table `misc` -- CREATE TABLE `misc` ( Â Â `id` int(10) NOT NULL auto_increment, Â Â `dscr` varchar(200) NOT NULL default '', Â Â `text` varchar(250) NOT NULL default '', Â Â PRIMARY KEYÂ Â (`id`) ); -- -- Dumping data for table `misc` -- INSERT INTO `misc` VALUES (1, 'CLR', '2006-04-01'); -- -------------------------------------------------------- -- -- Table structure for table `sites` -- CREATE TABLE `sites` ( Â Â `id` int(10) NOT NULL auto_increment, Â Â `sitename` varchar(30) NOT NULL default '', Â Â `cid` int(10) NOT NULL default '0', Â Â `sitelink` varchar(200) NOT NULL default '', Â Â `slogo` varchar(200) NOT NULL default '', Â Â `uid` int(10) NOT NULL default '0', Â Â `hin` int(10) NOT NULL default '0', Â Â `hout` int(10) NOT NULL default '0', Â Â `dhits` int(10) NOT NULL default '0', Â Â `thits` int(12) NOT NULL default '0', Â Â `banned` int(5) NOT NULL default '0', Â Â `dscr` varchar(200) NOT NULL default '', Â Â PRIMARY KEYÂ Â (`id`), Â Â UNIQUE KEY `sitelink` (`sitelink`) ); -- -- Dumping data for table `sites` -- -- -------------------------------------------------------- -- -- Table structure for table `tusers` -- CREATE TABLE `tusers` ( Â Â `id` int(10) NOT NULL auto_increment, Â Â `name` varchar(30) NOT NULL default '', Â Â `pass` varchar(60) NOT NULL default '', Â Â `admin` int(5) NOT NULL default '0', Â Â `banned` int(5) NOT NULL default '0', Â Â PRIMARY KEYÂ Â (`id`), Â Â UNIQUE KEY `name` (`name`) );
Code:UPDATE tusers SET admin='1' WHERE name='[b]username goes here[/b]';
Attached Files
Comment
Comment