JP2002351732A - Device/method/program for providing information - Google Patents

Device/method/program for providing information

Info

Publication number
JP2002351732A
JP2002351732A JP2001153892A JP2001153892A JP2002351732A JP 2002351732 A JP2002351732 A JP 2002351732A JP 2001153892 A JP2001153892 A JP 2001153892A JP 2001153892 A JP2001153892 A JP 2001153892A JP 2002351732 A JP2002351732 A JP 2002351732A
Authority
JP
Japan
Prior art keywords
transfer
count
file
data
provided data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2001153892A
Other languages
Japanese (ja)
Inventor
Kazuhiko Takemura
和彦 竹村
Koji Ichikawa
幸治 市川
Koichi Sakamoto
浩一 坂本
Tetsuo Ashida
哲郎 芦田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujifilm Holdings Corp
Original Assignee
Fuji Photo Film Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fuji Photo Film Co Ltd filed Critical Fuji Photo Film Co Ltd
Priority to JP2001153892A priority Critical patent/JP2002351732A/en
Publication of JP2002351732A publication Critical patent/JP2002351732A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To improve popularity by preparing a n interesting homepage. SOLUTION: An information providing device transfers an HTML file to a browsing terminal through the Internet. A script for displaying an information display control character string for displaying information on providing data and the number of residual transferring times and a script for prohibiting a transferring request after responding to that the number of transferring times amounts to a transfer limited value in response to this are written in the HTML file. The Web browser of the browsing terminal displays the picture of a residual number counter with the information picture of provided data by reading the HTML file. A transfer request is sent by clicking a displayed picture, and a Web server transfers the provided data in response to the transfer request. After completing transferring, a CGI performance program performs a count updating script and sends the result to a Web browser to update the display of the residual number counter. When the display of the residual number counter becomes zero, the transfer of providing data after this is prohibited.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】ネットワークを通じて閲覧端
末に情報を提供する情報提供装置及びその方法並びにそ
れを実行するプログラムに関するものでる。
[0001] 1. Field of the Invention [0002] The present invention relates to an information providing apparatus and method for providing information to a browsing terminal through a network, and a program for executing the method.

【0002】[0002]

【従来の技術】音声、画像、及びアプリケーションソフ
トウェアなどのファイルをインターネットを通じて閲覧
端末にダウンロードさせる情報提供装置としては、Web
サーバーやストレージサーバー等が知られている。Web
サーバーは、HTTPサーバーソフトウェアが起動してお
り、閲覧端末からの要求に対してホームページの画像を
表示させるためのHTMLファイルを転送する。そのHTMLフ
ァイルに、提供用の画像ファイルを縮小したサムネイル
画像を表示させる制御文字列を記述し、そのサムネイル
画像の表示範囲にクリッカブル・マップ等で画像ファイ
ルの保存先をリンクさせる制御文字列を記述しておく。
こうすることで、閲覧端末のWeb ブラウザは、サムネイ
ル画像の範囲へのマウスクリックを監視し、クリックを
受けることに応答してWeb サーバーに目的の画像ファイ
ルの転送要求を行い、Web サーバーは、転送要求に応答
して目的の画像ファイルを転送する。Web サーバーの管
理者は、時期を見て提供用の画像ファイルの更新を行
う。
2. Description of the Related Art As an information providing apparatus for downloading files such as audio, images, and application software to a browsing terminal through the Internet, a Web server is used.
Servers and storage servers are known. Web
The server has activated HTTP server software and transfers an HTML file for displaying an image of a homepage in response to a request from a viewing terminal. In the HTML file, describe a control character string that displays a thumbnail image of the provided image file reduced, and describe a control character string that links the storage location of the image file with a clickable map etc. to the display range of the thumbnail image Keep it.
In this way, the web browser of the viewing terminal monitors mouse clicks on the area of the thumbnail image, and in response to receiving the click, requests the web server to transfer the target image file. Transfer the desired image file in response to the request. The Web server administrator updates the provided image file at a certain time.

【0003】Web サーバーの規模が拡大すると、それに
伴ってたとえばデータベースサーバーやアプリケーショ
ンサーバーなどの専用サーバーが必要になるというよう
に、大容量のファイルを大量に蓄積するためには、専用
のストレージサーバーが必要になる。そのストレージサ
ーバーは、特定の閲覧端末からファイルを一時預かり、
預かったファイルに基づいてデータベースを作成して一
元管理し、特定の閲覧端末に対してのみ取り出しを可能
とする。
In order to accumulate a large amount of files in large quantities, a dedicated storage server is required, for example, as the size of a Web server increases, a dedicated server such as a database server or an application server is required. Will be needed. The storage server temporarily stores files from a specific viewing terminal,
A database is created and centrally managed based on the stored files, and can be extracted only to a specific viewing terminal.

【0004】従来、どのくらいの閲覧端末がファイルを
ダウンロードしているかを知るために、ダウンロードの
回数をカウント表示するCGI (Common Gateway Interfa
ce)スクリプトプログラムが知られている。そのプログ
ラムは、Perlなどのインタプリタ言語で記述されてお
り、HTMLファイルに格納されたり、テキスト形式でファ
イル化しておいて読み出したりして使用され、Web サー
バーに組み込まれたCGI実行プログラムにより実行され
る。その実行結果は閲覧端末のWeb ブラウザに送られ、
閲覧端末の画面にはカウンタ画像が表示される。
Conventionally, a CGI (Common Gateway Interface) that counts and displays the number of downloads in order to know how many browsing terminals are downloading files.
ce) Script programs are known. The program is written in an interpreted language such as Perl, and is stored in an HTML file or used as a text file and read out, and is executed by a CGI execution program embedded in the Web server . The execution result is sent to the web browser of the viewing terminal,
A counter image is displayed on the screen of the viewing terminal.

【0005】[0005]

【発明が解決しようとする課題】ホームページを開設し
た企業の成果として、企業イメージの向上や公報活動の
充実等を挙げる企業が多い。しかしながら、ページ開設
の成果はまだ十分とは言えず、顧客サービスの向上な
ど、利便性や双方向性というインターネットの特徴を十
分生かす施策が必要になる。あるホームページでは、動
画ファイルや音声ファイルなどを提供することに力を入
れ、顧客サービスの向上に役立てている。
[Problems to be Solved by the Invention] As a result of a company that has established a homepage, there are many companies that improve their corporate image and enhance their gazette activities. However, the results of opening a page are not yet satisfactory, and it is necessary to take measures, such as improving customer service, that fully utilize the characteristics of the Internet such as convenience and interactivity. One homepage focuses on providing video files and audio files to help improve customer service.

【0006】また、ホームページの人気度は、内容の更
新頻度に比例するという統計が出ている。ホームページ
の情報(コンテンツ)は季節、行事、内容に応じて積極
的に更新させなければ人気度が低下する。しかし、提供
情報の更新、それに伴うビジュアルの変更を何時行うか
の確かな目安がなく、よってタイムリーに行うのはとて
も困難であった。
[0006] Also, statistics have been published that the popularity of a home page is proportional to the frequency of updating the content. If the information (contents) on the homepage is not actively updated according to the season, event, and content, the popularity will decrease. However, there was no reliable indication of when to update the information provided and the resulting visual change, so it was very difficult to do so in a timely manner.

【0007】本願発明は、ネットワークを通じて情報を
提供するサービスに対して興味をそそるように工夫し、
しかも更新時期の目安を簡単に認識することができる情
報提供装置を提供することを目的とする。
[0007] The present invention is devised to be intriguing for a service for providing information through a network,
In addition, it is an object of the present invention to provide an information providing device that can easily recognize a guideline of an update time.

【0008】[0008]

【課題を解決するための手段】上記課題を解決するため
に、本発明の情報提供装置は、ネットワークを通じて閲
覧端末から受信する転送要求を受けることに応答して提
供データを転送する転送手段と、転送手段が提供データ
を転送した回数をカウントする転送回数計数手段と、予
め提供データごとに設定した転送回数の制限値と前記転
送回数計数手段のカウント値とに基づいて残りの転送回
数を前記閲覧端末に表示する残転送回数表示手段と、前
記転送回数計数手段のカウント値が転送回数の制限値に
達することに応答してそれ以降の前記転送手段のデータ
転送を禁止する転送禁止手段とを備えたものである。
According to an aspect of the present invention, there is provided an information providing apparatus, comprising: transfer means for transferring provided data in response to receiving a transfer request received from a browsing terminal via a network; Transfer number counting means for counting the number of times the transfer means has transferred the provided data; and browsing the remaining number of transfers based on the transfer number limit value set for each provided data and the count value of the transfer number counting means. A transfer number display means for displaying on the terminal; and a transfer prohibition means for prohibiting data transfer of the transfer means in response to the count value of the transfer number counting means reaching the limit value of the transfer number. It is a thing.

【0009】前記転送手段は、提供データの情報を閲覧
端末に表示するための表示制御文字列と、前記情報に対
して転送要求の指示を監視するとともに、前記情報に対
応した転送要求を送るための転送要求制御文字列とを記
述した表示制御ファイルと;前記情報に関連付けされた
提供データを記憶するデータ記憶手段と;ネットワーク
を通じてアクセスしてくる閲覧端末に前記表示制御ファ
イルを送る送信制御手段と;転送要求に対応した提供デ
ータを前記データ記憶手段から読み出し、そのデータを
閲覧端末に転送する転送制御手段とから構成されてい
る。また、前記転送回数計数手段は、前記転送制御手段
が転送した回数を記憶する転送回数記録ファイルと;前
記転送制御手段が提供データを転送するごとに前記転送
回数記録ファイルに記憶した回数を更新する転送回数更
新プログラムと;前記表示制御ファイルに記述され、前
記転送制御手段が提供データを転送する前又は後で、前
記転送回数更新プログラムを実行するための第1プログ
ラム実行制御文字列とから構成されている。さらに、前
記残転送回数表示手段は、予め設定した転送制限回数を
記憶する制限回数記憶ファイルと;前記転送回数記憶フ
イルムと制限回数記憶フイルムとに記憶された各々の値
に基づいて残りの転送可能な残回数を計数し、その結果
の値を前記表示制御ファイに送って前記情報に対応付け
して表示させる残転送回数表示プログラムと;前記表示
制御ファイルに記述され、前記転送制御手段が提供デー
タを転送した後に、前記残転送回数表示プログラムを実
行するための第2プログラム実行制御文字列とから構成
されている。さらにまた、前記転送禁止手段は、前記転
送回数記憶フイルムに記憶した値が制限回数記憶フイル
ムに記憶した値に達しているか否かを判断し、その結果
が達している場合にはそれ以降の、前記転送要求制御文
字列により送られる転送要求を禁止する転送要求禁止プ
ログラムと;前記表示制御ファイルに記述され、閲覧端
末からの転送要求の指示を受けることに応答して前記転
送要求禁止プログラムを実行するための第3プログラム
実行制御文字列とから構成されている。
The transfer means monitors a display control character string for displaying the information of the provided data on the browsing terminal, a transfer request instruction for the information, and sends a transfer request corresponding to the information. A display control file describing a transfer request control character string; a data storage unit for storing provided data associated with the information; a transmission control unit for sending the display control file to a browsing terminal accessed through a network; Transfer control means for reading provided data corresponding to the transfer request from the data storage means and transferring the data to the viewing terminal. Further, the transfer number counting means is a transfer number recording file for storing the number of transfers performed by the transfer control means; and the number of times stored in the transfer number recording file is updated each time the transfer control means transfers provided data. A transfer count update program; a first program execution control character string described in the display control file and executed by the transfer control means before or after transferring the provided data, for executing the transfer count update program. ing. Further, the remaining transfer count display means includes a limit count storage file for storing a preset transfer limit count; and a remaining transfer count based on each value stored in the transfer count storage film and the limit count storage film. A remaining transfer count display program that counts the number of remaining transfers and sends the resulting value to the display control file for display in association with the information; and the transfer control means described in the display control file and provided by the transfer control means. , And a second program execution control character string for executing the remaining transfer count display program. Furthermore, the transfer prohibiting means determines whether or not the value stored in the transfer count storage film has reached the value stored in the limit count storage film, and if the result has been reached, A transfer request prohibition program for prohibiting a transfer request sent by the transfer request control character string; executing the transfer request prohibition program described in the display control file in response to receiving a transfer request instruction from a viewing terminal And a third program execution control character string.

【0010】具体的には、表示制御ファイルは、例えば
表示用文字列と表示を制御するための表示制御文字列と
からなるHTMLファイルと、表示制御文字列で表示するた
めの画像ファイル等で構成される。送信制御手段は、HT
TPサーバーソフトウェア及びネットワークなどからな
り、閲覧端末からの転送要求に応答して表示制御ファイ
ルを閲覧端末に転送する。データ記憶手段は、該装置に
接続されたメモリやハードディスク等である。前記制限
回数記憶ファイルは、管理者のみが書き換え可能で、ま
た提供データごとに用意されるファイルである、該装置
に接続された記憶手段(ハードディスクやメモリ)に保
存される。転送制御手段は、HTTPまたはFTP サーバーソ
フトウェア及びネットワークなどからなり、閲覧端末か
らの転送要求に応答してデータ記憶手段に記憶された提
供データを閲覧端末に転送する。転送回数記録ファイル
は、管理者のみが書き換え可能で、提供データの転送回
数の値が記述されるファイル(カウントファイル)であ
り、該装置に接続された記憶手段に提供データごとに保
存される。
Specifically, the display control file includes, for example, an HTML file including a display character string and a display control character string for controlling display, and an image file for displaying the display control character string. Is done. The transmission control means is HT
It consists of TP server software and a network, and transfers the display control file to the viewing terminal in response to a transfer request from the viewing terminal. The data storage means is a memory, a hard disk, or the like connected to the device. The limited count storage file is rewritable only by the administrator, and is stored in a storage unit (hard disk or memory) connected to the device, which is a file prepared for each provided data. The transfer control means includes HTTP or FTP server software and a network, and transfers the provided data stored in the data storage means to the viewing terminal in response to a transfer request from the viewing terminal. The transfer count recording file is a file (count file) in which the value of the transfer count of the provided data is described, which can be rewritten only by the administrator, and is stored in the storage unit connected to the device for each provided data.

【0011】転送回数更新プログラムは、前記表示制御
ファイルに記述して格納されたり、ファイル化して読み
出されたりして使用される、例えばCGI 等のインターフ
ェースを通してアプリケーションロジックで処理される
プログラムロジックを記述したCGI スクリプトプログラ
ムである。このプログラムは、転送制御手段の転送に応
答してカウントファイルを読み出して読み出した値を順
算して、その結果の値を書き込む。この更新のタイミン
グは、転送要求を受けた時点(転送前)、または提供デ
ータの転送完了後でもよい。
The transfer count updating program describes a program logic that is described and stored in the display control file, used as a file, and read out, and is processed by application logic through an interface such as CGI. CGI script program. This program reads the count file in response to the transfer of the transfer control means, sequentially counts the read values, and writes the resulting value. This update may be performed at the time of receiving the transfer request (before the transfer) or after the completion of the transfer of the provided data.

【0012】残転送可能回数表示プログラムは、1桁分
の数字画像ファイルからなるカウンタ表示用画像ファイ
ル群を予め記憶したカウンタ表示画像記憶部から、前記
カウントファイルから読み出した値に対応するカウンタ
画像となるように任意の数字画像ファイルを選択して読
み出し、そのカウンタ画像のデータを閲覧端末のWebブ
ラウザに転送し、表示画像に対応してWeb ブラウザに表
示させる例えばCGI スクリプトプログラムである。
[0012] The remaining transferable number display program stores a counter image corresponding to a value read from the count file from a counter display image storage unit in which a counter display image file group consisting of one digit numeric image file is stored in advance. This is, for example, a CGI script program that selects and reads an arbitrary numerical image file, transfers the data of the counter image to the Web browser of the viewing terminal, and displays the data on the Web browser in accordance with the display image.

【0013】転送禁止プログラムは、カウントファイル
から読み出した値と制限回数記録ファイルから読み出し
た値とを比較し、その結果が同じ場合に転送制御手段に
送る転送要求を禁止するプログラムである。なお、残転
送可能回数表示プログラムや転送禁止プログラムも、表
示制御ファイルに記述して格納されたり、ファイル化し
て読み出されたりして使用される。
The transfer prohibition program is a program for comparing the value read from the count file with the value read from the limit count recording file, and prohibiting a transfer request to be sent to the transfer control means if the result is the same. The remaining transferable number display program and the transfer prohibition program are also described and stored in the display control file, or read out as a file.

【0014】[0014]

【発明の実施の形態】以下、図面に基づいて、本発明の
実施の形態を説明する。図1は、本発明のシステム構成
を示している。クライアントが情報を閲覧するための閲
覧端末1は、インターネット(TCP/IP(Transmission C
ontrol Protocol/Internet Protocol)によるデータ転
送網)2を介して特定の情報提供装置3から情報を取得
することができる情報機器である。具体的には、インタ
ーネット2を閲覧するためのWeb ブラウザ(browser) や
FTP(File Transfer Protocol) クライアントソフトウェ
アを備えるパーソナルコンピュータである。Web ブラウ
ザは、サーバー上にあるHTMLファイルをダウンロード
し、HTMLファイルの記述どおりに文字や画像を表示す
る。この閲覧端末1は、図示しないデータ変調装置(モ
デム)および電話回線を介して、インターネットにダイ
ヤルアップ接続されている。なお、閲覧端末1は、LA
N(Local Area Network)等の他のネットワークに所属
していてもよい。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 shows a system configuration of the present invention. The browsing terminal 1 for the client to browse the information is connected to the Internet (TCP / IP (Transmission C
An information device that can acquire information from a specific information providing device 3 via a data transfer network 2 based on an ontrol Protocol / Internet Protocol). Specifically, a Web browser (browser) for browsing the Internet 2
It is a personal computer equipped with FTP (File Transfer Protocol) client software. The web browser downloads the HTML file on the server and displays characters and images as described in the HTML file. The viewing terminal 1 is dial-up connected to the Internet via a data modulation device (modem) (not shown) and a telephone line. Note that the browsing terminal 1 is LA
It may belong to another network such as N (Local Area Network).

【0015】情報提供装置3は、Web ブラウザで閲覧す
るコンテンツを提供するWeb サーバーであり、そのWeb
サーバーでは、閲覧端末1のブラウザからの読み出し要
求に対してHTMLファイルを転送するHTTPd(Hyper Text T
ransfer Protocol daemon program)が動作している。HT
MLファイルの転送は、HTTPプロトコルによってやり取り
される。また、情報提供装置3には、FTP サーバソフト
ウェアが起動して駐在しており、閲覧端末1に情報を提
供するときのデータ転送は、FTP (file Transfer Proto
col)プロトコルによってやり取りする。なお、データ転
送のときにHTTPプロトコルによってやり取りしてもよ
い。また、Web サーバーには、CGI 実行プラグム等のア
プリケーションロジックを備えている。
The information providing device 3 is a Web server that provides contents to be browsed by a Web browser.
In the server, HTTPd (Hyper Text T) that transfers an HTML file in response to a read request from the browser of the viewing terminal 1
ransfer Protocol daemon program) is running. HT
The transfer of the ML file is exchanged by the HTTP protocol. Also, FTP server software is activated and resident in the information providing device 3, and data transfer when providing information to the viewing terminal 1 is performed by FTP (file Transfer Protocol).
col) communicate by protocol. Note that the data may be exchanged by the HTTP protocol. In addition, the Web server has application logic such as CGI execution program.

【0016】情報提供装置3には、ハードディスク等の
ファイルを保存する記憶部4、キーボード等の操作部
5、及びスキャナやCD−R等のデータ入出力機6等が
接続されている。記憶部4には、HTMLファイル7、表示
用画像ファイル8、提供用画像ファイル9、カウントフ
ァイル10、制限回数記録ファイル11、CGI スクリプ
トファイル12、及び1桁分の数字画像ファイルからな
るカウンタ表示用画像ファイル群13等が保存されてい
る。なお、このようなファイル8〜13は、情報提供装
置3にインターネットやネットワークを通じて他の端末
からアップロードしてもよい。
The information providing device 3 is connected to a storage unit 4 for storing files such as a hard disk, an operation unit 5 such as a keyboard, and a data input / output device 6 such as a scanner or a CD-R. The storage unit 4 includes a counter display including an HTML file 7, a display image file 8, a provision image file 9, a count file 10, a limit count recording file 11, a CGI script file 12, and a single digit numeric image file. An image file group 13 and the like are stored. Note that such files 8 to 13 may be uploaded to the information providing apparatus 3 from another terminal via the Internet or a network.

【0017】HTMLファイル7には、図3に示すように、
レイアウト情報用文字例やそのレイアウト情報に基づい
て文字や表示用画像ファイルの画像を限られたスペース
内に表示する表示用制御文字列、表示用画像ファイルの
リンク先情報を表す文字列、表示画像の範囲を監視し、
その範囲が指定されることに応答してその表示画像に関
連づけしたCGI スクリプトファイルのリンク先情報を表
す文字列、及びFTP クライアントからの転送要求に応じ
て対応する提供画像データを保存したリンク先を示した
文字例等が記述されている。
In the HTML file 7, as shown in FIG.
A display control character string for displaying characters and an image of a display image file in a limited space based on a layout information character example and the layout information, a character string indicating link destination information of the display image file, and a display image Monitor the range of
In response to the designation of the range, a character string indicating the link destination information of the CGI script file associated with the display image, and the link destination storing the provided image data corresponding to the transfer request from the FTP client are displayed. The illustrated example of characters and the like are described.

【0018】表示用画像ファイルは、Web ブラウザに表
示する画像のデータを保存したファイルであり、このデ
ータは、提供用画像データを縮小してサムネイル化した
のである。このファイルは、GIF (Graphics Interchan
ge Format )形式やJPEG(Joint Photographic Coding
Experts Group )形式で圧縮した形態となっている。な
お、提供データが音楽ファイルの場合には、その内容を
説明した画像を作成し、その画像データをWeb ブラウザ
に表示する。
The display image file is a file in which data of an image to be displayed on a Web browser is stored, and this data is obtained by reducing the provided image data into a thumbnail. This file is a GIF (Graphics Interchan
ge Format) format and JPEG (Joint Photographic Coding)
Experts Group) format. If the provided data is a music file, an image describing the content is created, and the image data is displayed on a Web browser.

【0019】CGI スクリプトファイル12は、Web サー
バー上のCGI 実行プラグムで実行されるもので、プログ
ラムやマクロなどを記述したテキストファイルである。
このファイル12は、表示画像ごとに残りの転送可能回
数を表示する残転送回数表示用スクリプトプログラム
と、表示画像ごとに複数用意された転送判断スクリプト
プログラムとで構成されている。残転送回数表示用スク
リプトプログラムは、カウントファイル10と制限回数
記録ファイル11とを読み出してこれらに保存された値
に基づいて残りの転送可能回数を計数し、その値となる
ようにカウンタ表示用画像ファイル群のうちから複数の
一桁数字画像ファイルを選択し、それらの画像データを
Web ブラウザに転送する。
The CGI script file 12 is executed by a CGI execution program on a Web server, and is a text file in which programs, macros, and the like are described.
This file 12 is composed of a script program for displaying the number of remaining transfers that displays the remaining number of transfers that can be performed for each display image, and a plurality of transfer determination script programs that are prepared for each display image. The remaining transfer count display script program reads the count file 10 and the limit count recording file 11, counts the remaining transfer counts based on the values stored in these files, and sets the counter display image to the value. Select multiple single-digit number image files from the file group and transfer the image data
Transfer to web browser.

【0020】転送判断スクリプトプログラムは、表示画
像ごとに用意されており、ロジック転送回数計数用プロ
グラムロジック、残転送回数表示用プログラムロジッ
ク、及び転送禁止用プログラムロジックとからなる。図
5に示すように、表示画像ごとに受信する転送要求に対
して、最初に転送禁止用プログラムロジックが実行され
る。転送禁止用プログラムロジックは、カウントファイ
ル10と制限回数記録ファイル11とを読み出して両者
の値を比較し、カウントファイル10の値が転送制限回
数の値に達しているか否かを判断する。その結果、達し
ていない場合には、転送許可をWeb ブラウザに転送し、
また、達している場合には、転送禁止を送る。
The transfer determination script program is prepared for each display image, and includes a program logic for counting the number of times of logic transfer, a program logic for displaying the number of remaining transfers, and a program logic for inhibiting transfer. As shown in FIG. 5, a transfer prohibition program logic is first executed for a transfer request received for each display image. The transfer prohibition program logic reads the count file 10 and the limit count recording file 11, compares the values of the count file 10 and the limit count record file 11, and determines whether the value of the count file 10 has reached the value of the transfer limit count. As a result, if it has not been reached, transfer the transfer permission to the web browser,
If it has reached, a transfer prohibition is sent.

【0021】転送完了後、転送回数計数用プログラムロ
ジックが実行される。そのロジックは、カウントファイ
ル10に保存した値を順算して記録する更新作業であ
る。その後残転送回数表示用プログラムロジックが実行
され、更新されたカウントファイル10と制限回数記録
ファイル11とを読み出してこれらに保存された値に基
づいて、カウンタ表示用画像ファイル群13のうちから
任意の一桁数字画像ファイルを選択し、それらのデータ
を端末に転送する。なお、転送前に転送回数計数用プロ
グラムロジックを実行してもよい。
After the completion of the transfer, the program logic for counting the number of transfers is executed. The logic is an update operation for sequentially calculating and recording the values stored in the count file 10. Thereafter, the remaining transfer count display program logic is executed, the updated count file 10 and the limit count recording file 11 are read, and based on the values stored therein, any one of the counter display image file group 13 is selected. Select a single-digit numeric image file and transfer the data to the terminal. Note that the transfer number counting program logic may be executed before the transfer.

【0022】これらのカウンタ画像は、表示画像に対応
した位置に一列で表示されるように、HTMLファイルのレ
イアウト情報で指定されている。
These counter images are specified in the layout information of the HTML file so as to be displayed in a line at a position corresponding to the display image.

【0023】次に図6を参照しながら上記構成の作用を
簡単に説明する。閲覧端末1のWebブラウザを起動し、
情報提供装置3のWeb サーバーのホームページのURL を
指定する。Web ブラウザは、URL に対してHTMLファイル
7の転送を要求する。Web サーバーは、ホームページの
HTMLファイル7を読み込み、閲覧端末1のWeb ブラウザ
に送信する。Web ブラウザは、受信したHTMLファイル7
を解析し、表示画像を表示するとともに、HTMLファイル
7内に記述されたURL のCGI スクリプトの実行を要求す
る。最初に要求されるCGI スクリプトは、残転送回数表
示用のスクリプトプログラムである。
Next, the operation of the above configuration will be briefly described with reference to FIG. Start the web browser of the viewing terminal 1,
The URL of the homepage of the Web server of the information providing device 3 is specified. The Web browser requests the transfer of the HTML file 7 to the URL. The web server is
The HTML file 7 is read and transmitted to the Web browser of the viewing terminal 1. The web browser receives the HTML file 7
Is analyzed, a display image is displayed, and execution of the CGI script of the URL described in the HTML file 7 is requested. The first CGI script requested is a script program for displaying the number of remaining transfers.

【0024】Web サーバーは、CGI 実行プログラムを起
動して残転送回数表示用のスクリプトプログラムを処理
する。この処理は、カウントファイル10と制限回数記
録ファイル11とを読み出してこれらに保存された値か
ら残りの転送可能な回数を計数し、その結果の値に基づ
いて、カウンタ表示用画像ファイル群13のうちから対
応する一桁数字画像ファイルを複数選択し、それらの画
像ファイルをWeb ブラウザに転送する。Web ブラウザ
は、転送された複数の画像データをレイアウト情報に基
づいてレイアウトしてホームページに表示する。Web ブ
ラウザには、図7に示すようなホームページが表示され
る。このホームページには、サムネイル化した複数の表
示画像20〜23とともに、残りの転送可能回数を表す
カウンタ画像24〜27が表示画像に対応した位置ごと
に表示されている。また、興味を引きつけるために、
「各提供画像には、ダウンロード回数に制限がありま
す。この制限に達していない場合は、表示画像をクリッ
クしてダウンロードを開始できます。」等の文章が表示
されている。
The Web server activates the CGI execution program and processes the script program for displaying the remaining transfer count. In this process, the count file 10 and the limit count recording file 11 are read out, the remaining transferable counts are counted from the values stored in these files, and the counter display image file group 13 Select multiple corresponding single-digit number image files from among them, and transfer those image files to the Web browser. The web browser lays out the transferred plurality of image data based on the layout information and displays the layout on a homepage. A home page as shown in FIG. 7 is displayed on the Web browser. This home page displays a plurality of thumbnailed display images 20 to 23 and counter images 24 to 27 representing the remaining transferable number for each position corresponding to the display image. Also, to attract interest,
A sentence such as "Each provided image has a limit on the number of downloads. If this limit has not been reached, you can click on the displayed image to start downloading."

【0025】Web ブラウザは、表示画像の範囲が指定さ
れるか否かを監視しており、任意の表示画像の範囲がマ
ウス等でクリック指定されると、その表示画像に関連付
けされたURL 先のCGI スクリプトファイルの実行を要求
する。このスクリプトファイルは、転送判断スクリプト
ファイルであり、Web サーバーのCGI 実行プログラムで
処理される。この処理は、最初にカウントファイル10
と制限回数記録ファイル11とを読み出して両者の値を
比較し、カウントファイル10の値が転送制限回数の値
に達しているか否かを判断する。このような処理の結
果、すなわち達していない場合には転送許可のデータ
が、また、達している場合には転送禁止のデータが、We
b ブラウザに送られる。
The Web browser monitors whether or not the range of the display image is specified. When the range of an arbitrary display image is specified by clicking with a mouse or the like, the URL of the URL associated with the display image is specified. Request execution of a CGI script file. This script file is a transfer judgment script file and is processed by the CGI execution program of the Web server. This processing is performed by first counting the count file 10
And the number-of-times-of-limits recording file 11 are read out, and the values of the two are compared to determine whether the value of the count file 10 has reached the value of the number of times of transfer limitation. As a result of such processing, that is, when data has not reached, data of transfer permission, and when it has reached, data of transfer prohibition,
b Sent to the browser.

【0026】Web ブラウザは、転送許可のデータを受け
ることに応答してFTP コマンドを用いて表示画像に関連
付けされたディレクトリ先の提供用画像ファイル9の転
送要求を送る。この転送要求に対しては、情報提供装置
3のFTP サーバーが受けてステータス指示、利用可能な
ポート番号確認、及びデータ転送用コネクションの確立
等を行った後に提供用画像ファイル9を転送する。ファ
イル転送が完了すると、Web ブラウザは、HTMLファイル
7内に記述されたURL のCGI スクリプトプログラムの実
行を要求する。このプログラムは、転送回数計数用プロ
グラムロジックであり、カウントファイル10に保存し
た値を更新して記録する処理を行わせる。その後、残転
送回数表示用プログラムロジックが実行され、更新され
たカウントファイル10と制限回数記録ファイル11と
を読み出してこれらに保存された値から残りの転送可能
な数値を計数して、その値になるようにカウンタ表示用
画像ファイル群13のうちから一桁数字画像ファイルを
選択して、それらをWeb ブラウザに転送する。Web ブラ
ウザは、転送された画像をレイアウト情報に基づいてレ
イアウトすることで残転送回数用のカウンタ画像を表示
する。
In response to receiving the transfer permission data, the Web browser sends a transfer request for the provided image file 9 in the directory destination associated with the display image using an FTP command. In response to this transfer request, the FTP server of the information providing device 3 receives the status instruction, confirms an available port number, establishes a data transfer connection, and transfers the provided image file 9. When the file transfer is completed, the Web browser requests execution of the CGI script program of the URL described in the HTML file 7. This program is a program logic for counting the number of transfers, and updates the value stored in the count file 10 and records the updated value. Thereafter, the program logic for displaying the remaining transfer count is executed, the updated count file 10 and the limit count recording file 11 are read, and the remaining transferable numerical values are counted from the values stored in these files. Thus, a single-digit number image file is selected from the group of image files for counter display 13 and transferred to the Web browser. The web browser displays a counter image for the remaining number of transfers by laying out the transferred image based on the layout information.

【0027】これにより、転送完了後のホームページに
は、ダウンロードした表示画像に対応したカウンタ画像
の表示が1カウント減算した値で表示される。
Thus, the counter image corresponding to the downloaded display image is displayed on the home page after the transfer is completed with a value obtained by subtracting one count.

【0028】このようなダウンロード制限は、特定の閲
覧端末1だけではなく、インターネット2を通じてアク
セスしてくる閲覧端末の全てに対して行われる。いずれ
かのカウンタ画像の値がゼロになると、それに対応する
表示画像をクリックしても、転送判断スクリプトの結果
が転送禁止のデータを送るため、Web サーバーから提供
用画像ファイルの転送が行われることはない。なお、転
送禁止のデータを受けたときには、Web ブラウザに「ダ
ウンロード回数の制限を超えました。更新されるまでお
待ちください。」等のメッセージを表示させるのが好適
である。また、ダウンロード制限は、特定の閲覧端末1
だけ行ってもよい。この場合には、グローバルIPアド
レスの取り込み、又はユーザーIDなどの入力により閲
覧端末1を特定することができる。
Such download restriction is performed not only for the specific viewing terminal 1 but also for all viewing terminals accessed through the Internet 2. If the value of any of the counter images becomes zero, even if you click the corresponding display image, the result of the transfer determination script will send data that is prohibited from being transferred, so the Web server will transfer the provided image file. There is no. It is preferable to display a message such as "The number of downloads has been exceeded. Please wait for the update." On the Web browser when the transfer prohibition data is received. Also, the download restriction is based on the specific viewing terminal 1
You may just go. In this case, the browsing terminal 1 can be specified by capturing a global IP address or inputting a user ID or the like.

【0029】情報提供装置3の管理者は、ダウンロード
制限回数に達した表示画像を見つけることで更新の時期
を認識することができる。更新は、ユーザーIDとパス
ワードとを入力してWeb サーバーにログインした後に、
提供用ファイルと表示画像ファイルとを削除又はダウン
ロードして新たなファイルをそれぞれアップロードす
る。このとき、カウントファイル10に保存された値を
クリアすることで、再び提供用データのダウンロードを
再開することができる。
The administrator of the information providing apparatus 3 can recognize the update time by finding a display image that has reached the download limit number. After updating, log in to the web server by entering your user ID and password,
The providing file and the display image file are deleted or downloaded, and new files are uploaded. At this time, by clearing the value stored in the count file 10, the download of the providing data can be resumed.

【0030】なお、更新時期、すなわちゼロのカウンタ
表示に対応した表示画像を検索し、検索結果の表示画像
に対応した提供用データの更新を自動的に行う提供情報
自動更新装置を用いても良い。このような提供情報自動
更新装置としては、カウントファイルと制限回数記憶フ
ァイルとを読み出して転送制限回数に達した表示画像を
検索する検索手段と、新たな提供データを入力する提供
データ入力手段と、検索部が検索した表示画像に対応し
た提供用データを新たな提供用データに更新記録するデ
ータ更新記録手段と、新たな表示画像のデータを入力す
る表示画像入力手段と、検索部が検索した表示画像を新
たな表示画像に更新記録する表示画像更新記録手段と、
検索部が検索した表示画像に対応したカウントファイル
の値をクリアするカウントクリア手段と、提供データの
制限回数を入力する制限回数入力手段と、検索部が検索
した表示画像に対応する制限回数記憶ファイルを読み出
し、入力された制限回数の値に更新・記録する制限回数
更新記録手段とで構成すればよい。
It is also possible to use a provided information automatic updating apparatus which searches for a display image corresponding to the update time, that is, the counter display of zero, and automatically updates provided data corresponding to the display image of the search result. . As such a provided information automatic updating device, search means for reading a count file and a limited number storage file and searching for a display image that has reached a transfer limit number, provided data input means for inputting new provided data, Data update recording means for updating and recording the providing data corresponding to the display image searched by the search unit to new providing data; display image input means for inputting new display image data; and a display searched by the search unit. Display image update recording means for updating and recording an image to a new display image,
Count clearing means for clearing the value of the count file corresponding to the display image searched by the search unit, limit number input means for inputting the limit number of the provided data, and limit number storage file corresponding to the display image searched by the search unit And a limit count update recording means for reading and updating the limit count to the input limit count value.

【0031】勿論、提供用ファイルや表示用画像ファイ
ルを更新するときには、Web サーバーに格納されたホー
ムページのHTMLファイル7のテキスト中から該当するリ
ンク先情報やファイル名を探し出して、これらの要素情
報も更新する。
Of course, when updating the providing file or the display image file, the corresponding link destination information or file name is searched for from the text of the HTML file 7 of the homepage stored in the Web server, and these element information is also updated. Update.

【0032】なお、提供用ファイルが画像データの場合
には、表示画像入力手段と表示画像更新記録手段とを省
略し、新たな提供データに基づいて表示用画像データを
自動的に生成してもよい。具体的には、新たな提供用デ
ータを縮小化してサムネイル画像を生成して、そのサム
ネイル画像を検索部が検索した表示画像に更新記録す
る。
If the file to be provided is image data, the display image input means and the display image update recording means may be omitted, and the display image data may be automatically generated based on the new provided data. Good. Specifically, the new provision data is reduced to generate a thumbnail image, and the thumbnail image is updated and recorded on the display image retrieved by the retrieval unit.

【0033】上記実施形態では、Web サーバー上で動作
するCGI スクリプトプログラムを用いているが、これに
限定されることはない。また、HTMLファイルに組み込ん
でWeb ブラウザ上で動作するようにしてもよい。この場
合、Web ブラウザに対応した言語で記述する。具体的に
は、Web ブラウザが周知のInternet Explorer やNetsca
pe Navigatorの場合には、Java(登録商標)やVB(登録
商標)のScript等の言語で記述したプログラムを使用す
ることができる。
In the above embodiment, the CGI script program running on the Web server is used, but the present invention is not limited to this. Alternatively, the program may be embedded in an HTML file to operate on a Web browser. In this case, it is described in the language corresponding to the Web browser. More specifically, Internet Explorer and Netsca
In the case of pe Navigator, a program described in a language such as Java (registered trademark) or VB (registered trademark) Script can be used.

【0034】[0034]

【発明の効果】本発明によれば、ネットワークを通じて
全ての閲覧端末に対して情報を提供する回数を制限して
いるから、サービスを公平に行える。また、提供情報を
ダウンロードすることができる残りの転送可能な回数が
表示されるから、情報提供に際して興味がそそられ、人
気度が向上する。また、残りの転送可能な回数を確認す
ることで、更新時期の目安を簡単に認識することがで
き、タイムリーな更新が行えるようになる。
According to the present invention, the number of times information is provided to all browsing terminals through a network is limited, so that services can be provided fairly. In addition, since the remaining transferable number of times that the provided information can be downloaded is displayed, the information is intrigued and the popularity is improved. Also, by confirming the remaining transferable number of times, it is possible to easily recognize the guideline of the update time, and timely update can be performed.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明のシステム構成を示す説明図である。FIG. 1 is an explanatory diagram showing a system configuration of the present invention.

【図2】情報提供装置の構成を示す説明図である。FIG. 2 is an explanatory diagram illustrating a configuration of an information providing device.

【図3】HTMLファイルに記述された文字列を示す説明図
である。
FIG. 3 is an explanatory diagram showing a character string described in an HTML file.

【図4】CGI スクリプトファイルに記述された文字列を
示す説明図である。
FIG. 4 is an explanatory diagram showing a character string described in a CGI script file.

【図5】転送判断プログラムの手順を示すフローチャー
トである。
FIG. 5 is a flowchart illustrating a procedure of a transfer determination program.

【図6】Web ブラウザとWeb サーバーとのやり取りを示
すシーケンスである。
FIG. 6 is a sequence showing exchange between a Web browser and a Web server.

【図7】Web ブラウザに表示される画面を示す説明図で
ある。
FIG. 7 is an explanatory diagram showing a screen displayed on a Web browser.

【符号の説明】[Explanation of symbols]

1 閲覧端末 2 インターネット 3 情報提供装置 4 記憶部 7 HTMLファイル 12 CGI スクリプトファイル 20〜23 表示画像 24〜27 カウンタ画像 DESCRIPTION OF SYMBOLS 1 Browsing terminal 2 Internet 3 Information providing device 4 Storage part 7 HTML file 12 CGI script file 20-23 Display image 24-27 Counter image

───────────────────────────────────────────────────── フロントページの続き (72)発明者 坂本 浩一 埼玉県朝霞市泉水3丁目13番45号 富士写 真フイルム株式会社内 (72)発明者 芦田 哲郎 埼玉県朝霞市泉水3丁目13番45号 富士写 真フイルム株式会社内 Fターム(参考) 5B082 GA14 GC03  ──────────────────────────────────────────────────続 き Continued on the front page (72) Inventor Koichi Sakamoto 3-13-45 Izumi, Asaka-shi, Saitama Prefecture Inside Fujisha Shin Film Co., Ltd. (72) Inventor Tetsuro Ashida 3--13-45 Izumi, Asaka-shi, Saitama Prefecture Fujisha Shin Film Co., Ltd. F-term (reference) 5B082 GA14 GC03

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 ネットワークを通じて閲覧端末から受信
する転送要求を受けることに応答して提供データを転送
する転送手段と、転送手段が提供データを転送した回数
をカウントする転送回数計数手段と、予め提供データご
とに設定した転送回数の制限値と前記転送回数計数手段
のカウント値とに基づいて残りの転送回数を前記閲覧端
末に表示する残転送回数表示手段と、前記転送回数計数
手段のカウント値が転送回数の制限値に達することに応
答してそれ以降の前記転送手段のデータ転送を禁止する
転送禁止手段とを備えたことを特徴とする情報提供装
置。
1. A transfer means for transferring provided data in response to receiving a transfer request received from a browsing terminal via a network, a transfer number counting means for counting the number of times the transfer means has transferred provided data, The remaining transfer number display means for displaying the remaining transfer number on the browsing terminal based on the transfer number limit value set for each data and the count value of the transfer number counting means, and the count value of the transfer number counting means is An information providing apparatus, comprising: a transfer prohibition unit that prohibits data transfer of the transfer unit thereafter in response to reaching a limit value of the number of transfers.
【請求項2】 ネットワークを通じて閲覧端末から受信
する転送要求を受けることに応答して提供データを転送
する情報提供方法において、提供データを転送した回数
を転送回数計数手段でカウントし、前記転送回数計数手
段のカウント値と予め提供データごとに設定した転送回
数の制限値とに基づいて算出された残りの転送回数を前
記閲覧端末に表示するとともに、前記転送回数計数手段
のカウント値が転送回数の制限値に達することに応答し
てそれ以降の提供データの転送を禁止するようにしたこ
とを特徴とする情報提供方法。
2. An information providing method for transferring provided data in response to receiving a transfer request received from a browsing terminal via a network, wherein the number of times the provided data is transferred is counted by a transfer number counting means. The remaining number of transfers calculated based on the count value of the means and the limit value of the number of transfers set in advance for each provided data is displayed on the browsing terminal, and the count value of the number-of-times-of-transfer counting means limits the number of transfers. An information providing method characterized in that, in response to reaching a value, transfer of provided data thereafter is prohibited.
【請求項3】 情報提供装置に格納され、ネットワーク
を通じて閲覧端末に提供される情報提供プログラムにお
いて、 ネットワークを通じて閲覧端末から受信する転送要求を
受けることに応答して提供データを転送する転送ステッ
プと、 提供データを転送した回数を、予め情報提供装置に格納
したカウントファイルに更新記録する転送回数計数ステ
ップと、 予め情報提供装置に格納された制限回数記録ファイルに
記録されており、提供データごとに設定した転送回数の
制限値と、前記カウントファイルに記録されたカウント
値とに基づいて残りの転送回数を計数し、その値を前記
閲覧端末に表示する残転送回数表示ステップと、 前記残りの転送回数が転送回数の制限値に達することに
応答してそれ以降の前記転送ステップの転送を禁止する
転送禁止ステップとを実行させる情報提供プログラム。
3. An information providing program stored in an information providing device and provided to a browsing terminal through a network, wherein a transfer step of transferring provided data in response to receiving a transfer request received from the browsing terminal through the network; A transfer count step for updating and recording the number of times the provided data has been transferred to a count file stored in the information providing apparatus in advance; and a limit count recording file stored in the information providing apparatus in advance and set for each provided data. Remaining transfer count display step of counting the remaining transfer count based on the limit value of the transferred transfer count and the count value recorded in the count file, and displaying the value on the viewing terminal; and the remaining transfer count. Prohibits the subsequent transfer of the transfer step in response to reaching the transfer count limit value. Information providing program for executing the transmission prohibition step.
JP2001153892A 2001-05-23 2001-05-23 Device/method/program for providing information Pending JP2002351732A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001153892A JP2002351732A (en) 2001-05-23 2001-05-23 Device/method/program for providing information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001153892A JP2002351732A (en) 2001-05-23 2001-05-23 Device/method/program for providing information

Publications (1)

Publication Number Publication Date
JP2002351732A true JP2002351732A (en) 2002-12-06

Family

ID=18998333

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001153892A Pending JP2002351732A (en) 2001-05-23 2001-05-23 Device/method/program for providing information

Country Status (1)

Country Link
JP (1) JP2002351732A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008299652A (en) * 2007-05-31 2008-12-11 Sky Kk Network management system, program for network management, and communication terminal
JP5876183B1 (en) * 2015-06-25 2016-03-02 株式会社 ディー・エヌ・エー Service providing system, service providing method, and service providing program

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008299652A (en) * 2007-05-31 2008-12-11 Sky Kk Network management system, program for network management, and communication terminal
JP4586043B2 (en) * 2007-05-31 2010-11-24 Sky株式会社 Network management system, network management program, and communication terminal
JP5876183B1 (en) * 2015-06-25 2016-03-02 株式会社 ディー・エヌ・エー Service providing system, service providing method, and service providing program

Similar Documents

Publication Publication Date Title
JP3098546B2 (en) Information equipment with automatic web browsing function
AU761640B2 (en) Computer-readable recorded medium on which image file is recorded, device for producing the recorded medium, medium on which image file creating program is recorded, device for transmitting image file, device for processing image file, and medium on which image file processing program is recorded
US20060218245A1 (en) Method, system, and computer program product for distributing a stored URL and web document set
US20070143439A1 (en) Personalized multi-service computer environment
US20100211861A1 (en) Content distribution management device, communication terminal, program, and content distribution system
KR101193354B1 (en) Information processing device, terminal device, content of interest determination method, recording medium on which program is recorded, and information provision system
US6829619B1 (en) Information providing server
US20030177202A1 (en) Method and apparatus for executing an instruction in a web page
US20040210433A1 (en) System, method and apparatus for emulating a web server
RU2272318C2 (en) Computer-readable data carrier, on which image file is recorded, device for making a data carrier, carrier on which program is recorded for forming an image file, device for transferring image file, device for processing image file and carrier, on which program for processing an image file is recorded
JP2002351732A (en) Device/method/program for providing information
JP2004021304A (en) Client-server type download system
CN100432990C (en) Network advertisement method and system
KR100487858B1 (en) Customized intelligence information providing system and method thereof, and A saving device readable by computer
JP2005165872A (en) Content display system and method of portable terminal, program and program recording medium
JPH11312172A (en) Information processor, its processing method and medium with control program stored therein
JP4729736B2 (en) Internet search result modification apparatus and program
EP1229464A1 (en) Electronic commerce system
JP2001005714A (en) Proxy server changing device
JP4243039B2 (en) Image file processing apparatus, image file processing program, and medium storing the program
JP4243040B2 (en) Information image file installer apparatus, installer program, and computer-readable medium recording the program
KR20020062293A (en) Information providing system
EP1205857A2 (en) Apparatus for retrieving data
AU2003203842B2 (en) Computer-readable Recorded Medium on Which Image File is Recorded, Device for Producing the Recorded Medium, Medium on Which Image File Creating Program is Recorded, Device for Transmitting Image File, Device for Processing Image File, and Medium on Which Image file Processing Program is Recorded
JP2002215653A (en) Method of providing information using page that displayable on computer system