It is currently Sun May 26, 2013 6:33 am

All times are UTC [ DST ]




 Page 1 of 1 [ 15 posts ] 
Author Message
 Post subject: sig and avatar request thread
PostPosted: Thu Jul 08, 2004 3:39 pm 
User avatar

Joined: Thu Jul 08, 2004 3:32 pm
Posts: 1
if people wish to have a avatar or sig or both then request them(animated or non animated)- dont hesitate as i would be happy of the work. :thumbsup:

here is mine but at the moment it isnt allowing me to set it is my avatar even though it has on other forums.

Image


Offline
 Profile  
 
 Post subject:
PostPosted: Fri Jul 09, 2004 1:03 am 
User avatar

Joined: Sun Apr 06, 2003 9:36 pm
Posts: 406
Location: Toronto,Canada
I can see it. it's also visible under your nick so i see it's allowed to use on the forum...looks good, and catches the eye. Good Luck with it.

Regards,



_________________
Dream what you want to dream; go where you want to go; be what you want to be because you have only one life and one chance to do all the things you want in life.
Offline
 Profile  
 
 Post subject:
PostPosted: Fri Jul 09, 2004 1:44 am 

Joined: Fri Jun 18, 2004 10:58 pm
Posts: 27
what does 07BK mean ? or whateva is that flashin in ya avatar ... If u wanna make me an unanimated , yellow on black avatar sayin alive ... in some stylish way , i'd be thankful :)



_________________
i don't die
Offline
 Profile  
 
 Post subject:
PostPosted: Sat Aug 21, 2004 9:41 am 
User avatar

Joined: Sat Feb 14, 2004 3:49 pm
Posts: 408
Location: Southeast Asia, Philippines
animated avatars would be useful too... but i like my current avatar.. hehehh :lol:


Offline
 Profile  
 
 Post subject:
PostPosted: Tue Jan 18, 2005 7:37 pm 

Joined: Fri Jul 23, 2004 8:40 pm
Posts: 21
Location: Middlesborough, UK
All my posts have been edited to nothing, seen as the Undernet forums is totally a waste of space, with inbred's like simba running it.

Thanks.


Last edited by Huggins on Wed Nov 12, 2008 6:44 am, edited 1 time in total.

Offline
 Profile  
 
 Post subject:
PostPosted: Tue Jan 18, 2005 8:11 pm 
User avatar

Joined: Wed Dec 01, 2004 3:09 pm
Posts: 268
Location: Cyprus
lol =) mine is one of those low_quality_with_paint_created avatars but i like it :) i was wondering about that 0bk or bk0 or k0b or whatever else it is :P



_________________
~ He who fights with monsters might take care lest he thereby become a monster. And if you gaze for long into an Abyss, The Ábyss gazes also into you. ~
Offline
 Profile  
 
 Post subject:
PostPosted: Sun Mar 20, 2005 1:24 pm 
User avatar

Joined: Sun Feb 08, 2004 1:39 pm
Posts: 105
Location: Morocco
look around :roll:



_________________
Past Undernet webmaster
Past Class Tutor
Offline
 Profile  
 
 Post subject:
PostPosted: Sun Mar 20, 2005 2:27 pm 
Forum Moderator
User avatar

Joined: Fri Nov 19, 2004 9:51 pm
Posts: 594
Location: Europe


Last edited by Mitko on Fri May 27, 2005 9:22 pm, edited 1 time in total.


_________________
Dimitar Tnokovski aka Mitko
Image
Offline
 Profile  
 
 Post subject:
PostPosted: Sun Mar 20, 2005 10:04 pm 
User avatar

Joined: Sun Feb 08, 2004 1:39 pm
Posts: 105
Location: Morocco
if u say it :wink: :devil:



_________________
Past Undernet webmaster
Past Class Tutor
Offline
 Profile  
 
 Post subject:
PostPosted: Tue Mar 22, 2005 4:03 pm 
User avatar

Joined: Wed Mar 16, 2005 8:11 pm
Posts: 60
:o I like my lame avatar :o) so I need to thanks FasTK|LLeR (-: good job



_________________
With respect,
vEnNoms
Offline
 Profile  
 
 Post subject:
PostPosted: Thu Mar 24, 2005 6:03 pm 
Forum Moderator
User avatar

Joined: Tue Feb 17, 2004 11:12 am
Posts: 760
Location: Romania
Well i want to thank Fasty for my avatar and signature too.

Btw you have legal rights on your work adnane cause i might wanna sue someone who uses my avatar just to hello me off :)



_________________
sirAndrew @ Undernet.org

8 years on this forum and i'm still the #1 poster around.
Offline
 Profile  
 
 Post subject:
PostPosted: Thu Mar 24, 2005 6:40 pm 
User avatar

Joined: Wed Dec 01, 2004 3:09 pm
Posts: 268
Location: Cyprus
/me is going to steal andrew's avatar and sig coz there is no (C) :) heheh

i want a nice avatar too :oops:



_________________
~ He who fights with monsters might take care lest he thereby become a monster. And if you gaze for long into an Abyss, The Ábyss gazes also into you. ~
Offline
 Profile  
 
 Post subject:
PostPosted: Fri Mar 25, 2005 1:33 pm 
User avatar

Joined: Fri Mar 07, 2003 12:20 pm
Posts: 67
Location: Bucharest, Romania
What's so trendy about image signatures? Avtars are supposed to be images, but why would someone need an image as a signature? :devil: Well, don't mind me.

:classic:



_________________
"Gods do not suffer pride in anyone but themselves." - Herodotus

jasee
http://forum.undernet.org/
Offline
 Profile  
 
 Post subject: :: Tutorial for Random sig ::
PostPosted: Sun Mar 27, 2005 11:07 am 
User avatar

Joined: Sun Feb 08, 2004 1:39 pm
Posts: 105
Location: Morocco
A lot of forums users asking me about my sig and how they change everytime ...

I ll explain for u how u can make the same thing .

I use a Php Random Page and I link it at my profil like this :

[*img]http://www.adnane.anasoft.ma/images/random.php[/img*] ( of course without * )

u can use it also if u want , just copy this code and past it at an blank page and name it what u want , for me i name it random.php .

<?php

// Make this the relative path to the images, like "../sig" or "random/sigs/".
// If the images are in the same directory, leave it blank.
$folder = '';

// Space seperated list of extensions, you probably won't have to change this.
$exts = 'jpg jpeg png gif';

$files = array(); $i = -1; // Initialize some variables
if ('' == $folder) $folder = './';
$handle = opendir($folder);
$exts = explode(' ', $exts);
while (false !== ($file = readdir($handle))) {
    foreach($exts as $ext) { // for each extension check the extension
        if (preg_match('/\.'.$ext.'$/i', $file, $test)) { // faster than ereg, case insensitive
            $files[] = $file; // it's good
            ++$i;
            }
        }
    }
closedir($handle); // We're not using it anymore
mt_srand((double)microtime()*1000000); // seed for PHP < 4.2
$rand = mt_rand(0, $i); // $i was incremented as we went along

header('Location: '.$folder.$files[$rand]); // c'est tout ! it`s all :)
?>


Enjoy



_________________
Past Undernet webmaster
Past Class Tutor
Offline
 Profile  
 
 Post subject:
PostPosted: Sun Mar 27, 2005 12:43 pm 
User avatar

Joined: Wed Mar 16, 2005 8:11 pm
Posts: 60
really nice, good job FasTK|LLeR



_________________
With respect,
vEnNoms
Offline
 Profile  
 
Display posts from previous:  Sort by  
 Page 1 of 1 [ 15 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

cron