Author Topic: i cant set config.php  (Read 5657 times)

0 Members and 1 Guest are viewing this topic.

Offline }{iJacK

  • Newbie
  • *
  • Posts: 46
    • View Profile
i cant set config.php
« on: March 26, 2003, 09:31:45 PM »
----
i have config.php
and upload it in my main directory.
but its couses a problem

 $table_prefix = "xxx_";

define('xxx_ACTIVE', 1);

for ex: directory is xxx
but i want to use my main directory.
i there any one wants to install my php in my site?
----
icq#810120 contact me plz

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
i cant set config.php
« Reply #1 on: March 26, 2003, 09:56:44 PM »
what?
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)

Offline }{iJacK

  • Newbie
  • *
  • Posts: 46
    • View Profile
main directory
« Reply #2 on: March 27, 2003, 02:52:17 PM »
i want to install script into my main directory.
what can i write in
$table_prefix

and

what will i do after uploading config.php

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
i cant set config.php
« Reply #3 on: March 27, 2003, 03:06:53 PM »
$table_prefix has nothing to do with directory u want install it to ;)
in $table_prefix u need add prefix for your 4images table in the database.
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)

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
Re: i cant set config.php
« Reply #4 on: March 27, 2003, 10:18:19 PM »
Quote from: }{iJacK

 $table_prefix = "xxx_";

define('xxx_ACTIVE', 1);

You don't need to change either of these.  In fact, you must not change the 2nd one or 4images won't work.