EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   Chit-Chat (https://www.eq2interface.com/forums/forumdisplay.php?f=2)
-   -   Cool dynamic sig (my own) (https://www.eq2interface.com/forums/showthread.php?t=1116)

Drumstix42 01-22-2005 12:44 AM

Cool dynamic sig (my own)
 
Check this out :D



I got my php signature code from the eq2 forums and molded it how I liked, slapped in a background image, and woot. My site picture links to my site, and my eq2 picture links to my alts. Whatta think?

Quib 01-22-2005 12:47 AM

Well isn't that snazzy...

Count me as jealous.

Quib

Drumstix42 01-22-2005 12:48 AM

The text is all white (for some reason it's not cooperating with me), but it's acctually making it transparent, so to see it better, switch to the light style on the forums

insomniac 01-22-2005 04:39 AM

i want one!
If i remember correctly that site wasnt english.. so .. linky?
oh and i suck at php so some instuctions would be nice

it looks like dos...

tonyis3l33t 01-22-2005 10:04 AM

wow thats great, now teach us how ya did it heheh
________
AngyStrip4U cam

Drumstix42 01-22-2005 02:32 PM

Quote:

Originally Posted by insomniac
i want one!
If i remember correctly that site wasnt english.. so .. linky?
oh and i suck at php so some instuctions would be nice

it looks like dos...


Pffft, I didn't use a site generator, lol. Only used the code to pull the data from the site, the rest is my doing. :)

If you wanted instructions, you would have to have a host that has PHP and GD support. Unless you got me to host it for you.... hehe.

Basically the code pulls the data and assigns them to different data variables...

$traits_a[x] where x is a number
$guild_a[x]
...and...
$attr_a[x]

Then I just used what PHP knowledge I had of creating dynamic images, placed it where I wanted and voila.

I asked, and attempting to pull data from the Achievements page, I could care less about showing my attributes, but I decided to fill some space ;)

All I have to do is open the file, and change the playerId to change what shows up, but what is on there right now is my main, and click the pic links to my alts page. So all is well.

Drumstix42 01-22-2005 05:03 PM

Updated. I figured out how to get the data from the achievements page too. Woot woot. :cool:

*edit* Oh yeah, it didn't like my BG picture before I think cause it had layers, so I'll stick with simple bg, and replace logo with text.

Itanius 01-22-2005 10:57 PM

Would you mind posting a sample of your php code for that? Puhhleassse? :D

Drumstix42 01-23-2005 12:38 AM

*edit edited and edited once again*

Akku-CS 01-23-2005 03:58 AM

Uhmm, how to tell my server to read the .gif as .php ?
Cant figure it out with try and error.

Drumstix42 01-23-2005 04:24 AM

it works as a php file, just can't use it as a sig on all forums (ones that don't allow PHP extensions)

tonyis3l33t 01-23-2005 05:13 AM

Awesome! This should be in the signature setup page:)
________
Live Sex Webshows

ger 01-23-2005 09:01 AM

Quote:

Originally Posted by tonyis3l33t
since this is about eq2players...:)
anyone know how to get my stats to show up? everything shows "Update" on it:(

Give SOE more money on a monthly basis. Seriously though, if you opted not to subscribe to the extended EQ2Players services, no cool stats for j00.

Itanius 01-23-2005 10:39 AM

Thanks, Drumstix! :)

Quote:

Originally Posted by Drumstix42
I have to change it to .gif, and tell my server to read the file as PHP so I can use it as a sig in all forums.

How do you tell the server to read a .gif as a .php?

Humudce 01-23-2005 12:12 PM

Actually what is happening is the PhP file on his server is dynamically creating the image file everytime it is called upon. What you see when you look at his posts are images created dynamically when you open his message in your browser. It is not really reading the Gif file as PhP but the PHP file is creating the gif file that is displayed.

Itanius 01-23-2005 02:05 PM

I call on my version of the php file and nothing is happening... Yes, I have php support. (www.galdor.net)

Drumstix42 01-23-2005 02:37 PM

Quote:

Originally Posted by Humudce
Actually what is happening is the PhP file on his server is dynamically creating the image file everytime it is called upon. What you see when you look at his posts are images created dynamically when you open his message in your browser. It is not really reading the Gif file as PhP but the PHP file is creating the gif file that is displayed.

No. You can do that, but I'm using a background image. The text is created by PHP

If you right click my sig you will notice it's a GIF file. How would PHP create the GIF if I'm not calling upon any PHP file? ;)

It's doing what I said.

Itanius 01-23-2005 04:11 PM

Oh well. :(

Good work nonetheless, Drum.

Humudce 01-23-2005 04:38 PM

Quote:

Originally Posted by Drumstix42
No. You can do that, but I'm using a background image. The text is created by PHP

If you right click my sig you will notice it's a GIF file. How would PHP create the GIF if I'm not calling upon any PHP file? ;)

It's doing what I said.

You use a gif file background on your site, and have the PHP code place your info ontop of the Gif fiie, creating a new file on the users browser, No? Because when I try and save your signature it appears as only a gif file with all of the information that your PhP code added to the gif file.

Ok I see what you are saying on my signature which is generated in a similar way, it appears as
Code:

http://eq2.onlinewelten.com/siggenv2/signature.php?Id=2484

instead of eq2sig.gif.

Humudce 01-23-2005 04:44 PM

Quote:

Originally Posted by Itanius
I call on my version of the php file and nothing is happening... Yes, I have php support. (www.galdor.net)

Check to see if your host has GD support, it is an addon to PhP and it's an Image Library. That is probably why you can not get it to work.

Drumstix42 01-23-2005 05:05 PM

Quote:

Originally Posted by Humudce
You use a gif file background on your site, and have the PHP code place your info ontop of the Gif fiie, creating a new file on the users browser, No? Because when I try and save your signature it appears as only a gif file with all of the information that your PhP code added to the gif file.

Ok I see what you are saying on my signature which is generated in a similar way, it appears as
Code:

http://eq2.onlinewelten.com/siggenv2/signature.php?Id=2484
instead of eq2sig.gif.

Yep, now you got it :D

Itanius 01-23-2005 07:11 PM

Quote:

Originally Posted by Humudce
Check to see if your host has GD support, it is an addon to PhP and it's an Image Library. That is probably why you can not get it to work.

That's probably what it is. Thanks for the heads up!

Nightlord 01-23-2005 09:51 PM

I have absolutely no idea how to make this work.
Can someone break down how to do it?

Drumstix42 01-24-2005 03:34 PM

The way I do it you'll need these requirements:

- bg image
- host with PHP
- GD library installed with PHP (not all hosts have it

So if you don't have those, you won't be able to do it, at least this way. I'd rather not go through the process of doing it all. I tend to think it something precious, because I was able to get it to work on my own, and would rather leave it at being something of my own. Not something everyone else has :)

Drumstix42 01-25-2005 10:48 PM

Whoops I had $magic and $melee backwards where they were defined ;)

All better :rolleyes:


All times are GMT -5. The time now is 07:16 AM.

vBulletin® - Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI