vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   config.php problems (https://vborg.vbsupport.ru/showthread.php?t=104059)

SCORPION1 06-19-2006 01:56 AM

for starters you need to open the config.php.new if its a fresh install you will find this in you upload/includes folder

Code:

//        ****** 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'] = 'XXX_XXX';

the xxx_xxx is what ever your data base you have set up on your sever is if you dont know that this is in your sql database here is an example if your data base is set up as forums_forums and the username is pinky_pinky the XXX_XXX will be
fourms_pinky well thats how mine is
are you using cpanel x if so thats how your sever will be set up

secend normal changes is

Code:

//        ****** 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'] = 'blablabla@myeamail.com';

easy just put your email address in place

thrid change

Code:

//        ****** 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'] = 'XXX';
$config['MasterServer']['password'] = 'XXX';

where the xxx is you must put your username and password that you use to log into your main sever where you host your site

now that should be all the changes needed all you do now is save the file as config.php you are now changing it from config.php.new and make sure you are save it to the upload/includes folder then just upload everything you need to your sever done!!!!

p.s if you need any help pm me other than that good look m8

G0F0RBR0KE 06-19-2006 04:21 AM

I could help you out with ur issues. I have help out so many members setting up their forums.

You can simply PM me.


All times are GMT. The time now is 04:58 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01324 seconds
  • Memory Usage 1,713KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete