Posted by Lee C. Haas on 02/18/06 05:05
On Fri, 17 Feb 2006 20:29:55 +0100, "Julien CROUZET"
<julien.crouzet@/enlever ca\theoconcept.com> wrote:
>Il se trouve que Julien CROUZET a formulé :
>> Please copy/paste the output of this piece of code :
><?
> echo 'Id: ' . getmyuid() . '<br />';
> echo 'Gid: ' . getmygid() . '<br />';
> echo '<br />';
> echo nl2br(print_r(stat('lhcount.data'), true));
>?>
I added php to the <? at the start.
Below are the results of the code you gave me. Am I an idiot for
responding with data that should not be made public?
I do not know what to do with this information.
Thank you for your interest.
- Lee
Id: 32006
Gid: 507
Array
(
[0] => 771
[1] => 5980982
[2] => 33188
[3] => 1
[4] => 32006
[5] => 507
[6] => 0
[7] => 3923
[8] => 1140231574
[9] => 1140231540
[10] => 1140231541
[11] => 4096
[12] => 8
[dev] => 771
[ino] => 5980982
[mode] => 33188
[nlink] => 1
[uid] => 32006
[gid] => 507
[rdev] => 0
[size] => 3923
[atime] => 1140231574
[mtime] => 1140231540
[ctime] => 1140231541
[blksize] => 4096
[blocks] => 8
)
Lee Haas, Raleigh, NC
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Email may be sent to me by using:
http://tinyurl.com/fylz
[Back to original message]
|