Register | Log in | Password |

365 projects | 71 services | 215 websites | 1073 freelancers | 2763 topics | advertise


Purchase JoomlaWatch:
30 day money-back guarantee
Read more...
9 EUR lifetime license
Buy Now

15 EUR lifetime license
Buy Now
(nofollow link from sponsors page)

Login:

22.8%United States United States
15.5%India India
7.3%Russian Federation Russian Federation
6.9%Colombia Colombia
6.1%Germany Germany
5.1%United Kingdom United Kingdom
4.4%Poland Poland
3.4%Netherlands Netherlands
3%France France
2.8%Canada Canada

Today: 1382
Yesterday: 1639
This Week: 4607
Last Week: 10059
This Month: 11306
Total: 34620

Users

Most active users today from total of 68:
matto, rottenberg, billspo, crony, dontbugmeplease, dwlamb, Adelavigne, eghtedar, manuelflores, rockiesrider, FreeMe, Machin, michmich, Dworczynska, infomech, speru, blombo, rtuszyns, sunconcept, Pedropedro
About JoomlaWatch:
JoomlaWatch is popular joomla visitor tracking and live stats component. It provides several features such as spam blocking, goals tracking, charts, nightly email reports, latest visit map, interactive HTML5 traffic flow graph and many other useful functionalities, which will help you to optimize your site.
RSS Feeds:

rss Freelance
rss Projects
rss Forum
rss Resources

Home
Welcome, Guest
Please Login or Register.    Lost Password?

JoomlaWatch offset in right panel
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: JoomlaWatch offset in right panel
#1314
JoomlaWatch offset in right panel 3 Years, 4 Months ago Karma: 0
JoomlaWatch is a great component, I love it

This minor problem with the time offset is the only thing that's annoying. My server shows the right date and time. My Joomla 1.5.7 needs locale settings -3 (Brazil) to set the right date and time on the articles. My JoomlaWatch needs timezone offset 0 to show the right date and time on the left panel where the latest visitors are shown. And now to the problem: although latest visitors are recorded with the right date and time (say 25.09.2008 15:43:06), the left panel is recording the weekly stats and daily stats a day before (24.09.2008). To be a little more specific, only at 9:00 PM the date is chaged.

I tried the solution given above, changed Joomla locale settings from -3 to 0 and watched JoomlaWatch again. The only thing that changed was the time recorded for the latest visitors. The problem on the right panel remained the same.

Could it be possible that the left and the right panel are looking for date and time in different places in the code? Or that some other calculation is made on the right panel?

Thanks for any help.<br><br>Post edited by: matto, at: 2008/09/26 16:04
vicki (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1322
Re:Still a problem 3 Years, 4 Months ago Karma: 24
That's a good question.

in class.joomlawatch.php

try to change:

function getIntValuesByName($name, $date, $expanded, $limit) {

if ($date == &quot;&quot;)
$date = floor((time() + JoomlaWatch :: getConfigValue('JOOMLAWATCH_DAY_OFFSET')) / 3600 / 24);


to
function getIntValuesByName($name, $date, $expanded, $limit) {

if ($date == &quot;&quot;)
$date = floor((JoomlaWatch :: getServerTime() + JoomlaWatch :: getConfigValue('JOOMLAWATCH_DAY_OFFSET')) / 3600 / 24);

and see whether it helps.
matto (Admin)
Moderator
Posts: 707
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#2618
Re:Still a problem 1 Year, 8 Months ago Karma: 24
Please use version 1.2.11
matto (Admin)
Moderator
Posts: 707
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#2751
Re:JoomlaWatch offset in right panel 1 Year, 5 Months ago Karma: 0
This is very boring!!!!!!!! Im getting this error two!! How can I solve???????????????????????????????
spiderboy_heavy (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#2760
Re:JoomlaWatch offset in right panel 1 Year, 5 Months ago Karma: 0
My Joomlawatch (latest version) also has the correct date on left side (6th) but 5th on right side so when today is monday the stats are showing as being for Sunday 5th (today) ?????
timtecsa (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#2807
Re:Still a problem 1 Year, 4 Months ago Karma: 0
in class.joomlawatch.php ??? no such code in mine.

entire content is

<?php


/**
* JoomlaWatch - A real-time ajax joomla monitor and live stats
* @version 1.2.0
* @package JoomlaWatch
* @license www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3
* @copyright (C) 2007 by Matej Koval - All rights reserved!
* @website www.codegravity.com
**/

/** ensure this file is being included by a parent file */
if (!defined('_JEXEC') && !defined('_VALID_MOS'))
die('Restricted access');

class JoomlaWatch {

var $database;

var $visit;
var $stat;
var $config;
var $helper;
var $goal;
var $block;
var $cache;

function JoomlaWatch() {
$this->stat = new JoomlaWatchStat();
$this->config = new JoomlaWatchConfig();
$this->helper = new JoomlaWatchHelper();
$this->goal = new JoomlaWatchGoal();
$this->block = new JoomlaWatchBlock();
$this->visit = new JoomlaWatchVisit();
$this->cache = new JoomlaWatchCache();
}





}
?>
timtecsa (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#2821
Re:Still a problem 1 Year, 3 Months ago Karma: -1
I was also got this erro yet..
james911 (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1

no license? questions?

Recommended: (advertise)
Joomlawatch 1.2.17 Demo (PRO: 9/15 EUR)
Download Joomlawatch 1.2.17 (PRO: 9/15 EUR)



Rate this extension ...


Stay in touch:

New online JoomlaWatch demo available here: (link)
12 hours ago from web

New comprehensive article on JoomlaWatch goals: (link)

JoomlaWatch is now available for Drupal as unlocked BETA version for testing: (link)
3 days ago from web

New article about JoomlaWatch Live Stats feature: (link)
5 days ago from web

Tested versions 1.2.12 FREE, 1.2.17 PRO, 1.2.18 BETA on Joomla 2.5 and older Joomla 1.5 - confirmed to work on both Joomla versions
2 weeks ago from web

Small installer fixes - added JoomlaWatch compatibility with Joomla 2.5
2 weeks ago from web

New article on JoomlaWatch Traffic Flow feature: (link) ... All features of JoomlaWatch will be documented this way.
2 weeks ago from web

Another minor fixes for version 1.2.17 and 1.2.18, added functionality to display only changed values in SEO report - important keyprases
2 weeks ago from web

Minor fixes for JoomlaWatch version 1.2.17 (language files), you can find the latest package in customer zone ((link)
3 weeks ago from web

If you'd like to help with testing of the latest 1.2.18 BETA with new features (Joomla/Wordpress),please add me on skype: matto3c.Thank you!

New article on JoomlaWatch SEO (Search Engine Optimization) report functionality - (link)

JoomlaWatch 1.2.18 is out now! Features new click heatmap feature, SEO report - how people find you on google, and many other improvements

Reorganized the menu items. Now you'll be able to easily find most requested links

JoomlaWatch 1.2.18 BETA now ready! Main features: - Heatmap integration - SEO reports - Anti-spam section visualization (link)

Fixed one issue: no unique visits recorded; PHP $_SERVER['REMOTE_ADDR'] doesn't always return remote IP address! using HTTP_X_FORWARDED_FOR

Christmas Special - 19% OFF from all licenses until 25th of December 2011

JoomlaWatch Heatmap functionality nearly done. Works with all client resolutions. Will be available in next version. (link)

Simple customer zone - (link) is now ready. Users who purchased the PRO version can now download newest version from there.

Because of the problems with payments and forwarding. We are using (link) service to deliver you the files after purchase.

Tracking Expenses from SMS android application is now published on android market :) and it's completely free !



Partners:
Freelance ColdFusion, Flex, PHP

Olejomalby, abstraktne obrazy

Camping Europe

WinAsm Studio

Vyšné Ružbachy

Sochy, Reštaurovanie

R.E.M.

Valid XHTML 1.0 Transitional

RSS feed:

Statistics:
Search Engine Genie Promotion Widget
Privacy policy | Advertise | Donate

Locations of visitors to this page


©2003-2010 Codegravity.com