Avatar woes....
Moderator: Moderators
Avatar woes....
Remember when deamonfaj had that screenshot of an avatar/ Remember how annoying that was? Well there's a newer problem, and it's a little more serious.
I'm not going to beat around the bush, Triton and G-Prime have avatars or sigs that are waaaaaaaay to big, and take waaaaaay too much out of some people's computers to load, including mine. It's caused error's, freezings, and hurricanes! Why am I making this public? Couldn't I have just pmed the two and be done with it? Yes, but want to discourage these avatars publicly. They're murder on small compys, and dial-up losers...
I'm not going to beat around the bush, Triton and G-Prime have avatars or sigs that are waaaaaaaay to big, and take waaaaaay too much out of some people's computers to load, including mine. It's caused error's, freezings, and hurricanes! Why am I making this public? Couldn't I have just pmed the two and be done with it? Yes, but want to discourage these avatars publicly. They're murder on small compys, and dial-up losers...
Last edited by Lucretius on Wed Aug 17, 2005 4:05 pm, edited 1 time in total.
-Luke
-
Triton
- Moderator
- Posts: 7398
- Joined: Mon May 24, 2004 12:33 pm
- 360 GamerTag: triton199
- Steam ID: triton199
- Location: Iowa
- Contact:
jeeze, sorry
lol, im a "dialup loser" and the lag i get from my sig is negligable but if i must i shall remove it.
Visit us at Portablesofdoom.org
-
SpongeBuell
- Senior Member
- Posts: 5190
- Joined: Wed Apr 07, 2004 10:52 am
- Location: Colorado
- Contact:
-
sam fisher
- Posts: 1093
- Joined: Mon Apr 25, 2005 8:52 am
-
usbcd36
- Posts: 1293
- Joined: Sun May 15, 2005 5:04 pm
- Location: Inside Samus's arm cannon [gulp]___ Gender: Male
It's a PHP script. If you browse http://www.metroid2002.com/usbcd36/Avatars/, it is the file called "usbcd36.jpg". It MUST be hosted in the same directory as the image files that it will rotate. The source code came from Nate, the webmaster there. It resides in http://nate.metroid2002.com/avatars/avatar.txt, but renaming that with a ".jpg" won't do anything, you must add a few lines of text to your .htaccess file (there should already be one in your main directory) to force the type as PHP script, even though it is named as a JPEG. The code is:wallydawg wrote:yours is only okay if you tell us how you made it rotate like that.usbcd36 wrote:Ok, well is mine ok (I know it is rotating, but they're less than 20K apiece)? If it NEEDS to be a single avatar, I know which one to choose, but I really like my rotating thing.
Code: Select all
<Files avatar.jpg>
ForceType application/x-httpd-php
</Files>After that, upload the .htaccess file (you should turn on invisible items, but if your FTP client can't do that, upload it as something like ht.htaccess and rename inside the FTP client.


