Help

In this forum I'd like to see contributions towards the integration of Java Web Start support into PJirc's codebase.

Help

Postby Yazer » Sat May 02, 2009 4:37 pm

I setting up a server and i havnt got java sorted yet i need help on getting it set up so ppl who dont have mirc can join my site, just redone the server and hoping to get help anyone help me plz reply asap thanks
Yazer
 
Posts: 10
Joined: Sat Jan 03, 2009 2:57 pm

Re: Help

Postby jaimunki » Sun May 03, 2009 11:15 pm

jaimunki
 
Posts: 176
Joined: Tue Apr 18, 2006 3:02 pm

Re: Help

Postby Yazer » Fri Oct 23, 2009 11:00 pm

http://metairc.allitneeds.co.uk that link dont work and i findin it hard to get things working. i tryed to sort things but getting no were
Yazer
 
Posts: 10
Joined: Sat Jan 03, 2009 2:57 pm

Re: Help

Postby Jobe1986 » Sun Oct 25, 2009 1:07 pm

Yazer wrote:http://metairc.allitneeds.co.uk that link dont work and i findin it hard to get things working. i tryed to sort things but getting no were

I don't know where you got that link from but it simply doesn't work, it goes to a domain holding page.
Image
User avatar
Jobe1986
 
Posts: 582
Joined: Mon Apr 10, 2006 4:56 pm

Re: Help

Postby Yazer » Sun Oct 25, 2009 2:33 pm

The link was on the help page. It says with help with java coding.
Yazer
 
Posts: 10
Joined: Sat Jan 03, 2009 2:57 pm

Re: Help

Postby Yazer » Fri Oct 30, 2009 6:05 pm

How all could someone tell me if this config file ok please
Code: Select all
  <?php
if (!defined('IN_PLP'))
{
   die('Hacking attempt');
   exit;
}

// Beginning of webmaster config
// Read the comments attentively and change the code piece for piece

// == Default values
$config['page']     = '';
$config['nick']     = '';
$config['pass']     = '';
$config['chan']     = '';
$config['server']   = 'irc.CrazyChatWorld.com';
$config['style']    = 'Silver';
$config['font']     = 'SansSerif';
$config['font2']    = '14';
$config['smileys']  = 'yes';
$config['age']      = 'yes';
$config['*SPAM*']      = 'yes';
$config['location'] = 'yes';
$config['save']     = 'yes';

// == Cookie Settings
$cookie_name    = 'PJIRC_Login';
// cookie lifetime: 'number unit'
// available units are: h (hours), d (days), w (weeks), m (months)
$cookie_lifetime = '30 d'; // => cookie will expire in 30 days
$cookie_path     = ''; // path, where the cookie should be available
$cookie_domain   = ''; // domain, where the cookie should be available

// == Select Options
$options_font  = array('Dialog', 'SansSerif', 'Serif', 'Monospaced', 'DialogInput', 'Verdana');
$options_font2 = array(10, 11, 12, 13, 14, 15, 16);

// == ASL Settings
// Age
$start = 13;
$end   = 99;

// if the chatter doesn't put in anything, this will be taken
$altasl = 'CrazyChatWorld User';

$options_sex = array('--', 'm', 'f');

// yes or no
$away_script   = 'no'; // deactivated, doesn't work correctly
$java_check    = 'yes';

$popup         = 'yes';
$layer         = 'yes';
$layer_message = 'Chat Page is loading...';

// method to transfer the form data to applet site: 'get' or 'post'
$method = 'post';

// Page Settings
$title         = 'CrazyChatWorld // Page Title
$headline      = 'Welcome to CrazyChatWorld  // Form Headline
$logo          = 'img/pjirclogo.gif'; // logo on login form
$link          = 'http://www.CrazyChatWorld   // logo link
$alt           = 'CrazyChatWorld'

// == Layout Settings
// Here you can set, what elements should be displayed on Login form. Nickname is on by default.
// Possible value are password, channel, server, style, font, asl, smiley and save
$layout['basic']    = 'asl, smiley';
$layout['advanced'] = 'password, channel, server, style, font, asl, smiley, save';

// paths (or urls)
$appletpath = 'pjirc/';
// below applet path
$soundpath  = 'snd/';
$imgpath    = 'img/';

// == PJIRC Quit Message
$quit_message = 'Thanks For Using CrazyChatWorld.com';

// == PJIRC Language
$lang      = 'english';
$pixx_lang = 'pixx-english';
$langext   = 'lng';
// language files -> english.lng and pixx-english.lng

// == IRC Commands syntax
$join_channel = '/join';
$nickserv_identify_password = '/msg nickserv identify';

// Applet Parameters
// Syntax: 'param name' => 'param value'
// ' and \ need to be escaped to \' and \\
$param = array(
   'highlight' => 'true',
   'asl' => 'true',
   'style:highlightlinks' => 'true',
   'pixx:highlightnick' => 'true',
   'pixx:styleselector' => 'true',
   'pixx:setfontonstyle' => 'true',
   'pixx:displayentertexthere' => 'false',
   'pixx:timestamp' => 'true',
   'pixx:mouseurlopen' => '',
   'pixx:mousechanneljoin' => '',
   'pixx:configurepopup' => 'true',
   'pixx:popupmenustring1' => 'Whois',
   'pixx:popupmenustring2' => 'Query',
   'pixx:popupmenustring3' => 'Ban',
   'pixx:popupmenustring4' => 'Kick + Ban',
   'pixx:popupmenustring5' => '--',
   'pixx:popupmenustring6' => 'Op',
   'pixx:popupmenustring7' => 'DeOp',
   'pixx:popupmenustring8' => 'HalfOp',
   'pixx:popupmenustring9' => 'DeHalfOp',
   'pixx:popupmenustring10' => 'Voice',
   'pixx:popupmenustring11' => 'DeVoice',
   'pixx:popupmenustring12' => '--',
   'pixx:popupmenustring13' => 'Ping',
   'pixx:popupmenustring14' => 'Version',
   'pixx:popupmenustring15' => 'Time',
   'pixx:popupmenustring16' => 'Finger',
   'pixx:popupmenustring17' => '--',
   'pixx:popupmenustring18' => 'DCC Send',
   'pixx:popupmenustring19' => 'DCC Chat',
   'pixx:popupmenucommand1_1' => '/Whois % ',
   'pixx:popupmenucommand2_1' => '/Query %',
   'pixx:popupmenucommand3_1' => '/mode % -o %',
   'pixx:popupmenucommand3_2' => '/mode % +b %',
   'pixx:popupmenucommand4_1' => '/mode % -o %',
   'pixx:popupmenucommand4_2' => '/mode % +b %',
   'pixx:popupmenucommand4_3' => '/kick % %',
   'pixx:popupmenucommand6_1' => '/mode % +o %',
   'pixx:popupmenucommand7_1' => '/mode % -o %',
   'pixx:popupmenucommand8_1' => '/mode % +h %',
   'pixx:popupmenucommand9_1' => '/mode % -h %',
   'pixx:popupmenucommand10_1' => '/mode % +v %',
   'pixx:popupmenucommand11_1' => '/mode % -v %',
   'pixx:popupmenucommand13_1' => '/CTCP PING %',
   'pixx:popupmenucommand14_1' => '/CTCP VERSION %',
   'pixx:popupmenucommand15_1' => '/CTCP TIME %',
   'pixx:popupmenucommand16_1' => '/CTCP FINGER %',
   'pixx:popupmenucommand18_1' => '/DCC SEND %',
   'pixx:popupmenucommand19_1' => '/DCC CHAT %'
);

// Smileys
// Syntax: array("filename", "1st Smiley Definition", "2nd Smiley Definition")
// more than 2 definitions are even possible
// Note: don't use a double quote for a smiley definition itself
$smiley = array(
   array(      "sourire.gif"      ,      ":)"   ,   ":-)"      ),
   array(      "content.gif"      ,      ":D"   ,    ":-D"      ),
   array(      "OH-2.gif"         ,      ":-O"               ),
   array(      "OH-1.gif"         ,      ":o"               ),
   array(      "langue.gif"      ,      ":P"   ,   ":-P"      ),
   array(      "clin-oeuil.gif"   ,      ";)"   ,   ";-)"      ),
   array(      "triste.gif"      ,      ":("   ,   ":-("      ),
   array(      "OH-3.gif"         ,      ":|"   ,   ":-|"      ),
   array(      "pleure.gif"      ,      ":'("               ),
   array(      "rouge.gif"         ,      ":$"   ,    ":-$"      ),
   array(      "cool.gif"         ,      "(H)"   ,   "(h)"      ),
   array(      "enerve1.gif"      ,      ":-@"               ),
   array(      "enerve2.gif"      ,      ":@"               ),
   array(      "roll-eyes.gif"      ,      ":s"   ,   ":-S"      )
);

// == Colorsets

// Syntax for adding a new colorset:
// $colorset['my colorset'] = array(color number => 'color code');
// the 6th color is taken for smiley background

// Silver Colorset
$colorset['Silver']  = array( => 'DEE3E7',  => '000000',  => 'DEE3E7',  => 'DEE3E7',  => 'D1D7DC');
$colorset['Silver'] += array( => 'DEE3E7',  => 'E5E5E5',  => 'D1D7DC', => 'FFA34F',  => '000000');
$colorset['Silver'] += array( => 'EFEFEF',  => 'FFA34F',  => '599FCB',  => '00ffff',  => 'FF33CC');
$colorset['Silver'] += array( => 'DEE3E7');

// Brown Colorset
$colorset['Brown']  = array( => '887766',  => '000000',  => '221100',  => '221100',  => 'FFEEDD');
$colorset['Brown'] += array( => 'D3CBBA',    => 'E4DDCC',  => 'FFEEDD',  => 'FFA34F',  => 'D3CBBA');
$colorset['Brown'] += array( => 'BBAA99',  => 'D3CBBA',  => 'DD5555',  => 'D3CBBA',    => 'D3CBBA');
$colorset['Brown'] += array( => 'EEDDCC');

// == HTML Comments (color definitions)
$comment = array(
   '<!-- Button Highlight / Popup & Close Button Text & Higlight / Scrollbar Highlight -->',
   '<!-- Button Border & Text : ScrollBar Border & arrow : Popup & Close button Border : User List border & Text & icons -->',
   '<!-- Popup & Close button shadow -->',
   '<!-- Scrollbar shadow -->',
   '<!-- Scrollbar de-light (3D Dim colour -->',
   '<!-- foreground : Buttons Face : Scrollbar Face -->',
   '<!-- background : Header : Scrollbar Track : Footer background -->',
   '<!-- selection : Status & Window button active colour -->',
   '<!-- event Color  -->',
   '<!-- close button -->',
   '<!-- voice icon  -->',
   '<!-- operator icon  -->',
   '<!-- halfoperator icon -->',
   '<!-- male ASL -->',
   '<!-- female ASL -->',
   '<!-- unknown ASL -->'
);
?>
Yazer
 
Posts: 10
Joined: Sat Jan 03, 2009 2:57 pm

Re: Help

Postby Thema » Sun Jan 10, 2010 1:41 am

Please learn to use the forum properly. Code tags are there to ensure that we can read the code you post as it was intended.

8)
Go on.
Tell me I'm not nice again.
See what it gets you!
*******************************
Lost or confused?
Read the announcement topic in the
Technical Support forum for help tips.
*******************************
Thema
 
Posts: 2881
Joined: Sat Oct 18, 2003 5:34 pm


Return to Java Web Start support

Who is online

Users browsing this forum: No registered users and 1 guest