Author Topic: admin user name and password  (Read 4148 times)

0 Members and 1 Guest are viewing this topic.

Offline }{iJacK

  • Newbie
  • *
  • Posts: 46
    • View Profile
admin user name and password
« on: March 31, 2003, 05:02:05 PM »
as you know.
if we try to create config.php with install.php
we have some troubles.
so we create config.php manually.
like this

$db_servertype = "mysql";
$db_host = "localhost";
$db_name = "xxx";
$db_user = "xxx";
$db_password = "xxx";

$table_prefix = "resim_";

define('RESIM_ACTIVE', 1);

but i wanna learn what do i do for setting admin user name and password?
do i add some lines in config.php like

$admin_username = "xxx"

if yes could you tell me the full text.. of config.php

.. if not how can i set admin user name and pass..

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
admin user name and password
« Reply #1 on: March 31, 2003, 06:27:28 PM »
Quote
define('RESIM_ACTIVE', 1);

This is not correct, it must be:
Code: [Select]
define('4IMAGES_ACTIVE', 1);

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
admin user name and password
« Reply #2 on: March 31, 2003, 11:32:46 PM »
Quote from: Chris
Quote
define('RESIM_ACTIVE', 1);

This is not correct, it must be:
Code: [Select]
define('4IMAGES_ACTIVE', 1);

good eyes, Chris! ;)

and to answer }{iJacK's question:
by default admin username and password are: admin
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)