Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Theme

  1. #11
    Join Date
    Jul 2004
    Location
    Sunshine Coast, Queensland, AU
    Posts
    1,830
    Tokens
    467

    Latest Awards:

    Default

    whats ip and hits code and current time

  2. #12
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    Quote Originally Posted by Spinno-dude
    whats ip and hits code and current time
    Hits
    PHP Code:
    <?php
    $document 
    = ("hitpage.txt");
    $hits file($document);
    $hits[0] ++;
    $fp fopen($document "w");
    fputs($fp "$hits[0]");
    fclose($fp);
    echo 
    $hits[0];
    ?>

    IP
    PHP Code:
    <?php
    echo "Ip : ".$_SERVER['HTTP_USER_AGENT']."" ;
    Time

    (well you may want to confugure it differntly, see this page of the manual http://uk.php.net/date )

    but just for an exsample

    PHP Code:
    <?php
    echo time() ;
    ?>

  3. #13
    Join Date
    Aug 2004
    Location
    Over there. ^_^
    Posts
    1,100
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by WayHey™
    Need help with your forum :p
    lol i know i had a skin on my forum and i sorted it out but i deleted the wrong folder by accident :eusa_droo

    i added my new layout yesterday i think its quite good

    www.xenigma.co.uk
    *Image Removed


    Ahemm.. How exactly was my sig innapropriate?
    Goddamit i hate this forum :@
    I RESIGN FROM GRAPHICS DESIGNER :@ :@ :@

Page 2 of 2 FirstFirst 12

Posting Permissions

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