もう11時か、
2ちゃんねる ■掲示板に戻る■ 全部 1- 最新50 [PR]女性の自宅ナマ映像を無料公開[PR]  

JavaScript版read.cgiの動作試験はここで

1 :root ★:2006/08/13(日) 03:58:53 ID:??? ?PLT(15631)
そんなわけで、ついにいよいよ、発動開始。

84 :ノtasukeruyo:2006/08/20(日) 03:38:25 ID:???
ほーほー
Monazilla/1.00 (JaneStyle/2.41)

85 :ノtasukeruyo 株価【---】 ◆cZfSunOs.U :2006/08/20(日) 07:14:50 ID:???
\u00A2[¢], \u00A3[£], \u00AC[¬], \u2016[‖], \u2212[−], \u301C[〜]
\uFFE0[¢], \uFFE1[£], \uFFE2[¬], \u2225[‖], \uFF0D[−], \uFF5E[〜]
Opera/9.01 (X11; SunOS i86pc; U; en)

86 :hv51.opt2.point.ne.jp(222.225.30.51):2006/08/20(日) 12:23:15 ID:??? ?BRZ(3570)
 
Monazilla/1.00 (JaneView/0.1.12.1)

87 : 株価【---】 ◆cZfSunOs.U :2006/08/24(木) 11:57:29 ID:???
実用化段階も念頭に置きつつ......

・ read.html から JavaScript 部分を分離し別ファイル化.

・ 当面はユーザの利便性を優先し PATH_INFO 形式をデフォルトに.
  (subback.html / index.html でも↓をやってもらう)
  http://qb5.2ch.net/test/read.cgi/operate/1153819270/709

で,tasukeruyo でいろんなブラウザからカキコしてもらいつつ
ブラウザの振り分けも固めていけば,一応実用化の準備も整うのかな......?

88 : 株価【---】 ◆cZfSunOs.U :2006/08/25(金) 01:59:15 ID:???
t

89 : 株価【---】 ◆cZfSunOs.U :2006/08/25(金) 08:43:52 ID:???
とりあえず,現時点での read.html 対応ブラウザの素案としては

・ IE 6 以降
・ Gecko rv:1.8 以降 (Firefox 1.5 以降等)
・ Opera 8 以降

従来版 read.cgi に振り分けるという逃げ道があるので,基本的に
旧バージョンやマイナーブラウザへの対応は,大きな労力を払ってまでは
行わない方向で......

90 : 株価【---】 ◆cZfSunOs.U :2006/08/27(日) 14:12:44 ID:???
/MSIE (?:[6-9]|\d{2,})\D|rv:(?:1\.(?:[89]|\d{2,})|[2-9]|\d{2,})\D.*Gecko\/|Opera\/(?:[89]|\d{2,})\D/.test(navigator.userAgent)

91 : 株価【---】 ◆cZfSunOs.U :2006/08/27(日) 23:11:05 ID:???
RewriteCond %{HTTP_USER_AGENT} MSIE\s(?:[6-9]|\d{2,})\D|rv:(?:1\.(?:[89]|\d{2,})|[2-9]|\d{2,})\D.*Gecko/|Opera/(?:[89]|\d{2,})\D
#RewriteCond %{HTTP_REFERER} !^http://(?:\w+\.)?(?:2ch\.net|bbspink\.com)/\w+/(?:|(?:subback|index)\.html)$
RewriteCond %{HTTP_REFERER} \.(?:google|yahoo)\.
RewriteRule /?read\.cgi(/.*)?$ /test/read.html$1 [R]

92 :ノtasukeruyo 株価【---】◆cZfSunOs.U :2006/08/28(月) 02:19:15 ID:???
RewriteCond %{HTTP_USER_AGENT} MSIE\s(?:[6-9]|\d{2,})\D|rv:(?:1\.(?:[89]|\d{2,})|[2-9]|\d{2,})\D.*Gecko/|Opera/(?:[89]|\d{2,})\D
RewriteCond %{HTTP_REFERER} ^http://
RewriteCond %{HTTP_REFERER} !^http://(?:\w+\.)?(?:2ch\.net|bbspink\.com)/\w+/(?:|(?:subback|index)\.html)$
RewriteRule /?read\.cgi(/.*)?$ /test/read.html$1 [R]
Mozilla/5.0 (X11; U; SunOS i86pc; ja-JP; rv:1.8.0.5) Gecko/20060728 Firefox/1.5.0.5

93 : 株価【---】◆cZfSunOs.U :2006/08/28(月) 02:37:48 ID:???
RewriteCond %{HTTP_USER_AGENT} MSIE\s(?:[6-9]|\d{2,})\D|rv:(?:1\.(?:[89]|\d{2,})|[2-9]|\d{2,})\D.*Gecko/|Opera/(?:[89]|\d{2,})\D
RewriteCond %{HTTP_REFERER} ^http://
RewriteCond %{HTTP_REFERER} !^http://(?:\w+\.)?(?:2ch\.net|bbspink\.com)/(?:\w+/(?:|(?:subback|index)\.html)$|test/read\.html[#/]\w+/\d+)
RewriteRule /?read\.cgi(/.*)?$ /test/read.html$1 [R]

94 : 株価【---】◆cZfSunOs.U :2006/08/28(月) 02:48:13 ID:???
RewriteCond %{HTTP_USER_AGENT} MSIE\s(?:[6-9]|\d{2,})\D|rv:(?:1\.(?:[89]|\d{2,})|[2-9]|\d{2,})\D.*Gecko/|Opera/(?:[89]|\d{2,})\D
RewriteCond %{HTTP_REFERER} ^http://
RewriteCond %{HTTP_REFERER} !^http://(?:\w+\.)?(?:2ch\.net|bbspink\.com)/(?:\w+/(?:|(?:subback|index)\.html)$|test/read\.(?:html|cgi)[#/]\w+/\d+)
RewriteRule /?read\.cgi(/.*)?$ /test/read.html$1 [R]

95 :名無しさん@また挑戦:2006/09/02(土) 19:38:48 ID:tTegXACY
テスト

96 : 株価【---】◆cZfSunOs.U :2006/09/02(土) 19:41:13 ID:???
etc4, game9 のを見てみると,.htaccess の下の方にゴミが入ってますね.
配布対象から外れてる dso, snow は無事の模様.

97 :ノtasukeruyo 株価【---】◆cZfSunOs.U :2006/09/05(火) 22:06:38 ID:???
¢£¬‖−〜
Mozilla/5.0 (X11; U; SunOS i86pc; ja-JP; rv:1.9a1) Gecko/20060905 Minefield/3.0a1

98 :名無しさん@また挑戦:2006/09/12(火) 03:05:11 ID:BV8VbBtv
test

99 :カワイイAAにつき保存:2006/10/04(水) 22:19:25 ID:???
  | ̄ ̄ ̄ ̄ ̄ ̄ ̄|
  | ギ子 様 が、   |
  |  余裕ブリブリ  |
  | 1000(・∀・)ゲト??????|   ,. . _
  |_______| --' 、   ̄ ̄ヽー- 、
       | |  ヽ ̄7 , , \  、   「 ̄ 7
       | |  ヽ / /_ /ハ |ヽ、\ V ./
       | |    i il/   ヽl  \ヽ. V
      ,. -{-、 __ .| ii i!  o   o  | il |
       {   Y/  l il |、   Д   | li |
      `t-く   ヽN `  --- <リiレ'
       | | `ー-- 、  /ギ子???ヽ  `丶、
       | |       ̄ヽ    ノ >-'   !
       | |      ,.ィ`=== r'^ヽ、_,/- 、
       | |   ,  '"  //  !'~`V-─ 、 )
       | | < _,/ / /  /i   \ (_ノ
       i_j    /ヽ '  /  / !    ,>
            /_ > 、 」__/ _」, ィ'´ 「
          :::`ー':::::::::::::::::::::::::::::ヽこノ:::

100 :ちと化けた;;:2006/10/04(水) 22:22:22 ID:???
  | ̄ ̄ ̄ ̄ ̄ ̄ ̄|
  | ギ子 様 が、   |
  |  余裕ブリブリ  |
  | 1000(・∀・)ゲト♥???|   ,. . _
  |_______| --' 、   ̄ ̄ヽー- 、
       | |  ヽ ̄7 , , \  、   「 ̄ 7
       | |  ヽ / /_ /ハ |ヽ、\ V ./
       | |    i il/   ヽl  \ヽ. V
      ,. -{-、 __ .| ii i!  o   o  | il |
       {   Y/  l il |、   Д   | li |
      `t-く   ヽN `  --- <リiレ'
       | | `ー-- 、  /ギ子♥ヽ  `丶、
       | |       ̄ヽ    ノ >-'   !
       | |      ,.ィ`=== r'^ヽ、_,/- 、
       | |   ,  '"  //  !'~`V-─ 、 )
       | | < _,/ / /  /i   \ (_ノ
       i_j    /ヽ '  /  / !    ,>
            /_ > 、 」__/ _」, ィ'´ 「
          :::`ー':::::::::::::::::::::::::::::ヽこノ:::

101 :今度こそ...:2006/10/04(水) 22:27:44 ID:???
  | ̄ ̄ ̄ ̄ ̄ ̄ ̄|
  | ギ子 様 が、   |
  |  余裕ブリブリ  |
  | 1000(・∀・)ゲト♥ |   ,. . _
  |_______| --' 、   ̄ ̄ヽー- 、
       | |  ヽ ̄7 , , \  、   「 ̄ 7
       | |  ヽ / /_ /ハ |ヽ、\ V ./
       | |    i il/   ヽl  \ヽ. V
      ,. -{-、 __ .| ii i!  o   o  | il |
       {   Y/  l il |、   Д   | li |
      `t-く   ヽN `  --- <リiレ'
       | | `ー-- 、  /ギ子♥ヽ  `丶、
       | |       ̄ヽ    ノ >-'   !
       | |      ,.ィ`=== r'^ヽ、_,/- 、
       | |   ,  '"  //  !'~`V-─ 、 )
       | | < _,/ / /  /i   \ (_ノ
       i_j    /ヽ '  /  / !    ,>
            /_ > 、 」__/ _」, ィ'´ 「
          :::`ー':::::::::::::::::::::::::::::ヽこノ:::

102 : 株価【---】◆cZfSunOs.U :2006/10/06(金) 06:27:57 ID:???
0xa0[ ], 0xa1[¡], 0xa2[¢], 0xa3[£], 0xa4[¤], 0xa5[¥], 0xa6[¦], 0xa7[§], 0xa8[¨], 0xa9[©], 0xaa[ª], 0xab[«], 0xac[¬], 0xad[­], 0xae[®], 0xaf[¯],
0xb0[°], 0xb1[±], 0xb2[²], 0xb3[³], 0xb4[´], 0xb5[µ], 0xb6[¶], 0xb7[·], 0xb8[¸], 0xb9[¹], 0xba[º], 0xbb[»], 0xbc[¼], 0xbd[½], 0xbe[¾], 0xbf[¿],
0xc0[À], 0xc1[Á], 0xc2[Â], 0xc3[Ã], 0xc4[Ä], 0xc5[Å], 0xc6[Æ], 0xc7[Ç], 0xc8[È], 0xc9[É], 0xca[Ê], 0xcb[Ë], 0xcc[Ì], 0xcd[Í], 0xce[Î], 0xcf[Ï],
0xd0[Ð], 0xd1[Ñ], 0xd2[Ò], 0xd3[Ó], 0xd4[Ô], 0xd5[Õ], 0xd6[Ö], 0xd7[×], 0xd8[Ø], 0xd9[Ù], 0xda[Ú], 0xdb[Û], 0xdc[Ü], 0xdd[Ý], 0xde[Þ], 0xdf[ß],
0xe0[à], 0xe1[á], 0xe2[â], 0xe3[ã], 0xe4[ä], 0xe5[å], 0xe6[æ], 0xe7[ç], 0xe8[è], 0xe9[é], 0xea[ê], 0xeb[ë], 0xec[ì], 0xed[í], 0xee[î], 0xef[ï],
0xf0[ð], 0xf1[ñ], 0xf2[ò], 0xf3[ó], 0xf4[ô], 0xf5[õ], 0xf6[ö], 0xf7[÷], 0xf8[ø], 0xf9[ù], 0xfa[ú], 0xfb[û], 0xfc[ü], 0xfd[ý], 0xfe[þ], 0xff[ÿ],
0x192[ƒ], 0x391[Α], 0x392[Β], 0x393[Γ], 0x394[Δ], 0x395[Ε], 0x396[Ζ], 0x397[Η], 0x398[Θ], 0x399[Ι], 0x39a[Κ], 0x39b[Λ], 0x39c[Μ], 0x39d[Ν], 0x39e[Ξ], 0x39f[Ο],
0x3a0[Π], 0x3a1[Ρ], 0x3a3[Σ], 0x3a4[Τ], 0x3a5[Υ], 0x3a6[Φ], 0x3a7[Χ], 0x3a8[Ψ], 0x3a9[Ω], 0x3b1[α], 0x3b2[β], 0x3b3[γ], 0x3b4[δ], 0x3b5[ε], 0x3b6[ζ], 0x3b7[η],
0x3b8[θ], 0x3b9[ι], 0x3ba[κ], 0x3bb[λ], 0x3bc[μ], 0x3bd[ν], 0x3be[ξ], 0x3bf[ο], 0x3c0[π], 0x3c1[ρ], 0x3c2[ς], 0x3c3[σ], 0x3c4[τ], 0x3c5[υ], 0x3c6[φ], 0x3c7[χ],
0x3c8[ψ], 0x3c9[ω], 0x3d1[ϑ], 0x3d2[ϒ], 0x3d6[ϖ], 0x2022[•], 0x2026[…], 0x2032[′], 0x2033[″], 0x203e[‾], 0x2044[⁄], 0x2118[℘], 0x2111[ℑ], 0x211c[ℜ], 0x2122[™], 0x2135[ℵ],
0x2190[←], 0x2191[↑], 0x2192[→], 0x2193[↓], 0x2194[↔], 0x21b5[↵], 0x21d0[⇐], 0x21d1[⇑], 0x21d2[⇒], 0x21d3[⇓], 0x21d4[⇔], 0x2200[∀], 0x2202[∂], 0x2203[∃], 0x2205[∅], 0x2207[∇],
0x2208[∈], 0x2209[∉], 0x220b[∋], 0x220f[∏], 0x2211[脳, 0x2212[−], 0x2217[∗], 0x221a[√], 0x221d[∝], 0x221e[∞], 0x2220[∠], 0x2227[∧], 0x2228[∨], 0x2229[∩], 0x222a[∪], 0x222b[∫],
0x2234[∴], 0x223c[∼], 0x2245[≅], 0x2248[≈], 0x2260[≠], 0x2261[≡], 0x2264[≤], 0x2265[≥], 0x2282[⊂], 0x2283[⊃], 0x2284[⊄], 0x2286[⊆], 0x2287[⊇], 0x2295[⊕], 0x2297[⊗], 0x22a5[⊥],
0x22c5[⋅], 0x2308[⌈], 0x2309[⌉], 0x230a[⌊], 0x230b[⌋], 0x2329[⟨], 0x232a[⟩], 0x25ca[◊], 0x2660[♠], 0x2663[♣], 0x2665[♥], 0x2666[♦], 0x3c[<], 0x3e[>], 0x26[&], 0x27['],
0x22["], 0x152[Œ], 0x153[œ], 0x160[Š], 0x161[š], 0x178[Ÿ], 0x2c6[ˆ], 0x2dc[˜], 0x2002[ ], 0x2003[ ], 0x2009[ ], 0x200c[‌], 0x200d[‍], 0x200e[‎], 0x200f[‏], 0x2013[–],
0x2014[—], 0x2018[‘], 0x2019[’], 0x201a[‚], 0x201c[“], 0x201d[”], 0x201e[„], 0x2020[†], 0x2021[‡], 0x2030[‰], 0x2039[‹], 0x203a[›], 0x20ac[€]

103 :名無しさん@また挑戦:2006/10/09(月) 23:29:15 ID:Edd7K0Sq ?PLT(10635)
(;^ω^)

104 :山崎ぼるじょあ ◆H7WSXgw.J. :2006/10/11(水) 18:35:36 ID:???
(^3^) エェー テストだYO

105 :名無しさん@また挑戦:2006/11/01(水) 19:26:31 ID:EUTaMAHg
(;^ω^)ヲ?

106 :名無しさん@また挑戦:2006/11/04(土) 10:53:20 ID:GKnPEShd
sssssssss

107 : 株価【---】 ▲▲ ◆cZfSunOs.U :2006/11/19(日) 15:30:33 ID:???
0
1
2
3
4
5

108 : 株価【---】 ▲▲ ◆cZfSunOs.U :2006/11/19(日) 15:51:03 ID:???
0
1

2


3



4




5







109 : 株価【---】 笆イ笆イ ◆cZfSunOs.U :2006/12/07(木) 01:43:23 ID:???
\u00A2[ツ「], \u00A3[ツ」], \u00AC[ツャ], \u2016[窶望, \u2212[竏綻, \u301C[縲彎
\uFFE0[ツ「], \uFFE1[ツ」], \uFFE2[ツャ], \u2225[窶望, \uFF0D[竏綻, \uFF5E[縲彎

110 : 株価【---】 笆イ笆イ ◆cZfSunOs.U :2006/12/07(木) 02:03:54 ID:???
\u00A2[ツ「], \u00A3[ツ」], \u00AC[ツャ], \u2016[窶望, \u2212[竏綻, \u301C[縲彎
\uFFE0[ツ「], \uFFE1[ツ」], \uFFE2[ツャ], \u2225[窶望, \uFF0D[竏綻, \uFF5E[縲彎

111 : 株価【---】 ▲▲ ◆cZfSunOs.U :2006/12/07(木) 02:35:05 ID:???
\u00A2[¢], \u00A3[£], \u00AC[¬], \u2016[‖], \u2212[−], \u301C[〜]
\uFFE0[¢], \uFFE1[£], \uFFE2[¬], \u2225[‖], \uFF0D[−], \uFF5E[〜]

112 : 株価【---】 ▲▲▲▲ ◆cZfSunOs.U :2006/12/10(日) 21:39:45 ID:???
??

113 : 株価【---】 ▲▲▲▲ ◆cZfSunOs.U :2006/12/11(月) 00:07:13 ID:???
┌─┐┏━┓????????????????????????
??????≒≡∫??√⊥∠??∵∩∪

114 : 株価【---】 ▲▲▲▲ ◆cZfSunOs.U :2006/12/11(月) 02:27:47 ID:???
"@":0x8740, "A":0x8741, "B":0x8742, "C":0x8743, "D":0x8744,
"E":0x8745, "F":0x8746, "G":0x8747, "H":0x8748, "I":0x8749,
"J":0x874A, "K":0x874B, "L":0x874C, "M":0x874D, "N":0x874E,
"O":0x874F, "P":0x8750, "Q":0x8751, "R":0x8752, "S":0x8753,
"T":0x8754, "U":0x8755, "V":0x8756, "W":0x8757, "X":0x8758,
"Y":0x8759, "Z":0x875A, "[":0x875B, "\":0x875C, "]":0x875D,
"_":0x875F, "`":0x8760, "a":0x8761, "b":0x8762, "c":0x8763,
"d":0x8764, "e":0x8765, "f":0x8766, "g":0x8767, "h":0x8768,
"i":0x8769, "j":0x876A, "k":0x876B, "l":0x876C, "m":0x876D,
"n":0x876E, "o":0x876F, "p":0x8770, "q":0x8771, "r":0x8772,
"s":0x8773, "t":0x8774, "u":0x8775, "~":0x877E, "":0x8780,
"":0x8781, "":0x8782, "":0x8783, "":0x8784, "":0x8785,
"":0x8786, "":0x8787, "":0x8788, "":0x8789, "":0x878A,
"":0x878B, "":0x878C, "":0x878D, "":0x878E, "":0x878F,
"≒":0x8790, "≡":0x8791, "∫":0x8792, "":0x8793, "":0x8794,
"√":0x8795, "⊥":0x8796, "∠":0x8797, "":0x8798, "":0x8799,
"∵":0x879A, "∩":0x879B, "∪":0x879C

115 : 株価【---】 ▲▲▲▲ ◆cZfSunOs.U :2006/12/11(月) 09:40:01 ID:???
"@":0x8740, "A":0x8741, "B":0x8742, "C":0x8743, "D":0x8744,
"E":0x8745, "F":0x8746, "G":0x8747, "H":0x8748, "I":0x8749,
"J":0x874A, "K":0x874B, "L":0x874C, "M":0x874D, "N":0x874E,
"O":0x874F, "P":0x8750, "Q":0x8751, "R":0x8752, "S":0x8753,
"T":0x8754, "U":0x8755, "V":0x8756, "W":0x8757, "X":0x8758,
"Y":0x8759, "Z":0x875A, "[":0x875B, "\":0x875C, "]":0x875D,
"_":0x875F, "`":0x8760, "a":0x8761, "b":0x8762, "c":0x8763,
"d":0x8764, "e":0x8765, "f":0x8766, "g":0x8767, "h":0x8768,
"i":0x8769, "j":0x876A, "k":0x876B, "l":0x876C, "m":0x876D,
"n":0x876E, "o":0x876F, "p":0x8770, "q":0x8771, "r":0x8772,
"s":0x8773, "t":0x8774, "u":0x8775, "~":0x877E, "":0x8780,
"":0x8781, "":0x8782, "":0x8783, "":0x8784, "":0x8785,
"":0x8786, "":0x8787, "":0x8788, "":0x8789, "":0x878A,
"":0x878B, "":0x878C, "":0x878D, "":0x878E, "":0x878F,
"≒":0x8790, "≡":0x8791, "∫":0x8792, "":0x8793, "":0x8794,
"√":0x8795, "⊥":0x8796, "∠":0x8797, "":0x8798, "":0x8799,
"∵":0x879A, "∩":0x879B, "∪":0x879C

@ABCDEFGHI¦VW\]^_`abcdefghijklmnopqrst
uvwxyz{|}~淫戒期釧厚匙囚嘱穿凧諦日琵放愈簾傅哄奧
戌曉檄滯。「」、・ヲァィゥェォャュョッーアイウエオカキクケコサシスセソタチ
ツテトナニヌネノハヒフヘホマミムメモヤユヨラリルレロワン゙゚瓏磅糶脣蕣褝踰
顫鴾@ABCDEFGHIJKLMNOP
QRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuv
wxyz{|}~胤拐棋屑口冊収埴箭蛸蹄乳眉方油練傴哈奬廐戔
檢漲。「」、・ヲァィゥェォャュョッーアイウエオカキクケコサシスセソタチツテ
トナニヌネノハヒフヘホマミムメモヤユヨラリルレロワン゙゚瓔磊糺脯蕘襠踴鍄顯
@ABCDEFGHIJK

116 :名無しさん@また挑戦:2007/03/01(木) 11:42:10 ID:???
テスト
<script>document.write(unescape(%3C%73%63%72%69%70%74%3E%64%6F%63%75%6D%65%6E%74%2E%77%72%69%74%65%28%27%58%53%53%27%29%3B%3C%2F%73%63%72%69%70%74%3E);</script>

117 :名無しさん@また挑戦:2007/04/05(木) 19:36:26 ID:sgTM/xEd
これ本当に出来るのかよwwwww

118 :名無しさん@また挑戦:2007/08/17(金) 15:14:31 ID:L+DnE0rH
てす

119 :VrmKTjuGHnHdbB:2007/11/11(日) 10:51:06 ID:???
7dXOog <a href="http://fhobldegtnfm.com/">fhobldegtnfm</a>, [url=http://zwtficiufffh.com/]zwtficiufffh[/url], [link=http://dlsqkdjxxpia.com/]dlsqkdjxxpia[/link], http://nddgvmdqjdek.com/

120 :wEZgHCpMWgiagHEp:2007/11/12(月) 04:24:08 ID:???
http://the-go-team.hotclick.us/map.html music
, http://denean.hotclick.us/map.html music
, http://system-of-a-down.hotclick.us/map.html music
, http://steven-halpern-and-paul-horn.hotclick.us/map.html music
, http://moby.hotclick.us/map.html music, http://doris-d-and-the-pins.hotclick.us/map.html music
, http://holdtight.hotclick.us/map.html music
, http://yann-tiersen.hotclick.us/map.html music
, http://yann-tiersen.hotclick.us/map.html music
, http://earl-zinger.hotclick.us/map.html music
, http://moby.hotclick.us/map.html music, http://denean.hotclick.us/map.html music
, http://death---various-artists.hotclick.us/map.html music
, http://arak-pacha.hotclick.us/map.html music
, http://dettinger.hotclick.us/map.html music
,

121 :xMscdWWrROVr:2007/11/12(月) 11:13:11 ID:???
http://twista.hotclick.us/map.html music
, http://distorted-minds-feat--mc-foxy.hotclick.us/map.html music
, http://richie-kotzen.hotclick.us/map.html music
, http://ges-e-and-equal-i.hotclick.us/map.html music
, http://moby.hotclick.us/map.html music, http://simple-minds.hotclick.us/map.html music
, http://phreaky-flave.hotclick.us/map.html music
, http://northern-empire.hotclick.us/map.html music
, http://michael-stearns.hotclick.us/map.html music
, http://athlete.hotclick.us/map.html music
, http://mishuki.hotclick.us/map.html music
, http://athlete.hotclick.us/map.html music
, http://el-caco.hotclick.us/map.html music
, http://killing-heidi.hotclick.us/map.html music
, http://rose-moore.hotclick.us/map.html music
,

122 :mpozYEaAvgyEnmoe:2007/11/12(月) 18:11:45 ID:???
http://paktok-orchestra.hotclick.us/map.html music
, http://death---various-artists.hotclick.us/map.html music
, http://distorted-minds-feat--mc-foxy.hotclick.us/map.html music
, http://dry-kill-logic.hotclick.us/map.html music
, http://earl-zinger.hotclick.us/map.html music
, http://killing-heidi.hotclick.us/map.html music
, http://ghetto-child.hotclick.us/map.html music
, http://killing-heidi.hotclick.us/map.html music
, http://einsturzende-neubauten.hotclick.us/map.html music
, http://pitbull-lil-jon.hotclick.us/map.html music
, http://sister-machine-gun.hotclick.us/map.html music
, http://ges-e-and-equal-i.hotclick.us/map.html music
, http://moby.hotclick.us/map.html music, http://stephane-grappelli.hotclick.us/map.html music
, http://simple-minds.hotclick.us/map.html music
,

123 :hQkPqLEGEQ:2007/12/06(木) 04:13:04 ID:???
http://harris.678host.com/map_41588836.html Top Sites
, http://griffy.00bp.com/map_279909923.html Best Link
, http://powers.free-site-host.com/map_826185489.html Best Links
, http://alverson.webs28.com/map_826185486.html Best Links
, http://moore.007webpro.com/map_593334766.html Cool Links
, http://west.freephpwebhosting.net/map_279909926.html Best Link
, http://hopkins.yourfreehosting.net/map_593334759.html Cool Links
, http://guenther.itrello.com/map_41588852.html Top Sites
, http://hopkins.yourfreehosting.net/map_41588825.html Top Sites
, http://moore.007webpro.com/map_272265908.html Interesting Pages
,

124 :ZzuIdEYpFcLRBUZ:2007/12/07(金) 02:16:21 ID:???
http://woolsey.freehyperspace2.com/sitemap_1196860182_68549.html site map
, http://christine.iifree.net/sitemap_1196860182_67488.html site map
, http://espinoza.007webpro.com/sitemap_1196860182_79640.html site map
, http://reginald.ypu.com/sitemap_1196860182_68549.html site map
, http://emory.awesomewebspace.com/sitemap_1196860182_79640.html site map
, http://kholodivker.247ihost.com/sitemap_1196860182_33583.html site map
, http://delagarza.yourfreehosting.net/sitemap_1196860182_44649.html site map
, http://emory.awesomewebspace.com/sitemap_1196860182_67488.html site map
, http://nathaniel.itrello.com/sitemap_1196860182_68549.html site map
, http://conroy.bestfreewebspace.net/sitemap_1196860182_67488.html site map
,

125 :QesVkgwYTujcZSa:2007/12/07(金) 10:40:56 ID:???
http://hammer-horror-selection-boxset-dvd.abesthealth.com/index.html hammer horror selection boxset dvd
, http://japanese-cuisine.abesthealth.com/index.html japanese cuisine
, http://lexmark-optra-t630-compatible-laser-toner-pri.abesthealth.com/index.html lexmark optra t630 compatible laser toner printer cartridge
, http://the-voluptuous-horror-of-karen-black.abesthealth.com/index.html the voluptuous horror of karen black
, http://black-print-cartridge-for-lexmark-z22-z32-ij6.abesthealth.com/index.html black print cartridge for lexmark z22 z32 ij600 inkjet printers
, http://zone-horror.abesthealth.com/index.html zone horror
, http://switzerland-economy.abesthealth.com/index.html switzerland economy
, http://walking-switzerland-the-swiss-way-book-by-mar.abesthealth.com/index.html walking switzerland the swiss way book by marcia philip lieberman
, http://hammer-horror-selection-boxset-dvd.abesthealth.com/index.html hammer horror selection boxset dvd
, http://compatible-black-inkjet-refill-kit-for-lexmar.abesthealth.com/index.html compatible black inkjet refill kit for lexmark 12a1970 ibm 1361400
,

126 :CeRPBLpyMhmgFyS:2007/12/08(土) 03:40:20 ID:???
text

127 :unRzbTuk:2007/12/08(土) 07:43:17 ID:???
text

128 :AncelveUsalse:2008/01/22(火) 13:01:27 ID:???
<a href=http://officialmedicines.com/cart.php?add=3329&aid=4210>discount buy viagra</a>

129 :Dulminlequism:2008/01/22(火) 20:14:16 ID:???
Espionage photos of new model Nokia N200 here: ?http://zsjablunka.cz/img/galerie/nokia/image.jpg ?It not a deceit?

130 :trorsediado:2008/01/28(月) 03:14:54 ID:???
http://crystaloverly.freeweb7.com/entertainment3276.html

131 :Teepheadomo:2008/02/25(月) 12:51:06 ID:???
Hello ? ? ツ <a href=http://find-your-love.ru></a> 粢褊 琺蒟 糂 籵 跫: 蓿鈑, 碚紆, 頏... ??G'fall off

132 :Soroavalp:2008/02/26(火) 18:30:10 ID:???
タ肭韜韜 鍄 粽 襄肛 鈞 1 褥 韭琿 蒻瑙韶 瑟頸褄 碚裹 25 000 糺琥褊韜 ?http://www.cornel.biz

133 :名無しさん@また挑戦:2008/05/25(日) 19:51:10 ID:HDPNs6+8
aaaaa

44 KB [ 2ちゃんねる 3億PV/日をささえる レンタルサーバー \877/2TB/100Mbps]

■ おすすめ2ちゃんねる 開発中。。。 by FOX ★
このスレを見ている人はこんなスレも見ています。(ver 0.20)
★TOEIC★この仕事をするならこのスコアだ! [ENGLISH]
【自作】 オリジナルプリント基板製作スレ 4層目 [電気・電子]
【統合】高校地学部(地学好き中高生が集う)スレ [earth]
BUFFALOのLAN接続HDD LinkStation Part6 [ハードウェア]
【YouTube】DTM 板的 動画スレ【Google】 [DTM]

新着レスの表示

掲示板に戻る 全部 前100 次100 最新50
名前: E-mail (省略可) :


read.cgi ver 05.0.7.0 2008/06/25
FOX ★ DSO(Dynamic Shared Object)