代码搜索:cgi
找到约 10,000 项符合「cgi」的源代码
代码结果 10,000
www.eeworm.com/read/136989/5828326
cgi test.cgi
#!/bin/sh
echo Content-type: text/plain
echo
echo args -- $*
env
echo Done!
exit 0
www.eeworm.com/read/136865/5841786
cgi graph.cgi
#!/bin/sh
echo "Content-type: application/x-graphable"
echo
cat graph.g1n
# ./slowcat < graph.g1n
www.eeworm.com/read/136819/5853163
cgi graph.cgi
#!/bin/sh
echo "Content-type: application/x-graphable"
echo
cat graph.g1n
# ./slowcat < graph.g1n
www.eeworm.com/read/136816/5854610
cgi graph.cgi
#!/bin/sh
echo "Content-type: application/x-graphable"
echo
cat graph.g1n
# ./slowcat < graph.g1n
www.eeworm.com/read/136815/5856478
cgi graph.cgi
#!/bin/sh
echo "Content-type: application/x-graphable"
echo
cat graph.g1n
# ./slowcat < graph.g1n
www.eeworm.com/read/136030/5875718
cgi mpstate.cgi
#!/bin/sh
LOCALIP=`cat /etc/sysconfig/network-scripts/ifcfg-eth0|sed -n 's/IPADDR=\(.*\)/\1/p'`
WEBPORT=80
echo "Status: 200 Ok"
echo "Content-type:text/html"
echo ""
echo "
www.eeworm.com/read/136030/5875719
cgi stopmp.cgi
#!/bin/sh
echo "Status 200 Ok"
echo "Content-type:text/plain"
echo ""
echo ""
echo ""
#stop the g2
cd /usr/local/g2mp/
/usr/local/g2mp/SipMPCtl stop|echo
cd -
NUMBER=`ps -ef|grep
www.eeworm.com/read/136030/5875720
cgi restartsp.cgi
#!/bin/sh
echo "Status 200 Ok"
echo "Content-type:text/plain"
echo ""
echo ""
echo ""
#restart the Singnal Proxy server
cd /usr/local/g2sp/SipSPCtl
/usr/local/g2sp/SipSPCtl restart
www.eeworm.com/read/136030/5875721
cgi restarthost.cgi
#!/bin/sh
echo "Status 200 Ok"
echo "Content-type:text/plain"
echo ""
echo ""
echo ""
echo "The host is to restart now .........."
reboot
echo ""
echo ""
www.eeworm.com/read/136030/5875723
cgi spcfg.cgi
#!/bin/sh
#echo "Status:200 ok"
echo "Content-type:text/plain"
echo ""
echo ""
echo ""
#echo "Current config:"
SPCFG=`cat .SpConfig.txt`
#echo "SpConfig:$SPCFG"
#echo "修改配置"
SP_A