📄 readme.txt
字号:
####################################################
##########################
# Random Text Version 1.0
#
# Copyright 1996 Matt Wright
mattw@worldwidemart.com #
# Created 7/13/96 Last Modified
7/13/96 #
# Scripts Archive at:
http://www.worldwidemart.com/scripts/ #
####################################################
##########################
# If you run into any problems while trying to
configure this scripts, help #
# is available. The steps you should take to get
the fastest results, are: #
# 1) Read this file thoroughly
#
# 2) Consult the Matt's Script Archive
Frequently Asked Questions: #
#
http://www.worldwidemart.com/scripts/faq/
#
# 3) If you are still having difficulty
installing this script, send #
# e-mail to: scripts-help@tahoenet.com
#
# Include any error messages you are
receiving and as much detail #
# as you can so we can spot your problem.
Also include the variable#
# configuration block that is located at
the top of the script. #
#
#
# Hopefully we will be able to help you solve your
problems. Thank you. #
####################################################
##########################
# COPYRIGHT NOTICE
#
# Copyright 1996 Matthew M. Wright All Rights
Reserved. #
#
#
# Random Text may be used and modified free of
charge by anyone so long as #
# this copyright notice and the comments above
remain intact. By using this #
# code you agree to indemnify Matthew M. Wright from
any liability that #
# might arise from it's use.
#
#
#
# Selling the code for this program without prior
written consent is #
# expressly forbidden. In other words, please ask
first before you try and #
# make money off of my program.
#
#
#
# Obtain permission before redistributing this
software over the Internet or #
# in any other medium. In all cases copyright and
header must remain intact #
####################################################
##########################
####################################################
##########################
# 文字转换器 版本 1.0
#
####################################################
##########################
# COPYRIGHT NOTICE
#
# Copyright 1996 Matthew M. Wright All Rights
Reserved. #
#
#
# 此版本为作者 Matthew M. Wright 所有,
#
# 不得做销售用途。为方便中文使用者,太阳黑子已获作者
请准, #
# 得以翻译留言簿作非商业用途。
#
#
#
# 请网友使用时勿删除以上著作权申明
#
# 讨论区位於 http://cgiperl.asits.net/bbs/, 欢迎网友
们踊跃讨论。 #
####################################################
##########################
#
#
# 太阳黑子 CGI 网路教学
#
# http://cgiperl.asits.net
#
#
#
# CGI 权限开放, 10MB 空间, 加入会员只 NT999 一年。
#
# http://999.asits.net/~会员帐号
#
#
#
####################################################
##########################
crand_text.zip 内含四个档案
1) README.txt - 说明档
2) rand_text.cgi - CGI 程式档 (chmod 755)
3) rand_text.shtml - SHTML 范例档
4) random.txt - 文字内容转换档
====================================================
=================
rand_text.cgi - (chmod 755)
===========================
$random_file = "/path/to/random.txt";
设定的绝对路径
$delimiter = "\n\%\%\n";
random.txt 内的内容必 依照
$delimiter 的设定,
换句话说, 每一笔新的资料 要以 '%%'
来分割
####################################################
##########################
Server Side Includes (SSI 技术)
要使用这个程式必 要有 SSI 技术支援才可以,
详细说明请参考太阳黑子 CGI 网路教学.
http://cgiperl.asits.net/SSI/
最常见的两种指令, 可以尝试其中一种插入网页.
<!--#exec cmd="rand_text.cgi"-->
<!--#include file="rand_text.cgi"-->
※ 询问您的主机管理员, 是否有开放 SSI 权限.
※ 太阳黑子开放 CGI 和 SSI 权限给会员, 一年 NT999,
10MB 空间
####################################################
##########################
____________________________________________________
________________________
中文版翻译 -- 太阳黑子 CGI 网路教学
http://cgiperl.asits.net
英文原著 Matt Wright * mattw@worldwidemart.com *
http://worldwidemart.com/scripts/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -