由买买提看人间百态

topics

全部话题 - 话题: cgi
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
t******g
发帖数: 10390
1
来自主题: BuildingWeb版 - 一个关于CGI程序的问题
至少我的cgi被调用前,要至少chmod 755 *.cgi
所以应该是all。
s**********i
发帖数: 711
2

cgi, php, jsp... they all work. which one is easiest
depends on what you know and what your server supports.
likely CGI with perl is the simplist.
EM
发帖数: 715
3
来自主题: BuildingWeb版 - [转载] CGI进程阴魂不散怎么办?
【 以下文字转载自 Programming 讨论区 】
【 原文由 EM 所发表 】
我的小破cgi程序写一个带applet的小破网页
结果发现前台没装jvm或者没有权限run applet
的话后台cgi 进程就不死掉,越集越多。
如何是好?谢谢!
b****n
发帖数: 35
4
来自主题: BuildingWeb版 - 在CGI程序中有何好方法返回HTML
俺的CGI是一C程序(PERL的SIZE不适合),接受
用户输入,查询数据库。现在想把查询结果
(内容较多)生成动态HTML返回,比如更新WEB里
一个FRAME的内容。
看到的例子要吗直接printf HTML代码,或调用
eekim的CGIHTML提供的API,怎么感觉挺原始。
请问有没有更好的方法?象JAVA SCRIPT那样有
现成的window/document methods, 又可以被
SERVER端的CGI C代码调用的。
t*****t
发帖数: 72
5
来自主题: BuildingWeb版 - Re: cgi测试newbee问题
【 以下文字转载自 Programming 讨论区 】
发信人: tecplot (kaka), 信区: Programming
标 题: Re: cgi测试newbee问题
发信站: BBS 未名空间站 (Tue Aug 9 16:43:28 2005), 转信
o, my script worked after I put it in the public_html/cgi-bin
directory, and visit it through any browsers.
Still wondering if or not there are any ways that I can test it
by "localhost" or sth not bound to my website. //bow
w*s
发帖数: 7227
6
【 以下文字转载自 Programming 讨论区 】
发信人: wds (净洗前尘,从头再来), 信区: Programming
标 题: CGI question: prefilled value in webpage
发信站: BBS 未名空间站 (Thu Feb 28 22:30:44 2013, 美东)
when login to a webpage, it'll popup window asking for username and password.
each time i have to type in them.
is there a way in CGI code (perl, python etc.) to prefill the username ?
like using cookie etc.
(the reason is user doesn't know username for existing products,
just password, don't ask me why.
but in the password file in lighttp... 阅读全帖
w*s
发帖数: 7227
7
【 以下文字转载自 Linux 讨论区 】
发信人: wds (净洗前尘,从头再来), 信区: Linux
标 题: how to avoid security holes for perl CGI code using checkbox ?
发信站: BBS 未名空间站 (Thu Apr 18 19:01:05 2013, 美东)
Don't know how to describe this clearly,
i have a simple perl CGI code, running with lighttpd.
it has checkbox, if it's set, when you click "submit".
it will trigger my code in the background,
`set_my_value.exe 1`.
if no check that checkbox,
`set_my_value.exe 0`.
Now when i run Rapid7 nexpose, which is a security check applicatio... 阅读全帖
c********s
发帖数: 123
8
来自主题: Internet版 - Re: CGI程序的UID?
the solution is cgi-wrap, reference:
http://aa.eps.jhu.edu/~feiliu/cgi-bin/Alumni.html
z**h
发帖数: 213
9
来自主题: Internet版 - GGJJMMDD, help me on CGI post
I am implementing a HTTP web server. Now I have problem in how to do CGI post
method.
My current problem is that I don't know where and how to to get the content
length of user's form input string in the HTTP server program because I think
as long as I can get the content length, then my HTTP server program can set
the environment variable "CONTENT_LENGTH" to that value and the CGI code can
pick up that value to read in the user's query string from stdin.

Thank you for your help.
wen
g****o
发帖数: 250
10
来自主题: Internet版 - 免费cgi空间有比较稳定的吗?
想申请一个做blog.(MT). 现有的blog服务都不允许自己做太多customize.
可是申请到的几个免费cgi空间都是几天就挂了,:(.
有没有比较稳定的cgi空间呢? 谢谢!
b******y
发帖数: 9224
11
cgi = common gateway interface
话说当年偶用c编过一个apache的module, 那个时候盛行cgi.
后来,有c/c++写的fastcgi,比较不错的library.
G*****h
发帖数: 33134
12
有个简单的 env.cgi 之类的例子
把 cgi 环境的所有变量都显示到网页上看的
b****n
发帖数: 35
13
【 以下文字转载自 BuildingWeb 讨论区 】
【 原文由 banyan 所发表 】
俺的CGI是一C程序(PERL的SIZE不适合),接受
用户输入,查询数据库。现在想把查询结果
(内容较多)生成动态HTML返回,比如更新WEB里
一个FRAME的内容。
看到的例子要吗直接printf HTML代码,或调用
eekim的CGIHTML提供的API,怎么感觉挺原始。
请问有没有更好的方法?象JAVA SCRIPT那样有
现成的window/document methods, 又可以被
SERVER端的CGI C代码调用的。
X****r
发帖数: 3557
14
来自主题: Programming版 - Strange problem with CGI (转载)
Does it try to create some temporary file under current directory? cgi-bin
probably have different
permissions.

same
I
cgi
s*****k
发帖数: 604
15
【 以下文字转载自 Linux 讨论区 】
发信人: sixpack (InGodWeTrustAllOthersWeMonitor), 信区: Linux
标 题: 编写支持CGI的web服务器大致原理
发信站: BBS 未名空间站 (Fri Mar 11 10:39:06 2011, 美东)
Window和unix-like系统中,如何启动一个外部程序,
并且设置它的环境变量,输入一些数据到这个程序stdin,
并且获得这个程序输出到stdout的结果?
问这个问题是想知道编写支持CGI的web服务器的大致原理。
h**i
发帖数: 712
16
来自主题: Programming版 - 这种CGI技术是怎么实现的?
有些路由器配置的时候需要reboot,CGI页面会显示倒计时,时间到了后再重新连上设备
。网页是怎么一直保持连接状态呢?重启web server后客户端的连接应该早丢失了为什
么CGI页面还能继续计时?
w*s
发帖数: 7227
17
【 以下文字转载自 Linux 讨论区 】
发信人: wds (净洗前尘,从头再来), 信区: Linux
标 题: how to avoid security holes for perl CGI code using checkbox ?
发信站: BBS 未名空间站 (Thu Apr 18 19:01:05 2013, 美东)
Don't know how to describe this clearly,
i have a simple perl CGI code, running with lighttpd.
it has checkbox, if it's set, when you click "submit".
it will trigger my code in the background,
`set_my_value.exe 1`.
if no check that checkbox,
`set_my_value.exe 0`.
Now when i run Rapid7 nexpose, which is a security check applicatio... 阅读全帖
L*1
发帖数: 11537
18
来自主题: Programming版 - c写CGI
CGI本身很简单,基本的东西实现不难,再说也有library的。我二十年前真写过,后来
转用perl。我们那里还有一位用Fortran写CGI的,那程序现在还在用。
f****u
发帖数: 12
19
来自主题: Unix版 - CGI之Perl Script一问
Perl里用system()
单独运行和作为CGI script有何区别?
CGI是怎么调用其script的?
s*****g
发帖数: 219
20
来自主题: Unix版 - CGI之Perl Script一问
在CGI里面使用system(), 关键是环境变量, 权限
和异步的问题. 由于apache使用noname账号执行
CGI, 而你在terminal方式使用的是login账号,
权限, 环境变量不一致.
另外, 据我的记忆, system()是异步方式工作,
即执行system()函数后, 立即返回主程序,
不等待system()调用的命令执行完毕. 所以如果
你要利用 system()调用的结果进行下一步计算,
建议你使用后引号. ` `. 具体说到我的经验,
我一般用 popen 或者 fork 加 exec.
l**d
发帖数: 110
21
【 以下文字转载自 BuildingWeb 讨论区,原文如下 】
发信人: lapd (SalvageTitle~hEarTbRokEn), 信区: BuildingWeb
标 题: my /cgi-bin/ don't work!? help!
发信站: The unknown SPACE (Thu Oct 5 21:36:41 2000) WWW-POST
hi there.
i just installed a server, apache 1.3.11. everything goes
well..but test-cgi doesn't work. how to config httpd.conf to
make it work? thanks!
su
发帖数: 149
22
一个login shell的environment variables可以在诸如
".login"或".cshrc"的scripts中设置。
CGI scripts通常是以nobody的身份运行的,
他们的environment variables应该在哪里设置呢?
比如说,怎样才能为所有的CGI scripts预先
设置好"Path"呢?
su
发帖数: 149
23
我们可以写一个简单的CGI script来看一看已被设好的环境变量。
(apache带的"printenv"和"test-cgi"均可以做到)
可以看出"PATH"是被assigned过的。
问题是:他是在哪儿被assigned的?
莫不是在install apache的时候就已经设置好了?
s***t
发帖数: 195
24
I'm wondering what's the proper permission for a file
written by a cgi script. the cgi script is in public_html/
in my home dir and the data file is in the same dir.
it seems I have to make it work writable, otherwise it
will not work properly. but is it secure?
m*****e
发帖数: 4193
25
It depends on your web server configuration. Usually, one of the
following cases:
1) CGI is executed as nobody, then your file needs to be world-writable.
2) CGI is executed as the owner, then your file needs to be writable by you.
s***t
发帖数: 195
26
来自主题: Unix版 - owner of cgi process
I'm still not very clear about the owner of cgi processes. I thought
they were run as nobody. thus, to avoid setting the permission of
files written by cgi to 666, I changed the group of those files to nobody
and set the permission to 664. However, this seems not working.
any thoughts?
thanks!
f********u
发帖数: 572
27
来自主题: Unix版 - please help, CGI..
it has to be in the cgi-bin dir? and I can mk this cgi-bin
dir anywhere? or must be somewhere like /usr/bin/ ??
thanks ..and executable...em...do i need to have chmod +x
myself? i thought perl does that...or you mean i have to do
something else to make it executable? thanks a lot...
s**********i
发帖数: 711
28
I believe you have cgi-bin as scriptalias and thus all
files under it are considered as scripts. the server
will not show contents of those files but will try
to run them, even you have HTML or image files there.
also, you probably want to write your Options like this:
Options ExecCGI MultiViews
however, I don't think it works if you have cgi-bin as
scriptAlias.
d*****g
发帖数: 36
29
实现这个功能,不需要CGI.用JavaScript就可以了。
调用window.open()。
这是一个简单的示例:
自动判断客户端的浏览器类型,然后弹出相应窗口。
下面的代码乱了套,你也可以到我的网页看相应代码:
http://saturn.med.nyu.edu/~hewz/edit/test99.html
至于规格化,看看下面的
window.open("","_blank","width=800,height=600,
menubar=1,toolbar=1,directories=1,scrollbars=1,resizable=1,
status=1");
打开一个800x600的新窗口,保留menubar,toolbar......
至于在CGI程序中实现,就非常简单了。把下面的代码向
stdout输出即可。


巨額捐贈
【中國西藏網3月13日】據外媒報導,達賴曾為美國邪教 “耐克塞姆公司”(
NXIVM)月臺辯解,a class="__cf_email__" href="/cdn-cgi/l/email-protection" data-cfemail="19cdb259d1b8">[email protected]/* */高達100萬到200萬美元的捐贈。文章還稱,在此次“交易”
中,達賴的心腹丹增東登喇嘛甚至還被女色俘虜,爆出桃色新聞。
近日,加拿大媒體《尼亞加拉瀑布記者報》刊登了一篇題為《拉尼爾和布朗夫曼姐
妹試圖收買達賴喇嘛》的文章,文章作者為美國邪教“耐克塞姆公司”前顧問弗蘭克·
帕拉圖(Frank Parlato)。他以當事人的身份,曝光了耐克塞姆邪教收買達賴集團的全
過程。
文章稱,為了改善公共形象,該邪教頭目基斯·拉尼爾及其贊助人克萊爾·布朗夫
曼和薩拉·布朗夫曼(美國億萬富翁布朗夫曼、施格蘭酒業的女繼承人)極力尋找公眾
代言人,在遭到多位明星拒絕後,他們最後看中了達賴喇嘛。拉尼爾核心層人員稱,布
朗夫曼姐妹準備向達賴喇嘛捐資100萬,“有信心會引... 阅读全帖
b*****e
发帖数: 53215
36
来自主题: Classified版 - [出售]Petcoa class="__cf_email__" href="/cdn-cgi/l/email-protection" data-cfemail="815636673e29a5b0b1b1b1c1b1afb9">[email protected]
二手交易风险自负!请自行验证是否合法和一手卡!:
Y
我想卖的物品:
Petcoa class="__cf_email__" href="/cdn-cgi/l/email-protection" data-cfemail="815636673e29a5b0b1b1b1c1b1afb9">[email protected]/* */
单张面值:
$50
可接受价格(必须明码标价!):
0.8
物品新旧要求:
new
邮寄方式要求:
email code, or you pay for shipping for physical card
买卖双方谁承担邮寄损失(Required if not code only):
付款方式说明:
BOA
其他补充说明:
广告的有效期:
until gone
物品来源(Required for All Cards!):
我的联系方式:
bbs mail
Warranty期限:
能否证明是合法的一手卡?(Required for All Cards!):
state and zip:
r*********4
发帖数: 30
37
来自主题: Classified版 - Rego Park a class="__cf_email__" href="/cdn-cgi/l/email-protection" data-cfemail="67b0df96deccef27b5dc">[email protected]房一厅出租(Crescent)
关键字: REGO PARK (Crescent) 单房出租
发信站: BBS 未名空间站 (Mon Mar 20 09:42:18 2017, 美东)
Rego Park a class="__cf_email__" href="/cdn-cgi/l/email-protection" data-cfemail="6bbcd39ad2c0e32bb9d0">[email protected]/* */房一厅出租(Crescent),離地鐵M/R 63rd Drive 地鐵站五分鐘
,30分鐘到曼哈頓,環境優雅安全,購物方便,買菜方便,中國人超市和外國人超市,
附近有COSTCO。
Plenty of parking spaces, very quiet and safe area. It is close to different
supermarkets, malls, subway, plenty of restaurants
阳光好,环境清净,一切方便,招单身正职或学生一人, 包水电,,不抽烟不养宠物。
月租850.00
请联系:646-841-4386 何先生谢谢... 阅读全帖
l******8
发帖数: 226
38
来自主题: FleaMarket版 - [ 出售] 大额staples [email protected]
>3000 @0.92
<3000 @0.925
邮a class="__cf_email__" href="/cdn-cgi/l/email-protection" data-cfemail="24c0879e484b4a5157141415644349454d480a474b49">[email protected]/* */
b*****e
发帖数: 53215
39
来自主题: FleaMarket版 - [出售]Petcoa class="__cf_email__" href="/cdn-cgi/l/email-protection" data-cfemail="4790f0a1f8ef63767777770777697f">[email protected]
二手交易风险自负!请自行验证是否合法和一手卡!:
Y
我想卖的物品:
Petcoa class="__cf_email__" href="/cdn-cgi/l/email-protection" data-cfemail="ae79194811068a9f9e9e9eee9e8096">[email protected]/* */
单张面值:
$50
可接受价格(必须明码标价!):
0.8
物品新旧要求:
new
邮寄方式要求:
email code, or you pay for shipping for physical card
买卖双方谁承担邮寄损失(Required if not code only):
付款方式说明:
BOA
其他补充说明:
广告的有效期:
until gone
物品来源(Required for All Cards!):
我的联系方式:
bbs mail
Warranty期限:
能否证明是合法的一手卡?(Required for All Cards!):
state and zip:
r*********4
发帖数: 30
40
来自主题: HouseRental版 - Rego Park a class="__cf_email__" href="/cdn-cgi/l/email-protection" data-cfemail="75a2cd84ccdefd35a7ce">[email protected]房一厅出租(Crescent)
关键字: REGO PARK (Crescent) 单房出租
发信站: BBS 未名空间站 (Mon Mar 20 09:42:18 2017, 美东)
Rego Park a class="__cf_email__" href="/cdn-cgi/l/email-protection" data-cfemail="cf18773e7664478f1d74">[email protected]/* */房一厅出租(Crescent),離地鐵M/R 63rd Drive 地鐵站五分鐘
,30分鐘到曼哈頓,環境優雅安全,購物方便,買菜方便,中國人超市和外國人超市,
附近有COSTCO。
Plenty of parking spaces, very quiet and safe area. It is close to different
supermarkets, malls, subway, plenty of restaurants
阳光好,环境清净,一切方便,招单身正职或学生一人, 包水电,,不抽烟不养宠物。
月租850.00
请联系:646-841-4386 何先生谢谢... 阅读全帖
B****c
发帖数: 538
41
cgi什么时候成老印的了? 是加拿大的。。
m*****1
发帖数: 52
42
最近我要回国H4返签,在填签证的表格,但是遇到些问题,在网上搜索又得不到统一答
案,在签证版上也没人回复,想来这边jms应该更有经验些,发来这边问问有经验的jms
第一个问题是DS160中travel选项里有个principal applicant information中的姓名都
是填H1B的申请人的还是H4的?
第二个问题是在缴费系统里获取CGI码时有一项要求填principal applicant's name,
这里是要填谁的名字呢?我是自己一个人带娃回国,LG不和我一起回去。
谢谢啦。
c********6
发帖数: 81
43
来自主题: Postdoc版 - H1B CGI网上签证预约系统问题
请教大家一下,在填CGI网上签证预约系统的时候,有一项是申请公司的信息,其中有
一个是“失效日期”,不知道这个怎么填。我是H1B的,但一般offer上不都是写“at
will” 的么?offer上根本没有项目结束时间啊。
x*********u
发帖数: 536
44
刚刚在网上填写签证信息。最后只给了一个CGI reference no.,说2个人RMB2016.准备
让老人去中信银行缴费了。是带着这个号码吧?会给2份缴费收据号吗?因为下面要分
别填写收据号,经过确认后才可以预约。
有没有两位老人亲自去中信银行缴费的情形?谢谢。
x*********u
发帖数: 536
45
谢谢.可是我在页面上看到要两个人的收据号啊.我们是亲自交费,不是网上交费.
我是创建一个网上个人资料,之后再加一个同行人员,生成一个CGI reference no.,不过
后来出现在下面的是两个人的名字,要求填写缴费收据号。难道收据号可以一样?
n*******2
发帖数: 4
46
刚才我叫我姐去中信银行直接交的费,也是一张收据,也自然是一个收据号。我爸妈也
是一个CGI号码,两个填收据编号的地方填同一个号码就可以了。
d****z
发帖数: 1232
47
来自主题: Reunion版 - 中信交费只带CGI号可以吗
去中信交费是只要有cgi的号就可以,还是必须要有打印的那张单子?谢谢?
z***3
发帖数: 937
48
来自主题: Reunion版 - 一个新系统CGI号码的问题
在新系统里填父母上次visa情况时,有一个选项是问visa上是不是有clearance
received字样,由于我自己的是有,所以当时没跟他们确认就选择了是。
晚上跟家里电话的时候,发现他们的没有,所以又到系统里重新来了一遍,结果产生的
CGI号码是和上次一样的。
想问下这样的情况,用这个号码去交钱应该没什么问题吧?就怕本来可以免面签的不要
搞到后面要去哪里哪里面签了。。。
j*****j
发帖数: 586
49
RT,
新签证系统,预约两个人一起签证,有几个CGI号码?
去中信缴费,是一起缴费,还是分开缴费,是有两个中信缴费收据单吗?
去签证,需要交DS160表确认页,签证照片一张,护照
还需要交中信银行缴费收据单吗?
r*******g
发帖数: 1335
50
我在论坛内搜索了一下,貌似一次交费就够了
这里主要是想确定下 是不是不再需要给老妈注册CGI账户了。
谢谢了。
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)