Log in

View Full Version : Little coding question


Guy G
12-14-2004, 11:16 AM
I wanna show the time when an Article is shown.
but there is a problem since article's time appears to be stored in articlehash.
which has an encryption... so i wanna know how to decrypt it and than i could print it out...

anyone has an idea on how to ?

Floris
12-14-2004, 11:32 AM
I wanna show the time when an Article is shown.
but there is a problem since article's time appears to be stored in articlehash.
which has an encryption... so i wanna know how to decrypt it and than i could print it out...

anyone has an idea on how to ?
Without knowing the hack though; it sounds like it isn't hashed, but it is a timestamp. Did you try pulling it through vBDate(); ?

Guy G
12-14-2004, 11:53 AM
Im sure its hashed.
coz there is not column for the time on the table... only for the date which i have managed to show.
there is an hash column which i dunno how to use...

RsX
12-15-2004, 09:53 AM
Any ideas anyone? :/

Colin F
12-15-2004, 09:56 AM
Did you try the serialize functions?

RsX
12-15-2004, 10:32 AM
how do i do it Oo ?