Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Power Lifting Lever Belt
SkullVamp
Updated:
Saturday at 10:32 PM
Ad icon
port.lk Domain for sale
Lankan-Tech
Updated:
Saturday at 3:55 PM
Colombo
Kaduwela - Two Storey House for Sale
dilrasan
Updated:
Thursday at 2:23 PM
Ad icon
Wechat qr verification
Pawan2005
Updated:
Thursday at 1:28 AM
🚀 GOOGLE AI PRO 18 MONTHS ACTIVATION 🚀
sayuru bandara
Updated:
Jun 10, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
General
ElaKiri Help
~| vbulletin Help |~
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="-Nipuna1989-" data-source="post: 7683855" data-attributes="member: 236720"><p><strong>How to install vBulletin.</strong></p><p></p><p><strong>How to install vBulletin.</strong> This is a simple giude for those who don't know how to install vBulletin.</p><p>Most of the hosts have cPanel on them so I'm using cPanel here also <img src="http://www.wjunction.com/images/smilies/happy.gif" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>Using vBulletin 3.8.5 here. You can similarly install vBulletin 4.x too!</p><p></p><p>1) Buy a legit vBulletin account from <a href="http://www.vbulletin.com/" target="_blank"><strong>here</strong></a> (I know most of the guys here are not going to buy it <img src="http://www.wjunction.com/images/smilies/tongue.gif" alt="" class="fr-fic fr-dii fr-draggable " style="" /> So get a nulled version from <a href="http://www.vbteam.info/" target="_blank"><strong>here</strong></a>)</p><p></p><p>2) Once you get all the files, extract it into a folder on your desktop. You'll see something like:</p><p><a href="http://screensnapr.com/u/0yctao.png" target="_blank"><img src="http://screensnapr.com/u/0yctao.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></a></p><p></p><p>3) The main files are there inside the <strong>upload</strong> folder. </p><p></p><p>4) Open your cPanel and login with your credentials. After you login, find <strong>Databases</strong>.</p><p>It'll look something like:</p><p><a href="http://screensnapr.com/u/od8ql1.png" target="_blank"><img src="http://screensnapr.com/u/od8ql1.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></a></p><p>Click on <strong>MySQL Databases</strong>. </p><p></p><p>5) Make a new database.</p><p><a href="http://screensnapr.com/u/rd47x4.png" target="_blank"><img src="http://screensnapr.com/u/rd47x4.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></a></p><p></p><p>6) Scroll down to <strong>MySQL Users</strong>. In <strong>Username</strong> field, add anything you want.</p><p>For password I recommend you to click on <strong>Password generator</strong>. Copy the generated password to a safe place. You'll need it later. Then click on <strong>Use Password</strong>. It'll automatically fill up the field. Click on <strong>Create User</strong>.</p><p></p><p><a href="http://screensnapr.com/u/5pjb4t.png" target="_blank"><img src="http://screensnapr.com/u/5pjb4t.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></a></p><p><a href="http://screensnapr.com/u/5b9opy.png" target="_blank"><img src="http://screensnapr.com/u/5b9opy.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></a></p><p></p><p>7) Scroll down to <strong>Add User To Database</strong>. Select your User and Database and click on <strong>Add</strong>.</p><p>You'll see something like this:</p><p><a href="http://screensnapr.com/u/hx8egs.png" target="_blank"><img src="http://screensnapr.com/u/hx8egs.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></a></p><p>Click on <strong>Make Changes.</strong></p><p><strong></strong></p><p><strong></strong>8) Now go to the folder where you had saved your vBulletin files. Go to the <strong>upload</strong> folder. You'll see there are many files in there. Go inside <strong>Includes</strong> folder and then find the file <strong>config.php.new</strong></p><p><strong></strong>Rename it to <strong>config.php</strong></p><p>Now, open the file in Notepad/Notepad ++ </p><p>You'll see something like: </p><p><a href="http://screensnapr.com/u/hq70m7.png" target="_blank"><img src="http://screensnapr.com/u/hq70m7.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></a></p><p></p><p>Now find <strong>$config['Database']['dbname'] = 'forum';</strong></p><p>It's there on the 31st line</p><p> Quote:</p><p> // ****** DATABASE NAME ******</p><p> // This is the name of the database where your vBulletin will be located.</p><p> // This must be created by your webhost.</p><p>$config['Database']['dbname'] = '<strong>forum</strong>'; </p><p>Change <strong>forum</strong> to what ever your database name was.</p><p></p><p>Now find <strong>$config['Database']['technicalemail'] = 'dbmaster@example.com';</strong></p><p>It's there on the 40th line</p><p> Quote:</p><p> // ****** TECHNICAL EMAIL ADDRESS ******</p><p> // If any database errors occur, they will be emailed to the address specified here.</p><p> // Leave this blank to not send any emails when there is a database error.</p><p>$config['Database']['technicalemail'] = '<strong>dbmaster@example.com</strong>'; </p><p>Change <strong>dbmaster@example.com </strong>to your email address.</p><p></p><p>Now find </p><p>$config['MasterServer']['username'] = 'root';</p><p>$config['MasterServer']['password'] = '';</p><p>It's there on the 59th and 60th line</p><p></p><p> Quote:</p><p> // ****** MASTER DATABASE USERNAME & PASSWORD ******</p><p> // This is the username and password you use to access MySQL.</p><p> // These must be obtained through your webhost.</p><p>$config['MasterServer']['username'] = '<strong>root</strong>';</p><p>$config['MasterServer']['password'] = '';</p><p> </p><p>In Place of <strong>root</strong> add your <strong>database <em>username</em></strong> and between the '' add your pass</p><p>So finally it'll look like</p><p> Quote:</p><p> $config['MasterServer']['username'] = '<strong>my username here</strong>';</p><p>$config['MasterServer']['password'] = '<strong>my pass here</strong>'; </p><p>9) Now you need to upload all the vBulletin files to <strong>public_html</strong> folder on your server. You'll need a FTP client for making your job easy. Get CuteFTP or FileZilla for it.</p><p>Your hosting provider must have given you FTP information.</p><p>It'll be something like </p><p><strong>Host</strong>: your-domain-name/ip-address</p><p><strong>Username:</strong> your-username</p><p><strong>Password: </strong>your-password</p><p></p><p>If you have CuteFTP then it'll look like:</p><p><a href="http://screensnapr.com/u/ocuhio.png" target="_blank"><img src="http://screensnapr.com/u/ocuhio.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></a></p><p>If you have FileZilla then it'll look like:</p><p><a href="http://screensnapr.com/u/m1j137.png" target="_blank"><img src="http://screensnapr.com/u/m1j137.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></a></p><p></p><p>The default port is 21.</p><p></p><p>10) Upload all the vBulletin files to your public_html folder.</p><p></p><p>11) Once done, point your browser to </p><p><a href="http://example.com/install/install.php" target="_blank">http://example.com/install/install.php</a></p><p>Where example.com is your domain name.</p><p></p><p>12) You'll see something like</p><p><a href="http://screensnapr.com/u/p6afpg.png" target="_blank"><img src="http://screensnapr.com/u/p6afpg.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></a></p><p></p><p>Press <strong>Next Step</strong> every time you see the button. </p><p>In step 9, you need to do some config</p><p><a href="http://screensnapr.com/u/kq5v98.png" target="_blank"><img src="http://screensnapr.com/u/kq5v98.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></a><strong></strong></p><p><strong>BB Title </strong>will the name of your forum (like, WarezXtremE.Org)</p><p>Once every thing is done, press <strong>Proceed</strong>.</p><p></p><p>Step 11 will ask you for you ID information</p><p><a href="http://screensnapr.com/u/1yk3oh.png" target="_blank"><img src="http://screensnapr.com/u/1yk3oh.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></a></p><p>Add your info and press <strong>Proceed</strong>.</p><p></p><p>The installation will complete and it'll point you to your AdminCP folder.</p><p>Delete install.php from /install and you'll be able to see your AdminCP <img src="http://www.wjunction.com/images/smilies/biggrin.gif" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p><span style="font-size: 12px"><em><strong>Congratulation! You successfully installed vBulletin!</strong></em></span></p><p></p><p>Your <strong>AdminCP</strong> will look like:</p><p><a href="http://screensnapr.com/u/5at74d.png" target="_blank"><img src="http://screensnapr.com/u/5at74d.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></a></p><p>Your <strong>Forum</strong> will look like:</p><p><a href="http://screensnapr.com/u/3oeqgs.png" target="_blank"><img src="http://screensnapr.com/u/3oeqgs.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></a></p><p></p><p><strong><em><u>Note:</u></em></strong> If you are using a nulled/keygenned vBulletin then don't forget to remove the file <strong>validator.php</strong> -- <strong><em><u>IMPORTANT</u></em></strong></p></blockquote><p></p>
[QUOTE="-Nipuna1989-, post: 7683855, member: 236720"] [b]How to install vBulletin.[/b] [B]How to install vBulletin.[/B] 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 [IMG]http://www.wjunction.com/images/smilies/happy.gif[/IMG] Using vBulletin 3.8.5 here. You can similarly install vBulletin 4.x too! 1) Buy a legit vBulletin account from [URL="http://www.vbulletin.com/"][B]here[/B][/URL] (I know most of the guys here are not going to buy it [IMG]http://www.wjunction.com/images/smilies/tongue.gif[/IMG] So get a nulled version from [URL="http://www.vbteam.info/"][B]here[/B][/URL]) 2) Once you get all the files, extract it into a folder on your desktop. You'll see something like: [URL="http://screensnapr.com/u/0yctao.png"][IMG]http://screensnapr.com/u/0yctao.png[/IMG][/URL] 3) The main files are there inside the [B]upload[/B] folder. 4) Open your cPanel and login with your credentials. After you login, find [B]Databases[/B]. It'll look something like: [URL="http://screensnapr.com/u/od8ql1.png"][IMG]http://screensnapr.com/u/od8ql1.png[/IMG][/URL] Click on [B]MySQL Databases[/B]. 5) Make a new database. [URL="http://screensnapr.com/u/rd47x4.png"][IMG]http://screensnapr.com/u/rd47x4.png[/IMG][/URL] 6) Scroll down to [B]MySQL Users[/B]. In [B]Username[/B] field, add anything you want. For password I recommend you to click on [B]Password generator[/B]. Copy the generated password to a safe place. You'll need it later. Then click on [B]Use Password[/B]. It'll automatically fill up the field. Click on [B]Create User[/B]. [URL="http://screensnapr.com/u/5pjb4t.png"][IMG]http://screensnapr.com/u/5pjb4t.png[/IMG][/URL] [URL="http://screensnapr.com/u/5b9opy.png"][IMG]http://screensnapr.com/u/5b9opy.png[/IMG][/URL] 7) Scroll down to [B]Add User To Database[/B]. Select your User and Database and click on [B]Add[/B]. You'll see something like this: [URL="http://screensnapr.com/u/hx8egs.png"][IMG]http://screensnapr.com/u/hx8egs.png[/IMG][/URL] Click on [B]Make Changes. [/B]8) Now go to the folder where you had saved your vBulletin files. Go to the [B]upload[/B] folder. You'll see there are many files in there. Go inside [B]Includes[/B] folder and then find the file [B]config.php.new [/B]Rename it to [B]config.php[/B] Now, open the file in Notepad/Notepad ++ You'll see something like: [URL="http://screensnapr.com/u/hq70m7.png"][IMG]http://screensnapr.com/u/hq70m7.png[/IMG][/URL] Now find [B]$config['Database']['dbname'] = 'forum';[/B] It's there on the 31st line Quote: // ****** 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'] = '[B]forum[/B]'; Change [B]forum[/B] to what ever your database name was. Now find [B]$config['Database']['technicalemail'] = 'dbmaster@example.com';[/B] It's there on the 40th line Quote: // ****** 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'] = '[B]dbmaster@example.com[/B]'; Change [B]dbmaster@example.com [/B]to your email address. Now find $config['MasterServer']['username'] = 'root'; $config['MasterServer']['password'] = ''; It's there on the 59th and 60th line Quote: // ****** 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'] = '[B]root[/B]'; $config['MasterServer']['password'] = ''; In Place of [B]root[/B] add your [B]database [I]username[/I][/B] and between the '' add your pass So finally it'll look like Quote: $config['MasterServer']['username'] = '[B]my username here[/B]'; $config['MasterServer']['password'] = '[B]my pass here[/B]'; 9) Now you need to upload all the vBulletin files to [B]public_html[/B] 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 [B]Host[/B]: your-domain-name/ip-address [B]Username:[/B] your-username [B]Password: [/B]your-password If you have CuteFTP then it'll look like: [URL="http://screensnapr.com/u/ocuhio.png"][IMG]http://screensnapr.com/u/ocuhio.png[/IMG][/URL] If you have FileZilla then it'll look like: [URL="http://screensnapr.com/u/m1j137.png"][IMG]http://screensnapr.com/u/m1j137.png[/IMG][/URL] The default port is 21. 10) Upload all the vBulletin files to your public_html folder. 11) Once done, point your browser to [URL]http://example.com/install/install.php[/URL] Where example.com is your domain name. 12) You'll see something like [URL="http://screensnapr.com/u/p6afpg.png"][IMG]http://screensnapr.com/u/p6afpg.png[/IMG][/URL] Press [B]Next Step[/B] every time you see the button. In step 9, you need to do some config [URL="http://screensnapr.com/u/kq5v98.png"][IMG]http://screensnapr.com/u/kq5v98.png[/IMG][/URL][B] BB Title [/B]will the name of your forum (like, WarezXtremE.Org) Once every thing is done, press [B]Proceed[/B]. Step 11 will ask you for you ID information [URL="http://screensnapr.com/u/1yk3oh.png"][IMG]http://screensnapr.com/u/1yk3oh.png[/IMG][/URL] Add your info and press [B]Proceed[/B]. 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 [IMG]http://www.wjunction.com/images/smilies/biggrin.gif[/IMG] [SIZE=3][I][B]Congratulation! You successfully installed vBulletin![/B][/I][/SIZE] Your [B]AdminCP[/B] will look like: [URL="http://screensnapr.com/u/5at74d.png"][IMG]http://screensnapr.com/u/5at74d.png[/IMG][/URL] Your [B]Forum[/B] will look like: [URL="http://screensnapr.com/u/3oeqgs.png"][IMG]http://screensnapr.com/u/3oeqgs.png[/IMG][/URL] [B][I][U]Note:[/U][/I][/B] If you are using a nulled/keygenned vBulletin then don't forget to remove the file [B]validator.php[/B] -- [B][I][U]IMPORTANT[/U][/I][/B] [/QUOTE]
Insert quotes…
Verification
Dawasata paya keeyak thibeda?
Post reply
Top
Bottom