d2jsp
Log InRegister
d2jsp Forums > d2jsp > Ladder Slasher > Guide: How-to Make A Dynamic Ladder-slasher Sig > In A Few Easy Steps With Pics
Prev1282930313260Next
Add Reply New Topic New Poll
Member
Posts: 30,712
Joined: Sep 19 2007
Gold: 340.00
Apr 16 2009 01:49pm
I'm not pro at javascript but I'm pro at other languages and for the most part everything looks similar
so if anyone needs help with just a small part of their code or something like that I can help out

oops said javascript, php same thing, stupid web languages

This post was edited by jbpellerin on Apr 16 2009 01:50pm
Member
Posts: 12,161
Joined: May 10 2006
Gold: 2,770.00
Apr 17 2009 06:58am
got little problems with code since it doesn"t work on my server, if someone wanna pm me to help :)

Thx
Member
Posts: 12,161
Joined: May 10 2006
Gold: 2,770.00
Apr 17 2009 11:45am
Little update, now my sign load when i go on: http://woukioq.freeheberg.com/clement.png/

but not load with bbcode

anyone got same problem?
Member
Posts: 53,370
Joined: Jun 8 2007
Gold: 87,887.20
Apr 17 2009 11:51am
Quote (Clement @ Fri, 17 Apr 2009, 18:45)
Little update, now my sign load when i go on: http://woukioq.freeheberg.com/clement.png/

but not load with bbcode

anyone got same problem?


well i see it and its ok :)
Member
Posts: 30,712
Joined: Sep 19 2007
Gold: 340.00
Apr 17 2009 11:52am


Code
[img]http://ns10.freeheberg.com/~woukioq//clement.png[/img]
Member
Posts: 36,521
Joined: Jul 28 2007
Gold: Locked
Trader: Scammer
Warn: 10%
Apr 18 2009 02:28am
i have the next problem with the exp bar:

if i put this: imagefilledrectangle($image, 125, 100, 275, 110, $white);
imagefilledrectangle($image, 125, 100, $brpixelX, 110, $red);

and after: $expbar_width = 150;

it doesnt show the progress bar for me, I have to put the width to 75 to seem real progress, someone knows why this happens?
Member
Posts: 4,620
Joined: Aug 3 2008
Gold: 525.25
Apr 18 2009 02:50am
Quote (Xabi @ Sat, Apr 18 2009, 04:28am)
i have the next problem with the exp bar:

if i put this: imagefilledrectangle($image, 125, 100, 275, 110, $white);
imagefilledrectangle($image, 125, 100, $brpixelX, 110, $red);

and after: $expbar_width = 150;

it doesnt show the progress bar for me, I have to put the width to 75 to seem real progress, someone knows why this happens?


in this function the 180 is the start pixle of the exp bar.

it would need changed to 125 in your code



function calcBrPixelX($input,$xpbar_width)
{
$temp1 = fmod($input,1000000);
$temp1 = ($temp1/1000000);
$temp1 = $temp1 * $xpbar_width;
$temp1 = $temp1 + 180;

return (int)$temp1;
}
Member
Posts: 36,521
Joined: Jul 28 2007
Gold: Locked
Trader: Scammer
Warn: 10%
Apr 18 2009 02:52am
Quote (SilentXer0 @ Sat, 18 Apr 2009, 10:50)
in this function the 180  is the start pixle of the exp bar.

it would need changed to  125 in your code



function calcBrPixelX($input,$xpbar_width)
{
$temp1 = fmod($input,1000000);
$temp1 = ($temp1/1000000);
$temp1 = $temp1 * $xpbar_width;
$temp1 = $temp1 + 180;

return (int)$temp1;
}


ok thanks
Member
Posts: 36,521
Joined: Jul 28 2007
Gold: Locked
Trader: Scammer
Warn: 10%
Apr 18 2009 09:51am
is there any way to put the words in bold?
Member
Posts: 4,620
Joined: Aug 3 2008
Gold: 525.25
Apr 18 2009 10:19am
Quote (Xabi @ Sat, Apr 18 2009, 11:51am)
is there any way to put the words in bold?


use a bold font.
Go Back To Ladder Slasher Topic List
Prev1282930313260Next
Add Reply New Topic New Poll