Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~458 People Reached
Favorite Tags
c++ x 2
php x 2
c x 1
Member Avatar for turnbui

Hello folks, I have a working CGI written in C. It uses the printf statement to build the outgoing HTML web page. I understand that printf is actually outoutting to the STDOUT device. I'd like to use the WriteFile statement to build the outgoing page and I've tried this:- WriteFile(GetStdHandle(STD_OUTPUT_HANDLE), …

Member Avatar for Ancient Dragon
0
183
Member Avatar for turnbui

As a learning exercise I'm looking to use CGI to password protect my web pages. Once I ahve got a user to logon properly I'm wondering how I should go about authenticating them for each page they visit? That is to say does each possible web page they can go …

Member Avatar for Puckdropper
0
121
Member Avatar for turnbui

Hello all, is there an accepted way of entering the debugger as soon as a CGI prog gets activated. Apart from putting in a large delay and then attahing to the process I would like the preferred way - if there is one? Thanks

0
65
Member Avatar for turnbui

When I log-in under my id and in a Konsole type:- [ian@turnbui ian]$ smbclient -N -L NICK -I 192.168.1.2 -W WORKGROUP the command works fine. However the same command is spawn'd by Xsmbrowser yet it fails with the fllowing from Win-XP:- Error returning browse list: NT_STATUS ACCESS_DENIED "spawn exports the …

0
89