Jump to content
MakeWebGames

Recommended Posts

Posted

Found this off my computer credit goes to who ever made just a few are asking for a chat mod so thought i would post

 

Call this chat.php

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Call this chat2.php

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

And Call This chats.php

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

and then make txt doc called chatbox.txt

and put any welcome message init you want

  • 1 year later...
Posted

I like this chat it works, but how do I link it into my members when they join the room? Currently they join the room and are called website visitor? How do I fix this?

Posted

You could replace the first three lines:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

with:

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Not sure if that will work, but it should do....

  • 4 months later...
  • 2 weeks later...
Posted

you should only be getting this error if you're server is running a version of php which is above 5.3.0. You should be able to replace with stristr.

Not sure if this will work but try it.

chat.php

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

Like I said I'm not sure if this will work.

  • 5 months later...
Posted

i added

include_once(DIRNAME(__FILE__) ."/globals.php");

$name=$ir['username']; //The name of the user

but it changed the "website visitor" name to just blank

also how do i make it so the chat scrolls down where i type new things atm it scrolls across EG:

: hello :test :wtf :why is my chat like this

how i want it to be

:hello

:test

:wtf

:why is my chat like this

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...