ibwf_user problem

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

    ibwf_user problem

    ,help me. .when im creating user via ibwf_user im getting a problem..when its d0ne im g0ing to my site,the username is ok but the password is always inc0rrect,.why? And b4 i create there are always a functi0n but i d0nt kn0w what can i put,

    #2
    I think u not using the MD5 password, when creating password change the value in the left box to MD5.
    http://myfacepals.com
    MYFACEPALS SOCIAL NETWORKsigpic

    Comment


      #3
      Use this................ Hope it helps

      PHP Code:

      -- 
      -- 
      Table structure for table `ibwf_users`
      -- 

      CREATE TABLE `ibwf_users` (
        `
      idint(100NOT NULL auto_increment,
        `
      namevarchar(30NOT NULL default '',
        `
      passvarchar(60NOT NULL default '',
        `
      birthdayvarchar(50NOT NULL default '',
        `
      sexchar(1NOT NULL default '',
        `
      locationvarchar(100NOT NULL default '',
        `
      realnamevarchar(100NOT NULL default '',
        `
      langvarchar(100NOT NULL default '',
        `
      relstatusvarchar(100NOT NULL default '',
        `
      permchar(1NOT NULL default '0',
        `
      postsint(100NOT NULL default '0',
        `
      plussesint(100NOT NULL default '0',
        `
      proviewsint(100NOT NULL default '1',
        `
      signaturevarchar(100NOT NULL,
        `
      avatarvarchar(100NOT NULL,
        `
      emailvarchar(50NOT NULL default '',
        `
      sitevarchar(50NOT NULL default '',
        `
      browsermvarchar(50NOT NULL default '',
        `
      ipaddvarchar(30NOT NULL default '',
        `
      lastactint(100NOT NULL default '0',
        `
      regdateint(100NOT NULL default '0',
        `
      chmsgsint(100NOT NULL default '0',
        `
      chmoodint(100NOT NULL default '0',
        `
      shieldchar(1NOT NULL default '0',
        `
      gplusint(100NOT NULL default '0',
        `
      budmsgvarchar(100NOT NULL default '',
        `
      lastpnreasvarchar(100NOT NULL default '',
        `
      lastplreasvarchar(100NOT NULL default '',
        `
      shoutsint(100NOT NULL default '0',
        `
      pollidint(100NOT NULL default '0',
        `
      rbcidvarchar(255NOT NULL default '',
        `
      hviachar(1NOT NULL default '1',
        `
      lastvstint(100NOT NULL default '0',
        `
      tottimeonlint(100NOT NULL default '0',
        `
      battlepint(100NOT NULL default '0',
        `
      specialidint(100NOT NULL default '0',
        `
      showiconint(100NOT NULL default '1',
        `
      showtimeint(100NOT NULL default '1',
        `
      showshoutint(100NOT NULL default '1',
        `
      showshortkeyint(100NOT NULL default '0',
        `
      themeidint(100NOT NULL default '1',
        `
      v3-themeint(100NOT NULL default '1',
        `
      showshortcutsint(100NOT NULL default '0',
        `
      shopssidint(100NOT NULL default '0',
        `
      popuppmint(100NOT NULL default '0',
        `
      pmoodvarchar(100NOT NULL,
        `
      bankint(11) default '0',
        `
      bwinsvarchar(100NOT NULL default '0',
        `
      blossint(100NOT NULL default '0',
        `
      bcrewvarchar(100NOT NULL,
        `
      deadvarchar(225NOT NULL,
        `
      numberattackbigint(20NOT NULL default '0',
        `
      justattackedint(4NOT NULL default '0',
        `
      honorint(11NOT NULL,
        `
      lastactionbigint(20NOT NULL default '0',
        `
      goldbigint(20NOT NULL default '0',
        `
      offarmybigint(20NOT NULL default '10',
        `
      diffarmybigint(6NOT NULL default '10',
        `
      sciencebigint(20NOT NULL default '10',
        `
      landbigint(20NOT NULL default '10',
        `
      fmsgvarchar(50NOT NULL,
        `
      reputationint(100NOT NULL default '100',
        `
      ficonvarchar(50NOT NULL,
        `
      ruseint(100NOT NULL default '0',
        `
      themevarchar(100NOT NULL default 'methosprf.css',
        `
      invitesint(100NOT NULL default '0',
        `
      lastviewvarchar(20NOT NULL,
        `
      ltimeint(100NOT NULL default '0',
        `
      numturnsbigint(255NOT NULL default '0',
        `
      tttwint(11NOT NULL default '0',
        `
      tttlint(11NOT NULL default '0',
        `
      activateint(1NOT NULL default '2',
        `
      winsint(100NOT NULL,
        `
      lossint(100NOT NULL,
        `
      healthint(100NOT NULL,
        `
      hitint(100NOT NULL,
        `
      lastattackint(100NOT NULL,
        `
      damagesint(100NOT NULL,
        `
      giveattackvarchar(100NOT NULL,
        `
      givedamageint(100NOT NULL,
        `
      lastdamageint(100NOT NULL,
        
      PRIMARY KEY  (`id`),
        
      UNIQUE KEY `name` (`name`),
        
      KEY `id` (`id`)
      ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=;

      -- 
      -- 
      Dumping data for table `ibwf_users`
      -- 
      BakGat
      Code:
      class Counter {
      public:
        void Count();
        int  ReadDisplay();
      private:
        int  CurrentCount;
      };








      Back up my hard drive? How do I put it in reverse?
      My Community
      BakGat
      sigpic

      Comment


        #4
        Originally posted by flip View Post
        ,help me. .when im creating user via ibwf_user im getting a problem..when its d0ne im g0ing to my site,the username is ok but the password is always inc0rrect,.why? And b4 i create there are always a functi0n but i d0nt kn0w what can i put,
        encrypt the strings first to md5.. http://www.md5encrypter.com

        123456 = e10adc3949ba59abbe56e057f20f883e
        Last edited by huwad; 26.02.10, 07:31.

        Comment


          #5
          ,tnx 4 rply..tnx,but all i want to kn0w is what should i d0?or function that i should put.. In id what functio, in name (functi0n?) in password (function?) in perm (functi0n?) i d0nt kn0w what should i put because ders many functi0n to put like abs,bin etc.

          Comment

          Working...
          X