代码搜索:cgi
找到约 10,000 项符合「cgi」的源代码
代码结果 10,000
www.eeworm.com/read/315472/13541818
cgi search.cgi
#!/usr/bin/perl
require "f:/hndns/music/setup.cgi"; # NT系统此处改为绝对路径
#########################################
print"Content-Type:text/html\n\n";
##################读取输入的变量###############
if ($E
www.eeworm.com/read/315472/13541846
cgi install.cgi
#!/usr/bin/perl
print"Content-Type:text/html\n\n";
if ($ENV{'REQUEST_METHOD'} eq "POST") {
read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
}
else {
$buffer = $ENV{'QUERY_STRING'};
}
@pairs = s
www.eeworm.com/read/315472/13541852
cgi play.cgi
#!/usr/bin/perl
require "f:/hndns/music/setup.cgi"; # NT系统此处改为绝对路径
#########################################
print"Content-Type:text/html\n\n";
#########################################
if ($
www.eeworm.com/read/315472/13541855
cgi setup.cgi
$super_admin="admin";
$super_pass="admin";
$cgidir="f:/hndns/music"; #CGI文件绝对路径
$homedir="f:/hndns/music/images"; #图片绝对文件
$images="http://hn.h1.cn/music/images";#图片文件相对路径
$cgiurl="http://hn.h1.
www.eeworm.com/read/315472/13541858
cgi add.cgi
#!/usr/bin/perl
require "f:/hndns/music/setup.cgi"; # NT系统此处改为绝对径
print"Content-Type:text/html\n\n";
##################读取输入的变量###############
if ($ENV{'REQUEST_METHOD'} eq "POST") {
read(STDI
www.eeworm.com/read/313804/13580593
cgi system.cgi
www.eeworm.com/read/313804/13580594
cgi network.cgi
www.eeworm.com/read/313804/13580597
cgi lcd.cgi
www.eeworm.com/read/313804/13580598
cgi tcp.cgi
www.eeworm.com/read/313804/13580599