代码搜索:cgi
找到约 10,000 项符合「cgi」的源代码
代码结果 10,000
www.eeworm.com/read/116048/14991488
cgi proc.cgi
proc world
print 'world'
endproc
proc hello
print 'hello'
call world
endproc
proc main
call hello
end
endproc
www.eeworm.com/read/116048/14991494
cgi newuser.cgi
newstr newname
newstr newpass
newstr newpass2
newstr temp1
newstr temp2
// Check To Make Sure All The Information Was Entered
if (newname$ == '') || (newpass$ == '') || (newpass2$ == '')
pri
www.eeworm.com/read/116048/14991509
cgi rnd.cgi
newint random_number
newstr rndstr
rndstr$ = 10
strtoint rndstr$ random_number%
random_number% = random_number% - (1 * (3 * 3))
print random_number%
www.eeworm.com/read/116048/14991525
cgi ic.cgi
if (name$ == 'dale') || (name$ == 'bob') && (password$ == 'me')
print ''
print ''
print ''
print 'Welcome ' & name$ & ' to this test
www.eeworm.com/read/116048/14991528
cgi login.cgi
newstr una1
newstr ups1
if (username$ == 'sdddf9v87sdvff98s7f908v7vsd98df7vd98ds7dsffds908fd7dfs9dsf78dfssdf987sdsv')
includefile 'update.html'
end
endif
file openin 'login.dtx' 1
again>
www.eeworm.com/read/115997/14993678
h cgi.h
/*
* Copyright (c) 2001, Adam Dunkels.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following cond
www.eeworm.com/read/115997/14993720
c cgi.c
/*
* Copyright (c) 2001, Adam Dunkels.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following cond
www.eeworm.com/read/216670/14998180
h cgi.h
/*
* public header for cgi.c
*
* Copyright (C) '97,'98 Rasca, Berlin
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Publ
www.eeworm.com/read/216670/14998210
c cgi.c
/*
* CGI C-library, v1.1.1
*
* Copyright (C) '97,'98,'.. Rasca, Berlin
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Pu
www.eeworm.com/read/114935/15033756
cgi lovemail.cgi
#!/usr/bin/perl
###########################################################################
#CGI脚本名称:XYZ情书生成投递系统0.9a版,用于WWW网站用于WWW网站发送电子邮件。
#Copyright (C) 2000 Yu Ning Chen
#
#This program is