Version: 1.00, by sajjid
Developer Last Online: Sep 2008
Version: 2.3.x
Rating:
Released: 06-06-2003
Last Update: Never
Installs: 26
No support by the author.
ok i dont take any credit for this as i only changed the content from jpilot to Pjirc chat all cridet goes to FleaBag as he created it first if you want you can see live Live Demo this is for people who dont want to pay for registeration its a open Source Pjirc Website everything is included in the file and explaned
I think this is better then jpilot because it has DCC feature aswell plus you can be
it has the following features
- Highlight support
- ASL handling
- Graphical bitmap used for smiley?s
- Nickname auto completion
- Nick, channel and URL catcher
- Sound support
- Multilingual support
- Esthetical options such as background image, per-channel color configuration, and so on?
- UTF-8 encoding support
- Support for external control via javascript
- ?On connect? command list
- Time stamping
- Fast, light and reliable
- Free and open source
if you cannot login to demo then please go to the homepage and click on the chatroom http://www.spinzone.org/
i am sorry my english is not that good but i will try and answer your question
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
how make that hack work with other languages? spetialy with cyrilic languages? I mean if i type message in cyrilic in my mIRC sript everything OK, but if i type it in that hack - all goes like @#$%^^&%$%&^& insted of normal letters....
just incase, may be i need cahnge coding for win-1251 or koi8-r somewhere in script? with jPilot everything work fine
Hey guys I need some help on this - I have followed all the instructions for this hack but for some reason when I try and save the Chat template my VB just stalls and then times out - I have narrowed the problem down to something to do with the "p-a-r-a-m name" part of the text - any idea what is wrong?
Hey guys,,,, this Mirc chat is pretty cool !!! however i want the non-registered at my forum cant not go to the chat room... how would i do that? becuase as now if you r not registered you can still be able to get in the chat with some kind of unregister / or guess.... Is there any thing can be edited in php.chat?
07-09-03 at 01:57 AM mitomcua said this in Post #56 Hey guys,,,, this Mirc chat is pretty cool !!! however i want the non-registered at my forum cant not go to the chat room... how would i do that? becuase as now if you r not registered you can still be able to get in the chat with some kind of unregister / or guess.... Is there any thing can be edited in php.chat?
Thanks a lot for your help in advanced.
M
if you do not want none members to enter chatroom then use this chat.php instead of one in he zip.
or replace the whole code in the chat.php to
PHP Code:
<?php
//Include global variables.
include("global.php");
//Check to see if the user is registered, if they are not, show them the login screen.
if ($bbuserinfo[userid]==0) {
show_nopermission();
}
//If the user is registered, proceed to load the chat template.
else {
eval("dooutput(\"".gettemplate("chat")."\");");
}
?>