1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Help me in Vbulletin Instalation

Discussion in 'vBulletin' started by kevinpit7, Jul 15, 2011.

  1. #1
    I am editing my config.php file as given in ...... click here

    I understand DB name, DB username, DB pass, and DB server name (host name) but I dont know about other things.

    1.) $config['MasterServer']['username']
    2.) $config['MasterServer']['password']

    Other things that I dont know....

    1.) $config['Database']['dbtype']
    2.) $config['Database']['tableprefix']
    3.) $config['Database']['force_sql_mode']
    4.) $config['MasterServer']['usepconnect']
    5.) $config['Misc']['admincpdir']
    6.) $config['SpecialUsers']['canviewadminlog']
    7.) $config['SpecialUsers']['canpruneadminlog']
    8.) $config['SpecialUsers']['canrunqueries']
    9.) $config['SpecialUsers']['undeletableusers']
    10.) $config['SpecialUsers']['superadministrators']
    11.) $config['Mysqli']['charset']
    12.) $config['Mysqli']['ini_file']

    Can You Explain any of file given above?

    Thanks in advance.
     
    kevinpit7, Jul 15, 2011 IP
  2. Brandon Sheley

    Brandon Sheley Illustrious Member

    Messages:
    9,721
    Likes Received:
    612
    Best Answers:
    2
    Trophy Points:
    420
    #2
    the table prefix would be the only other thing you may need to edit, other than that just placing the db, username, pass, in and you should be able to install.

    Have you asked at vbulletin.com?
     
    Brandon Sheley, Jul 15, 2011 IP
  3. jsfunstuff

    jsfunstuff Banned

    Messages:
    225
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    95
    #3
    hey kevin! i have lot of experience with vbulletin. You just have to put DB name, Db user name, Db password. And leave the rest.... Your forum will be installed without any problem. The other options are for advanced users..


    I think may be helpful for you....
     
    jsfunstuff, Jul 20, 2011 IP
  4. Clive

    Clive Web Developer

    Messages:
    4,507
    Likes Received:
    297
    Best Answers:
    0
    Trophy Points:
    250
    #4
    He most probably hasn't. Because he can't. He's got a V-Bulletin Script (vBulletin.Forum.v4.0.2.incl.KeyGen.PHP.NULL-DGT), and those using nulled versions of vBulletin don't get customer accounts, and receive no official support. That's why they try their luck on non-vbulletin forums as on vbulletin.com they would show up as non-licensed members and would be ignored by the vbulletin staff.

    I know vbulletin may be expensive to buy but as a software developer myself, I know what it feels like to see your work being nulled.
     
    Clive, Jul 20, 2011 IP
  5. kevinpit7

    kevinpit7 Peon

    Messages:
    208
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanks a lot....buddy
     
    kevinpit7, Jul 20, 2011 IP
  6. strudinox

    strudinox Active Member

    Messages:
    84
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    76
    #6
    From what I know:

    1.) $config['Database']['dbtype']
    Type of database server. Typically MySQL

    2.) $config['Database']['tableprefix']
    This is the prefix you would like before your Vbulletin tables. Handy for combining databases. A normal table would look like this "posts" if you add a prefix of 123_, your tables would appear as "123_posts"

    3.) $config['Database']['force_sql_mode']
    Used for Vbulletin Compatibility. You'll likely never need to change this.

    4.) $config['MasterServer']['usepconnect']
    Used for persistent connections.

    5.) $config['Misc']['admincpdir']
    If you rename your admincp directory for security reasons, enter it here.

    6.) $config['SpecialUsers']['canviewadminlog']
    Admin users that can view the admin logs.

    7.) $config['SpecialUsers']['canpruneadminlog']
    Admin users that can edit/prune the admin log.

    8.) $config['SpecialUsers']['canrunqueries']
    Admin users that can run DB queries.

    9.) $config['SpecialUsers']['undeletableusers']
    Users that are uneditable. Set the ID of the super-admin here for enhanced security.

    10.) $config['SpecialUsers']['superadministrators']
    Users that are classified as super-administrators

    11.) $config['Mysqli']['charset']
    Not sure on this one =P

    12.) $config['Mysqli']['ini_file']
    Also, ot sure on this one
     
    strudinox, Jul 21, 2011 IP