|
Dax
Guest
|
 |
« Reply #15 on: February 10, 2004, 04:48:18 PM » |
|
I added the 3 lines but still no such luck. =\
|
|
|
|
|
|
E-Oreo
|
 |
« Reply #16 on: February 10, 2004, 06:30:57 PM » |
|
ok.
I wonder what he did to fix it.....
|
|
|
|
|
|
obs
Guest
|
 |
« Reply #17 on: February 23, 2004, 08:18:25 PM » |
|
i added the chat to my page and tryed all those things they suggested but i still can't get it to work. everytime i try to goto a chat room it returnes back to the login. I try the admin panel and it has the error You do not have access to this section of the admin control panel. what should i do ??
|
|
|
|
|
|
E-Oreo
|
 |
« Reply #18 on: February 24, 2004, 02:26:21 PM » |
|
What is the URL to your chat and what do you have for your $SERVER['PATH'] variable?
|
|
|
|
|
|
obs
Guest
|
 |
« Reply #19 on: February 24, 2004, 02:32:56 PM » |
|
i have http://zzdone.3x.ro/index.php (http://zzdone.3x.ro/index.php) for the chat url and
$SERVER['PATH'] = "/chat/"; and i tryed the /chat and chat but still nothing
|
|
|
|
|
|
E-Oreo
|
 |
« Reply #20 on: February 24, 2004, 02:34:41 PM » |
|
Change your $SERVER['PATH'] to "/". Example: $SERVER['PATH'] = "/";
|
|
|
|
|
|
obs
Guest
|
 |
« Reply #21 on: February 24, 2004, 02:36:36 PM » |
|
ANd heres what i have for most of the config settings stuff
$DATABASE['DATABASE'] = "zzdone"; // Your database name $DATABASE['TYPE'] = "mysql"; // Database type. Must be mysql $SERVER['NAME'] = "http://zzdone.3x.ro"; // A short name for your server (less then 10 letters) $SERVER['TBL_PREFIX'] = "zzdone"; // Your database table prefix $SERVER['PATH'] = "/chat/"; // The path to your script (if its at http://zzdone.3x.ro/chat (http://zzdone.3x.ro/chat) you would use /chat as the value) $SERVER['LANGUAGE'] = "english"; // Choices: english, dutch, german, spanish, norwegian, french $SERVER['AUTH'] = "plain";
|
|
|
|
|
|
E-Oreo
|
 |
« Reply #22 on: February 24, 2004, 02:39:29 PM » |
|
Did changing it to / work?
|
|
|
|
|
|
obs
Guest
|
 |
« Reply #23 on: February 24, 2004, 02:41:46 PM » |
|
how come it gos to something like this
http://zzdone.3x.ro/index.php?changeroom=s...=General%20Chat (http://zzdone.3x.ro/index.php?changeroom=set&room=General%20Chat)
is that what i should do ??
|
|
|
|
|
|
obs
Guest
|
 |
« Reply #24 on: February 24, 2004, 02:45:08 PM » |
|
no the "/" didn't work blank page now
|
|
|
|
|
|
E-Oreo
|
 |
« Reply #25 on: February 24, 2004, 02:47:25 PM » |
|
post the line you had when you changed it to "/", blank page means a syntax error occured usually.
|
|
|
|
|
|
obs
Guest
|
 |
« Reply #26 on: February 24, 2004, 02:49:20 PM » |
|
$SERVER['PATH'] = "/";
|
|
|
|
|
|
E-Oreo
|
 |
« Reply #27 on: February 24, 2004, 02:50:11 PM » |
|
that is odd. Do you have cookies enabled on your web browser?
|
|
|
|
|
|
obs
Guest
|
 |
« Reply #28 on: February 24, 2004, 02:52:04 PM » |
|
Yes i think so
|
|
|
|
|
|
obs
Guest
|
 |
« Reply #29 on: February 24, 2004, 02:54:33 PM » |
|
but if i goto the demo on this page it works fine
|
|
|
|
|
|