<param name="port" value="7001">
This has been applied in all four of the applet HTML files, but I still am unable to get the applet to connect. Is there an additional step that I am missing to get this working correctly?
Posted 09 February 2011 - 06:44 PM
<param name="port" value="7001">
Posted 14 February 2011 - 02:11 AM
Posted 14 February 2011 - 10:25 AM
WeaponX, on 09 February 2011 - 06:44 PM, said:
<param name="port" value="7001">
Edwardo, on 14 February 2011 - 02:11 AM, said:
if ( ! $this->memberData['member_id'])
{
$this->irc['prinick'] = $this->settings['guest_name_pre'] . rand ( 100, 999);
$this->irc['altnick'] = $this->settings['guest_name_pre'] . rand ( 100, 999);
$this->irc['userid'] = $this->irc['prinick'];
}
Replace with: if ( ! $this->memberData['member_id'])
{
$this->settings['guest_name_pre'] = "Guest_prefix"; /* Change this */
$this->irc['prinick'] = $this->settings['guest_name_pre'] . rand ( 100, 999);
$this->irc['altnick'] = $this->settings['guest_name_pre'] . rand ( 100, 999);
$this->irc['userid'] = $this->irc['prinick'];
}
My: Modifications · Tutorials · Twitter

Posted 14 February 2011 - 03:31 PM
Martin, on 14 February 2011 - 10:25 AM, said:
Edwardo, on 14 February 2011 - 02:11 AM, said:
if ( ! $this->memberData['member_id'])
{
$this->irc['prinick'] = $this->settings['guest_name_pre'] . rand ( 100, 999);
$this->irc['altnick'] = $this->settings['guest_name_pre'] . rand ( 100, 999);
$this->irc['userid'] = $this->irc['prinick'];
}
Replace with: if ( ! $this->memberData['member_id'])
{
$this->settings['guest_name_pre'] = "Guest_prefix"; /* Change this */
$this->irc['prinick'] = $this->settings['guest_name_pre'] . rand ( 100, 999);
$this->irc['altnick'] = $this->settings['guest_name_pre'] . rand ( 100, 999);
$this->irc['userid'] = $this->irc['prinick'];
}
Posted 20 March 2011 - 02:06 PM
Posted 11 April 2011 - 10:48 AM
CheyneyC, on 20 March 2011 - 02:06 PM, said:
Posted 26 May 2011 - 01:15 PM
Posted 27 June 2011 - 04:57 PM
Edited by jigsaw1, 27 June 2011 - 05:03 PM.
Posted 14 August 2011 - 10:44 PM
$start = $this->html->settings_row_start_group( $r );
Edited by PoDo, 27 August 2011 - 02:28 AM.
Posted 27 August 2011 - 02:00 AM
Posted 12 September 2011 - 08:20 PM
0 members, 1 guests, 0 anonymous users