Shoutbox

Web2Messenger Background Script! - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Skype & Live Messenger (/forumdisplay.php?fid=10)
+----- Thread: Web2Messenger Background Script! (/showthread.php?tid=49386)

Web2Messenger Background Script! by hmaster on 08-23-2005 at 06:15 PM

http://dxlabs.skarz.co.uk/?page=w2m

Just read through it (H)!

Any problems send me a message by clicking my image or replying here.

Remember: Anyone removing the "Powered by Web2Messenger" away from the image will be banned from using the web2messenger service.

Quick Links:
NEW! - source generator : http://dxlabs.skarz.co.uk/?page=w2m&sec=sgen

tutorial : http://dxlabs.skarz.co.uk/?page=w2m&sec=tut
dynamic : http://dxlabs.skarz.co.uk/?page=w2m&sec=dynamic
colour generator : http://dxlabs.skarz.co.uk/?page=w2m&sec=cgen


RE: Web2Messenger Background Script! by absorbation on 08-23-2005 at 06:17 PM

very nice, thanks alot :D

[Image: web2.php]

there is mine i'm messing around with :)


RE: Web2Messenger Background Script! by hmaster on 08-23-2005 at 06:27 PM

Cool, just change the first width so its the same as the image :)
Remember the powered by web2messenger otherwise you will be banned!!


RE: Web2Messenger Background Script! by absorbation on 08-23-2005 at 06:30 PM

ok how do i fix that black, add the powered by... and give an tranparent border does the rgb 255 0 255 work in browsers? :P


RE: Web2Messenger Background Script! by hmaster on 08-23-2005 at 07:05 PM

Youve added the powered..
There is no black and no border?


RE: Web2Messenger Background Script! by Supersonicdarky on 08-23-2005 at 07:12 PM

here's mine :) LH style

[Image: test.php]

but i dunno how to make transparent border :(


RE: Web2Messenger Background Script! by NiteMare on 08-23-2005 at 07:23 PM

quote:
Originally posted by hmaster
Remember: Anyone removing the "Powered by Web2Messenger" away from the image will be banned from using the web2messenger service

i don't see "powered by web2messenger" in your picture
edit: now i do
RE: Web2Messenger Background Script! by hmaster on 08-23-2005 at 07:43 PM

quote:
Originally posted by Supersonicdarky
here's mine :) LH style

[Image: test.php]

but i dunno how to make transparent border :(

Your "Powered..." is messed up :S

Remove the border all together by deleting

// draw a border around the image
imagerectangle($im, 0, 0, $width-1, $height-1, $bordercolour);

RE: Web2Messenger Background Script! by toddy on 08-23-2005 at 07:57 PM

quote:
Originally posted by Absorbation
very nice, thanks alot :D

[Image: web2.php]

there is mine i'm messing around with :)

you do know yours isn't linked 8-)
RE: RE: Web2Messenger Background Script! by Supersonicdarky on 08-23-2005 at 08:04 PM

quote:
Originally posted by hmaster
quote:
Originally posted by Supersonicdarky
here's mine :) LH style

[Image: test.php]

but i dunno how to make transparent border :(

Your "Powered..." is messed up :S

Remove the border all together by deleting

// draw a border around the image
imagerectangle($im, 0, 0, $width-1, $height-1, $bordercolour);


fixed, but when i put the image in the forum, the white turns grey :(
how do i fix it?

white is here, but grey in sig
RE: Web2Messenger Background Script! by hmaster on 08-23-2005 at 08:40 PM

If you added a link to a background image, i could set you one up ;)


RE: Web2Messenger Background Script! by NiteMare on 08-23-2005 at 10:58 PM

if anyones having trouble with transparencys do the following change:

replace:

code:
// finished now just make the image a PNG and show it
header("Content-Type: image/png");
imagepng($im);
imagedestroy($im);

with:

code:
// finished now just make the image a GIF and show it
header("Content-Type: image/gif");
imagegif($im);
imagedestroy($im);

this will make the image a GIF file, instead of a png, although PNG is better for a few reasons, it does not support transparancy in IE6 and lower, it is however supported in IE7 and firefox

GIF is globaly supported
RE: Web2Messenger Background Script! by RebelSean on 08-23-2005 at 11:48 PM

I made a awesome background template with this script provided by Hmaster. It's not done, Hmaster is still trying to figure out how we can move the status image around so people like me who are using custom sig templates can move the status icon around. Like in mine, I would like it perfectly centered in the DP container.

Cheers to Joel for the PSD for this ;).

[Image: sig.php]
[Image: 1.png][Image: 2.png][Image: 3.png]


RE: Web2Messenger Background Script! by Lou on 08-24-2005 at 12:23 AM

[Image: siggy.php]

made by: nitemare

but cant add here run out of space in sig..lol


RE: Web2Messenger Background Script! by hmaster on 08-24-2005 at 09:47 AM

quote:
Originally posted by XxRebelSeanxX
I made a awesome background template with this script provided by Hmaster. It's not done, Hmaster is still trying to figure out how we can move the status image around so people like me who are using custom sig templates can move the status icon around. Like in mine, I would like it perfectly centered in the DP container.

Cheers to Joel for the PSD for this ;).

[Image: sig.php]
[Image: 1.png][Image: 2.png][Image: 3.png]

Ive figured it out, will do it later :)
RE: Web2Messenger Background Script! by hmaster on 08-24-2005 at 11:18 AM

Finished it:
[Image: XxRebelSeanxX.php]

Just move it to your folder ;)


RE: Web2Messenger Background Script! by RebelSean on 08-24-2005 at 11:33 AM

Awesome dude! You know how you did that thing to the powered by message? Do you think you can do that with the offline, online, busy, ect message? Cause it kinda looks weird with the text that is on it now.


RE: Web2Messenger Background Script! by hmaster on 08-24-2005 at 01:58 PM

Nope, because thats generated with the w2m png


RE: Web2Messenger Background Script! by changer on 08-24-2005 at 02:42 PM

does anyone knows a good free php host? i tried some and or they are unstable (go offline many times) or dont process well the php script for the web2messenger backgroung

thnks


RE: Web2Messenger Background Script! by Stab on 08-24-2005 at 04:18 PM

I've finely done one !


RE: Web2Messenger Background Script! by hmaster on 08-24-2005 at 04:58 PM

Lol nice :)


RE: Web2Messenger Background Script! by guanako on 08-24-2005 at 05:56 PM

sorry guys i dont know how to use php :( but i got back ground
can anyone do it for me pliss, while this im gonna look up a php tutorial :)

http://www.web2messenger.com/status/guanako.png


RE: Web2Messenger Background Script! by hmaster on 08-24-2005 at 09:59 PM

[Image: guanako.php]
http://messengermad.com/hmaster/w2m/public/guanako.php

It will be only hosted for a short amount of time

php file attached :)


RE: Web2Messenger Background Script! by guanako on 08-24-2005 at 10:19 PM

i got it now (Y) i wann learn how to change my background :D


RE: Web2Messenger Background Script! by hmaster on 08-24-2005 at 10:26 PM

K cool, can you please host the file urself. The sig will be up until 2mrw :)


RE: Web2Messenger Background Script! by Stab on 08-26-2005 at 11:02 AM

code:
<?php
//no error report because we whant an image so we don't need text in !!!
error_reporting(0);
// variables
// width of backgound image
$width = 468;
// height of background image
$height = 60;
// background path
$bgpng = "./images/bg.png";
// w2m image path
$w2mpng = "http://www.web2messenger.com/status/YOURNAME.png";

// create a new image and add colours
// create the image
$im = imagecreatetruecolor($width, $height);
// colour white
$white = imagecolorallocate($im, 254, 253, 254);
// border colour (grey)
$bordercolour = imagecolorallocate($im, 182, 182, 182);

// fill bg white
imagefill($im, 0, 0, $white);
// if you background image has rounded curves use this
imagecolortransparent($im, $white);

// open bg image
$bg = imagecreatefrompng($bgpng);

// copy bg image onto first image
imagecopy($im, $bg, 0, 0, 0, 0, $width, $height);
// close this image
imagedestroy($bg);

// open our w2m image
if (getimagesize($w2mpng)){
    $w2m = imagecreatefrompng($w2mpng);
    //get w2m image width
    $w2mwidth = imagesx($w2m);
    //get w2m image height
    $w2mheight = imagesy($w2m);
    // your status image
    ImageCopy($im, $w2m, 8, 13, 0, 0, 40, $w2mheight-12);
    //your personal message
    $w2mwidth = $w2mwidth-42;
    if ($w2mwidth>330) {
        $w2mwidth = 330;
    }
    ImageCopy($im, $w2m, 72, 40, 42, 15, $w2mwidth, $w2mheight-33);
    // close this image
    imagedestroy($w2m);
}
//if w2m is not an image the service is down...
else{
    $black = imagecolorallocate($im, 0, 0, 0);
    // the error text
    $text = 'Status service down...';
    // your police (need to upload one)
    $font = 'LUCON.TTF';
    // add the text
    imagettftext($im, 8, 0, 75, 55, $black, $font, $text);
    $offpng = "./images/off.png"; //the status failed image
    $w2m = imagecreatefrompng($offpng);
    ImageCopy($im, $w2m, 18, 24, 0, 0, 21, 21);
    imagedestroy($w2m);
}

// finished now just make the image a PNG and show it
header("Content-Type: image/png");
imagepng($im);
imagedestroy($im);
?>

Thanks hmaster for the orginal code :)
Just because server crash I add a little condition in the script.


Enjoy...
RE: Web2Messenger Background Script! by hmaster on 08-27-2005 at 03:56 PM

Nice mod, hadnt thought of that. Not sure that the server will crash again but cool...

I will be releasing teh auto resizing script soon as too many ppl asked me for that one. Will be posted as soon as released


RE: Web2Messenger Background Script! by NiteMare on 08-29-2005 at 12:59 AM

apperently the script has stoped working, it nolonger accepts teh status image as a valid png file

edit:

quote:
Originally posted by web2messenger.com forums

There's a hidden message which all the php scripts will get when they access the status images from the w2m servers


RE: Web2Messenger Background Script! by hmaster on 08-30-2005 at 04:42 PM

It works again now :)
My generator isnt finished so you can use my friends here:
http://www.place2chat.be/web2sig/


RE: Web2Messenger Background Script! by hmaster on 11-04-2005 at 07:15 PM

Hey people. Updating you all.

The new updated scripts can now be found at a new place:
http://dxlabs.skarz.co.uk/?page=w2m

-------------------------------------

Ive finished one of the two generators
http://dxlabs.skarz.co.uk/?page=w2m&sec=cgen
It basically lets you add any colour to your web2messenger sigs bg/nick/psm!

--------------------------------------


I have finished the dynamic sigs.
You prob seen then in my sig
Thanks to all the helpers and people who helped coding.

You url code for you sig can be found here:
http://dxlabs.skarz.co.uk/?page=w2m&sec=dynamic

A few examples:

[Image: hmaster.png]

[Image: hmaster.png]

New MSN! - changes size
[Image: hmaster.png]

-----
updated first post


RE: Web2Messenger Background Script! by thc2010 on 11-04-2005 at 07:58 PM

awsome :D


RE: Web2Messenger Background Script! by hmaster on 11-04-2005 at 10:02 PM

np, updated the ^ post a little


RE: Web2Messenger Background Script! by -dt- on 11-05-2005 at 02:05 AM

:-/ how about for hosts which have the fopen wrapper disabled? (allow_url_fopen to in the php.ini)
you should check to see if  its enabled or not , if it isnt you should fall back on something like curl to download the image then use imagecreatefromstring().


RE: Web2Messenger Background Script! by guanako on 11-05-2005 at 02:07 AM

excuse my low knowledge on this but how do u use them?


RE: Web2Messenger Background Script! by thc2010 on 11-05-2005 at 02:55 AM

while hmaster is making backrounds for those, ill be making templaits for Web2Messenger html message sender. Maybe we can join forces :D his coding and my graphic design :S

I realy need you to code this template im designing... i suck at php, i havnt even learned php yet, i just know how its structure together


RE: Web2Messenger Background Script! by cardshark on 11-05-2005 at 04:38 AM

Looks really good Hmaster. As usual, I have a small question about the most recent update. I'm trying out the MSN background on my site, and I have a red-ish/black-ish background on the site. It seems that parts of the MSN image are transparent, including the "Web2Messenger.com" text, as seen in the screenshot below. Is that how it's supposed to be?


RE: Web2Messenger Background Script! by thc2010 on 11-05-2005 at 04:50 AM

how do u get that transparancy anyways? I need to do that on some of mine.

(the link btw is broken)


RE: Web2Messenger Background Script! by hmaster on 11-08-2005 at 07:02 PM

@thc2010 -- You already have your transparency sorted ?

@cardshark -- No its not meant to be like that. Show me your source?

Anyways I fixed the transparency issue with the msn sigs, enjoy :)

Anybody with themes that are good and they wish to share please say so !


RE: Web2Messenger Background Script! by absorbation on 11-08-2005 at 07:10 PM

quote:
Originally posted by hmaster

Anybody with themes that are good and they wish to share please say so !

as in the image?
i made this one:

[Image: index.php]
RE: Web2Messenger Background Script! by hmaster on 11-08-2005 at 08:05 PM

Yup any like that.. if anyone wants theres to be added to the dynamic section just say :)
Absorbation can I use yours?


RE: Web2Messenger Background Script! by cardshark on 11-09-2005 at 02:16 AM

quote:
Originally posted by hmaster

@cardshark -- No its not meant to be like that. Show me your source?

Anyways I fixed the transparency issue with the msn sigs, enjoy :)

Anybody with themes that are good and they wish to share please say so !

No worries. Whatever you did fixed it. It's now showing nicely on my page. Keep up the great work. :D
RE: Web2Messenger Background Script! by absorbation on 11-09-2005 at 03:53 PM

quote:
Originally posted by hmaster
Absorbation can I use yours?

sure, i made the script with no border and transparent :)

http://www.absorbation.com/files/sig/bg.gif
RE: Web2Messenger Background Script! by hmaster on 11-11-2005 at 08:51 PM

Another new image. Thanks to Absorbation for the background image.

[Image: hmaster.png]

It should show avatars and resize. Any problems please say.

Go to http://dxlabs.skarz.co.uk/?page=w2m&sec=dynamic
for your url code :)


RE: Web2Messenger Background Script! by hmaster on 11-12-2005 at 03:10 PM

Added another image. Thanks this time to matti for the background image.

[Image: hmaster.png]

Go to http://dxlabs.skarz.co.uk/?page=w2m&sec=dynamic
for your url code :)


RE: Web2Messenger Background Script! by Jhrono on 11-12-2005 at 03:27 PM

hmaster, any regular png works as a w2m background ? I'm thinking of doing one;)


RE: Web2Messenger Background Script! by hmaster on 11-12-2005 at 04:18 PM

Yup any should work. Just PM with the image if you want one done :)


RE: Web2Messenger Background Script! by thc2010 on 11-12-2005 at 06:36 PM

looks good! keep it up


RE: Web2Messenger Background Script! by RebelSean on 11-12-2005 at 09:24 PM

quote:
Originally posted by hmaster
Added another image. Thanks this time to matti for the background image.

[Image: hmaster.png]

Go to http://dxlabs.skarz.co.uk/?page=w2m&sec=dynamic
for your url code :)

Ohhh, very nice image :D. What about a WLM style Hmaster?
RE: Web2Messenger Background Script! by hmaster on 11-12-2005 at 10:10 PM

This one is for Johny, background made by him...
[Image: hmaster.png]

URL Code

@sean : yeh i was thinking about it but I dont really like it myself tbh :P
I guess i can do some, what colour do people want done first?

@thc: thanks ;)


RE: Web2Messenger Background Script! by cardshark on 11-13-2005 at 02:54 AM

If you do plan on doing WLM style, I would start with colors like black, red, and blue. They are very simple and clean looking and go with just about anything.

Keep up the great work on these. I love being able to use the generators instead of trying to figure out how to tweak the code myself (I suck at it majorly). :D


RE: Web2Messenger Background Script! by guanako on 11-13-2005 at 03:26 AM

and why cant i see mine:(


RE: Web2Messenger Background Script! by hmaster on 11-13-2005 at 12:10 PM

OK ill start making some wlm ones. I really cant be bothered to install it again so does anyone have any screenys of the top part of wlm in different colours?

@guanako which one is yours..?


RE: Web2Messenger Background Script! by John Anderton on 11-13-2005 at 01:05 PM

Good work (Y)
More interesting than that site was the livemessenger site in the links :P


RE: Web2Messenger Background Script! by hmaster on 11-13-2005 at 01:13 PM

Ok just added my own web2messenger.com text...

@John Anderton : :lol: !


RE: RE: Web2Messenger Background Script! by RebelSean on 11-13-2005 at 05:10 PM

quote:
Originally posted by hmaster
OK ill start making some wlm ones. I really cant be bothered to install it again so does anyone have any screenys of the top part of wlm in different colours?

@guanako which one is yours..?


I only have one:


RE: Web2Messenger Background Script! by guanako on 11-13-2005 at 06:27 PM

quote:
Originally posted by hmaster

@guanako which one is yours..?
wat do you mean?
RE: Web2Messenger Background Script! by hmaster on 11-14-2005 at 05:28 PM

quote:
Originally posted by XxRebelSeanxX
I only have one:
Thanks!
quote:
Originally posted by guanako
wat do you mean?
You said you couldnt see yours:
quote:
Originally posted by guanako
and why cant i see mine
What do you mean?

RE: RE: Web2Messenger Background Script! by Salem on 11-14-2005 at 06:30 PM

quote:
Originally posted by hmaster
quote:
Originally posted by XxRebelSeanxX
I only have one:
Thanks!


hmaster? will you be adding one witht he image posted above by XxRebelSeanxX? I would like one that with a WLM (windows Live Messenger) GUI.
RE: Web2Messenger Background Script! by guanako on 11-14-2005 at 06:30 PM

i meant how do i get it to wrk so ppl here can see it, my user name is guanako


RE: Web2Messenger Background Script! by hmaster on 11-14-2005 at 06:47 PM

quote:
Originally posted by Salem
hmaster? will you be adding one witht he image posted above by XxRebelSeanxX? I would like one that with a WLM (windows Live Messenger) GUI.
Yes I will
quote:
Originally posted by guanako
i meant how do i get it to wrk so ppl here can see it, my user name is guanako
Go to this page
http://dxlabs.skarz.co.uk/?page=w2m&sec=dynamic
and put in guanako in the username area. Then click the image you would like to preview. Then copy the url code next to the link ;)

RE: Web2Messenger Background Script! by hmaster on 11-15-2005 at 12:31 PM

Ive changed the way you can view the dynamic images and added a new feature!

There is now a new added feature which allows you to set your own x and y co-ordinates of the w2m image.

Check it out here : http://dxlabs.skarz.co.uk/?page=w2m&sec=dynamic

Note: The help for the x/y feature is at the bottom. Please read the page properly :)
More backgrounds coming soon...


Done an image by Zephyrus:
[Image: hmaster.png]

http://dxlabs.skarz.co.uk/?page=w2m&sec=dynamic
Image is under Special -> Web2MSN


RE: Web2Messenger Background Script! by hmaster on 11-15-2005 at 08:36 PM

Windows Live Messenger Update!
Added
-Orange
-Blue
-Light blue
-Green
-Black
themes that look like the top of wlm(msn8)

eg:
[Image: hmaster.png]

[Image: hmaster.png]

Added a seperate category for it:
Get your url code here:
http://dxlabs.skarz.co.uk/?page=w2m&sec=dynamic


RE: Web2Messenger Background Script! by thc2010 on 11-15-2005 at 09:54 PM

i love it :D


RE: Web2Messenger Background Script! by cardshark on 11-16-2005 at 04:25 AM

Hmaster, I don't know if you realized but, under the "Special Images" list, "Shiro" shows up twice.

Still great work as always. (y)


RE: RE: Web2Messenger Background Script! by Salem on 11-16-2005 at 01:37 PM

quote:
Originally posted by hmaster
Windows Live Messenger Update!
Added
-Orange
-Blue
-Light blue
-Green
-Black
themes that look like the top of wlm(msn8)

Added a seperate category for it:
Get your url code here:
http://dxlabs.skarz.co.uk/?page=w2m&sec=dynamic


Thanks, i will get mine now.

Salem
RE: Web2Messenger Background Script! by hmaster on 11-17-2005 at 03:38 PM

quote:
Originally posted by cardshark
Hmaster, I don't know if you realized but, under the "Special Images" list, "Shiro" shows up twice.

Still great work as always. (y)
Thanks ill fix it on the next update :)
RE: Web2Messenger Background Script! by guanako on 11-17-2005 at 06:39 PM

:o it works :D


RE: Web2Messenger Background Script! by hmaster on 11-22-2005 at 05:45 PM

Ive updated another part of the w2m section which is the source generator.
The generator asks for certain fields and then outputs a preview of the image and produces a source file for you to upload and use.

Please read all instructions properly

To get your source file go here:
http://dxlabs.skarz.co.uk/?page=w2m&sec=sgen

Please read all instructions properly


RE: Web2Messenger Background Script! by kierant on 11-26-2005 at 03:27 AM

Slightly off-topic, sorry.

I just wondered how in the web2messenger sigs that if I have a personal status set it is able to get rid of the default text and just keep my text...

For example, if I have a personal status activated, eg 'Sleeping', on the msn contact list my name will be displayed as, eg 'Kieran (Sleeping) (Away)'. Yet in the signature it is just displayed as 'Kieran (Sleeping)'.


RE: Web2Messenger Background Script! by Matti on 11-26-2005 at 12:47 PM

@kierant: That's because W2M fully supports Messenger Plus!. ;)

@hmaster: Great script, m8! Maybe you have to enable the support for textcolor values (name_, psm_, status_). That would be even cooler! :D


RE: Web2Messenger Background Script! by hmaster on 11-26-2005 at 12:49 PM

Everyone is asking why it doesnt support textcolours for the seperate parts, but it does!

Put the w2m vars before the username eg

[Image: hmaster.png]
code: http://dxlabs.skarz.co.uk/w2m/dynamic/wlmorange/n...ffffff/hmaster.png

enjoy ;)


RE: Web2Messenger Background Script! by absorbation on 11-26-2005 at 01:02 PM

quote:
Originally posted by hmaster
Everyone is asking why it doesnt support textcolours for the seperate parts, but it does!

[Image: hmaster.png]
works here, very nice :)
RE: Web2Messenger Background Script! by Matti on 11-26-2005 at 02:07 PM

I knewd that, but it would be more usefull if you have extra inputs for them on the page.
You know, for the n00bie persons... ;)


RE: Web2Messenger Background Script! by -dt- on 11-27-2005 at 03:35 AM

http://random.thedt.net/w2m/lol.php
omg errors .....
silly people depending on url wrappers.


RE: Web2Messenger Background Script! by albert on 11-27-2005 at 04:23 AM

quote:
Originally posted by XxRebelSeanxX


[Image: sig.php]
[Image: 1.png][Image: 2.png][Image: 3.png]

:O WOW! HMaster, anyway of adding this one? :O:O
RE: Web2Messenger Background Script! by John Anderton on 11-27-2005 at 02:05 PM

Erm there are a few problems (apart from the obvious ones that dt pointed out)
Like the incorrect displaying of my dp ..... i have pm'med you a list 8-)

Anyways in the pic quoted my lp15 above me ...... you need to fix the gradient between the top and the bottom images :)
The mismatching gradient ruins everything :sad:


RE: Web2Messenger Background Script! by hmaster on 11-27-2005 at 06:53 PM

@dt im going to use curl in my next update :)

@lp15 that was coded by me for sean as a request. I may have a psd of wave11 colours and make some! the bottom bar is seperate images that sean added

@JohnAnderton check your pm


RE: Web2Messenger Background Script! by Matti on 01-02-2006 at 10:01 AM

I'm sorry for posting on a old topic, but since the W2M images are down, it isn't impossible to make your own status images!

The service has 2 alternatives: either a .txt file with the status information or a .xml file, which can be accessed with the following URL:

code:
http://www.web2messenger.com/status/UserName.txt
http://www.web2messenger.com/status/UserName.xml

My question is now: can you (hmaster) make an alternative script which gets this information and create a PNG from it, just like W2M did? That would be very very cool! :D
RE: Web2Messenger Background Script! by hmaster on 01-02-2006 at 01:12 PM

Lol, thats just what I was working on, I'm just trying to make the plus colours work ;)


RE: Web2Messenger Background Script! by Matti on 01-02-2006 at 01:36 PM

Allright! Keep it up! :D


RE: RE: Web2Messenger Background Script! by Salem on 01-03-2006 at 09:34 PM

quote:
Originally posted by hmaster
Lol, thats just what I was working on, I'm just trying to make the plus colours work ;)


Do you have a working version where the MsgPlus! colours don't work? If so, please can i try it out. I can't use plus with WLM, so wouldnt really need that ability yet.