Closed Thread
Page 6 of 6 FirstFirst ... 456
Results 51 to 52 of 52

Thread: vB Weekly Stats Version 1.7

  1. #51
    Jordan Guest
    UPDATED: Please see the first post in this thread for an update list.

  2. CODECALL Circuit advertisement

     
  3. #52
    webawsb is offline Newbie
    Join Date
    Feb 2008
    Posts
    1
    Rep Power
    0
    BUG: The number of registered members is a wrong number because this script is off several hours. i.e. if it was display users who registered from 2/4/2008 to 2/10/2008 - it will only query for users who signed up by midnight of 2/10. which is short of 11 hours 59 mins.

    in the php file you can fix this by editing....

    $next_date = mktime(23,59,59, date("m", $last_monday), date("d",$last_monday)+6, date("Y", $last_monday));

    OR

    $next_date = mktime(0,0,0, date("m", $current_date), date("d",$last_monday)+7, date("Y", $last_monday));
    Last edited by webawsb; 02-11-2008 at 12:05 PM.

Closed Thread
Page 6 of 6 FirstFirst ... 456

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: 01-29-2008, 11:40 AM
  2. Update cpanel Stats
    By Lop in forum Linux Installation & Configuration
    Replies: 2
    Last Post: 10-19-2007, 02:00 PM
  3. Lets see your stats
    By Void in forum Marketing
    Replies: 12
    Last Post: 10-04-2006, 05:45 PM
  4. Viewing Website Stats
    By NeedHelp in forum Marketing
    Replies: 1
    Last Post: 07-08-2006, 10:17 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts