Changing Avatars - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: General (/forumdisplay.php?fid=11) +---- Forum: Forum & Website (/forumdisplay.php?fid=13) +----- Thread: Changing Avatars (/showthread.php?tid=24264) Changing Avatars by twobluestripes on 04-25-2004 at 09:53 PM I noticed that some members have avatars that change each time the page is refreshed. I also saw a sig banner like this. I think this is really cool, and was wondering how it is done. Is it exclusive to higher up members? Or does it only work on this board? And is it like a code, for the sig banner? Let me know. RE: Changing Avatars by .blade// on 04-25-2004 at 09:56 PM It's a PHP code hsoted on a site other than the forums. There are some sites that offer changing sig.s and av.s for free off of their site, but members such as Keystorm coded their own. RE: Changing Avatars by KeyStorm on 04-25-2004 at 10:10 PM
Yeah, right: code: This way I have a nice dynamic avatar when address is: http://funmail.keystorm.net/MP!/MPavatar.php And a nice GUI for browsing the avatars with comments, dates and authors when the address is: http://funmail.keystorm.net/MP!/MPavatar.php?view=gui Hope this helps all people wanting to have a dynamic avatar. RE: Changing Avatars by twobluestripes on 04-25-2004 at 10:25 PM
oooooh... RE: Changing Avatars by KeyStorm on 04-25-2004 at 10:30 PM
right, you'll only have to change the data where I put "//and so on". There you can add more or leave less items. The HTML is for the GUI thing. code:It's not exactly a webform, but it's CGI, though. I also though PHP was hard before . RE: Changing Avatars by twobluestripes on 04-25-2004 at 10:35 PM so can you use this kind of thing to say, have a random changing photo on a webpage? or a sig banner? RE: Changing Avatars by KeyStorm on 04-25-2004 at 10:39 PM
A pseudo-randomly changing sig banner, yeah. RE: Changing Avatars by twobluestripes on 04-25-2004 at 10:49 PM sorry, one last question: do all the pictures need to be the same size? RE: Changing Avatars by .blade// on 04-25-2004 at 10:57 PM No - it has nothing to do with the size or file size of the pictures. RE: Changing Avatars by twobluestripes on 04-25-2004 at 11:14 PM oh, shizzle, i got another question...i host my images on a seperate server than my other stuff...if i host the php on my server and put the full urls for my photobucket images, will it work? or do they all need to be on the same server? thanks mucho. RE: Changing Avatars by lizard.boy on 04-25-2004 at 11:40 PM full urls should work RE: Changing Avatars by twobluestripes on 04-25-2004 at 11:59 PM
oh geeze, thanks you guys. you've been a big help. for some reason i can't get it to work. (i was trying it out on my sig) RE: Changing Avatars by bach_m on 04-26-2004 at 12:05 AM u DO have PHP installed on the server, right? RE: Changing Avatars by twobluestripes on 04-26-2004 at 12:08 AM uh, i wouldn't know. i have a CGI bin, if that helps. i don't know hardly anything about my server. RE: Changing Avatars by .blade// on 04-26-2004 at 12:38 AM
o.O RE: Changing Avatars by twobluestripes on 04-26-2004 at 12:40 AM
uh, free bandwidth from my ISP, sonic.net RE: Changing Avatars by bach_m on 04-26-2004 at 12:41 AM
upload this file to ur server and then access it through a web browser. what do u see? quote: prolly not, then RE: Changing Avatars by twobluestripes on 04-26-2004 at 12:43 AM am i supposed to see something when i click on it? RE: Changing Avatars by bach_m on 04-26-2004 at 12:46 AM no. u need to right click and save it to ur cmputer. then upload it to ur ISPs web host. then access it from through ur webbrowser RE: Changing Avatars by twobluestripes on 04-26-2004 at 01:07 AM *sigh* I see white. I'm assuming that this means it's not installed. Can't say I didn't try. RE: Changing Avatars by bach_m on 04-26-2004 at 01:27 AM its wierd. u shudn't get white, u shud get giberish. what happened when u tried to run the changing image script? RE: Changing Avatars by twobluestripes on 04-26-2004 at 01:34 AM what do you mean "run"? RE: Changing Avatars by KeyStorm on 04-26-2004 at 12:53 PM
To access it from your browser, like in http://funmail.keystorm.net/MP!/MPavatar.php code: use: code: 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. |