Web2Messenger Background Script! |
Author: |
Message: |
hmaster
Senior Member
Posts: 716 Reputation: 24
33 / /
Joined: Nov 2004
|
O.P. RE: Web2Messenger Background Script!
If you added a link to a background image, i could set you one up
|
|
08-23-2005 08:40 PM |
|
|
NiteMare
Veteran Member
Giga-Byte me
Posts: 2497 Reputation: 37
37 / /
Joined: Aug 2003
|
RE: Web2Messenger Background Script!
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
This post was edited on 08-23-2005 at 10:59 PM by NiteMare.
|
|
08-23-2005 10:58 PM |
|
|
RebelSean
Veteran Member
Microsoft Evangelist
Posts: 2602 Reputation: 59
34 / /
Joined: May 2004
Status: Away
|
RE: Web2Messenger Background Script!
|
|
08-23-2005 11:48 PM |
|
|
Lou
Veteran Member
Posts: 2475 Reputation: 43
– / /
Joined: Aug 2004
|
RE: Web2Messenger Background Script!
made by: nitemare
but cant add here run out of space in sig..lol
The future holds bright things in it\\\'s path, but only time will tell what they are and where they come from.
Messenger Stuff Forums
|
|
08-24-2005 12:23 AM |
|
|
hmaster
Senior Member
Posts: 716 Reputation: 24
33 / /
Joined: Nov 2004
|
O.P. RE: Web2Messenger Background Script!
|
|
08-24-2005 09:47 AM |
|
|
hmaster
Senior Member
Posts: 716 Reputation: 24
33 / /
Joined: Nov 2004
|
O.P. RE: Web2Messenger Background Script!
Finished it:
Just move it to your folder
|
|
08-24-2005 11:18 AM |
|
|
RebelSean
Veteran Member
Microsoft Evangelist
Posts: 2602 Reputation: 59
34 / /
Joined: May 2004
Status: Away
|
RE: Web2Messenger Background Script!
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.
|
|
08-24-2005 11:33 AM |
|
|
hmaster
Senior Member
Posts: 716 Reputation: 24
33 / /
Joined: Nov 2004
|
O.P. RE: Web2Messenger Background Script!
Nope, because thats generated with the w2m png
|
|
08-24-2005 01:58 PM |
|
|
changer
New Member
Posts: 2
Joined: Aug 2005
|
RE: Web2Messenger Background Script!
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
|
|
08-24-2005 02:42 PM |
|
|
Stab
Junior Member
MSN Sphere Creator.
Posts: 27
41 / / –
Joined: Jul 2005
|
RE: Web2Messenger Background Script!
I've finely done one !
Sorry, if my English is not as good as I would like...
MSN Sphere
|
|
08-24-2005 04:18 PM |
|
|
Pages: (9):
« First
«
1
[ 2 ]
3
4
5
6
»
Last »
|
|