d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Graphic Design > Graphic Requests > Looking For New Ava/sig
Prev123456Next
Add Reply New Topic New Poll
Member
Posts: 11,018
Joined: Jan 13 2007
Gold: 23,633.37
Trader: Trusted
Aug 22 2022 11:03am
I only made it to make some tests really. If you buy any of my pals sigs you’ll get it as a bonus on the purchase, I don’t need FG really
Member
Posts: 2,424
Joined: Nov 9 2021
Gold: 128,875.00
Aug 22 2022 01:03pm
Quote (037 @ Aug 22 2022 01:03pm)
I only made it to make some tests really. If you buy any of my pals sigs you’ll get it as a bonus on the purchase, I don’t need FG really


t4t and ty 037 for adding the bonus on top, I made him an avatar as directed :-)
Member
Posts: 757
Joined: Apr 5 2010
Gold: 10,671.00
Aug 22 2022 05:48pm
Here's the finished product, hope ya like it. PMing you as well.

Signature 69.6kb


Avatar 16kb
Member
Posts: 17,087
Joined: Jun 6 2006
Gold: 0.00
Aug 22 2022 07:06pm
Quote (Villn @ Aug 22 2022 07:48pm)
Here's the finished product, hope ya like it. PMing you as well.

Signature 69.6kb
https://i.imgur.com/yWTDpoR.gif

Avatar 16kb
https://i.imgur.com/jxJGtoV.gif


It looks great bro! Thank you for the time and effort! I'll be adding it to my rotating signatures!

Which brings me to my next question, and I've done my Google research and found that alot of people have asked this question in the past and only a few people seem to know how to get it to work.

I'll pay fg for a matching sig/ava rotating. I've tried multiple sites, and they all seem to work properly for the avatars, but the signatures seem to not be supported by jsp.

I've found older posts on jsp that talked about needing a certain script and a hosting service.

If anyone has any information on this, I'd gladly pay fg, even if it's a weekly/monthly/yearly thing. Just paid nearly 5k for sigs/ava and I'd love to have a matching rotation. Found a old thread by 037 who said he was not sure of a way but this was years ago.

https://forums.d2jsp.org/topic.php?t=55632361&f=111

I reached out to the op but he used to do it through his buddy. I'm sure it's possible though.

This post was edited by Hulk3533 on Aug 22 2022 07:29pm
Member
Posts: 6,990
Joined: Apr 16 2019
Gold: 50.00
Aug 22 2022 09:12pm
Quote (Hulk3533 @ Aug 22 2022 09:06pm)
It looks great bro! Thank you for the time and effort! I'll be adding it to my rotating signatures!

Which brings me to my next question, and I've done my Google research and found that alot of people have asked this question in the past and only a few people seem to know how to get it to work.

I'll pay fg for a matching sig/ava rotating. I've tried multiple sites, and they all seem to work properly for the avatars, but the signatures seem to not be supported by jsp.

I've found older posts on jsp that talked about needing a certain script and a hosting service.

If anyone has any information on this, I'd gladly pay fg, even if it's a weekly/monthly/yearly thing. Just paid nearly 5k for sigs/ava and I'd love to have a matching rotation. Found a old thread by 037 who said he was not sure of a way but this was years ago.

https://forums.d2jsp.org/topic.php?t=55632361&f=111

I reached out to the op but he used to do it through his buddy. I'm sure it's possible though.


I just wrote the code for this, so I can def do it... not sure of what kind of price tag I would offer it as... a monthly subscription would probably be best... let me think on a price but it is done. Working example below.

** 100% willing to give the code out for free as its nothing fancy you will just have to have your own hosting service that can handle host 2 php files and a text file.

Theory;

-> Request is made for a signature
-> Sig.php generates a random number (1-X, X being the maximum number of sigs to show)
-> Display X signature, and write the X variable (number) into a text file
-> Request is made for Ava (Exact same time as request is made for signature)
-> Add .5 second delay to avoid ava/sig not matching
-> Read text file and display X Avatar depending on the corresponding Avatar
Sig Matching


Ava Matching


*** EDIT ***

I went ahead and threw up the code here;

https://forums.d2jsp.org/topic.php?t=96240823&f=126&o=0#p623741145

But if you don't have someone to host / can't yourself let me know and we can work out a price.

This post was edited by 3oDAtlas on Aug 22 2022 09:30pm
Member
Posts: 1,449
Joined: Sep 26 2021
Gold: 0.00
Aug 23 2022 04:01am
Quote (3oDAtlas @ Aug 23 2022 04:12am)
I just wrote the code for this, so I can def do it... not sure of what kind of price tag I would offer it as... a monthly subscription would probably be best... let me think on a price but it is done. Working example below.

** 100% willing to give the code out for free as its nothing fancy you will just have to have your own hosting service that can handle host 2 php files and a text file.

Theory;

-> Request is made for a signature
-> Sig.php generates a random number (1-X, X being the maximum number of sigs to show)
-> Display X signature, and write the X variable (number) into a text file
-> Request is made for Ava (Exact same time as request is made for signature)
-> Add .5 second delay to avoid ava/sig not matching
-> Read text file and display X Avatar depending on the corresponding Avatar
Sig Matching
https://www.radproducts.me/HulkMatching/Sig.png

Ava Matching
https://www.radproducts.me/HulkMatching/Ava.png

*** EDIT ***

I went ahead and threw up the code here;

https://forums.d2jsp.org/topic.php?t=96240823&f=126&o=0#p623741145

But if you don't have someone to host / can't yourself let me know and we can work out a price.


That's awesome man, thanks for sharing that code!
Member
Posts: 17,087
Joined: Jun 6 2006
Gold: 0.00
Aug 23 2022 11:55am
Quote (3oDAtlas @ Aug 22 2022 11:12pm)
I just wrote the code for this, so I can def do it... not sure of what kind of price tag I would offer it as... a monthly subscription would probably be best... let me think on a price but it is done. Working example below.

** 100% willing to give the code out for free as its nothing fancy you will just have to have your own hosting service that can handle host 2 php files and a text file.

Theory;

-> Request is made for a signature
-> Sig.php generates a random number (1-X, X being the maximum number of sigs to show)
-> Display X signature, and write the X variable (number) into a text file
-> Request is made for Ava (Exact same time as request is made for signature)
-> Add .5 second delay to avoid ava/sig not matching
-> Read text file and display X Avatar depending on the corresponding Avatar
Sig Matching
https://www.radproducts.me/HulkMatching/Sig.png

Ava Matching
https://www.radproducts.me/HulkMatching/Ava.png

*** EDIT ***

I went ahead and threw up the code here;

https://forums.d2jsp.org/topic.php?t=96240823&f=126&o=0#p623741145

But if you don't have someone to host / can't yourself let me know and we can work out a price.


Pm'd! Thanks goes out to everyone on this topic! Consider it closed. :hail: :thumbsup:
Member
Posts: 7,607
Joined: Mar 1 2022
Gold: 35,665.00
Aug 23 2022 05:48pm
This is my attempt. I know its closed but my intention was to give it a try based on what you said on #1
Hope you like.



This post was edited by GUUD on Aug 23 2022 05:48pm
Member
Posts: 17,087
Joined: Jun 6 2006
Gold: 0.00
Aug 24 2022 11:11am
Quote (GUUD @ Aug 23 2022 07:48pm)
This is my attempt. I know its closed but my intention was to give it a try based on what you said on #1
Hope you like.

https://i.imgur.com/l100xm9.png


It's pretty nice, unfortunately I don't want to spend anymore of sigs for now.
Member
Posts: 19,739
Joined: Aug 3 2008
Gold: 4,300.00
Aug 24 2022 11:15am
Quote (ChromeDreams @ 21 Aug 2022 03:13)
Went Overboard and made 9 versions, you can see them all in the gallery here: https://imgur.com/a/ziIYy2d

Here are 3 of them:

https://i.imgur.com/EgsfbPO.gif


https://i.imgur.com/IjRblJk.gif


https://i.imgur.com/HhSoTi8.gif


And another 3 on the next post!


First one in here caught my attention. gg
Go Back To Graphic Requests Topic List
Prev123456Next
Add Reply New Topic New Poll