d2jsp
Log InRegister
d2jsp Forums > d2jsp > Ladder Slasher > Guide: How-to Make A Dynamic Ladder-slasher Sig > In A Few Easy Steps With Pics
Prev1121314151660Next
Add Reply New Topic New Poll
Member
Posts: 41,017
Joined: Jul 4 2005
Gold: 871.28
Oct 30 2008 03:52pm
I got 2 questions, if some1 could help me - thanks ! bier.gif

First:

http://rpgplanet.vot.pl/revolta.png/
I'd like to change the Last played tab from days into minutes,

Code
ImageString ($img_handle, 1.5, 590, 165,  gmdate("M d Y", $sig['lastaction']), $color);


it's looking like this now, could some1 help me how to change it into minutes ( same what we got in our profiles )

Second:

I'd like to add proficiency ( just sword & dagger for now ) into my signature ( http://rpgplanet.vot.pl/nowy.png/ ) , what's the code? smile.gif

Take care ! hug.gif
Member
Posts: 1,909
Joined: May 8 2007
Gold: 2,507.26
Nov 3 2008 04:03pm
weapon prof and cprof are in :

<wprof>0,9</wprof>
<cprof>3,0;4,0</cprof>

this means you can read it with:

#wprof = data->wprof;

etc.
Banned
Posts: 39,679
Joined: Mar 9 2007
Gold: 153.16
Warn: 30%
Nov 3 2008 04:26pm
Quote (flapmo @ Mon, Nov 3 2008, 06:03pm)
weapon prof and cprof are in :

<wprof>0,9</wprof>
<cprof>3,0;4,0</cprof>

this means you can read it with:

#wprof = data->wprof;

etc.


Yes, but when I tried that it just came up with the exact numbers.
Could you help me with the code to make it actually give the name and so on?

Thanks.
Member
Posts: 1,815
Joined: Sep 18 2006
Gold: 1,940.00
Nov 3 2008 05:21pm
What can I say mate... Awesome Job!! thumbsup.gif
Member
Posts: 873
Joined: May 19 2007
Gold: 12,066.74
Nov 3 2008 07:59pm
Thanks... Used this to make a character list
http://www.masers.com/mcweaze.png

I noticed I cannot make a .htaccess file due to being on a windows server so I had to rename the folders with .png and set the script to index.php
As well as had to have server set settings to allow index.php as index page
Member
Posts: 1,909
Joined: May 8 2007
Gold: 2,507.26
Nov 7 2008 08:32am
Quote (mcweaze @ Tue, 4 Nov 2008, 03:59)
Thanks... Used this to make a character list
http://www.masers.com/mcweaze.png

I noticed I cannot make a .htaccess file due to being on a windows server so I had to rename the folders with .png and set the script to index.php
As well as had to have server set settings to allow index.php as index page


Nice job there showing what can be done with this guide smile.gif.
Member
Posts: 14,667
Joined: Nov 26 2005
Gold: 950.70
Nov 8 2008 06:30am
Has anyone figured out how to interpret wprof and cprof variables?

Have no clue, thanks.
Member
Posts: 2,315
Joined: Jun 10 2008
Gold: 1,123.80
Nov 15 2008 07:00pm
Do these work on an imac?
Member
Posts: 8,928
Joined: Jul 24 2008
Gold: 15.05
Nov 16 2008 06:57pm
Quote (fastjack99 @ Thu, 25 Sep 2008, 13:24)
hi,

i hosted my files here -> http://freehostia.com/
under your subdomain you create a folder named "yourname.png" . copy your files in that folder (i didnt need .htaccess !) name your .php file to "index.php". here in forum your sig link should be that folder !! not the index.php.

gl


i try this method...(but not hosting on freehostia)

This is the result:

http://fedeplace.altervista.org/jsp.png

how can i resolve this error?? smile.gif
Member
Posts: 2,696
Joined: Mar 26 2006
Gold: 3,633.50
Nov 16 2008 06:59pm
Hm.. I'm still a newb at this myself, but what is your PHP settings currently at? Is it PHP5? I'm pretty sure that function it's calling works only with PHP5.

I'll also take this opportunity to thank you for the guide Flapmo! Helped me make my very own Dynamic Sig happy.gif

This post was edited by Skitty on Nov 16 2008 07:02pm
Go Back To Ladder Slasher Topic List
Prev1121314151660Next
Add Reply New Topic New Poll