php based avatars...
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!
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!
- Francesc Lynx
- Registered User
- Posts: 19
- Joined: Fri Apr 04, 2003 11:38 am
- Location: Everwhere or anywhich
Re: php based avatars...
PHP based avatars? PHP based signatures? What's that? I want to know
"Since the dawn of time... [insert amazing event]"
-
- Registered User
- Posts: 340
- Joined: Tue Sep 25, 2001 7:23 pm
- Location: Black Sector from Teh
- Contact:
Re: php based avatars...
both refer to generating dynamic images of some sort - whether it be random, based on user input (see my sig), or otherwise.
2 8 : 0 6 : 4 2 : 1 2
Re: php based avatars...
I think he meant fpassthru().Adam Atlas wrote:Actually, I think it would make more sense to use readfile(); instead of passthru();
Last edited by eXplosive on Thu Jun 12, 2003 2:27 pm, edited 1 time in total.
-
- Registered User
- Posts: 190
- Joined: Wed Apr 30, 2003 1:02 pm
- Location: Brugge, Belgium
- Contact:
Re: php based avatars...
isn't that dangerous pasting your IP like that?
-bert-
-bert-
Portfolio | Proud to be phpBB user
-
- 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...
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.Bertg wrote:isn't that dangerous pasting your IP like that?
-bert-
But, i'll edit it out just to be safe.
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.
- Francesc Lynx
- Registered User
- Posts: 19
- Joined: Fri Apr 04, 2003 11:38 am
- Location: Everwhere or anywhich
Re: php based avatars...
Aaaaha... well, I want to learn how to do that sort of things... can anyone help me? Or is it very very very difficult?TC wrote:both refer to generating dynamic images of some sort - whether it be random, based on user input (see my sig), or otherwise.
"Since the dawn of time... [insert amazing event]"
-
- Registered User
- Posts: 190
- Joined: Wed Apr 30, 2003 1:02 pm
- Location: Brugge, Belgium
- Contact:
Re: php based avatars...
You need 3 things:)Francesc Lynx wrote:Aaaaha... well, I want to learn how to do that sort of things... can anyone help me? Or is it very very very difficult?TC wrote:both refer to generating dynamic images of some sort - whether it be random, based on user input (see my sig), or otherwise.
(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
-
- 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...
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.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)
There are two huge topics about it here and here.
-
- Registered User
- Posts: 69
- Joined: Tue Apr 22, 2003 10:22 pm
- Location: Other World
- Contact:
Re: php based avatars...
wait do you mean like your sig.