We Create Innovations for Joomla!
 
 
 
Support Support Forums
 
 
Welcome, Guest
Please Login or Register.    Lost Password?

Time Stamp - Where is it pulling from
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Time Stamp - Where is it pulling from
#637
Re:Time Stamp - Where is it pulling from 8 Months, 2 Weeks agoKarma: 0
Here is a list of all the files that have the timestamp function in JLive! Chat:


Code:


administrator/components/com_livechat/models/settings.php
administrator/components/com_livechat/install.livechat.php
administrator/components/com_livechat/admin.livechat.php
components/com_livechat/models/popup.php

admin
Administrator
Posts: 338
graph
User OfflineClick here to see the profile of this user
Location: California
The CMS Fruit Team
The administrator has disabled public write access.
 
#638
Re:Time Stamp - Where is it pulling from 8 Months, 2 Weeks agoKarma: 0
This is what my host says about changing the time zone...

3: your application does NOT get the date/time directly from the server, it gets it through the language your using. In this case php, and if you are using a custom php.ini file it will, if relevant, be from that........

What is your thought on this. I really would like to not have to change the php files.
mangotti
Senior Boarder
Posts: 42
graphgraph
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#639
Re:Time Stamp - Where is it pulling from 8 Months, 2 Weeks agoKarma: 0
We don't recommend changing the PHP files either, because it can cause problems and if you need to upgrade to a newer version later your changes will be lost.

The date/time is coming from your MySQL server. Are you on a shared hosting environment or do you have your own dedicated server with SSH access? Can you access the MySQL server via SSH?
admin
Administrator
Posts: 338
graph
User OfflineClick here to see the profile of this user
Location: California
The CMS Fruit Team
The administrator has disabled public write access.
 
#640
Re:Time Stamp - Where is it pulling from 8 Months, 2 Weeks agoKarma: 0
I am on a shared server and I DO have access to MySQL via the PHPMyAdmin. I can easily run SQL statements on it if that is what you are referring to.
mangotti
Senior Boarder
Posts: 42
graphgraph
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#641
Re:Time Stamp - Where is it pulling from 8 Months, 2 Weeks agoKarma: 0
No, I'm afraid you need SSH access in order to check/change the time on the server.

Heres what we can do... you can change the php files and when the next version is released we will build a setting into the admin that will allow you to easily change to use your webserver's time setting instead of your mysql server's time setting. That way you don't need to go through the hassle of logging into your server and changing stuff. However, keep in mind that the timestamp on your webserver should be accurate, if not then you still need to access the server to set the correct time on it.
admin
Administrator
Posts: 338
graph
User OfflineClick here to see the profile of this user
Location: California
The CMS Fruit Team
The administrator has disabled public write access.
 
#642
Re:Time Stamp - Where is it pulling from 8 Months, 2 Weeks agoKarma: 0
OK. One thing, the web server is the same as the database server. Couldn't I just use the global config to create an offset after the new version is released?
mangotti
Senior Boarder
Posts: 42
graphgraph
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 123