Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.
Please keep in mind:
Sharkybro said:Mostly the IP-Logging.
Sharkybro said:Of the person who uploaded the image. And then, the uploaders IP will be displayed in the admin panel for that image.
Danny.Domb said:Also TriHoang, whenever you are stocking an date into your database, you should try to not use the php date function... either set your database table field to datetime and use current_date or set your database to an int of a size of 10, and use the php function time().
TriHoang said:Also TriHoang, whenever you are stocking an date into your database, you should try to not use the php date function... either set your database table field to datetime and use current_date or set your database to an int of a size of 10, and use the php function time().