Welcome, Guest. Please Login or Register.
April 19, 2024, 06:08:19 AM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Completed mods  |  [Done] External Avatar mod « previous next »
Pages: 1 [2] Reply Ignore Print
Author Topic: [Done] External Avatar mod  (Read 9596 times)
Robbie
Noobie
*
Posts: 48


Trendhost.net

ICQ - 54598099deloodgieter@wanadoo.nl WWW
Re:[Done] External Avatar mod
« Reply #15 on: September 23, 2002, 04:43:30 PM »
Reply with quote

http://www.robbiesimode.com/upload/uploads/ExtAvatar.mod
Logged

IanthePez
Noobie
*
Posts: 19


I'm a llama!

Re:[Done] External Avatar mod
« Reply #16 on: September 23, 2002, 07:40:21 PM »
Reply with quote

Thanks a ton.
Logged
Robbie
Noobie
*
Posts: 48


Trendhost.net

ICQ - 54598099deloodgieter@wanadoo.nl WWW
Re:[Done] External Avatar mod
« Reply #17 on: September 24, 2002, 08:40:37 PM »
Reply with quote

No problem at all !!
Logged

Makavelli
Noobie
*
Posts: 26


If you fall stand tall and come back for more- Pac

dloverinu@hotmail.com WWW
Re:[Done] External Avatar mod
« Reply #18 on: November 09, 2002, 09:45:25 PM »
Reply with quote

i want some.. pls  ;D
Logged

Rather die like a man than live like a coward!
telimo
Jr. Member
**
Posts: 58


I'm a llama!

Re:[Done] External Avatar mod
« Reply #19 on: November 10, 2002, 12:21:02 AM »
Reply with quote

QuoteThe requested URL was not found on this server.

Does someone have a link for this mod that works? ::) ::)
Logged
Robbie
Noobie
*
Posts: 48


Trendhost.net

ICQ - 54598099deloodgieter@wanadoo.nl WWW
Re:[Done] External Avatar mod
« Reply #20 on: November 17, 2002, 12:28:20 PM »
Reply with quote

The link in post nr 15 is working again
Logged

edi67
Jr. Member
**
Posts: 97


I'm a llama!

Re:[Done] External Avatar mod
« Reply #21 on: November 07, 2003, 06:11:49 AM »
Reply with quote

i too want this great mod but all link not work give me one that work please
Logged

edi67
Jr. Member
**
Posts: 97


I'm a llama!

Re:[Done] External Avatar mod
« Reply #22 on: November 13, 2003, 10:01:36 AM »
Reply with quote

help again asking if somebody have link for this mod ...working
i really need this mod
thank all
Logged

[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:[Done] External Avatar mod
« Reply #23 on: December 09, 2003, 02:32:15 AM »
Reply with quote

Here's a simple way to do this in YaBB SE 1.5.x... first, do this:

<edit file>
Sources/Profile.php
</edit file>

<search for>
      $dir = opendir($facesdir);
      $contents = array();
      while ($contents[] = readdir($dir)){;}
      closedir($dir);
</search for>

<replace>
      $contents = file('avatar_list.txt');
      foreach ($contents as $id => $dummy)
         $contents[$id] = trim($dummy);
</replace>


Next, change your avatar url, (the path should no longer matter...) which is $facesurl in Settings.php... to the new url, for example http://www.avatarstorageplace.com/avatars

Now make a text file, named avatar_list.txt in the same directory as Settings.php.  It should just be a list of filenames... like so:
blank.gif
brad_pitt.jpg
Bruce_Campbell.jpg
Bruce_Willis.jpg
cameron_diaz.jpg
charisma_carpenter.jpg
Christopher_Lambert.jpg
Claudia_Schiffer.jpg
david_boreanaz.jpg
david_spade.jpg
Denise_Richards.jpg
Emilio_Estevez.jpg
Eva_Habermann.jpg
freddie_prinze_jr.jpg
Gwyneth_Paltrow.jpg


I realize this doesn't emulate the same functionality, but it's a solution for people who want/need their avatars on another server, and I'm parched for time.

I hope this is useful,
-[Unknown]
Logged
Pages: 1 [2] Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Done] External Avatar mod « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.039 seconds with 21 queries.