+ Reply to Thread
Page 6 of 6
FirstFirst ... 4 5 6
Results 51 to 52 of 52

Thread: vB Weekly Stats Version 1.7

  1. #51
    Administrator Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan's Avatar
    Join Date
    Nov 2005
    Location
    Hendersonville, NC
    Posts
    24,556
    Blog Entries
    97
    UPDATED: Please see the first post in this thread for an update list.

  2. #52
    Newbie webawsb is an unknown quantity at this point
    Join Date
    Feb 2008
    Posts
    1
    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 03:05 PM.

+ Reply to Thread
Page 6 of 6
FirstFirst ... 4 5 6

Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. VB 6.0: Tutorial, Explaining the VB 6.0 GUI
    By TcM in forum VB Tutorials
    Replies: 1
    Last Post: 05-18-2007, 11:25 AM
  2. VB strings to C DLL
    By malachi1984 in forum Visual Basic Programming
    Replies: 0
    Last Post: 05-11-2007, 06:36 AM
  3. VB 6.0 realy stinks
    By falco85 in forum Visual Basic Programming
    Replies: 17
    Last Post: 01-04-2007, 06:58 AM
  4. VB for WINDOWS,LINUX & MAC!
    By TcM in forum Visual Basic Programming
    Replies: 6
    Last Post: 12-08-2006, 05:12 AM
  5. Animating with VB
    By Sionofdarkness in forum Visual Basic Programming
    Replies: 1
    Last Post: 07-24-2006, 07:48 AM

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