代码搜索:cgi
找到约 10,000 项符合「cgi」的源代码
代码结果 10,000
www.eeworm.com/read/104196/15701782
cgi setup.cgi
#------------------------------------------------------#
# 本程序为Yuzi工作室提供 #
# Yuzi论坛3000 v3.20 免费版 #
#----------------------------------------------
www.eeworm.com/read/104196/15701784
cgi login.cgi
#!/usr/bin/perl
#------------------------------------------------------#
# 本程序为Yuzi工作室提供 #
# Yuzi论坛3000 v3.20 免费版 #
#-----------------------------
www.eeworm.com/read/103657/15727090
cgi fts.cgi
use File::stat;
use Fcntl ':mode';
use strict;
use IPC::Shareable;
open(ERR,">/var/www/public/ftslog.txt");
print ERR "ftslog.txt \n";
my $key = 'ftsd';
my %options = (
create => 0,
exc
www.eeworm.com/read/103657/15727091
cgi login.cgi
use File::stat;
use Fcntl ':mode';
my ($homepath,$path);
my ($buf,@tmp,%user,@cmd);
open(FH,"/var/www/public/log.txt");
while($buf = )
{
chop($buf);
@tm
www.eeworm.com/read/103225/15740075
cgi test.cgi
#!/usr/bin/vipsi
/* --------------------------------------------------------------------------------------------
cgi scripts:
method "GET":
arguments are passed in the environment variable "Q
www.eeworm.com/read/103194/15741911
gif cgi.gif
www.eeworm.com/read/103194/15742068
cgi conv.cgi
#!/usr/bin/perl
###########################################################
# LB5000(ib2000) 用户所有资料转换器,LB5000 II 用户的福音!
# 程序编制: 山鹰糊 webmaster@cgier.com
# 版权所有: CGI 编程者之家 http://www.CGIer.com
www.eeworm.com/read/103194/15742088
cgi news.cgi
#!/usr/bin/perl
###############################################################################################################################################
# LB5000 分论坛新贴子 ver 1.9
# 程序编制: 山鹰糊
www.eeworm.com/read/103194/15742089
cgi userrating.cgi
#!/usr/bin/perl
#######################################################
# LB5000MX 源程序版权所有:CGI编程者之家 (CGIer.com)
#
# 程序编写:山鹰糊 (Shining Hu)、花无缺 (Ifairy Han)
#
# 程序修改:BigJim (94Cool.Net)
######
www.eeworm.com/read/103194/15742092
cgi dellogs.cgi
#!/usr/bin/perl
BEGIN {
$LBPATH = '.';
my $pgm = $0;
$pgm =~s/\\/\//g;
$pgm =~s/^.*\/([^\/]+)$/$1/g;
unless (-e $LBPATH.'/'.$pgm) {
foreach ($0, $ENV{'SCRIPT_FILENAM