<?php // (C)2008 Maraigue (http://f52.aaa.livedoor.jp/~maraigue/) // You can copy and modify this script under BSD license. // See the end of this script for BSD license. if($_GET['w']==1){ $t=" target=\"_blank\""; }else{ $t=""; } ?> <html> <head> <meta http-equiv="content-type" content="text/html;charset=shift_jis"> <?php if($_GET['dl']==1){ $script = "link.php"; echo "</head>\n"; echo "<body>\n"; echo "<textarea cols=\"100\" rows=\"20\">"; echo htmlspecialchars(file_get_contents($script)); echo "</textarea>\n"; echo "<p><a href=\"$script\">�߂�</a></p>\n"; echo "</body>\n"; echo "</html>\n"; exit; } ?> <title>�����N</title> <style type="text/css"><!-- body{color:#000000;background-color:#ffffff} a:visited{color:#800080} a{color:#0000ff} a:active{color:#ff0000} a:hover{color:#ff0000} --></style> </head> <body> <h1>�����N�W�i�Ƃ������APHP�̎����j</h1> <p>�����N�̕\�����@ <?php if($_GET['w']==1){ echo "<strong>[�ʑ��ŊJ��]</strong>\n"; echo "<a href=\"$php_self?w=0\">[�ʑ��ŊJ���Ȃ�]</a>\n"; }else{ echo "<a href=\"$php_self?w=1\">[�ʑ��ŊJ��]</a>\n"; echo "<strong>[�ʑ��ŊJ���Ȃ�]</strong>\n"; } ?></p> <ul> <li><a href="http://d.hatena.ne.jp/maraigue/"<?php echo $t?>>Maraigue�̃l�^�q��</a></li> <li><a href="http://twitter.com/h_hiro"<?php echo $t?>>H.Hiro@twitter</a></li> </ul> <p><a href="?dl=1">���̃X�N���v�g�̃\�[�X���</a></p> <p><a href="index.php">�߂�</a></p> </body> </html> <?php // Copyright (c) 2008, Maraigue // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // Redistributions of source code must retain the above copyright // notice, this list of conditions and the following disclaimer. // Redistributions in binary form must reproduce the above copyright // notice, this list of conditions and the following disclaimer in the // documentation and/or other materials provided with the distribution. // Neither the name of the Maraigue nor the names of its contributors // may be used to endorse or promote products derived from this // software without specific prior written permission. // // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS // FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE // COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, // INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, // BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; // LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER // CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN // ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // POSSIBILITY OF SUCH DAMAGE. ?>
–ß‚é