Demo Demo Manual E-mail Blog Protocol (en español en français)
Download 7.48 (2/9/2019)
(Click here to get the certificate)
(Click here for the source code on GitHub)
Click Here>> TunesFiX SwiftMiX <<Click Here
Here is help for use with Paltalk. To use with IRC (Internet Relay Chat) you must have: mIRC or IceChat or LeafChat or Vortec or XiRCON or HydraIRC.
If something does not work, make sure you have the latest version of YahCoLoRiZe here. Also get the latest plugin or script for your chat-client (see below).
YahCoLoRiZe is a free word-processor for adding color-text to chat-rooms. YahCoLoRiZe formats text such as song lyrics or poetry for playback in a chat-room. You can specify colors and also design your own custom "Wings" to accentuate the text. YahCoLoRiZe allows you to customize and be creative with text-borders. You can highlight sections of text for adding effects (bold, underline, italics, colors, and many other special text-effects). YahCoLoRiZe is a native-code IRC document editor with both code-highlighted editing and WYSIWYG editing. You can select processed text and copy-paste it into any HTML mail program or export to a text-file or HTML web-page.
Just double-click after you download the install-program and you are ready to process and play formatted text into a chat!
Here is a zip-file of ASCII art: (I am not sure of the content and am not responsible for anything offensive): ASCII-Art. To use ASCII-Art with YahCoLoRiZe: In the Width Tab check Auto. In the Format Tab check Left-Justify, check Borders, Uncheck Wings. You must use a fixed-pitch font such as Courier New.
**YahCoLoRiZe uses an Open Source component for Borland C++ Builder designed by Robert Dunn, TaeRichEdit.
Special instructions for using YahCoLoRiZe with IceChat
In IceChat, type the following into the input box (at the bottom) /CX testing!. If all is well you should see the text echoed into the IceChat status window.
NOTE: In the YahCoLoRiZe Options tab, be sure that PlayOnCX is checked!
NOTE: In the Play->Options menu be sure to check the "Send As UTF-8" box!
You can remotely control YahCoLoRiZe from IceChat. To see a list of commands, in IceChat type /CHELP. (Command Examples: /CX text-to-colorize!, /CTIME 1000, /CPLAY START, /CPLAY STOP, /CPLAY PAUSE, /CPLAY RESUME, /CPLAY <path of a text-file to play>, /CCHAN #newroom).
The /CX command lets you invoke special text-effects. For example, type /CX 7 try this. You get try this Type /CX 0 for a random effect or a number from 1-17 for various effects.
Here is the C# source code.
Special instructions for using YahCoLoRiZe with LeafChat
NOTE: In the YahCoLoRiZe Options tab, be sure that PlayOnCX is checked!
You can remotely control YahCoLoRiZe from LeafChat. To see a list of commands, in LeafChat type /CHELP. (Command Examples: /CX text-to-colorize!, /CTIME 1000, /CPLAY START, /CPLAY STOP, /CPLAY PAUSE, /CPLAY RESUME, /CCHAN #newroom, /CPLAY <path of a text-file to play>).
The /CX command lets you invoke special text-effects. For example, type /CX 7 try this. You get try this Type /CX 0 for a random effect or a number from 1-17 for various effects.
Here is the Java source code.
NOTE: Plugin version 1.4 is designed for Windows 7/8/10 and for the soon-to-come Unicode release of YahCoLoRiZe!
Special instructions for using YahCoLoRiZe with HydraIRC
You can remotely control YahCoLoRiZe from HydraIRC. To see a list of commands, in HydraIRC type /CHELP. (Command Examples: /CX text-to-colorize!, /CTIME 1000, /CPLAY START, /CPLAY STOP, /CPLAY PAUSE, /CPLAY RESUME, /CCHAN #newroom, /CPLAY <path of a text-file to play>).
The /CX command lets you invoke special text-effects. For example, type /CX 7 try this. You get try this Type /CX 0 for a random effect or a number from 1-17 for various effects.
NOTE1: If you start HydraIRC before starting YahCoLoRiZe you may need to send /CX some text
as the first step before you can use the Green play button in YahCoLoRiZe to play a file!
NOTE2: In the YahCoLoRiZe Options tab, be sure that PlayOnCX is checked!
Optional: Latest Colorize.dll Plugin file. Plugin Source code. Put the DLL file in the Plugins directory of HydraIRC's install directory (typically C:\Program Files\HydraIRC\Plugins).
Special instructions for using YahCoLoRiZe with Paltalk
Limitations: YahCoLoRiZe cannot be remotely controlled from Paltalk. Paltalk does not support background colors. Paltalk does not support any fixed-pitch fonts and so cannot correctly display any ASCII art or boxed text. Paltalk has a limit of 7 different colors per line of text.
Special instructions for using YahCoLoRiZe with Vortec
You can remotely change the YahCoLoRiZe chat-room (channel) and process text directly by adding some Aliases to Vortec.
In Vortec, click the Aliases tab then the +. Enter the name CCHAN and click OK. Paste in this line:
/ddepoke colorize command ddechan *1
Hit + again, enter CPLAY and click OK. Paste in this line:
/ddeplay colorize command ddeplay *1
Hit + again, enter CX and click OK. Paste in this line:
/ddepoke colorize command ddevtext *1
Now you can change the chat-room with /CCHAN #new-room, and send color-text with /CX my-line of chat text. You can also now use /CPLAY start|stop|pause|resume and /CPLAY <path of a text file>
If you are adventurous, instead of the above alias for CX, use this: /runscript [colorize] $activewin *1. To add the script that goes with this command, click the +, type [COLORIZE], in braces, and press OK. Paste in the script below and click the ✔
{
Script: [COLORIZE] for YahCoLoRiZe
Author: dxzl@live.com
File: colorize.ops
Version: 7.0
Vortec: 0.4.13 or higher
YahCoLoRiZe: 5.70 or higher
Usage: Create alias CX: /runscript [colorize] $activewin *1
Then in a chat window you type: /cx sometext
This script is called by the CX alias. It sends text to YahCoLoRiZe
where it is processed and returned to your chat-window :-)
}
var Wind,Parms: string;
begin
Wind := $1; Parms := *2;
Command('/ddepoke colorize command ddechan '+Wind);
Command('/ddepoke colorize command ddeplay '+Wind);
Command('/ddepoke colorize command ddevtext '+Parms);
end;
If you prefer to download the script file then import it to Vortec, it is here.
Special instructions for using YahCoLoRiZe with mIRC
rem ***************************
rem NOTE: For some old versions of mIRC, replace $1- with *1 and replace
rem $left($lower($active),6) with $left(6,$lower($active)) - Cheers!
rem ***************************
rem Usage: /CPLAY <stop|start|pause|resume|filepath>
/cplay /dde colorize command ddeplay $1-
rem Usage: /CCHAN <New Channel To Set In YahCoLoRiZe>
/cchan /dde colorize command ddechan $1-
rem Usage: /CX <My Text To Process In YahCoLoRiZe>
cx {
if ($left($lower($active),6) == status) dde colorize command ddechan status
else dde colorize command ddechan $active
dde colorize command ddetext $1-
}
Now you can change the chat-room with /CCHAN #new-room and send
color-text with /CX my-line of chat text. You can also now use
/CPLAY start|stop|pause|resume and
/CPLAY <path of a text file>
Note1: For old mIRC versions (mIRC 4.7 era), replace $1- with *1 and also replace $left($lower($active),6) with $left(6,$lower($active)) in the above script!
Note2: Change the mIRC font to "Courier New" or the text-borders will not come out even!
Special instructions for using YahCoLoRiZe with XiRCON
Example /CX Hello Chat-peeps!
Other commands... To play a text-file: /CPLAY <channel> <file> <time in milliseconds>
If playing: /CPLAY <stop/pause/resume>
To remotely send text to YahCoLoRiZe: /CX <text>
To remotely change the chat-channel: /CCHAN <channel>
**I also have a utility to import mIRC chat-server lists into XiRCON... here.
Click here to download the mIRC chat-server list.
Click here to download the original XiRCON 1.0B4 installer.
Click here to download the original Kano script for XiRCON.
Click here for the C++ Builder source code for Colorize.dll which handles communications between XiRCON and YahCoLoRiZe (includes the TCL script-file).
Click here for the TCL script-file.
Check out SwiftMiX! (C++ and .NET versions)...
Check out the Christianity-Revealed Web...
Akai S900/S950 Sampler -- Send WAV files, 8-64 bits, SysEx documentation...
Roland D-50 Sound Generator -- Generate new FM Synthesis patches for your Roland D-50!
Windows Movie Maker Utility -- Fixes broken wlmp movie project files after you have moved your root project folder.