like pigs in cl...'s profilelike pigs in cloverBlogLists Tools Help

Blog


    June 24

    1_info Ver.2.1

    1_info Ver.2.1
     
    Ver.2.1では、管理人のみが投稿処理を行えるようになっています。
      
     
    ☆.。.:*・°☆.。.:*・°☆.。.:*・°☆.。.:*・°☆
     
       一行ニュース掲示板(管理人のみ投稿タイプ) 
     
    ★ 1_info Ver.2.1[2006/06/24]
    ★ PHPのバージョンはPHP4以上(PHP4 >= 4.0.6)で動作
    ★ 特徴
      ・管理人のみ記事の投稿を行えます。
      ・1行表示の掲示板です。簡易投稿、ニュース速報としてご利用いただけます。
      ・既存のphpページへの埋め込み方式
    ★ 使用方法
      set.phpにて、必要事項を変更してください。
      既存phpスクリプト内の表示させたい部分に呼び出しに必要なタグを記載。
      index.phpに表示方法の例があります
    ★ 詳細はreadme.txtでご確認ください
     
     
    ☆.。.:*・°☆.。.:*・°☆.。.:*・°☆.。.:*・°☆
     
    ● 利用規約
    1.本スクリプトはフリーです。ただし、使用にあたっては、この利用規定に同意・遵守する必要があります。
    2.著作権は放棄していません。
    3.当方の環境での動作確認はしておりますが、すべての環境での動作は保証しておりません。
    4.スクリプトを使用したことで発生した損害・トラブルについて、当方では一切責任を負いません。
    5.もし、バグなどが発見されても、それを修正する義務を当方は負いません。
    6.PHPの著作権表示部の削除、及び背景色・フォントなどを利用して表示を見えにくくする行為は禁止します。
    7.商用利用はできません。
    8.個人的な改造は許可します。
    9.改造品・オリジナル品を問わず、事前許可なき再配布は一切禁止します。
    10.この利用規定は予告なく変更することがあります。
     
    ● 1_info21.lzh 内容
     
    ---index.php(表示させたい場所)
       /1_info21/(スクリプト格納場所)   ------1_info21.php(大元のスクリプト)
                              set.php(詳細設定用スクリプト)
                              inde.html(ダミー用)
                              /dat/ -----  dat.php (データ格納)
                                        index.html(ダミー用)
                              /img/ ---  1~5.gif (スキン画像)
     
    ● 1_info21 サンプル
     adminでパスワード0123で投稿/編集できます。
      → サンプル表示
     
     
    ● 設定方法
     1.set.phpをテキストエディター等で開き、下記の部分を変更してください。
     
       初期設定では、上記のようなディレクトリ関係で、
       /1_info21/ディレクトリと同じ場所にある
       index.phpに表示させる場合の設定になっています。
       位置関係が異なる場合は、パスを正しく設定してください。
     
       //このスクリプト名(通常変更しなくてもOK)
       $main="1_info21.php";
     
       //表示させたい既存phpスクリプト(index.php)からみたバックのスキン画像の位置
       $img="./img/1";

       //↑表示させたい既存phpスクリプト(index.php)と同じ場所にある1_info20フォルダ内の
       //imgフォルダー内のスキン画像を指定
       //現在スキンは1~5まで作成しています。
       //それぞれカラーが異なるので、1~5の好きなスキンを指定してください。
     
      //表示させたい既存phpスクリプト(index.php)から見た、これらスクリプトのある位置
      $basyo="./1_info21/";
     
      //最大投稿格納数
      $touroku_no=20;
     
      //パスワード
      $pass="0123";
      //↑必ず変更してください
     
      //表示時のタイトル
      $title="1行速報(管理人投稿)";
     
      //タイトル表示カラー
      $font_color="#FF00FF";
     
      //投稿文表示カラー
      $font_color1="#000000";
      //スキンのカラーと同一カラーを使用すると、きれいに表示されます
      //スキン画像→おすすめカラー
      //1→#000000
      //2→#0068FF
      //3→#FF00BD
      //4→#FFE200
      //5→#11FF00
     
      //adminの表示カラー
      $font_color3="#FFFF00";
     
       *編集される場合は、文字コードをShift-JISで保存してください。
       *半角カタカナは文字化けしますので、使用しないでください。
     
     2.各php、画像をサーバーにアップロード
       サーバーへ下記のフォルダ構成でアップロードしてください。
       ただし、本スクリプトは、PHPバージョン PHP4以上(PHP4 >= 4.0.6)で動作します。
     
    ---index.php(表示させたい場所)
       /1_info21/(777)------1_info21.php(646)
                     set.php(646)
                    inde.html(646)
                    /dat/ (777) -----  dat.php (646)
                                 index.html(646)
                    /img/ (755) ---  1~5.gif (644)
     
       *(括弧の中)はそれぞれのパーミッションです
     
     3.表示方法
      index.phpに表示方法の例が記載されています。
      表示に必要なタグを、表示させた居場所に貼り付けてください。

    ★ダウンロード★
     
     
    ☆.。.:*・°☆.。.:*・°☆.。.:*・°☆.。.:*・°☆
     
    上記リンクでソフトをDL行い、解凍ソフトで解凍を行ってください。
    設置の詳細につきましては、readme.txtに記載されています。
     
    設置・ダウンロード時にメールをいただけるとうれしいです。

    このスクリプトは作成したばかりなので、まだ 表示スキンが少ない状態です。
    表示スキンのアレンジ・提案をしてくださる場合は、是非ご連絡ください。
    また、スクリプトの感想などお待ちしています。ヽ(。ゝω・)ノ
     
    ☆.。.:*・°☆.。.:*・°☆.。.:*・°☆.。.:*・°☆
     
    別途スキン画像DLできます
     
     ★スキン画像 skyとclover
     
     ★スキン画像 flower
     ★
     

    Comments (1)

    Please wait...
    Sorry, the comment you entered is too long. Please shorten it.
    You didn't enter anything. Please try again.
    Sorry, we can't add your comment right now. Please try again later.
    To add a comment, you need permission from your parent. Ask for permission
    Your parent has turned off comments.
    Sorry, we can't delete your comment right now. Please try again later.
    You've exceeded the maximum number of comments that can be left in one day. Please try again in 24 hours.
    Your account has had the ability to leave comments disabled because our systems indicate that you may be spamming other users. If you believe that your account has been disabled in error please contact Windows Live support.
    Complete the security check below to finish leaving your comment.
    The characters you type in the security check must match the characters in the picture or audio.

    To add a comment, sign in with your Windows Live ID (if you use Hotmail, Messenger, or Xbox LIVE, you have a Windows Live ID). Sign in


    Don't have a Windows Live ID? Sign up

    Picture of Anonymous
    110mb wrote:
    Yes you're the son of a bitch who was using 110mb box5 to spam for months, and then came to box9 after koji got deleted.

    I wanna let you know that when I find you: I won't kill you, but I'll literally rip your skin from your body, insert a hit rod in your eyes, and cut your dick off. Then pour vinegar over it.

    Then shove you in a bowl and boil you alive.

    You motherfucken lowlife computer piece of shit looser.

    Kill yourself dog, before you're found, me and my mates fly over to Japan and make you wish you weren't born.

    Take a knife and fucken cut your throat off. Because you don't want to do through the pain when we soon enough knock you out while you're sleeping. And when you wake up, that's when above mentioned things will start.
    Sept. 12

    Trackbacks

    The trackback URL for this entry is:
    http://in-clover.spaces.live.com/blog/cns!9FDCCA91CE5CC645!135.trak
    Weblogs that reference this entry
    • None