How to run a vbulletin program on your pc

demo123

Member
Jun 24, 2007
131
0
0
Here are a couple of simple steps on how to run your vB on your PC:

Installing Apache, PHP, MySQL, phpMyAdmin, etc...
  • Download the newest version of PHPTriad (http://sourceforge.net/project/showf...ckage_id=93 90).
    • This is a very easy to use all-in-one pack.
  • Run the .exe, and let the installer do the job for you.
  • Now go to C:\apache\mysql\bin\, and run winmysqladmin.
    • If, and it probably will, it asks you for a password, enter root as password, and password as password.
  • Goto your start menu > PHPtriad > Apache Console > Stop Apache
  • Now go to start menu > PHPtriad > Apache Console > Start Apache
    • Note: Do NOT select "Restart Apache".
  • Now, Apache will pop up in a new window.
  • Simply minimize it.
    • Do NOT close it!
  • Now, open up c:\apache\htdocs\phpmyadmin\config.inc.php.
    • Find: $cfgServers[1]['password'] = '';
    • Between the '' tags, enter "password" WITHOUT the quotes
    • Save & Close
  • Now, your "webpage" is available at http://localhost!
Ok, nowthat we've installed and configured everything, we can start with the actuall vBulletin install!

Installing your vBulletin
  • Look at your task menu, and right click the traffic light icon.
  • Click "Show me"
  • Now, go to the databases tab.
  • Right click on the "Test" database
  • Click "Create Database".
  • In the window which just opened, enter the exact name which you gave to your online database. (If you're installing a new vBulletin forum on your local PC, you may call it anything you want. Do remember what you call it though).
  • Click "Create the Database" once you've entered a name.
  • Click "OK" on the error box which just poped up.
  • Now, press cancel, and it should bring you back to the databases tab.
  • Now, you have 2 options.
    • Follow these steps if you want to install a NEW vBULLETIN, if not, simply scroll down.
      • Download a new vBulletin copy from the members area.
      • Extract it to: c:\apache\htdocs\forum
      • Open up c:\apache\htdocs\forum\includes\config.php.
        • Set the the servername to "localhost" (without quotes)
        • Set NO dbusername and NO dbuserpassword!
        • Set the database name to the name of the database you created a couple of steps above.
        • Now install vBulletin, and follow vBulletin's steps.
    • Follow these steps if you want to install your online vBulletin Board on your PC.
      • Download your vBulletin files from your FTP
      • Download you Database from your host.
      • Rename your database file to vbulletin.sql
      • Go to http://localhost/phpmyadmin
      • Go to the database you created a couple of steps ago.
      • Click the "import" tab.
      • Find this text: "Or Location of the textfile :" (without quotes)
      • Bellow it, there should be a "browse" button.
      • Click it.
      • Browse to your vbulletin.sql file, and select it
      • Now, click the "Go" button. ONLY CLICK THIS ONCE
      • Get yourself a cup of coffee, because this might take a while.
      • When its done, it will most likely say "No tables found". Just ignore that.
  • Go to http://localhost/forum/admincp
  • Log in
    • If you can NOT log in, follow these steps.
      • Go to http://localhost/phpmyadmin, and open your database.
      • Open up the table "datastore" (BROWSE it)
      • Open up "options" (inside the database)
      • Find (where XXXX is your cookie domain you set when your board was online.


        cookiedomain";s:0:"XXXX"​


      • REMOVE the cookiedomain text. sothat it will look like this:


        cookiedomain";s:0:""​



      • Go back to your database.
      • Now browse the SETTING table.
      • Find the "cookiedomain" field.
      • Edit it, and empty the "value" box.
  • Thats it! You're done!
IF IT SAYS THE DATABASE IS EMPTY, JUST IGNORE THAT! FOLLOW THE REST OF THE STEPS, AND YOU WILL SEE IT WORKS!
 

x-pert

Member
Jun 13, 2006
20,952
77
0
Hey dude... You are a loser man.... Try to do something on your own man....

Atleast acknowledge the source dude.... The original poster of the stuff you post must have gone through a lot of trouble to compile them... That's not for you guys to post as your own dude.... Be a man and have a life buddy...


Here ya go, the exact same article by Deaths from http://www.vbulletin.org/forum/archive/index.php/t-79539.html

I know there is a guide like this out already, and it's created by TECK.
However, his guide is outdated, and the download links are no longer valid.

So, I though I'd tell you how I did it :)

Please do NOT distribute this guide outside of vBulletin.org! If you wish to put it on your site, contact me by PM!Here are a couple of simple steps on how to run your vB on your PC: (HEY demo guy... DID YOU PM THE ORIGINAL POSTER) :lol:

Installing Apache, PHP, MySQL, phpMyAdmin, etc...

Download the newest version of PHPTriad (http://sourceforge.net/project/showfiles.php?group_id=9325&package_id=9390).
This is a very easy to use all-in-one pack.
Run the .exe, and let the installer do the job for you.
Now go to C:\apache\mysql\bin\, and run winmysqladmin.
If, and it probably will, it asks you for a password, enter root as password, and password as password.
Goto your start menu > PHPtriad > Apache Console > Stop Apache
Now go to start menu > PHPtriad > Apache Console > Start Apache
Note: Do NOT select "Restart Apache".
Now, Apache will pop up in a new window.
Simply minimize it.
Do NOT close it!
Now, open up c:\apache\htdocs\phpmyadmin\config.inc.php.
Find: $cfgServers[1]['password'] = '';
Between the '' tags, enter "password" WITHOUT the quotes
Save & Close

Now, your "webpage" is available at http://localhost!


Ok, nowthat we've installed and configured everything, we can start with the actuall vBulletin install!

Installing your vBulletin

Look at your task menu, and right click the traffic light icon.
Click "Show me"
Now, go to the databases tab.
Right click on the "Test" database
Click "Create Database".
In the window which just opened, enter the exact name which you gave to your online database. (If you're installing a new vBulletin forum on your local PC, you may call it anything you want. Do remember what you call it though).
Click "Create the Database" once you've entered a name.
Click "OK" on the error box which just poped up.
Now, press cancel, and it should bring you back to the databases tab.
Now, you have 2 options.
Follow these steps if you want to install a NEW vBULLETIN, if not, simply scroll down.

Download a new vBulletin copy from the members area.
Extract it to: c:\apache\htdocs\forum
Open up c:\apache\htdocs\forum\includes\config.php.
Set the the servername to "localhost" (without quotes)
Set NO dbusername and NO dbuserpassword!
Set the database name to the name of the database you created a couple of steps above.
Now install vBulletin, and follow vBulletin's steps.

Follow these steps if you want to install your online vBulletin Board on your PC.

Download your vBulletin files from your FTP
Download you Database from your host.
Rename your database file to vbulletin.sql
Go to http://localhost/phpmyadmin
Go to the database you created a couple of steps ago.
Click the "import" tab.
Find this text: "Or Location of the textfile :" (without quotes)
Bellow it, there should be a "browse" button.
Click it.
Browse to your vbulletin.sql file, and select it
Now, click the "Go" button. ONLY CLICK THIS ONCE
Get yourself a cup of coffee, because this might take a while.
When its done, it will most likely say "No tables found". Just ignore that.


Go to http://localhost/forum/admincp
Log in
If you can NOT log in, follow these steps.

Go to http://localhost/phpmyadmin, and open your database.
Open up the table "datastore" (BROWSE it)

Open up "options" (inside the database)
Find (where XXXX is your cookie domain you set when your board was online.


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


REMOVE the cookiedomain text. sothat it will look like this:

Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


Go back to your database.
Now browse the SETTING table.
Find the "cookiedomain" field.
Edit it, and empty the "value" box.

Thats it! You're done!


IF IT SAYS THE DATABASE IS EMPTY, JUST IGNORE THAT! FOLLOW THE REST OF THE STEPS, AND YOU WILL SEE IT WORKS!
You can now start playing around with your offline vBulletin copy, without having to worry about your members :)
 

demo123

Member
Jun 24, 2007
131
0
0
cool

Machan I am not try to be elakiri.com eka tula aiya wanna

here I did is sharing

In every forums - all the guyz doing that most of the people

But some post in this elakiri.com forum my own once

so it's a mix

and the vbulletin download links woking fine 4 me machan

and machan I have done this
vbulletin on my pc - for me it's working

I know You found same as this post in vb forum but

Here are a couple of simple steps on how to run your vB on your PC:

Installing Apache, PHP, MySQL, phpMyAdmin, etc...
  • Download the newest version of PHPTriad (http://sourceforge.net/project/showf...ckage_id=93 90).
    • This is a very easy to use all-in-one pack.
  • Run the .exe, and let the installer do the job for you.
  • Now go to C:\apache\mysql\bin\, and run winmysqladmin.
    • If, and it probably will, it asks you for a password, enter root as password, and password as password.
  • Goto your start menu > PHPtriad > Apache Console > Stop Apache
  • Now go to start menu > PHPtriad > Apache Console > Start Apache
    • Note: Do NOT select "Restart Apache".
  • Now, Apache will pop up in a new window.
  • Simply minimize it.
    • Do NOT close it!
  • Now, open up c:\apache\htdocs\phpmyadmin\config.inc.php.
    • Find: $cfgServers[1]['password'] = '';
    • Between the '' tags, enter "password" WITHOUT the quotes
    • Save & Close
  • Now, your "webpage" is available at http://localhost!
Ok, nowthat we've installed and configured everything, we can start with the actuall vBulletin install!

Installing your vBulletin
  • Look at your task menu, and right click the traffic light icon.
  • Click "Show me"
  • Now, go to the databases tab.
  • Right click on the "Test" database
  • Click "Create Database".
  • In the window which just opened, enter the exact name which you gave to your online database. (If you're installing a new vBulletin forum on your local PC, you may call it anything you want. Do remember what you call it though).
  • Click "Create the Database" once you've entered a name.
  • Click "OK" on the error box which just poped up.
  • Now, press cancel, and it should bring you back to the databases tab.
  • Now, you have 2 options.
    • Follow these steps if you want to install a NEW vBULLETIN, if not, simply scroll down.
      • Download a new vBulletin copy from the members area.
      • Extract it to: c:\apache\htdocs\forum
      • Open up c:\apache\htdocs\forum\includes\config.php.
        • Set the the servername to "localhost" (without quotes)
        • Set NO dbusername and NO dbuserpassword!
        • Set the database name to the name of the database you created a couple of steps above.
        • Now install vBulletin, and follow vBulletin's steps.
    • Follow these steps if you want to install your online vBulletin Board on your PC.
      • Download your vBulletin files from your FTP
      • Download you Database from your host.
      • Rename your database file to vbulletin.sql
      • Go to http://localhost/phpmyadmin
      • Go to the database you created a couple of steps ago.
      • Click the "import" tab.
      • Find this text: "Or Location of the textfile :" (without quotes)
      • Bellow it, there should be a "browse" button.
      • Click it.
      • Browse to your vbulletin.sql file, and select it
      • Now, click the "Go" button. ONLY CLICK THIS ONCE
      • Get yourself a cup of coffee, because this might take a while.
      • When its done, it will most likely say "No tables found". Just ignore that.
  • Go to http://localhost/forum/admincp
  • Log in
    • If you can NOT log in, follow these steps.
      • Go to http://localhost/phpmyadmin, and open your database.
      • Open up the table "datastore" (BROWSE it)
      • Open up "options" (inside the database)
      • Find (where XXXX is your cookie domain you set when your board was online.


        cookiedomain";s:0:"XXXX"​


      • REMOVE the cookiedomain text. sothat it will look like this:


        cookiedomain";s:0:""​



      • Go back to your database.
      • Now browse the SETTING table.
      • Find the "cookiedomain" field.
      • Edit it, and empty the "value" box.
  • Thats it! You're done!
IF IT SAYS THE DATABASE IS EMPTY, JUST IGNORE THAT! FOLLOW THE REST OF THE STEPS, AND YOU WILL SEE IT WORk


also working fine if you not sure try it and see


:cool:
 
Last edited:

x-pert

Member
Jun 13, 2006
20,952
77
0
Mix ekak wenna athi.

But when you're posting some other one's knowledge or findings, be genuine to mention the source.

Do you work like this @ your work place... Damn... That's bad...
 

demo123

Member
Jun 24, 2007
131
0
0
Do you work like this @ your work place... Damn... That's bad...

It means your mad with me

Machan Thanks for your advice

This is sri lanka

Mata Lagadi that kind of seen happened to me - onama thanaka
Happening these things


Apita samajaya correct Karanna cannot

This is why sri lanka still a developing country


Ok machan keep it up on your good work

 
Last edited:

GTRZ

Administrator
Staff member
  • Apr 27, 2006
    19,480
    10,860
    113
    You just post other peoples video and say yours, other people articles and say yours man i think you did some IT/tech degree right? So you know referencing system? how to quote and how to avoid plagiarism? I think most SL univs using UK standards and most set by BCS to SL univs so know Harvard referencing system?

    This thread and the other thread which says about making web pages load faster both are copy paste from vbulletin mods forum. I am an active and licensed user there.

    And about installing pirate or nulled vbulletin i got to say only 1 thing. You will get caught! 99% sure! Its NOT like pirate OS or PC software where you will hardly get caught.
     

    x-pert

    Member
    Jun 13, 2006
    20,952
    77
    0
    GTRZ said:
    You just post other peoples video and say yours, other people articles and say yours man i think you did some IT/tech degree right? So you know referencing system? how to quote and how to avoid plagiarism? I think most SL univs using UK standards and most set by BCS to SL univs so know Harvard referencing system?

    This thread and the other thread which says about making web pages load faster both are copy paste from vbulletin mods forum. I am an active and licensed user there.

    And about installing pirate or nulled vbulletin i got to say only 1 thing. You will get caught! 99% sure! Its NOT like pirate OS or PC software where you will hardly get caught.

    Ha ha ubath dakkada mooge posts tika.... Okkoma ehen mehen aran Ctrl+c and Ctrl+v karapuwa okkoma...

    Mun koheda bung danne Harverd Referencing... haha :lol: mama hithanne naha machang....

    Me wage unta ooni thamun ela wada kaaraya kiyala pennanna anith minissunge pihiten... Wadak naah katha kalla machang.... :no:

    Virtusa eka gana dukai :lol:

    Mama dakka me post eka vbulletin eke. eekai mama eeka damme kattiyata danaganna meyaage wada...
    (Uba dannawane mamath oowala innawa kiyala ;))

    E post eka daapu kena kelinma kiyalath thiyanawa not to post it elsewhere.... But meka daala :lol: :lol: Ingirisi wath kiyawanna barida koheda :lol: :lol:
     
    Last edited:

    demo123

    Member
    Jun 24, 2007
    131
    0
    0
    You just post other peoples video and say yours, other people articles and say yours man i think you did some IT/tech degree right? So you know referencing system? how to quote and how to avoid plagiarism? I think most SL univs using UK standards and most set by BCS to SL univs so know Harvard referencing system?

    This thread and the other thread which says about making web pages load faster both are copy paste from vbulletin mods forum. I am an active and licensed user there.

    And about installing pirate or nulled vbulletin i got to say only 1 thing. You will get caught! 99% sure! Its NOT like pirate OS or PC software where you will hardly get caught.

    Machan Mama Kohewat didn't right this one is created by me

    So machan owna podi porakata can Understand - this post a copy1 or not

    but macahn that exe thing created by me
    and the video elakiri.com links action script done
    by me - video is some other person

    I also take that video from youtunbe

    I didn't said that video is done by me

    Machan here my lot of topic are sharing ( not every one ) - if some post
    Important - that person will read and learn



    natuwa meka copy 1 da

    originals the keyaka hoya hoya not waiting machan


    lot of guyz said thanks 4 sharing




    I don't know about you and this pissu pora x-pert


    I think ,For U guyz - Mama Post Karana Eka Big Prob :



    Ok machan I am not post here again ( elakiri.com)


    i'll do reply to other post and share



    I think now you guyz Happy !!! ;)



    ******************************************************


    to x-pert

    Me wage unta ooni thamun ela wada kaaraya kiyala pennanna anith minissunge pihiten... Wadak naah katha kalla machang.... :no:

    Virtusa eka gana dukai

    I think he misunderstand my reply

    Do you work like this @ your work place... Damn... That's bad...

    It means your mad with me

    Machan Thanks for your advice

    This is sri lanka

    Mata Lagadi that kind of seen happened to me - onama thanaka
    Happening these things


    Apita samajaya correct Karanna cannot

    This is why sri lanka still a developing country


    Ok machan keep it up on your good work


    E post eka daapu kena kelinma kiyalath thiyanawa not to post it elsewhere.... But meka daala :lol: :lol: Ingirisi wath kiyawanna barida koheda :lol: :lol:

    :D:D:D:D

    E post I Cleanly put authors links and download link

    I also find it from some other warez site

    But meka daala

    :D:D:D:D

    that ebooks are value - one book is 150$ i think (not sure )

    but here we can download it free



    Me wage unta ooni thamun ela wada kaaraya kiyala pennanna anith minissunge pihiten... Wadak naah katha kalla machang.... :no:

    Virtusa eka gana dukai


    Makata Matada hena :D:D:D:D:D:D


    Date of Birth:
    December 12, 1982
    Age:
    24
    Biography:
    Hmm.... Yeah.... You have to get to know about me to get to know about me...!! LOL
    Location:
    Future..!!!
    Interests:
    Reading, swimming,
    Occupation:
    Consultant / Administrator


    Consultant / Administrator Porak Bolada Katha Liyanawata

    Update Profile as

    Interests:
    Reading, swimming, bolada Katha

    Mokada
    200% Correct :lol:

    Mata Machan uba
    gana dukai - Mokada Bolada Katha Liyanawata :D:D:D:D:D:D

    *******************************************
    have a life man ;)













     

    demo123

    Member
    Jun 24, 2007
    131
    0
    0
    hehe he thinks vbulletin is a big deal so posting all vbulletin stuff. :lol:

    Okay check this Jive Forums software. $14,950
    http://www.jivesoftware.com/products/forums/

    now you got something to impress others. thanks and cool huh ?
    Ado Jive Forums guyz mad

    jive Forums software. $14,950

    Users Clearspace X per server/per year *
    Jive Forums per server/per year *
    1000 $4,950 $1,950 5000 $9,950 $4,950 20000 $19,950 $9,950 Unlimited (server) $29,950 $14,950

    he he he
     

    x-pert

    Member
    Jun 13, 2006
    20,952
    77
    0
    Ha ha ha :lol:

    Machang Ravi,

    Kauda kiyala hodata kiyawala balahan bolada katha liyala thiyanne...
    Yako wadak karapan prayojanawath, nikan videos edit kara kara post karanne nathuwa... :lol:

    vbulletin haha :lol:

    Uba ubatama hina weyan :lol:
     

    demo123

    Member
    Jun 24, 2007
    131
    0
    0
    Machang Ravi,

    Kauda kiyala hodata kiyawala balahan bolada katha liyala thiyanne...
    Yako wadak karapan prayojanawath, nikan videos edit kara kara post karanne nathuwa...
    x-pert Control your anger Issues

    Machan I’ll decide what to do or not (prayojanawath or anything )

    your Arnungay Problem Oluwata Daganna Hadanawa

    If elakiri admin people Having Issues with me, if I am not listening, they will ban

    So you don’t worry about my issues

    Kohomath machan u have emotion – arnungay Problem finding & having fun type action

    Now admin warn me again so now I am not posting

    Now this issue will over

    I am not angry with u & I’ve nothing to talk with u

    So good luck prayojanawath man

    I don’t no u r doing some position here or not ( in elakiri.com )

    If not

    Hey elakiri admins I think e-xpert good for Mod job here ( elakiri.com )

    He likes to find other people Problems – Ela Pora :yes:
     

    GTRZ

    Administrator
    Staff member
  • Apr 27, 2006
    19,480
    10,860
    113
    demo123 said:
    Ado Jive Forums guyz mad

    jive Forums software. $14,950

    Users Clearspace X per server/per year *
    Jive Forums per server/per year *
    1000 $4,950 $1,950 5000 $9,950 $4,950 20000 $19,950 $9,950 Unlimited (server) $29,950 $14,950

    he he he

    Electronic Arts(EA), ESPN, CNET etc.. using it so all of them are mad? or you can't find warez of Jive's software? :lol:
    Latest nulled version also out but you will get caught in no time.
     

    GTRZ

    Administrator
    Staff member
  • Apr 27, 2006
    19,480
    10,860
    113
    demo123 i can easily ban you but i have seen tons of people like you. Some change and learn from the mistakes. So still i'm giving chances to you.
    X-pert giving superb support to the whole community by dedicating his time on ElaKiri. Don't try to disgrace but try to be someone who really valuable to the community like x-pert.
     

    demo123

    Member
    Jun 24, 2007
    131
    0
    0
    demo123 i can easily ban you but i have seen tons of people like you. Some change and learn from the mistakes. So still i'm giving chances to you.
    X-pert giving superb support to the whole community by dedicating his time on ElaKiri. Don't try to disgrace but try to be someone who really valuable to the community like x-pert.

    Thanks for your Advice
    Your also becoming good admin in elakiri Some change and learn from the mistakes. (back to u again )

    you can give me chance or not - u ban me or not - It's up to u !! - It Won’t be a Problem 4 me & I didn't Disgrace x-pert - I said he is good for a mod post.

    Electronic Arts(EA), ESPN, CNET etc.. using it so all of them are mad? or you can't find warez of Jive's software? :lol:
    Latest nulled version also out but you will get caught in no time.

    Balan gihama admin also saying bolada Katha - Elakiri.com ma thama
     
    Last edited:

    demo123

    Member
    Jun 24, 2007
    131
    0
    0
    how to do it using XAMPP???
    Machan I tell you how to do that later - If I Exist as demo123 in elakiri.com 0r I'll email to u or


    In pvt Message becoz I cannot post here - I think U Know what is a Problem I am Having here