Forum

> > CS2D > Scripts > Chat error
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Chat error

6 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Chat error

Marcell
Super User Off Offline

Zitieren
Welcome
I downloaded user mafia_man's script(Real-Time Chat) and tried to get work but for my luck it isn't worked well...
i got this "error" on php page:

", file_get_contents($path))); ?>

whats wrong?

GetLog.php
1
2
3
4
<?
	$path = "C:/2d/chatlog.txt";
	print(str_replace("~n", "<br>", file_get_contents($path)));
?>

Chat.php
Spoiler >

alt Re: Chat error

Alistaire
User Off Offline

Zitieren
1
$path = "C:/2d/chatlog.txt";

Are you sure that's the correct path to the textlog.

alt Re: Chat error

mafia_man
User Off Offline

Zitieren
I gonna look at the script now, and possibly update it.

Try using C:\2d\chatlog.txt (/ -> \) instead.

alt Re: Chat error

Marcell
Super User Off Offline

Zitieren
okay, thanks

btw, i tried already your solution but not worked

alt Re: Chat error

mafia_man
User Off Offline

Zitieren
Fixed the problem for him via TeamViewer, it was WAMP server not recognizing embedded php script because I used <? instead of <?php.

alt Re: Chat error

Marcell
Super User Off Offline

Zitieren
yeah... i always used xampp.. but wamp has require less space, so thats why i installed it..

Thanks mafia_man!
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht