The directory I have the phpmychat in is in the main directory so it would be
http://www.ultimaforce.net/chat
I have chatters.php (renamed it) in chat directory in the main secion so it would be
http://www.ultimaforce.net/chat/chatters.php
I am unsure as to were to figure out what version of phpmychat I am running it came on my server and has no number or any other item to allow me to figure that out.
Code:
$ChatPath = "../chat/chat/
Code:
$ChatLaunch = "<b><A HREF=\"http://www.ultimaforce.net/chat/index.php\" TARGET=\"_self\">chatting</A></B>
Code:
require("http://www.ultimaforce.net/chat/chatters.php");
Thanks for you help
Quote:
Today at 05:04 AM trilOByte said this in Post #16
what directory do you have phpmychat in? What directory do you have chatters.php3 in? What version of phpmychat are you running? What paths have you specified for the following: ?
Code:
$ChatPath = "../chatdir/chat/";
and
Code:
$ChatLaunch = "<b><A HREF=\"http://www.yourdomain.com/chatdir/chat/index.php3\"
and
Code:
require("http://www.yourdomain.com/chatdir/chatters.php3");
??
|