这是我自己写的用于嵌入式设备的CGI程序,ANSI C编写,嵌入式Linux中使用。这些CGI代码是我在CGIC库的基础上加上了常用的一些外围功能模块函数,比如读写配置文件等。其中比较重要的是我自己实现的session控制、页面模板方式(模板标签替换)和web多语言版本的一种我自己的实现方法。请参阅cgi_functions.c、session.c和multi-language.c。- 下载
|
用C++语言编写的留言簿CGI程序 -C language Guestbook CGI program 下载
|
c语言编写的cgi后门!!! 好用得不得了!!-cgi back door! ! ! Very, very handy! ! 下载
|
[2003-7-19] 以前有个 C 编写的 CGI 后门,上个月编译了一下, Windows 下用一个小 WEB 服务器测试很好用(Linux/Unix下未测试),但放到 IIS 下却不能运行了,真是奇怪。-[2003-7-19] used to be a C CGI prepared by the back door, build a bit last month, Windows with a small Web server test is useful (Linux / Unix did not test), but put under IIS has not run a really strange. 下载
|
用C++编写的CGI计数器程序[visualc] [程序语言] C/C++ [运行平台] WinNT/95 [源码来源] http://www.webcom.se/projects/freeware/cgiscripts/ [功能描述] 用C++编写的计数器CGI程序,功能强大,运行速度快速可靠,计数器也可以隐藏,该CGI程序运行于WinNT/Intel平台-C CGI counter preparation procedures [visualc] [programming language] C / C [platforms FOSS] WinNT/95 [sources] http : / / www.webcom.se / projects / freeware / cgiscr ipts / [Description] C prepared by the Counter CGI program, a powerful, fast and reliable operating speed, Counter can be hidden, the CGI program runs on WinNT / Intel platform 下载
|
用C语言进行CGI程序设计CGI(公用网关接口)规定了Web服务器调用其他可执行程序(CGI程 序)的接口协议标准。Web服务器通过调用CGI程序实现和Web浏览器的 交互, 也就是CGI程序接受Web浏览器发送给 Web服务器的信息,进行处 理,将响应结果再回送给Web服务器及Web浏览器。CGI程序一般完成We b网页中表单(Form)数据的处理、数据库查询和实现与传统应用系统 的集成等工作。CGI程序可以用任何程序设计语言编写,如Shell脚本 语言、Perl、Fortran、Pascal、C语言等。但是用C语言编写的CGI程 序具有执行速度快、安全性高(因为C语言程序是编译执行且不可被修 改)等特点。 -C language programming CGI CGI (common gateway interface) provides a Web server call other executable (CGI) interface protocol standards. Web server by calling the CGI program and Web browser interaction, the CGI program is acceptable Web browser to the Web server to send the information, processing, in response to the results sent back to the Web server and Web browsers. CGI We completed procedures in general b page form (Form), data processing, database inquiries and applications to achieve with traditional systems integration work. CGI programs can be written in any programming language, such as Shell scripting language, Perl, Fortran, Pascal, C language. But using the C language implementation of the CGI program is fast, safe (because the C language compiler implementation, as it is no 下载
|
cgic库大家可以利用这个库来编写cgi网页,语言用的不是perl而是大家熟悉的c语言- 下载
|
专题讲座一:内容包括如何编写CGI程序、一种更亲切的CGI开发系统WinCGI、利用ISAPI开发CGI程序、利用WinInet开发Internet程序,以及程序源码-a special lecture : content, including how to write a CGI program, a more cordial Development System WinCGI CGI, ISAPI development of the use of CGI program, using WinInet Internet development procedures, and procedures FOSS 下载
|
喜欢CGI编程的朋友有用.用于C写BS程序.-like CGI programming useful friends. Written for C BS procedures. 下载
|
Net-Sky ChatServer不同于其他的用PHP,ASP,PERL等脚本语言编写的或其他任何CGI模式的聊天程式,本聊天室程序使用标准C语言开发,独立于任何第三方WEBSERVER而运行,快速,高效,稳定,大容量。程序的设计目标是能在一台普通的PC上同时容纳上万人聊天。-Net-Sky ChatServer different from the other with PHP, ASP, PERL scripting languages such as prepared by the CGI or any other mode of chat programs, the chat room using the standard C language development, independent of any third-party WEBSERVER and running fast, efficient, stable, large capacity. The design goal is that it can be an ordinary PC to accommodate 10,000 people chatting. 下载
|