Is it easy to put up vBulletin if you are useless at:

Discussion in 'vBulletin' started by mcfox, Nov 5, 2005.

  1. #1
    Is it easy to put up vBulletin if you are useless at:
    Apache
    MySql
    PHP
    Programming in general​

    ??

    I really want to set up a vBulletin forum but I'm crap at all of the above. By crap, I mean, really crap. I can't even get Apache to talk to PHP on my home computer. Dunno what's going on there. :eek:

    I can probably set up a MySql database on the site but only because there is a button that does it for me. What else do I need to know to get vBulletin up and running? I'll get a license, etc. but what's the point if I can't get the board up?

    <sigh>
     
    mcfox, Nov 5, 2005 IP
  2. lorien1973

    lorien1973 Notable Member

    Messages:
    12,206
    Likes Received:
    601
    Best Answers:
    0
    Trophy Points:
    260
    #2
    yeah, if you can ftp, you can install vbulletin
     
    lorien1973, Nov 5, 2005 IP
  3. mcfox

    mcfox Wind Maker

    Messages:
    7,526
    Likes Received:
    716
    Best Answers:
    0
    Trophy Points:
    360
    #3
    I can ftp! I have a program with a button that does that! :cool:
     
    mcfox, Nov 5, 2005 IP
  4. just-4-teens

    just-4-teens Peon

    Messages:
    3,967
    Likes Received:
    168
    Best Answers:
    0
    Trophy Points:
    0
    #4
    im crap at all mentioned above (minus FTP) and my vbulletin forum is running just fine :) its just a case of download, unpacking, uploading files to server and running the automatic installer, oh and creating a mysql database (or using an existing one)
     
    just-4-teens, Nov 5, 2005 IP
  5. mcfox

    mcfox Wind Maker

    Messages:
    7,526
    Likes Received:
    716
    Best Answers:
    0
    Trophy Points:
    360
    #5
    Excellent! I'm in with a fighting chance of getting a forum up and running then. :)
     
    mcfox, Nov 5, 2005 IP
  6. minstrel

    minstrel Illustrious Member

    Messages:
    15,082
    Likes Received:
    1,243
    Best Answers:
    0
    Trophy Points:
    480
    #6
    Sometimes it's like that with my kids too... :eek:
     
    minstrel, Nov 6, 2005 IP
  7. Bryan

    Bryan Active Member

    Messages:
    306
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    58
    #7
    I am clueless at the stuff you mentioned, but managed to install vbulletin and hacks.

    Even if you can't, I'm sure you can find someone to install it for a small fee.
     
    Bryan, Nov 6, 2005 IP
  8. mcfox

    mcfox Wind Maker

    Messages:
    7,526
    Likes Received:
    716
    Best Answers:
    0
    Trophy Points:
    360
    #8
    OK! No-one mentioned .htaccess and configuring for php (or something like that). Bah!
     
    mcfox, Nov 6, 2005 IP
  9. daboss

    daboss Guest

    Messages:
    2,249
    Likes Received:
    151
    Best Answers:
    0
    Trophy Points:
    0
    #9
    mcfox, if you can use this forum (dp), i'm sure you can install vb... it's actually quite simple and you don't need to be very technical... :)
     
    daboss, Nov 6, 2005 IP
  10. mcfox

    mcfox Wind Maker

    Messages:
    7,526
    Likes Received:
    716
    Best Answers:
    0
    Trophy Points:
    360
    #10
    You'd be surprised at the view from inside my head. :eek:

    I thought I would have a go at installing Wordpress first of all to see how I got on. I am now about to give up in disgust, at least for a while anyway. Apparently I need to do something clever with .htaccess. Since this does not involve cutting 'n' pasting but something more complex, I am at a loss. :eek: :eek:
     
    mcfox, Nov 6, 2005 IP
  11. Bryan

    Bryan Active Member

    Messages:
    306
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    58
    #11
    For wordpress you just need to create a mysql database and plug in the details into the config.php files...I'd imagine VB is similar, haven't installed it in awhile.
     
    Bryan, Nov 6, 2005 IP
  12. just-4-teens

    just-4-teens Peon

    Messages:
    3,967
    Likes Received:
    168
    Best Answers:
    0
    Trophy Points:
    0
    #12
    heres the stuff that needs to go in the wordpress .htaccess file
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^.*$ - [S=43]
    RewriteRule ^feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?&feed=$1 [QSA,L]
    RewriteRule ^(feed|rdf|rss|rss2|atom)/?$ /index.php?&feed=$1 [QSA,L]
    RewriteRule ^page/?([0-9]{1,})/?$ /index.php?&paged=$1 [QSA,L]
    RewriteRule ^comments/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?&feed=$1&withcomments=1 [QSA,L]
    RewriteRule ^comments/(feed|rdf|rss|rss2|atom)/?$ /index.php?&feed=$1&withcomments=1 [QSA,L]
    RewriteRule ^comments/page/?([0-9]{1,})/?$ /index.php?&paged=$1 [QSA,L]
    RewriteRule ^search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?s=$1&feed=$2 [QSA,L]
    RewriteRule ^search/(.+)/(feed|rdf|rss|rss2|atom)/?$ /index.php?s=$1&feed=$2 [QSA,L]
    RewriteRule ^search/(.+)/page/?([0-9]{1,})/?$ /index.php?s=$1&paged=$2 [QSA,L]
    RewriteRule ^search/(.+)/?$ /index.php?s=$1 [QSA,L]
    RewriteRule ^category/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?category_name=$1&feed=$2 [QSA,L]
    RewriteRule ^category/(.+)/(feed|rdf|rss|rss2|atom)/?$ /index.php?category_name=$1&feed=$2 [QSA,L]
    RewriteRule ^category/(.+)/page/?([0-9]{1,})/?$ /index.php?category_name=$1&paged=$2 [QSA,L]
    RewriteRule ^category/(.+)/?$ /index.php?category_name=$1 [QSA,L]
    RewriteRule ^author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?author_name=$1&feed=$2 [QSA,L]
    RewriteRule ^author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ /index.php?author_name=$1&feed=$2 [QSA,L]
    RewriteRule ^author/([^/]+)/page/?([0-9]{1,})/?$ /index.php?author_name=$1&paged=$2 [QSA,L]
    RewriteRule ^author/([^/]+)/?$ /index.php?author_name=$1 [QSA,L]
    RewriteRule ^([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?year=$1&monthnum=$2&day=$3&feed=$4 [QSA,L]
    RewriteRule ^([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$ /index.php?year=$1&monthnum=$2&day=$3&feed=$4 [QSA,L]
    RewriteRule ^([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$ /index.php?year=$1&monthnum=$2&day=$3&paged=$4 [QSA,L]
    RewriteRule ^([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$ /index.php?year=$1&monthnum=$2&day=$3 [QSA,L]
    RewriteRule ^([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?year=$1&monthnum=$2&feed=$3 [QSA,L]
    RewriteRule ^([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$ /index.php?year=$1&monthnum=$2&feed=$3 [QSA,L]
    RewriteRule ^([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$ /index.php?year=$1&monthnum=$2&paged=$3 [QSA,L]
    RewriteRule ^([0-9]{4})/([0-9]{1,2})/?$ /index.php?year=$1&monthnum=$2 [QSA,L]
    RewriteRule ^([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?year=$1&feed=$2 [QSA,L]
    RewriteRule ^([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$ /index.php?year=$1&feed=$2 [QSA,L]
    RewriteRule ^([0-9]{4})/page/?([0-9]{1,})/?$ /index.php?year=$1&paged=$2 [QSA,L]
    RewriteRule ^([0-9]{4})/?$ /index.php?year=$1 [QSA,L]
    RewriteRule ^([0-9]{1,2})/([0-9]{4})/([^/]+)/trackback/?$ /index.php?monthnum=$1&year=$2&name=$3&tb=1 [QSA,L]
    RewriteRule ^([0-9]{1,2})/([0-9]{4})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?monthnum=$1&year=$2&name=$3&feed=$4 [QSA,L]
    RewriteRule ^([0-9]{1,2})/([0-9]{4})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ /index.php?monthnum=$1&year=$2&name=$3&feed=$4 [QSA,L]
    RewriteRule ^([0-9]{1,2})/([0-9]{4})/([^/]+)/page/?([0-9]{1,})/?$ /index.php?monthnum=$1&year=$2&name=$3&paged=$4 [QSA,L]
    RewriteRule ^([0-9]{1,2})/([0-9]{4})/([^/]+)(/[0-9]+)?/?$ /index.php?monthnum=$1&year=$2&name=$3&page=$4 [QSA,L]
    RewriteRule ^([0-9]{1,2})/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?monthnum=$1&year=$2&feed=$3 [QSA,L]
    RewriteRule ^([0-9]{1,2})/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$ /index.php?monthnum=$1&year=$2&feed=$3 [QSA,L]
    RewriteRule ^([0-9]{1,2})/([0-9]{4})/page/?([0-9]{1,})/?$ /index.php?monthnum=$1&year=$2&paged=$3 [QSA,L]
    RewriteRule ^([0-9]{1,2})/([0-9]{4})/?$ /index.php?monthnum=$1&year=$2 [QSA,L]
    RewriteRule ^([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?monthnum=$1&feed=$2 [QSA,L]
    RewriteRule ^([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$ /index.php?monthnum=$1&feed=$2 [QSA,L]
    RewriteRule ^([0-9]{1,2})/page/?([0-9]{1,})/?$ /index.php?monthnum=$1&paged=$2 [QSA,L]
    RewriteRule ^([0-9]{1,2})/?$ /index.php?monthnum=$1 [QSA,L]
    </IfModule>
    Code (markup):
     
    just-4-teens, Nov 6, 2005 IP
  13. mcfox

    mcfox Wind Maker

    Messages:
    7,526
    Likes Received:
    716
    Best Answers:
    0
    Trophy Points:
    360
    #13
    Thanks for that. I don't think it's what I'm looking for just yet.

    I'm talking about telling something on the server to do something with php ... or something like that. Pretty basic probably but I haven't got a clue and the helpfiles on the host aren't very helpful. Nor is the feeling of panic when I look at it all. :eek:
     
    mcfox, Nov 6, 2005 IP
  14. minstrel

    minstrel Illustrious Member

    Messages:
    15,082
    Likes Received:
    1,243
    Best Answers:
    0
    Trophy Points:
    480
    #14
    I don't think you need to do anything like that to install vBulletin, McFox...
     
    minstrel, Nov 6, 2005 IP
  15. piniyini

    piniyini Well-Known Member

    Messages:
    514
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    170
    #15
    Before purchasing VB to see if you can get it running or not, try phpBB (or any other) to see if you can. If so, you will easily be able to get VB to work.
     
    piniyini, Nov 6, 2005 IP
  16. mcfox

    mcfox Wind Maker

    Messages:
    7,526
    Likes Received:
    716
    Best Answers:
    0
    Trophy Points:
    360
    #16
    er, I think I've broken the database :eek:
     
    mcfox, Nov 6, 2005 IP
  17. piniyini

    piniyini Well-Known Member

    Messages:
    514
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    170
    #17
    The db can auto-repair itself so dont worry about that. What were you trying to do?
     
    piniyini, Nov 6, 2005 IP
  18. mcfox

    mcfox Wind Maker

    Messages:
    7,526
    Likes Received:
    716
    Best Answers:
    0
    Trophy Points:
    360
    #18
    Well, after much effort, hair-pulling and general gnashing of teeth, I thought I'd carefully read the instructions; whereupon I discovered that the version of MySQL I was trying to install Wordpress upon was an earlier version than that required. Who would've thought?

    Why was I trying to install Wordpress I hear you ask? Well, I thought, wrongly, that installing Wordpress would be a good precursor to installing VBulletin and would give me some much-needed practice.

    Anyhoo, after realising the error, I uploaded the test file for vBulletin. I then tried to create a database for vBulletin to run the test file on but what was previously a one-button operation is now spitting out errors and won't create a new database.
     
    mcfox, Nov 6, 2005 IP
  19. piniyini

    piniyini Well-Known Member

    Messages:
    514
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    170
    #19
    Which version of MySql are you using? It shouldn't really matter, if you want some help contact me on msn messenger.

    Should be a piece of cake!
     
    piniyini, Nov 6, 2005 IP
  20. mcfox

    mcfox Wind Maker

    Messages:
    7,526
    Likes Received:
    716
    Best Answers:
    0
    Trophy Points:
    360
    #20
    Thanks for the offer but if I don't figure it out for myself, I will be condemned to repeat the same mistakes. : o /
     
    mcfox, Nov 6, 2005 IP