What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Changing Sigs/Avatars

Pages: (2): « First [ 1 ] 2 » Last »
Changing Sigs/Avatars
Author: Message:
ProblemWv Authority
Full Member
***

Avatar

Posts: 251
Reputation: 13
34 / Male / Flag
Joined: Nov 2004
Status: Away
O.P. Huh?  Changing Sigs/Avatars
Hi.
I noticed how a few of you have changing sigs and avatars when the page is refreshed.

Can anyone tell me how to do it?

Thanks:)
www.myspace.com/farewellcity
03-14-2005 01:08 PM
Profile E-Mail PM Web Find Quote Report
user27089
Disabled Account


Posts: 6321
Joined: Nov 2003
Status: Away
RE: Changing Sigs/Avatars
we're using random avatar scripts, try using chameleon, keystorms random avatar script, I'll post the script that I use here later. ;).
03-14-2005 01:10 PM
Profile PM Find Quote Report
ProblemWv Authority
Full Member
***

Avatar

Posts: 251
Reputation: 13
34 / Male / Flag
Joined: Nov 2004
Status: Away
O.P. RE: Changing Sigs/Avatars
kk fnx(Y)
me get on wiv studying*-)(A)....
or makin crappy n00by sigz :P
www.myspace.com/farewellcity
03-14-2005 01:16 PM
Profile E-Mail PM Web Find Quote Report
user27089
Disabled Account


Posts: 6321
Joined: Nov 2003
Status: Away
RE: Changing Sigs/Avatars
btw, you need to have a host that allows you to use php.

Here is the code anyway

first make a folder, open up notepad, copy and paste the following code into it:

code:
<?php
$dir = "imgs";
$dh = opendir($dir);
$files = array();
while (false !== ($filename = readdir($dh))) {
$files[] = $filename;
}
sort($files);
array_splice($files, 0, 2);
srand( (double) microtime()*1000000 );
$key = array_rand($files);
readfile($dir . "/" . $files[$key]);
?>


the save this file as avatar.php, upload it to the folder that you just made.

Now, inside that folder, make another folder called imgs, now you can just place the images that you want in there, and you're off!!!

Now, all you have to do is link the avatar url to the avatar.php file.

This post was edited on 03-14-2005 at 02:28 PM by user27089.
03-14-2005 01:18 PM
Profile PM Find Quote Report
ProblemWv Authority
Full Member
***

Avatar

Posts: 251
Reputation: 13
34 / Male / Flag
Joined: Nov 2004
Status: Away
O.P. RE: Changing Sigs/Avatars
fanx mate(Y)
now gota sort out me host, evryfinz gone weird lol

This post was edited on 03-14-2005 at 10:31 PM by ProblemWv Authority.
www.myspace.com/farewellcity
03-14-2005 10:30 PM
Profile E-Mail PM Web Find Quote Report
.Roy
Veteran Member
*****

Avatar

Posts: 1526
Reputation: 11
20 / Male / –
Joined: Aug 2004
RE: Changing Sigs/Avatars
ok i made the link but it still dosent work

This post was edited on 03-15-2005 at 07:03 AM by .Roy.
03-15-2005 07:00 AM
Profile PM Web Find Quote Report
ayjay
Senior Member
****

Avatar

Posts: 850
Reputation: 58
– / Male / Flag
Joined: Mar 2004
RE: Changing Sigs/Avatars
just seen your link and by the look of it it doesn't support php

:dodgy: free hosting :P
03-15-2005 07:14 AM
Profile PM Find Quote Report
.Roy
Veteran Member
*****

Avatar

Posts: 1526
Reputation: 11
20 / Male / –
Joined: Aug 2004
RE: Changing Sigs/Avatars
what host should i use?
03-15-2005 08:01 AM
Profile PM Web Find Quote Report
.Roy
Veteran Member
*****

Avatar

Posts: 1526
Reputation: 11
20 / Male / –
Joined: Aug 2004
RE: Changing Sigs/Avatars
Traxor you sure that that is the right script? its not workin for me

This post was edited on 03-15-2005 at 02:29 PM by .Roy.
03-15-2005 02:29 PM
Profile PM Web Find Quote Report
user27089
Disabled Account


Posts: 6321
Joined: Nov 2003
Status: Away
RE: Changing Sigs/Avatars
I'm positive that its the right script, you need to have a php enabled host though :s.
03-23-2005 09:55 AM
Profile PM Find Quote Report
Pages: (2): « First [ 1 ] 2 » 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