What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » General » Forum & Website » Changing Avatars

Pages: (3): « First « 1 2 [ 3 ] Last »
Changing Avatars
Author: Message:
bach_m
Veteran Member
*****

Avatar
4837 :P

Posts: 2863
Reputation: 7
37 / Male / –
Joined: Feb 2003
RE: Changing Avatars
its wierd. u shudn't get white, u shud get giberish. what happened when u tried to run the changing image script?
04-26-2004 01:27 AM
Profile E-Mail PM Web Find Quote Report
twobluestripes
New Member
*

Avatar
"Pride of the King's Navy, you are."

Posts: 13
35 / Female / –
Joined: Apr 2004
O.P. RE: Changing Avatars
what do you mean "run"?
[Image: twobluestripes.jpg]
04-26-2004 01:34 AM
Profile E-Mail PM Web Find Quote Report
KeyStorm
Elite Member
*****

Avatar
Inn-sewer-ants-pollie-sea

Posts: 2156
Reputation: 45
38 / Male / –
Joined: Jan 2003
RE: Changing Avatars
To access it from your browser, like in http://funmail.keystorm.net/MP!/MPavatar.php ;)

Btw, if you store your images anywhere else, you might want to do a slight change to the script to avoid doeuble bandwidth usage.
The script as it is now avoids people to know what the real name of your single avatars is, ie avoids them to steal the pics (use them from your server).
The other way I suggest for if you are using another server to store the avatars is to create a redirecting script.

instead of:
code:
...

header ('Content-type: image/jpeg');
header( 'Content-Disposition: attachment; filename=avatar');
$f = fopen ($filename, 'rb');
fpassthru ($f); }
...

use:
code:
...
header("Location: http://www.example.com/exampledir/$filename");
...

Btw, I really don't know if this HTTP-header would open the URL in the whole browser or inside the script, because I never used it for that purpose :$. But you may try, nevertheless. :)
04-26-2004 12:53 PM
Profile E-Mail PM Web Find Quote Report
Pages: (3): « First « 1 2 [ 3 ] Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On