show.php源代码:
if ($action=="cp"){
echo"
";exit;}
if ($action=="edit"){
$wname="data.txt";#データ保存ファイル、属性 666
$writeurl="
$t1< ;/a>
$t2$t3< br>
$t4$t5 ";
$fp=fopen($wname,"w");
$ww=fputs($fp,$writeurl);
if ($ww){エコーファイルの書き込みに成功しました;}else{エコーの書き込みに失敗しました; }
exit;}
$wname="php-bin/data.txt";#ページ上で呼び出されるため、ページとプログラム間の相対パスまたは絶対パスをここに入力する必要があります
$fa=fopen(! $wname,"r+" );
$wwww=fread($fa,filesize($wname));
echo "
>< ;script language="JavaScript1.2"> var marqueewidth=118 var marqueeheight=104 var Speed=1 var marqueecontents='$wwww' if (document.all) ドキュメント。 write(''+marqueecontents+'') 関数再生成(){ window.location.reload() } 関数 regenerate2(){ if (document.layers){ setTimeout("window.onresize=regenerate",450) initializemarquee() } } 関数intializemarquee(){ document .cmarquee01.document.cmarquee02.document.write(marqueecontents) document.cmarquee01.document.cmarquee02.document.close() thelength=document.cmarquee01.document.cmarquee02.document.height スクロールリット( ) } 関数scrollit (){ if (document.cmarquee01.document.cmarquee02.top>=thelength*(-1)){ document.cmarquee01.document.cmarquee02.top-=speed setTimeout("scrollit( )",100) } else{ document.cmarquee01.document.cmarquee02.top=marqueeheight scrollit() } } window.onload=regenerate2 <レイヤー名=&{マーキー高さ};>レイヤー> < ;/table> "; ?>
これを使用するときは、まず data.txt という名前の空のファイルを作成し、これを show.php と同じレベルのディレクトリにダウンロードして、ページ内で include を使用して呼び出します。 show.php?action=cp と設定できます。もちろんパスワード保護はないので、cp を他のテキストに変更することもできます。
http://www.bkjia.com/PHPjc/316022.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/316022.html技術記事 show.php ソース コード: ? if ($action==cp){ echodiv align=center pscrolling menu データ入力端子 /p form method=post action=show.php?action=edit ptext one: input type=text name =t1マックスレング...
声明:この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。 |