![]() |
Quote:
just this type of link : Code:
<a href="#IRC" onClick="window.open('chat.php?session[sessionurl]','key','WIDTH=600,HEIGHT=450,scrollbars=no,left=50,top=50,screenX=50,screenY=50 ');return false">IRC Chat</a> |
Quote:
The other thing I have noticed is that there is no WOL information available. Can anyone point me in the right direction for creating this? |
Call to a member function on a non-object /includes/config.php on line 194
(edited to take out the full path) Anyone else get this? |
I followed the directions and put the jirc files in my forums root (/forums/) the popup window comes and then the one with the chat frame but it is empty. Any ideas what is wrong?
It says to: -upload all the jpilot files to your vb root. see jpilot site for download and instructions. In the zip from Jpilot there is a preview.html and then a "classes" subdirectory. So I move the classes subdirectory to the root of my forums right? in my case /forums/classes |
Quote:
here's how you should place your files /forums/chat.php /forums/chatmain.php /forums/jpilot-files (basically u only need 2 file, the .cab and .zip file) |
Quote:
are u trying to display users using the chat on the online.php page? |
Quote:
where did u see this? |
I keep geiint loading java applet failed.
|
Quote:
chat.php --> home/forum chatmain.php --> home/forum jirc_mss.cab --> home/forum/classes jirc_nss.zip --> home/forum/classes jirc_pure.zip --> home/forum/classes resources.cab --> home/forum/classes resources.zip --> home/forum/classes Chat.php Template <html> <head> <title>IRC CHAT</title> $headinclude </head> <body> <table cellpadding="0" cellspacing="0" border="0" bgcolor="#8A949E" width="100%" align="center"><tr><td> <table cellpadding="4" cellspacing="1" border="0" width="100%"> <tr align="center"> <td bgcolor="#BBC7CE"><smallfont>Welcome to IRC chat, <b>$bbuserinfo[username]</b>!<br/><br/><b><a href="chatmain.php?$session[sessionurl]">ENTER CHAT</a></b></smallfont> </td> </tr> </table> </td></tr></table> </body> </html> Chatmain Template <html> <head> <title>IRC</title> $headinclude </head> <body> <table cellpadding="0" cellspacing="0" border="0" bgcolor="#8A949E" width="100%" align="center"> <tr><td> <table cellpadding="4" cellspacing="1" border="0" width="100%"> <tr align="center"> <td bgcolor="#BBC7CE"><smallfont><b>IRC Chat</b></smallfont></td> </tr> <tr> <td bgcolor="#BBC7CE"> <applet archive="jirc_nss.zip" code="Chat.class" MAYSCRIPT width=575 height=400> <param name="CABBASE" value="jirc_mss.cab"> <param name="ServerPort" value="6667"> <param name="ServerName1" value="irc.blackened.com"> <param name="Channel1" value="Infamy"> <param name="AllowURL" value="false"> <param name="AllowIdentd" value="true"> <param name="WelcomeMessage" value="Welcome to IRC chat!"> <param name="RealName" value="jpilot"> <param name="NickName" value="$bbuserinfo[username]"> <param name="UserName" value="jpilot"> <param name="isLimitedServers" value="true"> <param name="isLimitedChannels" value="true"> <param name="MessageCol" value="80"> <param name="BackgroundColor" value="99,132,181"> <param name="TextColor" value="black"> <param name="TextScreenColor" value="white"> <param name="ListTextColor" value="black"> <param name="TextFontName" value="Arial"> <param name="TextFontSize" value="12"> <param name="ConfigNickOnly" value="true"> <param name="NickNChannelOnly" value="true"> <param name="LogoBgColor" value="white"> <param name="BorderVsp" value="3"> <param name="DirectStart" value="true"> <param name="FGColor" value="white"> <param name="TitleBackgroundColor" value="blue"> <param name="TitleForegroundColor" value="white"> <param name="InputTextColor" value="black"> <param name="InputScreenColor" value="white"> <param name="IgnoreLevel" value="3"> <param name="DisplayConfigRealName" value="false"> <param name="DisplayConfigServer" value="false"> <param name="DisplayConfigPort" value="false"> <param name="DisplayConfigMisc" value="false"> <param name="InitCommands" value="/clear;/me enters"> <param name="UserListWidth" value="160"> <param name="RefreshColorCode" value="false"> <param name="DisplaySoundControl" value="false"> <param name="NoConfig" value="true"> <param name="DisplayAbout" value="false"> <param name="AliasList" value="/nick=/echo Nick command disabled"> <param name="IgnoreServerMsg" value="true"> <param name="IgnoreModeMsg" value="true"> <param name="IgnoreMOTD" value="true"> <param name="IgnoreChannelChangeMsg" value="true"> <param name="LicenseKey" value="Insert your jpilot license here!"> </applet> </td> </tr> </table> </td></tr></table> </body> </html> Someone help? Why am I getting the applet failed prompt?? |
I placed mine in vb root to stop that problem, didnt care enough to really look into it beyond that. See if it helps
|
All times are GMT. The time now is 10:43 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|