OK, I am trying to write a CGI script that records the IP address of the people that run it. I am doing this under SunOS 5.8. I have tried using cgicc, but I have a 9 MB quota and it comes out to about 25 MB compiled. Is there functionality built into some library of g++ to log the ip?



LinkBack URL
About LinkBacks



Have a nice day.
Even my C++ TCP/IP client program hasn't reached over 100 kB. You should use Perl scripts instead -- it would be a lot smaller