
Navigation
Home Community News Search Projekte

Wer ist wo
Bots:1: Google > Forum 9.x
Visitors:1: Forum 9.x

Languages

Design
Each user can view the site with a different theme.
Themes marked with a * also change the forum look.

Downloads (Top)
|
Forum 9.x > > Dragonfly CMS 9.x > > Installation & Upgrades 9.x > > prefix der tabellen??
prefix der tabellen??Fragen rund um die Installation und Upgrades
| View previous topic :: View next topic |
| Author |
Message |
goodssale Investigator


Joined: Jun 07, 2006 Posts: 2
|
Posted: 07.06.2006 08:14 Post subject: prefix der tabellen?? |
|
hallo zusammen,
bin durch zufall auf diese seite gekommen.
ich lese nun seit tagen im forum und habe mich entschieden das system zu installieren. dazu habe ich aber noch fragen:
1. ich habe bei meinem provider nur eine mysql wie ist denn der oder das prefix der tabellen?? stört es mein bestehendes nuke system??
2.wie oder wo muss ich das deutsche spachpacket installieren?
ich habe mir mal das Dragonfly9.0.6.1 runtergeladen.
3. wo muss ich meine daten eintragen?? habe mal die config.php mit rein.
4. kann ich die angem. user von meiner alten nuke seite mitnehmmen wennn ja wie??
fragen über fragen, über eine hilfe wäre ich sehr dankbar.
grüße
goodssale
ach ja weiß noch jemman wo mann themes für das system bekommt, in dem ordner themes sind glaube ich nur 2 stück drin.
# -- database type ---------------------------------------
# The type of SQL server that I will be using to store my
# site's database
#
# Choose from the following (case-sensitive):
# - mysql (4.x or later)
# - mysqli (PHP must be compiled with "System Mysql")
# - postgre7 (7.3.x or later)
#
# default: mysql
# --------------------------------------------------------
define('DB_TYPE', 'mysql');
# -- $dbhost ---------------------------------------------
# The hostname of my SQL server
#
# Tip: Yahoo! appears to use 'MySQL' instead of 'localhost'
#
# default: localhost || 127.0.0.1
# --------------------------------------------------------
$dbhost = 'localhost';
# -- $dbname ---------------------------------------------
# The name of the database I use to connect to my SQL
# server
#
# default: dragonfly
# --------------------------------------------------------
$dbname = 'dragonfly';
# -- $dbuname --------------------------------------------
# The username associated with the database I use to
# connect to my SQL server
#
# default: root
# --------------------------------------------------------
$dbuname = 'root';
# -- $dbpass ---------------------------------------------
# The password asociated with my SQL database username
#
# default: null
# --------------------------------------------------------
$dbpass = '';
# -- $prefix ---------------------------------------------
# The prefix I would like to assign to all tables in my
# database
#
# default: cms
# --------------------------------------------------------
$prefix = 'cms';
# -- $user_prefix ----------------------------------------
# The prefix I would like to assign to all user-related
# tables in my database
#
# Note: The only tables that use this prefix are _users
# and _users_temp
#
# default: cms
# --------------------------------------------------------
$user_prefix = 'cms';
# -- $adminindex -----------------------------------------
# The filename of the admin index page I'd like to use for
# my site
#
# If you change this to something other than it's default
# value, you must also rename the file called 'admin.php'
# to the new value you assigned to this variable
#
# default: admin.php
# --------------------------------------------------------
$adminindex = 'admin.php';
# -- $mainindex ------------------------------------------
# The filename of the main index page I'd like to use for
# my site
#
# If you change this to something other than it's default
# value, you must also rename the file called 'index.php'
# to the new value you assigned to this variable
#
# default: index.php
# --------------------------------------------------------
$mainindex = 'index.php';
# -- admin demo mode -------------------------------------
# Alter the following value to activate the administrative
# system demonstration mode, enabling my users to browse
# my administration menu in a read-only environment
#
# true = enabled
# false = disabled
#
# default: false
# --------------------------------------------------------
define('CPGN_DEMO', false);
# -- debug mode ------------------------------------------
# Alter the following value to activate debug mode, which
# will show debug messages to all users, instead of
# administrators
#
# Warning: Enabling debug mode is NOT recommended for
# production websites
#
# true = enabled
# false = disabled
#
# default: false
# --------------------------------------------------------
define('CPG_DEBUG', false);
# -- That's all! -----------------------------------------
# The backend of your Dragonfly powered website has been
# configured!
#
# Now visit mydomain.tld/install.php to install or upgrade
# your website
#
# For further support, please visit dragonflycms.org
# --------------------------------------------------------
# --- WARNING --------------------------
# Do not touch anything below this point
# unless you know what you're doing
# --------------------------------------
[Moderatoren]: goodssale trage unter Profil >> Sonstiges deine Serverdaten ein! |
|
| Back to top |
|
 |
goodssale Investigator


Joined: Jun 07, 2006 Posts: 2
|
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|