Results 1 to 6 of 6

Thread: Urh...

  1. #1
    Join Date
    Apr 2005
    Posts
    4,963
    Tokens
    0

    Latest Awards:

    Default Urh...

    Whats php code For all the stats you know -.-"
    I only have unique hits

    I want stuff like IP, hits, date, time and all that
    + rep to whoever helps :rolleyes:

  2. #2
    Join Date
    Aug 2005
    Location
    Spain
    Posts
    1,367
    Tokens
    0

    Latest Awards:

    Default

    ill try get u it now

  3. #3
    Join Date
    Oct 2005
    Posts
    369
    Tokens
    0

    Default

    http://www.aspin.com/func/goto?id=6188610 [$59/Free Trial]
    http://www.aspin.com/func/goto?id=6232410 [Free]

    Those are a couple of free / kind of free ones that I found.

    There's a few pages of more; http://www.aspin.com/home/webapps/si...g=4&order=desc

    Sorry most of them cost . If I find more free ones I'll post them as well.
    I hate this forum.

  4. #4
    Join Date
    Jul 2004
    Location
    Webby Forums!
    Posts
    1,879
    Tokens
    0

    Latest Awards:

    Default

    PHP Code:
    <?php
    echo $_SERVER['REMOTE_ADDR'];
    ?>
    thats for ip...


    Chilimagik.net // Reviews, Band Biographies, News, Pics + Loads More!!
    [Thybag.co.uk - Vive la revolutione]

  5. #5
    Join Date
    Apr 2005
    Posts
    4,963
    Tokens
    0

    Latest Awards:

    Default

    Thanks splinter

  6. #6
    Join Date
    Mar 2005
    Location
    Leeds
    Posts
    3,423
    Tokens
    0

    Latest Awards:

    Default

    Time.
    <?
    print date("H:i: s");
    ?>

    Date.
    <?php
    print date("F jS Y");
    ?>

Posting Permissions

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