Lavalair Script :(

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

    #31
    its not the host you dumb ****, delete all the tables in phpmyadmin then just import them again as you cannot import the same sql table with same data unless you have the drop if table exists rule

    Comment


      #32
      Sory mate but you are a dumb **** the table can be alter a if you wont to see what a say try that stupid host and then you can com and make 1 dumb .you are a stupid or what ?

      Comment


        #33
        well u see i changed to another host too but the same error ... when i try to register ..
        Code:
        the registration for this ip range is disabled
        ] wtf?? .. and till now no solution ...

        Comment


          #34
          enter this

          Code:
          DROP TABLE IF EXISTS `ibwf_settings`;
          CREATE TABLE `ibwf_settings` (
            `id` int(10) NOT NULL auto_increment,
            `name` varchar(30) NOT NULL default '',
            `value` varchar(200) NOT NULL default '',
            PRIMARY KEY  (`id`),
            UNIQUE KEY `name` (`name`)
          );
          
          -- 
          -- Dumping data for table `ibwf_settings`
          -- 
          
          INSERT INTO `ibwf_settings` VALUES (1, 'sesexp', '30');
          INSERT INTO `ibwf_settings` VALUES (2, 'Wed 05 Jul 2006 - 22:01', '167');
          INSERT INTO `ibwf_settings` VALUES (3, '4ummsg', '[url]http://lavalair.net[/url] is the place to be');
          INSERT INTO `ibwf_settings` VALUES (4, 'Counter', '2911366');
          INSERT INTO `ibwf_settings` VALUES (5, 'pmaf', '10');
          INSERT INTO `ibwf_settings` VALUES (6, 'reg', '1');
          INSERT INTO `ibwf_settings` VALUES (7, 'fview', '1');
          INSERT INTO `ibwf_settings` VALUES (8, 'lastbpm', '2007-06-07');

          Comment


            #35
            Yes mate that eror is from Ibwf_setings mate is not complete try to make
            drop taple ibwf_setings ang make the table again..

            Comment


              #36
              managed to make it work but how do i give admin pwoers?

              Comment


                #37
                Code:
                UPDATE `ibwf_users` SET `perm` = '1' WHERE `id` =1 LIMIT 1
                change WHERE `id` = 1 to whatever your userid is if it isnt 1

                Comment


                  #38
                  1.You cant try my autoinstall for lavalair searcha hear autoinstall.2 .in ibwf_users you can make admin just place acces to 2 ...
                  or just insert that in sql and the pass will be admin and chage the pass wen you login the 1 time

                  INSERT INTO `ibwf_users` VALUES (2, 'user', '21232f297a57a5a743894a0e4a801fc3', '', 'M', '', '2', 0, 75, '', 'avatars/25.jpg', '', '', 'Nokia6680/1.0', '196.207.45.122', 1154157464, 1154117203, 3, 2, '2', 2, '', '', '', 1, 2, '', '2', 1154136487, 0);

                  Comment


                    #39
                    bro i pressed insert at ibwf_users... at id value 1 .... perm value 1 .. pressed go ... i logged in into forum and still not admin .. btw didnt found limit thingy u specified

                    Comment


                      #40
                      oh i get this error

                      Code:
                      MySQL said:  
                      #1062 - Duplicate entry '1' for key 1

                      Comment


                        #41
                        i thought its permisson 2 ????? i mean if u wanna b the admin u should change permision 1 into 2...
                        atleast its at my site
                        sigpiceeeeerrr....

                        Comment


                          #42
                          lordx solved me problem in a easyer way thnx bro ...

                          Comment


                            #43
                            Welcome mate

                            Comment


                              #44
                              lol lord is a coder ... nd not "matthew the coder-man"

                              but how difficult cn b 2 put urself as an admin??? if i made it by myself then any1 can lol lol lol lol lol
                              sigpiceeeeerrr....

                              Comment


                                #45
                                What i am not a coder mate i now some stuff but i am not a coder ok .I like to help if i can but i am not a coder mate ,,ok

                                Comment

                                Working...
                                X