Activity Stream
48,167 MEMBERS
61030 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 1 of 4 123 ... LastLast
Results 1 to 10 of 37
  1.     
    #1
    Member

    Post How to install vBulletin.

    This is a simple giude for those who don't know how to install vBulletin.
    Most of the hosts have cPanel on them so I'm using cPanel here also
    Using vBulletin 3.8.5 here. You can similarly install vBulletin 4.x too!

    1) Buy a legit vBulletin account from here (I know most of the guys here are not going to buy it So get a nulled version from here)

    2) Once you get all the files, extract it into a folder on your desktop. You'll see something like:


    3) The main files are there inside the upload folder.

    4) Open your cPanel and login with your credentials. After you login, find Databases.
    It'll look something like:

    Click on MySQL Databases.

    5) Make a new database.


    6) Scroll down to MySQL Users. In Username field, add anything you want.
    For password I recommend you to click on Password generator. Copy the generated password to a safe place. You'll need it later. Then click on Use Password. It'll automatically fill up the field. Click on Create User.




    7) Scroll down to Add User To Database. Select your User and Database and click on Add.
    You'll see something like this:

    Click on Make Changes.

    8) Now go to the folder where you had saved your vBulletin files. Go to the upload folder. You'll see there are many files in there. Go inside Includes folder and then find the file config.php.new
    Rename it to config.php
    Now, open the file in Notepad/Notepad ++
    You'll see something like:


    Now find $config['Database']['dbname'] = 'forum';
    It's there on the 31st line
    // ****** DATABASE NAME ******
    // This is the name of the database where your vBulletin will be located.
    // This must be created by your webhost.
    $config['Database']['dbname'] = 'forum';
    Change forum to what ever your database name was.

    Now find $config['Database']['technicalemail'] = '[email protected]';
    It's there on the 40th line
    // ****** TECHNICAL EMAIL ADDRESS ******
    // If any database errors occur, they will be emailed to the address specified here.
    // Leave this blank to not send any emails when there is a database error.
    $config['Database']['technicalemail'] = '[email protected]';
    Change [email protected] to your email address.

    Now find
    $config['MasterServer']['username'] = 'root';
    $config['MasterServer']['password'] = '';
    It's there on the 59th and 60th line

    // ****** MASTER DATABASE USERNAME & PASSWORD ******
    // This is the username and password you use to access MySQL.
    // These must be obtained through your webhost.
    $config['MasterServer']['username'] = 'root';
    $config['MasterServer']['password'] = '';
    In Place of root add your database username and between the '' add your pass
    So finally it'll look like
    $config['MasterServer']['username'] = 'my username here';
    $config['MasterServer']['password'] = 'my pass here';
    9) Now you need to upload all the vBulletin files to public_html folder on your server. You'll need a FTP client for making your job easy. Get CuteFTP or FileZilla for it.
    Your hosting provider must have given you FTP information.
    It'll be something like
    Host: your-domain-name/ip-address
    Username: your-username
    Password: your-password

    If you have CuteFTP then it'll look like:

    If you have FileZilla then it'll look like:


    The default port is 21.

    10) Upload all the vBulletin files to your public_html folder.

    11) Once done, point your browser to
    http://example.com/install/install.php
    Where example.com is your domain name.

    12) You'll see something like


    Press Next Step every time you see the button.
    In step 9, you need to do some config

    BB Title
    will the name of your forum (like, WarezXtremE.Org)
    Once every thing is done, press Proceed.

    Step 11 will ask you for you ID information

    Add your info and press Proceed.

    The installation will complete and it'll point you to your AdminCP folder.
    Delete install.php from /install and you'll be able to see your AdminCP

    Congratulation! You successfully installed vBulletin!

    Your AdminCP will look like:

    Your Forum will look like:


    Note: If you are using a nulled/keygenned vBulletin then don't forget to remove the file validator.php -- IMPORTANT

    Tutorial written by Royal King. Please reply if you like it
    Royal King Reviewed by Royal King on . How to install vBulletin. This is a simple giude for those who don't know how to install vBulletin. Most of the hosts have cPanel on them so I'm using cPanel here also ^_^ Using vBulletin 3.8.5 here. You can similarly install vBulletin 4.x too! 1) Buy a legit vBulletin account from here (I know most of the guys here are not going to buy it :P So get a nulled version from here) 2) Once you get all the files, extract it into a folder on your desktop. You'll see something like: http://screensnapr.com/u/0yctao.png Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    movietvshow.net
    lol nice

  4.     
    #3
    Member
    Website's:
    crackhack.org
    gr8 tut,but i know it already

  5.     
    #4
    Member
    Website's:
    Rapidimg.org
    Nice, and simple tutorial for newbies.

    And WarezMania, its not for you



  6.     
    #5
    Respected Developer
    Great tut, keep up the good work

  7.     
    #6
    Member
    Thanks
    At least someone appreciates

  8.     
    #7
    Member
    Website's:
    TvLog.me
    nyc tut...

    [Best Selling RDP Providers]
    BuyWindowsVPS.Com
    1Gbit USA/EU Unmetered | Prices Starting From $29.95 | Official Thread

  9.     
    #8
    Member
    Website's:
    LulzIMG.com chtbx.com RapidPremium.Net ReleaseLeech.com RLSLeech.com NinjaRobotPirateZombieNazi.com
    Good tut. GJ.

  10.     
    #9
    Member
    This tutorial is gonna help many people here.

  11.     
    #10
    Member
    nice tutorial mate

Page 1 of 4 123 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. vBulletin Install for Dummies
    By Rick in forum Tutorials and Guides
    Replies: 6
    Last Post: 29th Oct 2012, 03:25 AM
  2. How to install vbulletin for free
    By Johnny:D in forum Technical Help Desk Support
    Replies: 12
    Last Post: 27th Aug 2011, 11:54 PM
  3. Vbulletin nulled install
    By shariq27 in forum Webmaster Resources
    Replies: 8
    Last Post: 30th Sep 2010, 07:03 PM
  4. [Hiring] vBulletin - Install Mod and Customize
    By Maz in forum Completed Transactions
    Replies: 5
    Last Post: 24th Apr 2010, 06:48 AM
  5. need someone to install vbulletin for me
    By priviet02 in forum vBulletin
    Replies: 3
    Last Post: 20th Aug 2008, 08:28 PM

Tags for this Thread

BE SOCIAL