Jump to content
MakeWebGames

[mccode V2] Chat Mod NEW


Eternal

Recommended Posts

You're unable to view this code.

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

You will need to edit the smileys in these scripts to suit what ever you like

create chat.txt and chmod it to 7 7 7 or 7 5 5 as you wish in root directory

create chat.php store in root directory

You're unable to view this code.

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

Link to comment
Share on other sites

Re: [mccode V2] Chat Mod NEW

Creat folder chat then in that folder place back.php ~~~>

You're unable to view this code.

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

 

Then in header.php you will need to place this at top

under your style section. basicly at the TOP

You're unable to view this code.

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

Link to comment
Share on other sites

  • 1 month later...

Re: [mccode V2] Chat Mod NEW

This works well. I had a T PARSE error in the header but when i removed the code which you have said place in there the chat room works fine.

The only problems ive found so far is that the users online refreshes and then doesnt reload just goes blank.

Also....and this maybe connected to layout else where. This doesnt work (and neither have any of the ajax chat ive tried) in Firefox 3

Im using your earlier version with the same resize option so that I can use PNG's so ill be looking forward to the admin end.

:-D

Link to comment
Share on other sites

Re: [mccode V2] Chat Mod NEW

 

I got an error on my header

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /header.php on line 129

 

Line 129 was

$blinki=$_SERVER['SCRIPT_NAME'];

 

For $blinki=$_SERVER['SCRIPT_NAME'];

change to

$blinki=$_SERVER[sCRIPT_NAME];

 

Might work then... havent tested but worth a try

Link to comment
Share on other sites

Re: [mccode V2] Chat Mod NEW

Lawl i forgot about this mod.

 

With this the error is not on that line but the query before it.

You either didn't close it proper or missed something along those lines.

If you could post up to line 129 would be helpfull on correcting this error.

Link to comment
Share on other sites

Re: [mccode V2] Chat Mod NEW

above that add

 

You're unable to view this code.

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

 

after all the header edit add

 

You're unable to view this code.

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

 

Should Work... Untested..

Link to comment
Share on other sites

Re: [mccode V2] Chat Mod NEW

Where exactly in the header.php?

I cant seem to figure where the style section ends

 

Creat folder chat then in that folder place back.php ~~~>

You're unable to view this code.

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

 

Then in header.php you will need to place this at top

under your style section. basicly at the TOP

You're unable to view this code.

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

 

Link to comment
Share on other sites

Re: [mccode V2] Chat Mod NEW

Hmm

I am getting the following error:

 

You're unable to view this code.

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

 

also when i test the chat.php I get errors that say:

" warning:file(../chat.txt) [function.file]: failed to open stream:No such file or directory in home/avguste/public_html/chat/back.php on line 56"

then the same text but on line 89

then I get:

"invalid argument supplied for foreach() in home/avguste/public_html/chat/back.php on line 113"

Any help would be appreciated

Link to comment
Share on other sites

Re: [mccode V2] Chat Mod NEW

little update on this due to the users update failing.

remove what i said from header and put this in chat.php

You're unable to view this code.

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

 

Fully tested seen working on http://www.deadlyghetto.net/chat.php

As for smileys find your own i haven't yet added in smileys only the coding if i was to put this as a working script

Link to comment
Share on other sites

Re: [mccode V2] Chat Mod NEW

At the moment it is via phpmyadmin you enter the userid and that.

Also on blocking with mute that first bit is just informing them they muted.

 

You're unable to view this code.

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

That is the block on it

Link to comment
Share on other sites

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...