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