d2jsp
Log InRegister
d2jsp Forums > d2jsp > Ladder Slasher > Guide: How-to Make A Dynamic Ladder-slasher Sig > In A Few Easy Steps With Pics
Prev1234560Next
Add Reply New Topic New Poll
Member
Posts: 1,899
Joined: May 8 2007
Gold: 4,462.26
Aug 27 2008 08:00am
Quote (cardoors32 @ Wed, 27 Aug 2008, 15:45)
You may want to add some cache control to this.
If everyone starts using the same free server and no cache control, they'll get blocked


True, but that is a situation which hardly ever happens smile.gif. This was made to help ppl which do not understand how to do it theirselves. It would confuse them to come with those items.

@NaRa, big thx. It's an honor to be in smile.gif.
Member
Posts: 4,154
Joined: Mar 16 2007
Gold: 0.34
Aug 27 2008 09:13am
Thats amazing, I'm really glad someone posted a complete guide how to do this. Several have been made as examples but this is awesome. thumbsup.gif

ISO add to the Guide Collection smile.gif if not already there
Member
Posts: 4,995
Joined: May 25 2007
Gold: 2,809.02
Aug 27 2008 09:43am
Very nice post man! biggrin.gif
Member
Posts: 4,519
Joined: May 6 2008
Gold: 5,506.15
Aug 27 2008 10:35am
Wow smile.gif . You beat me to it.

Very well written!
Member
Posts: 2,259
Joined: Dec 23 2007
Gold: 12,466.10
Aug 27 2008 11:24am
Quote (WeePee @ Wed, Aug 27 2008, 08:45am)
this should take a trip to stickieville.


Member
Posts: 2,673
Joined: Nov 16 2006
Gold: 65.57
Aug 27 2008 02:28pm
Good job!

And thx for the sig wub.gif
Member
Posts: 9,158
Joined: Jan 12 2007
Gold: 38,745.22
Aug 27 2008 04:42pm
hey.. there is any program to use to see the sig before host it on the site?
Member
Posts: 41,017
Joined: Jul 4 2005
Gold: 871.28
Aug 27 2008 04:46pm
Quote (prd @ Thu, 28 Aug 2008, 00:42)
hey.. there is any program to use to see the sig before host it on the site?


internet explorer
Member
Posts: 9,158
Joined: Jan 12 2007
Gold: 38,745.22
Aug 27 2008 05:04pm
Quote (markov @ Wed, Aug 27 2008, 07:46pm)
internet explorer


can i open just the code without the background?
because im trying and it dont open..
Member
Posts: 1,899
Joined: May 8 2007
Gold: 4,462.26
Aug 27 2008 05:57pm
Quote (prd @ Thu, 28 Aug 2008, 01:04)
can i open just the code without the background?
because im trying and it dont open..


No it will give u an error, you can make a fake background with paint and upload this background to see it. You can also replace the line:
Code
$image = imagecreatefrompng('bg.png');



with:
Code

// set the dimensions
$img_width = 240;
$img_height = 25;

// create the image
$image = imagecreate($img_width, $img_height);


and add:

Code

// set the background colour
// number or is top left pixel x, top left pixel y, bottom right pixel x, bottom right pixel y
imagefilledrectangle($image, 0, 0, $img_width, $img_height, $cool);


disclaimer:
im a little drunk right now, posting to help u, will reply in 5-6 hours with a better answer smile.gif.
Go Back To Ladder Slasher Topic List
Prev1234560Next
Add Reply New Topic New Poll