|
It is currently Thu Jun 20, 2013 1:01 am
|
View unanswered posts | View active topics
 |
|
 |
|
| Author |
Message |
|
bk007
|
Post subject: sig and avatar request thread  Posted: Thu Jul 08, 2004 3:39 pm |
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.
here is mine but at the moment it isnt allowing me to set it is my avatar even though it has on other forums.

|
|
|
|
 |
|
Razvanet
|
Post subject:  Posted: Fri Jul 09, 2004 1:03 am |
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.
|
|
|
|
 |
|
alive
|
Post subject:  Posted: 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
|
|
|
|
 |
|
lemuel
|
Post subject:  Posted: Sat Aug 21, 2004 9:41 am |
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 
|
|
|
|
 |
|
Huggins
|
Post subject:  Posted: 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.
|
|
|
|
 |
|
TheAbyss
|
Post subject:  Posted: Tue Jan 18, 2005 8:11 pm |
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 
_________________ ~ 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. ~
|
|
|
|
 |
|
FasTK|LLeR
|
Post subject:  Posted: Sun Mar 20, 2005 1:24 pm |
Joined: Sun Feb 08, 2004 1:39 pm Posts: 105 Location: Morocco
|
look around 
_________________ Past Undernet webmaster Past Class Tutor
|
|
|
|
 |
|
vEnNoms
|
Post subject:  Posted: Tue Mar 22, 2005 4:03 pm |
Joined: Wed Mar 16, 2005 8:11 pm Posts: 60
|
 I like my lame avatar  ) so I need to thanks FasTK|LLeR (-: good job
_________________ With respect,
vEnNoms
|
|
|
|
 |
|
sirAndrew
|
Post subject:  Posted: Thu Mar 24, 2005 6:03 pm |
| Forum Moderator |
 |
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.
|
|
|
|
 |
|
TheAbyss
|
Post subject:  Posted: Thu Mar 24, 2005 6:40 pm |
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 
_________________ ~ 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. ~
|
|
|
|
 |
|
jasee
|
Post subject:  Posted: Fri Mar 25, 2005 1:33 pm |
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?  Well, don't mind me.

_________________ "Gods do not suffer pride in anyone but themselves." - Herodotus
jasee
http://forum.undernet.org/
|
|
|
|
 |
|
FasTK|LLeR
|
Post subject: :: Tutorial for Random sig ::  Posted: Sun Mar 27, 2005 11:07 am |
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
|
|
|
|
 |
|
vEnNoms
|
Post subject:  Posted: Sun Mar 27, 2005 12:43 pm |
Joined: Wed Mar 16, 2005 8:11 pm Posts: 60
|
|
really nice, good job FasTK|LLeR
_________________ With respect,
vEnNoms
|
|
|
|
 |
|
|
 |
|
 |
|
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
|
|