d2jsp
Log InRegister
d2jsp Forums > d2jsp > Ladder Slasher > Guide: How-to Make A Dynamic Ladder-slasher Sig > In A Few Easy Steps With Pics
Prev1101112131460Next
Add Reply New Topic New Poll
Banned
Posts: 39,679
Joined: Mar 9 2007
Gold: 153.16
Warn: 30%
Sep 26 2008 06:19pm


I just tried to use yours and I'm obviously failing. ;/

Code
[IMG]http://murtocs.freehostia.com/LS/don.png/don.png[/IMG]


e: I just figured it out with trial and error skills.
laugh.gif

This post was edited by Murtocs on Sep 26 2008 06:35pm
Member
Posts: 13,343
Joined: Aug 10 2008
Gold: Locked
Trader: Scammer
Warn: 20%
Sep 26 2008 07:16pm
I tried..and I did this:


This post was edited by VactiiQ on Sep 26 2008 07:27pm
Member
Posts: 1,431
Joined: Sep 10 2008
Gold: 4,959.00
Sep 27 2008 11:54am
thanks for the guide OP biggrin.gif

I now have my own dynamic siggy

banana.gif banana.gif banana.gif banana.gif banana.gif banana.gif
Member
Posts: 23,088
Joined: Mar 29 2007
Gold: 4.20
Sep 28 2008 09:01am
Nice, freehostia is down for no reason I guess.. As I see, I am not the only one, who can't see the image and log in to my ftp ^^

This post was edited by NewAnalphabetal on Sep 28 2008 09:01am
Member
Posts: 7,653
Joined: Nov 14 2007
Gold: 315.00
Sep 28 2008 09:03am
Quote (NewAnalphabetal @ Sun, 28 Sep 2008, 17:01)
Nice, freehostia is down for no reason I guess.. As I see, I am not the only one, who can't see the image and log in to my ftp ^^


It happens every once in a while ;(
Member
Posts: 1,909
Joined: May 8 2007
Gold: 2,507.26
Oct 2 2008 01:30pm
That is why free hosts suck smile.gif.
Member
Posts: 23,088
Joined: Mar 29 2007
Gold: 4.20
Oct 2 2008 02:01pm
Quote (flapmo @ Thu, 2 Oct 2008, 20:30)
That is why free hosts suck smile.gif.


yeah, but they are free smile.gif

Besides, it was down just for a 2-3 minutes maybe?
Member
Posts: 8,655
Joined: Mar 31 2003
Gold: 1,506.00
Oct 5 2008 12:37am
So how do you convert the lastaction to hours/ minutes / seconds?

Code
 <lastaction>1223188360</lastaction>
Member
Posts: 8,655
Joined: Mar 31 2003
Gold: 1,506.00
Oct 5 2008 02:23am
Haven't perfected it... but I think I got it:


Code
function getDay($lastaction)
{

$date = time() - $lastaction;
$days = (int) ((($date / 60) / 60 ) / 24 );

return $days;
}

function getHour($lastaction)
{
$date = time() - $lastaction;
$hours = (int) (($date / 60) / 60);

return $hours;
}

function getMinute($lastaction)
{

$date = time() - $lastaction;
$minute = (int) (($date / 60) % 60);

return $minute;
}
Member
Posts: 5,335
Joined: Apr 17 2008
Gold: 0.00
Warn: 70%
Oct 9 2008 01:31pm
I've made one too but its not updating in my signature

on this page it looks ok: http://jsp1.freehostia.com/new.png/

This post was edited by T3RR0R on Oct 9 2008 01:36pm
Go Back To Ladder Slasher Topic List
Prev1101112131460Next
Add Reply New Topic New Poll