» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 78
5 members and 73 guests
berkutar, djred2ya, Pireermchek, TNTGirl, WrivaDrearp
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
Football Betting - best nfl betting promotions at sportsbook.com.
Oral Chelation - initial cleansing of your veins & arteries
Portatiles - Ofertas en Ordenadores y Portatiles. Increibles Ofertas DELL.

Register Now! Contact Us

About this Page
This is a discussion on JavaChat ? within the Nuke 7.x - Modules forums, part of the PHP-Nuke 7.x category; Any1 here know about JavaChat mod? mIRC Client. i need it on my block. how and where to get this ...



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

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-03-2005, 09:36 PM
Junior Member
 
Join Date: Apr 2005
Location: Phnom Penh, Cambodia.
Posts: 23
Send a message via Yahoo to web_design
JavaChat ?
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:
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 09-04-2005, 06:24 AM
Junior Member
 
Join Date: Apr 2005
Location: Phnom Penh, Cambodia.
Posts: 23
Send a message via Yahoo to web_design
Help to modify code please!
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");
?>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 03-10-2006, 06:59 AM
Junior Member
 
Join Date: Jan 2006
Posts: 3
php irc chat modüles
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



All times are GMT -5. The time now is 03:57 PM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.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