Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 53
5 members and 48 guests
affiz4iliate6ec, cliaw9cckhereto, mariacolmanyne3, medaricalddw93g, parttarcts
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > PHP-Nuke 7.x > Nuke 7.x - Modules

Reply
 
LinkBack Thread Tools Display Modes
JavaChat ?
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 23
Join Date: Apr 2005
Location: Phnom Penh, Cambodia.
JavaChat ? - 07-03-2005, 09:36 PM

Any1 here know about JavaChat mod? mIRC Client. i need it on my block. how and where to get this mods?

Please help me! :cry:
  Send a message via Yahoo to web_design  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Help to modify code please!
Old
  (#2 (permalink))
Junior Member
 
Status: Offline
Posts: 23
Join Date: Apr 2005
Location: Phnom Penh, Cambodia.
Help to modify code please! - 09-04-2005, 06:24 AM

Please help me to modify the code below to fit with phpnuke7.6.

Quote:
<?php
if (!eregi("modules.php", $_SERVER['PHP_SELF'])) {
die ("You can't access this file directly...");
}
$module_name = basename(dirname(__FILE__));
if(empty($req)) {
$req = '';
}
include("header.php");
OpenTable();
if ($iNick == "Anonymous") $iNick = "Webmaster???";
if ($iNick == "") {
if (pnUserLoggedIn()) {
$username = pnUserGetVar('uname');
}
?>
<form method="POST" action="">


</p>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="298">
<tr>
<td width="298" colspan="2">
<hr color="#000000" size="1"></td>
</tr>
<tr>
<td width="116"><font face="Arial" size="2">Nickname:</font></td>
<td width="182"><font face="Arial">
<input type="text" name="iNick" size="20" value="<?= $username ?>"></font></td>
</tr>
<tr>
<td width="116"><font face="Arial" size="2">Password</font></td>
<td width="182"><input type="ipassword" name="ipassword" size="20"> Optional</td>
</tr>

<tr>
<td width="298" colspan="2">
<p align="left"><input type="submit" value="Chat Now" name="B1"></td>
</tr>
<tr>
<td width="298" colspan="2">
<hr color="#000000" size="1"></td>
</tr>
<tr>
<td width="298" colspan="2">
<center><font color="#0000FF">Bring to you by uIRC Network, irc.uirc.net:6667 and http://www.mandragor.org</font><center>


</p>
</td>
</tr>
</table>
</center>
</div>
</form>
<?
} else {
?>
<center>
<applet archive="modules/<?= $module_name ?>/irc.jar" codebase="modules/<?= $module_name ?>" code=IRCApplet.class width=640 height=400>
<param name="CABINETS" value="irc.cab,securedirc.cab">
<param name="nick" value="<?= $iNick ?>">
<param name="name" value="Java User">
<param name="host" value="irc.uirc.net">
<param name="port" value="6667">
<param name="command1" value="join <?= $iChannel ?>">
<? if (strlen($ipassword) > 0) { ?>
<param name="command2" value="nickserv identify <?= $iNick ?> <?= $ipassword ?>">
<? } ?>
<param name="basecolor" value="384,256,128">
<param name="color15" value="C0C000">
<param name="helppage" value="http://www.khmer.ws">
<param name="timestamp" value="true">
<param name="language" value="english">
<param name="smileys" value="true">
<param name="highlight" value="true">
<param name="highlightnick" value="true">
<param name="quitmessage" value="uIRC Server!">
<param name="showabout" value="false">
<param name="showhelp" value="false">
<param name="asl" value="true">
<param name="aslmale" value="m">
<param name="aslfemale" value="f">
</applet>
If you use mIRC please connect to irc.uirc.net port 6667
</center>
<?
}
CloseTable();
include("footer.php");
?>
  Send a message via Yahoo to web_design  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
php irc chat modüles
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 3
Join Date: Jan 2006
php irc chat modüles - 03-10-2006, 06:59 AM

Launge Turkish:Çok güzel bir java chat Modülü
yapmanız gereken sitenizin modules/e-kolay_chat dosyasını atıp
admin panelinden e-kolay_chat Modülüni aktif ediniz..
thankyou

TURKİSH JAVA CHAT MODULES Downloads
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31