Your HostICan Community  


Go Back   Your HostICan Community > Programming & Design > PHP / MySQL Assistance

PHP / MySQL Assistance We understand. Not all of you are experienced programmers, but some of you are highly skilled at coding. So we've set aside this forum so you can ask questions, and provide answers to the most commonly asked PHP / MySQL issues.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 10-13-2007, 06:03 PM
Sunray1 Sunray1 is offline
Member
 
Join Date: Oct 2007
Posts: 42
Arrow uploading vBulletin

Is there anyone online that can give some guidance.

I have downloaded vBulletin, however when I go to upload through File Manager on cPanel, there is a long list of files that are singular to upload.

Can I place them in one file for uploading. (am I making any sense)

Thanks,
Reply With Quote
  #2  
Old 10-13-2007, 06:26 PM
Shazam's Avatar
Shazam Shazam is offline
Forum Whip-Cracker
 
Join Date: Sep 2007
Location: Scottsdale, AZ
Posts: 933
Default

Quote:
Originally Posted by Sunray1 View Post
Is there anyone online that can give some guidance.

I have downloaded vBulletin, however when I go to upload through File Manager on cPanel, there is a long list of files that are singular to upload.

Can I place them in one file for uploading. (am I making any sense)

Thanks,
The raw files in your Upload folder need to be uploaded to the folder you've set on your site for this forum (I use forum or forums, myself).

You should be able to select all of them for this task, no problem.

If cPanel isn't doing it for you, use a separate FTP client. On a Mac, I use Transmit, and there are lots of these on the Windows platform too.

The most important thing, though, is to read Jelsoft's instructions carefully about setting up your vBulletin forum. I can help guide you through that, if you wish. But it's pretty straightforward.

Denis has the precise instructions for the full process in the next message:
__________________
Best,
Shazam
HostICan Community Superhero
Reply With Quote
  #3  
Old 10-13-2007, 06:27 PM
lnxcode's Avatar
lnxcode lnxcode is offline
The British Kid
 
Join Date: Sep 2007
Location: Richmond, VA
Posts: 1,906
Send a message via AIM to lnxcode Send a message via Skype™ to lnxcode
Default

Hello,

Personally, this is what I would do:
  1. Upload all my files for vbulletin using file-zille (FileZilla - The free FTP solution)
  2. upload them into /public_html/fourm
  3. once uploaded... go into cpanel
  4. Make a database, username, password
  5. apply the username to the database name
  6. in my ftp go to /public_html/forum/includes/
  7. download config.php
  8. update all the settings for: username, password, database name
  9. upload the revised copy
  10. go to http://yourdomain.com/forum/install (or where ever the installer file is located)
  11. Follow the on screen instructions.....
Thats it....
__________________
Thanks,

Denis Motova
Affiliate / Operations Manager

HostICan Answers | HostICan Newsletter | HostICan Blog | Become a HostICan Affiliate | Create a Support Ticket.
Reply With Quote
  #4  
Old 10-13-2007, 09:02 PM
Sunray1 Sunray1 is offline
Member
 
Join Date: Oct 2007
Posts: 42
Arrow

Okay, here's what I've done thus far:

-I changed the config php file per vBulletins instructions
-I created a dbase for forums

Now I'm at the editing configuration file. I have about six edits to make here. (I know nothing about writing code, so this should be interesting)

I am taking your advisement on the rest. Please be on standby in case I make a mistake. I promise to update as I go along so you are not waiting in vain.

Here goes.....
Reply With Quote
  #5  
Old 10-13-2007, 09:21 PM
Shazam's Avatar
Shazam Shazam is offline
Forum Whip-Cracker
 
Join Date: Sep 2007
Location: Scottsdale, AZ
Posts: 933
Default

Quote:
Originally Posted by Sunray1 View Post
Okay, here's what I've done thus far:

-I changed the config php file per vBulletins instructions
-I created a dbase for forums

Now I'm at the editing configuration file. I have about six edits to make here. (I know nothing about writing code, so this should be interesting)

I am taking your advisement on the rest. Please be on standby in case I make a mistake. I promise to update as I go along so you are not waiting in vain.

Here goes.....
Don't worry about them. Really. You only need to configure the config file to connect to your database, and the rest is something PHP mavens may want to know about -- but it's mostly a useless complexity you shouldn't have to fret over.
__________________
Best,
Shazam
HostICan Community Superhero
Reply With Quote
  #6  
Old 10-13-2007, 10:20 PM
Sunray1 Sunray1 is offline
Member
 
Join Date: Oct 2007
Posts: 42
Arrow

Okay, I am going to have a stroke......

I have been trying (unsuccessfully mind you) to open the config file to do the updates and evertime I go to open the file I get a message stating the file archive does not exist and to re-download the file.

So I am back to square one.

I've also taken the initiative and downloaded the Zilla file, just in case I can get this to work.

Help!
Reply With Quote
  #7  
Old 10-13-2007, 11:00 PM
Shazam's Avatar
Shazam Shazam is offline
Forum Whip-Cracker
 
Join Date: Sep 2007
Location: Scottsdale, AZ
Posts: 933
Default

Quote:
Originally Posted by Sunray1 View Post
Okay, I am going to have a stroke......

I have been trying (unsuccessfully mind you) to open the config file to do the updates and evertime I go to open the file I get a message stating the file archive does not exist and to re-download the file.

So I am back to square one.

I've also taken the initiative and downloaded the Zilla file, just in case I can get this to work.

Help!
OK, in what fashion are you trying to open this file? It should work in any text editor on any platform.
__________________
Best,
Shazam
HostICan Community Superhero
Reply With Quote
  #8  
Old 10-14-2007, 11:48 AM
Sunray1 Sunray1 is offline
Member
 
Join Date: Oct 2007
Posts: 42
Arrow

Yeah!!!

You are the best. I feel like an idiot. I kept trying to open with Winzip.

I now have the config open in WordPad to edit the config file. I'm feeling a little confident about the process.

I'll update when I'm done.

Thanks!
Reply With Quote
  #9  
Old 10-14-2007, 11:56 AM
Sunray1 Sunray1 is offline
Member
 
Join Date: Oct 2007
Posts: 42
Arrow

Shazam,

I have a quick question; in config, when asked for the MasterServer username and password is this my cPanel login or the username and password associated with the dbase I created for the forum?

Thanks,
Reply With Quote
  #10  
Old 10-14-2007, 01:05 PM
Shazam's Avatar
Shazam Shazam is offline
Forum Whip-Cracker
 
Join Date: Sep 2007
Location: Scottsdale, AZ
Posts: 933
Default

Quote:
Originally Posted by Sunray1 View Post
Shazam,

I have a quick question; in config, when asked for the MasterServer username and password is this my cPanel login or the username and password associated with the dbase I created for the forum?

Thanks,
It's asking the one associated with your database.
__________________
Best,
Shazam
HostICan Community Superhero
Reply With Quote
Reply

Tags
uploading, vbulletin

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
problems uploading Vbulletin Goldenchild PHP / MySQL Assistance 7 08-23-2008 03:29 AM
images stopped uploading jcarvin Shared Hosting 0 06-18-2008 11:10 PM
Email on Vbulletin Forum TTTG Shared Hosting 27 11-13-2007 11:25 PM
uploading css errors arnonel Virtual Private Servers (VPS) 4 10-10-2007 08:42 PM
Largest Vbulletin Hosted (up to now) lnxcode Dedicated Servers 10 10-05-2007 03:06 AM


All times are GMT -4. The time now is 12:44 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.

Copyright © 2003 - 2008 HostICan. All Rights Reserved.