Search:

Type: Posts; User: Sick Dwarf; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    8
    Views
    6,275

    Plant this script in your log directory. Or,...

    Plant this script in your log directory.

    Or, if you have it in another directory, then change the
    $dir = @opendir(".");to
    $dir = @opendir("your_log_dir/somewhere_deeper/right_over_here/");
  2. Replies
    8
    Views
    6,275

    wooops, sorry bout that. one dollar sign to much....

    wooops, sorry bout that. one dollar sign to much.

    <?php
    <html>
    <body>
    <?php

    $dir = @opendir(".");
    $extention_array = array(
    ".txt$",
  3. Replies
    8
    Views
    6,275

    Re: Can this be done

    <html>
    <body>
    <?php

    $dir = @opendir(".");
    $extention_array = array(
    ".txt$",
    ".log$",
    ".etc$"
    );
Results 1 to 3 of 3