PDA

View Full Version : Question about the test.php


iXi
03-03-2004, 11:36 AM
When i execut the test.php in http2 fordern.. via http interface i always get this errors why?;)

foo
User: anonymous
User: darkone
User: ioFTPD

Warning: io_user_name(): Invalid UID in d:\ioFTPD\text\http\test.php on line 21
User:
Uid :0
Gid :0
Mode:448
Has access!
Uid :101
Gid :101
Mode:448
Client list:
Kill Cid: 1 Uid: -1 Host: *@localhost
Kill Cid: 2 Uid: -1 Host: *@localhost

..

Warning: io_fs_open(): 2 in d:\ioFTPD\text\http\test.php on line 114

Warning: io_fs_close() expects parameter 1 to be resource, boolean given in d:\ioFTPD\text\http\test.php on line 121

Warning: io_fs_open(): 2 in d:\ioFTPD\text\http\test.php on line 114

Warning: io_fs_close() expects parameter 1 to be resource, boolean given in d:\ioFTPD\text\http\test.php on line 121

Warning: io_fs_open(): 3 in d:\ioFTPD\text\http\test.php on line 114

Warning: io_fs_close() expects parameter 1 to be resource, boolean given in d:\ioFTPD\text\http\test.php on line 121
0:0 home
0:0 mnt
0:0 private
0:0 pub

List took 4.76837158203E-007 seconds to execute

Mouton
03-03-2004, 12:05 PM
expected.
this file is only to show how to use the different functions.
not expected to work as is.

Farch
04-04-2004, 08:36 AM
I am on it. but..
who`s that?

Uid: -1

Warning: io_user_name(): Invalid UID in D:\Inet\ioFTPD\text\http2\index.php on line 58
Name: Cid: 4 Uid: -1

Mouton
04-04-2004, 09:13 AM
SITE SWHO
Check if there is a CID=4 and if so, who it is.

Check the PHP code to see what users it's listing, etc.

-1 = invalid btw...

darkone
05-01-2004, 11:22 PM
Yep.. http connections aren't bound to user id atm (i'll reveal commands for changing process owner from httpd at some later point)