Hi there,
i just finished a print-Script, which can convert every .htm file on my server into a printable format.
...well, at first all seemed to work just perfect, but then i tried to open a .htm file, which belongs to a different user on the server, with my print-script, BUT then i get an UID-error message, that UID-xxx is not allowed to open file xy which is UID-x1x!
...well, how can i get rid of it?
...i must add, that i am NOT the root on this server, but could give the script to the webmaster to put it as root on the server.
So, how can i make my script open ALL .htm files on my server?
Problem is, that there r a hell lot of users, so it would have to able to access the files of all UIDs! (would it work, if "root" uploads it on the server?)
...hope u can help me out of this mess... 😉
so long,
Duncan McLord
PS: ...maybe there is even a way, to make the script work as "superuser" like in ol' CGI-scripts???