Share Toplist Scripts

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Share Toplist Scripts

    these are the toplist scripts i got maybe ul have diffenrent ones pls share

    [attachment=1311:flaremobile.zip] xhtml version of lowtop
    [attachment=1308:hifirating.zip] hi-fi project rating
    [attachment=1307:dj.dance_TOPList.rar] ravingwap.net edited sql not here its in the w5cTOp.zip
    [attachment=1309:LOWtop.zip] wml version
    [attachment=1310:w5cTOP.zip] ravingwap.net edited sql included

    ------------------------------------------
    FLAREMOBILE.CO.ZA
    ------------------------------------------
    CHAT FORUM
    ------------------------------------------
    FLAREMOBILE.WEN.RU
    ------------------------------------------
    Attached Files

    #2
    Next time upload your scripts here or take a look here before you upload the same scripts.
    Advertise your mobile site for FREE with AdTwirl

    Comment


      #3
      Sorry gum just thought i wil put al the toplist scripts in one place coz its reali hard finding it at the moment..I wont put scripts again that been posted here .

      Comment


        #4
        ive uploaded this w5cTOP.zip toplist but getting an error when i upload the sql this is sql is it complete or anything missing

        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`)
        
        
        
        
        
        
        
        
        
        
        
        and this is what it telling me once it uploads
        
        
        Error
        SQL query: 
        
        -- 
        -- 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` ) 
        
        MySQL said:  
        
        #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 8

        Comment


          #5
          use the code tag
          if like my post click:

          http://coding-talk.com/images/totall...ost_thanks.gif

          Comment


            #6
            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`)
              );
              
            -- 
            -- Dumping data for table `tusers` 
            --
            there
            Want something coded email me at sales@webnwaphost.com for a prices.




            Comment


              #7
              cool ill try

              Comment


                #8
                uploaded without error cheers

                Comment


                  #9
                  np
                  Want something coded email me at sales@webnwaphost.com for a prices.




                  Comment


                    #10
                    deleted it now cos u said it got part missing

                    Comment


                      #11
                      pmpl
                      Want something coded email me at sales@webnwaphost.com for a prices.




                      Comment


                        #12
                        these are the toplist scripts i got maybe ul have diffenrent ones pls share

                        [attachment=1311:flaremobile.zip] xhtml version of lowtop
                        [attachment=1308:hifirating.zip] hi-fi project rating
                        [attachment=1307:dj.dance_TOPList.rar] ravingwap.net edited sql not here its in the w5cTOp.zip
                        [attachment=1309:LOWtop.zip] wml version
                        [attachment=1310:w5cTOP.zip] ravingwap.net edited sql included

                        ------------------------------------------
                        FLAREMOBILE.CO.ZA
                        ------------------------------------------
                        CHAT FORUM
                        ------------------------------------------
                        FLAREMOBILE.WEN.RU
                        ------------------------------------------[/b]
                        the xhtml version of lowtop is done by me sbtw you just changed things around and this is still the old 1 lol enjoy the errors cause my version is error free and up to date with new features etc.

                        Click here!!!

                        Comment


                          #13
                          these are the toplist scripts i got maybe ul have diffenrent ones pls share

                          [attachment=1311:flaremobile.zip] xhtml version of lowtop
                          [attachment=1308:hifirating.zip] hi-fi project rating
                          [attachment=1307:dj.dance_TOPList.rar] ravingwap.net edited sql not here its in the w5cTOp.zip
                          [attachment=1309:LOWtop.zip] wml version
                          [attachment=1310:w5cTOP.zip] ravingwap.net edited sql included

                          ------------------------------------------
                          FLAREMOBILE.CO.ZA
                          ------------------------------------------
                          CHAT FORUM
                          ------------------------------------------
                          FLAREMOBILE.WEN.RU
                          ------------------------------------------[/b]
                          click here and get the last http://hifi-project.ro rating
                          www.inbuzunar.mobi - Your mobile portal pocket

                          Comment


                            #14
                            hmm i cant get any of these to work?? lol

                            Comment


                              #15
                              the dj.dance / w5c toplist is hackable, used it alot of times n it got hacked. need a better 1

                              Comment

                              Working...
                              X