Thread: [PHPOpenChat-Users] help
Brought to you by:
letreo
|
From: <sr...@em...> - 2001-03-06 10:45:56
|
hi all
i just downloaded the PHPOpenChat scripts
and i am facing a lot of problems
i did the database dumb and now i am trying to run the script
i am using Windows98 with Apache, PHP4 and MySQL running
i installed the scripts of the chat in the following dir
c:\apache\htdocs\chat
and i moved all the inculde files to be in the html dir becouze of the
inculde error ..
i did the following changes to the default_inc.php
----------------------------------------------
$CHATNAME = "chat";
$MAX_NICK_LENGTH = 15;
$FILE_EXTENSION = "php";
$INSTALL_DIR = "/chat";
$CHATSERVERNAME = "http://localhost";
$tmp=ereg("^(http://[^/]*).*$",$HTTP_REFERER,$teil);
$HTTP_REFERER_SERVER = $teil[1];
$BACKGROUNDIMAGE = "images/hauskopf.gif";
$DATABASENAME = "phpopenchat";
$DATABASEHOST = "localhost";
$DATABASEUSER = "phpopenchat";
$DATABASEPASSWD = "password";
--------------------------------------------
but i am getting the following error why? do you think that it is from
the
Install dir?
Warning: open(/tmp\sess_751a6f0aab12372b731b4c1d21ff17d9, O_RDWR)
failed: m (2) in session_inc.php on line 6
Error:
Sorry, the chat room is too busy at this time. Try again to login!.
Chat-HomePage
Warning: Supplied argument is not a valid MySQL-Link resource in
c:\apache\htdocs\chat\html\index.php on line 66
so please help
:)
thanks
|
|
From: Thomas S. <tho...@we...> - 2003-10-18 09:03:48
|
Hi phpopenchat-users-request, purlsn> Send PHPOpenChat-Users mailing list submissions to purlsn> php...@li... purlsn> To subscribe or unsubscribe via the World Wide Web, visit purlsn> https://lists.sourceforge.net/lists/listinfo/phpopenchat-users purlsn> or, via email, send a message with subject or body 'help' to purlsn> php...@li... purlsn> You can reach the person managing the list at purlsn> php...@li... purlsn> When replying, please edit your Subject line so it is more specif= ic purlsn> than "Re: Contents of PHPOpenChat-Users digest..." purlsn> Today's Topics: purlsn> 1. HI (=3D?iso-8859-2?B?TWlsb7kgTHVr4bk=3D?=3D) purlsn> --__--__-- purlsn> Message: 1 purlsn> Date: Fri, 17 Oct 2003 20:08:58 +0200 purlsn> From: =3D?iso-8859-2?B?TWlsb7kgTHVr4bk=3D?=3D <luky.milos@stonlin= e.sk> purlsn> To: php...@li... purlsn> Subject: [PHPOpenChat-Users] HI purlsn> This is a multi-part message in MIME format. purlsn> --Boundary_(ID_dWAEhziMjFbV+MWntEcKyA) purlsn> Content-type: text/plain; charset=3Diso-8859-2 purlsn> Content-transfer-encoding: 7BIT purlsn> Where am I????I can translate only a few words but i purlsn> thing this is for you.If u want write to ym...@zo... i purlsn> will be very happy U can write about everything except a few purlsn> details so BYE and have a nice weekend purlsn> --Boundary_(ID_dWAEhziMjFbV+MWntEcKyA) purlsn> Content-type: text/html; charset=3Diso-8859-2 purlsn> Content-transfer-encoding: 7BIT purlsn> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> purlsn> <HTML><HEAD> purlsn> <META http-equiv=3DContent-Type content=3D"text/html; charset=3Di= so-8859-2"> purlsn> <META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR> purlsn> <STYLE></STYLE> purlsn> </HEAD> purlsn> <BODY bgColor=3D#ffffff> purlsn> <DIV><FONT face=3DArial size=3D2>Where am I????I can purlsn> translate only a few words but=20 purlsn> i thing this is for you.If u want write to <A=20 purlsn> href=3D"mailto:ym...@zo...">ym...@zo...</A> i will be v= ery happy U can purlsn> write about everything except a few details so BYE and have a nic= e purlsn> weekend</FONT></DIV></BODY></HTML> purlsn> --Boundary_(ID_dWAEhziMjFbV+MWntEcKyA) purlsn> Content-Type: text/ignore; charset=3DUS-ASCII; name=3D"SecurityCh= eck.txt" purlsn> Content-Disposition: inline purlsn> Tento e-mail bol skontrolovany sluzbou ST Online Antivirus MAIL purlsn> This e-mail has been scanned by ST Online Antivirus MAIL. purlsn> --Boundary_(ID_dWAEhziMjFbV+MWntEcKyA)-- purlsn> --__--__-- purlsn> _______________________________________________ purlsn> PHPOpenChat-Users mailing list purlsn> PHP...@li... purlsn> https://lists.sourceforge.net/lists/listinfo/phpopenchat-users purlsn> End of PHPOpenChat-Users Digest --=20 Filmgesetz 3: Wenn Du durch die Stadt gejagt wirst, ist der beste Ort, si= ch zu verstecken, : eine St. Patricks Day Parade. Unabh=E4ngig davon, wel= chen Tag wir haben : oder ob Du zuf=E4llig in Nagasaki bist. Thomas Stolz Email : tho...@we... Home : www.orkenspalter.de Privat : www.thomas-stolz.de ICQ : 106526165 AIM : orkenspalter YIM : orkenspalter MSN : orkenspalter Jabber : ork...@ja... PGP gegen Empfangsbest=E4tigung Fax : (+49) 1212 5 1208 3034 AVcheck: Mit GData Antivirus auf Viren =FCberpr=FCft |
|
From: Michael O. <Mic...@pi...> - 2001-03-19 11:15:15
|
hi,
thanx for using PHPOpenChat!
At 14:46 06.03.01 +0400, you wrote:
>hi all
>
>i just downloaded the PHPOpenChat scripts
>and i am facing a lot of problems
>i did the database dumb and now i am trying to run the script
>
>i am using Windows98 with Apache, PHP4 and MySQL running
>
>i installed the scripts of the chat in the following dir
>c:\apache\htdocs\chat
>
>and i moved all the inculde files to be in the html dir becouze of the
>inculde error ..
that's okay.
>i did the following changes to the default_inc.php
>----------------------------------------------
>$CHATNAME =3D "chat";
>$MAX_NICK_LENGTH =3D 15;
>$FILE_EXTENSION =3D "php";
>$INSTALL_DIR =3D "/chat";
>$CHATSERVERNAME =3D "http://localhost";
be sure the chat will work at localhost only. better you use the correct=20
DNS-name.
>$tmp=3Dereg("^(http://[^/]*).*$",$HTTP_REFERER,$teil);
>$HTTP_REFERER_SERVER =3D $teil[1];
>$BACKGROUNDIMAGE =3D "images/hauskopf.gif";
>$DATABASENAME =3D "phpopenchat";
>$DATABASEHOST =3D "localhost";
>$DATABASEUSER =3D "phpopenchat";
>$DATABASEPASSWD =3D "password";
>--------------------------------------------
>
>but i am getting the following error why? do you think that it is from
>the
>Install dir?
>
>Warning: open(/tmp\sess_751a6f0aab12372b731b4c1d21ff17d9, O_RDWR)
>failed: m (2) in session_inc.php on line 6
>Error:
> Sorry, the chat room is too busy at this time. Try again to login!.
>Chat-HomePage
>Warning: Supplied argument is not a valid MySQL-Link resource in
>c:\apache\htdocs\chat\html\index.php on line 66
ahhh, you need a directory named "tmp" on dive C.
in a dos shell type:
> c:
> cd \
> mkdir tmp
that's it :)
regards,
michael
--=20
Pixelpark AG . . . . . Systems & Technology / Webdevelopment
Michael Oertel . . . . IT-Developer . . . . . . . . . . . .
Rotherstra=DFe 8 . . . . 10245 Berlin . . . . . . . . . . . .
Tel: +49 30 5058-1242 . Fax: +49 30 5058-1355 . ICQ: 8057112
Fingerprint:5993 7B79 718A B921 C042 12CD CCB9 5226 3109 0D2A
|