coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: JohannM on July 13, 2007, 12:20:14 AM

Title: My Favorites: Problems
Post by: JohannM on July 13, 2007, 12:20:14 AM
Hi there

I know that users my favorites is stored in a db table, but it is in some inscription code.  Is there a way of decrypting it ?

Suggestion:  Why dont add a field name in the table that can actually store the filename ? Is this perhaps a better idea ?

Title: Re: My Favorites: Problems
Post by: Nibbler on July 13, 2007, 08:12:03 PM
Quote from: JohannM on July 13, 2007, 12:20:14 AM
I know that users my favorites is stored in a db table, but it is in some inscription code.  Is there a way of decrypting it ?

It's serialised and then base64 encoded.
Quote from: JohannM on July 13, 2007, 12:20:14 AM
Suggestion:  Why dont add a field name in the table that can actually store the filename ? Is this perhaps a better idea ?

No; that would be worse.