php based avatars...

Discussion of general topics related to the new version and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Forum rules
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
User avatar
Francesc Lynx
Registered User
Posts: 19
Joined: Fri Apr 04, 2003 11:38 am
Location: Everwhere or anywhich

Re: php based avatars...

Post by Francesc Lynx »

PHP based avatars? PHP based signatures? What's that? :-? I want to know :D
"Since the dawn of time... [insert amazing event]"

TC
Registered User
Posts: 340
Joined: Tue Sep 25, 2001 7:23 pm
Location: Black Sector from Teh
Contact:

Re: php based avatars...

Post by TC »

both refer to generating dynamic images of some sort - whether it be random, based on user input (see my sig), or otherwise.
Image
2 8 : 0 6 : 4 2 : 1 2

eXplosive
Registered User
Posts: 45
Joined: Mon Mar 04, 2002 4:03 am

Re: php based avatars...

Post by eXplosive »

Adam Atlas wrote:Actually, I think it would make more sense to use readfile(); instead of passthru();
I think he meant fpassthru().
Last edited by eXplosive on Thu Jun 12, 2003 2:27 pm, edited 1 time in total.

Bertg
Registered User
Posts: 190
Joined: Wed Apr 30, 2003 1:02 pm
Location: Brugge, Belgium
Contact:

Re: php based avatars...

Post by Bertg »

isn't that dangerous pasting your IP like that?

-bert-
Portfolio | Proud to be phpBB user

FF8Jake
Registered User
Posts: 31
Joined: Wed Jun 11, 2003 2:43 pm
Location: An arrangement of pixels on your screen.
Contact:

Re: php based avatars...

Post by FF8Jake »

Bertg wrote:isn't that dangerous pasting your IP like that?

-bert-
Its not hard to get someone's IP at all really, watch my dynamic sig and sometimes it will throw your's in your face. :)

But, i'll edit it out just to be safe. :wink:

EDIT: Gah, can't edit that far back. :?
Last edited by FF8Jake on Thu Jun 12, 2003 6:30 pm, edited 1 time in total.

User avatar
Francesc Lynx
Registered User
Posts: 19
Joined: Fri Apr 04, 2003 11:38 am
Location: Everwhere or anywhich

Re: php based avatars...

Post by Francesc Lynx »

TC wrote:both refer to generating dynamic images of some sort - whether it be random, based on user input (see my sig), or otherwise.
Aaaaha... well, I want to learn how to do that sort of things... can anyone help me? Or is it very very very difficult? :D
"Since the dawn of time... [insert amazing event]"

Bertg
Registered User
Posts: 190
Joined: Wed Apr 30, 2003 1:02 pm
Location: Brugge, Belgium
Contact:

Re: php based avatars...

Post by Bertg »

Francesc Lynx wrote:
TC wrote:both refer to generating dynamic images of some sort - whether it be random, based on user input (see my sig), or otherwise.
Aaaaha... well, I want to learn how to do that sort of things... can anyone help me? Or is it very very very difficult? :D
You need 3 things:)
(thisis how I alway learn things)

1: Apropriate hardware (a PHP server with GD-lib running (and maby a MySQL database if you want to do even more nifty thigns)

2: A working (advanced) code.
You can edit and delete etc.. in that code -> see the result and your learing...

3: www.php.com there ALL php tags are explained...
it is your manual :)

-bert-
Last edited by Bertg on Fri Jun 13, 2003 12:53 pm, edited 1 time in total.
Portfolio | Proud to be phpBB user

FF8Jake
Registered User
Posts: 31
Joined: Wed Jun 11, 2003 2:43 pm
Location: An arrangement of pixels on your screen.
Contact:

Re: php based avatars...

Post by FF8Jake »

BertG wrote:1: Apropriate hardware (a PHP server with GD-lib running (and maby a MySQL database if you want to do even more nifty thigns)
Actually the GD image creation library isn't always needed. My signiture uses it because it layers text over the top of a bg-image. My avatar doesn't need it because it just outputs the data of a random image in it's directory, which comes standard with php.

There are two huge topics about it here and here. :)

konigwolf
Registered User
Posts: 69
Joined: Tue Apr 22, 2003 10:22 pm
Location: Other World
Contact:

Re: php based avatars...

Post by konigwolf »

wait do you mean like your sig.

Post Reply