MOD Title: PJIRC chat mod
MOD Description: Lets users connect to a irc server without the need of there own client.
MOD Version: 0.0.5
MOD Download: http://www.openopinion.com/mods/pjirc_m ... -0.0.5.zip
Last Stable version: 0.0.5
Demo Board: http://openopinion.com/forums/
Demo Username: PJIRC test
Demo Password: 123456
Um den Farbstyle zu ändern sind folgende Schritte notwendig:
Erstelle eine neue Datei mit dem Namen template.ini
Befülle die neue template.ini mit folgendem Inhalt:
Code: Alles auswählen
# pixx:color0=000000 <!--(Black) -Scrollbar Slider outline: Button outline / Popup & Close Button Text & outline
# pixx:color1=FFFFFF <!--(White) -Button Border & Text : ScrollBar Border & arrow : Popup & Close button Border : User List border & Text & icons
# pixx:color2=868686 <!--(Dark grey) -Windows Buttons shadow color (the float & close button [X]) difficult to actually see.
# pixx:color3=808080 <!--(Darker grey)-Scrollbar 3D shadow color
# pixx:color4=D0D0D0 <!--(Light grey) -Scrollbar 3D highlight colour
# pixx:color5=336699 <!--(Light Blue) -Menu buttons & Scrollbar Slider faces
# pixx:color6=084079 <!--(Blue) -Menu backgrounds : Nicklist background & Slider tracks
# pixx:color7=003167 <!--(Dark Blue) -Selected Button face color : Status button & Window button active colour
# pixx:color8=A40000 <!--(Red) -Button Flash color : Event color (Informs people of channel usage etc.)
# pixx:color9=4B8ECE <!--(Pale Blue) -Windows Buttons face (Close button [X] etc.)
# pixx:color10=008000 <!--(Dark Green) -Vop button background
# pixx:color11=336699 <!--(Light Blue) -SemiOP & Aop button background
# pixx:color12=336699 <!--(Light Blue) -Founder button background
# pixx:color13=4040FF <!--(Vivid Blue) -ASL Male
# pixx:color14=FF40FF <!--(Bright Pink)-ASL Female
# pixx:color15=336699 <!--(Light Blue) -ASL Undefined | Nick button face & Floating text background
# SourceColorRules
# 0=FFFFFF (White) -Text Background colour.
# 1=000000 (Black) -Normal Text foreground colour. Also: status messages in the status window.
# 2=00007F (Dark Blue) -Quit messages. Does not include kicks.
# 3=009300 (Green) -Status messages, including kicks, topic changes, mode changes etc..
# 4=FF0000 (Bright Red) -CTCP Responses.
# 5=7F0000 (Maroon) -Notices.
# 6=9C009C (Bright Purple) -Action text/IDENTD messages
#
########################################################################################################################################################
pixx:color0=c0c0c0
pixx:color1=FFFFFF
pixx:color2=303030
pixx:color3=c0c0c0
pixx:color4=303030
pixx:color5=1e1e1e
pixx:color6=575757
pixx:color7=1e1e1e
pixx:color8=F48000
pixx:color9=F48000
pixx:color10=1e1e1e
pixx:color11=F48000
pixx:color12=303030
pixx:color13=1e1e1e
pixx:color14=303030
pixx:color15=1e1e1e
style:sourcecolorrule1=all all 0=1f1f1f 1=ffffff 2=ffffff 3=c0c0c0 4=c0c0c0 5=c0c0c0 6=ffffff
Die Datei styles/prosilver/template/pjirc.html muss noch erweitert werden:
ÖFFNE pjirc.html
SUCHE:
Code: Alles auswählen
<applet code=IRCApplet.class codebase=./pjirc/ archive="irc.jar,pixx.jar" width=640 height=400>
<param name="CABINETS" value="irc.cab,securedirc.cab,pjirc/pixx.cab">
<param name="nick" value="{IRC_USERNAME}">
<param name="alternatenick" value="{IRC_USERNAME}_">
<param name="name" value="{IRC_USERNAME}">
<param name="host" value="irc.freenode.net">
<param name="gui" value="pixx">
<param name="command1" value="join #lpi-clan">
Code: Alles auswählen
<param name="fileparameter" value="template.ini">
Code: Alles auswählen
<param name="command1" value="join #lpi-clan">