User:
Pass:
Keep:   
Xoops Cube Project
XOOPS Cube Project Site
Powered by Google


Powered by XOOPS Cube Legacy 2.1.8
PukiWikiMod 1.5.1
WordPress Module 0.6.0 Alpha
XOOPS/Hack/MultiMenuの機能追加 のバックアップの現在との差分(No.18)
[ リロード ]   [ ソース ]  [ トップ | 一覧 | 単語検索 | 最新 | バックアップ | ヘルプ ]


  • 追加された行はこの色です。
  • 削除された行はこの色です。

  #freeze	uid:2	aid:0	gid:0
  // author:0
  **MultiMenuモジュールの機能追加
  &COLOR(RED){このHackに関しては、日本語版本家の[[Malaika System:http://malaika.s31.xrea.com/]]で早速取り込んで頂けました。&br;[[MultiMenu 1.14-05日本語版:http://malaika.s31.xrea.com/modules/mydownloads/singlefile.php?cid=2&lid=9]]を参照下さい。};~
  %%XOOPSでメニューのレイアウトをカストマイズする場合に、MultiMenuを使用する事によって、かなり自由度のあるメニューが構築出来ます。~
  今回は、これに対してさらにモジュールのサブメニューを追加する場合にxoops_version.php等をHackすることなく追加出来るように[[MultiMenuモジュール1.14-4:http://malaika.s31.xrea.com/modules/mydownloads/singlefile.php?cid=2&lid=9]]に対して修正を行いました。%%
  
  ****機能追加概要
  MultiMenu管理画面における、リンクの記述方法に、以下の方法を追加しました。
  
  *****1. カスタムサブメニューとして表示
   -[module_name]
  
   -[module_name]xxxx.php?xxxx=xxxx
  
   -http://www.hogehoge.co.jp/xoops/index.php
  
  マイナス記号で始まるリンクを持つメニューは、マイナス記号で始まらないリンクを持つメニューのサブメニューに追加されます。~
  親メニューの属性によってサブメニューの表示のされ方は以下の例のように変わりますが、モジュール本来のサブメニューと同時に表示される場合は、モジュールのサブメニューの一番下にカスタムサブメニューが追加されます%%
  -例
  |TLEFT:80%||c
  |リンク|タイトル|h
  | [news]|ニュース|
  | -[news]article.php?storyid=2?storyid=2|大事なニュース|
  -表示 : (常時表示しています)
  |TLEFT:20%LEFT:50|LEFT:SC:#222222|c
  |>|ニュース|
  | |大事なニュース|
  &br;
  -例
  |TLEFT:80%||c
  |リンク|タイトル|h
  | +[news]|ニュース|
  | -[news]article.php?storyid=2?storyid=2|大事なニュース|
  -表示 : (常時表示しています)
  |TLEFT:20%LEFT:50|LEFT:SC:#222222|c
  |>|ニュース|
  | |ニュース投稿|
  | |アーカイブ|
  | |大事なニュース|
  &br;
  -例
  |TLEFT:80%||c
  |リンク|タイトル|h
  | &[news]|ニュース|
  | -[news]article.php?storyid=2?storyid=2|大事なニュース|
  -表示 : (通常)
  |TLEFT:20%LEFT:50|LEFT:SC:#222222|c
  |>|ニュース|
  -表示  : (該当するモジュールを表示してる時)
  |TLEFT:20%LEFT:50|LEFT:SC:#222222|c
  |>|ニュース|
  | |ニュース投稿|
  | |アーカイブ|
  | |大事なニュース|
  &br;
  *****2. 該当するモジュールを表示してる時だけ、カスタムサブメニューを表示する
  (モジュール本来のサブメニューは表示しない)
   &[module_name]
  
   &[module_name]xxxx.php?xxxx=xxxx
  &記号で始まりXOOPSモジュールを指定するリンクを持つメニューは、以下に続くマイナス記号で始まるリンクを持つカスタムサブメニューの親メニューとなります。但し、カスタムサブメニューが表示されるのは該当するモジュールを表示しているときだけで、この時モジュール本来のサブメニューは表示されません。
  -例
  |TLEFT:80%||c
  |リンク|タイトル|h
  | &[news]|ニュース|
  | -[news]article.php?storyid=2?storyid=2|大事なニュース|
  -表示 : (通常)
  |TLEFT:20%LEFT:50|LEFT:SC:#222222|c
  |>|ニュース|
  -表示  : (該当するモジュールを表示してる時)
  |TLEFT:20%LEFT:50|LEFT:SC:#222222|c
  |>|ニュース|
  | |大事なニュース|
  &br;
  ****ダウンロードと導入
  *****1.元ファイルのバックアップ
   modules/multimenu/blocks/multimenu.php
  *****2.ファイルのダウンロードと解凍
  %%#ref(XOOPS2_mod_multimenu_1.14-04_nobunobu_hack.0.2.ZIP)%%~
  %%上記のファイルをダウンロードし解凍した後に、multimenuモジュールのファイルを上書きします。%%~
  &color(RED){[[MultiMenu 1.14-05日本語版:http://malaika.s31.xrea.com/modules/mydownloads/singlefile.php?cid=2&lid=9]]を参照下さい。};
  
  ****変更履歴
  -2004/10/24 16:00 本家で[[MultiMenu 1.14-05日本語版:http://malaika.s31.xrea.com/modules/mydownloads/singlefile.php?cid=2&lid=9]]としてリリースされました。
  -2004/10/23 22:20 一部不具合につきリリース0.2に差し替え
  -2004/10/23 22:00 初期リリース%%
  ----80%
  ****コメント
  -&areaedit(ucd:9hMlkWKl0vNc,preview:5){のぶのぶさん、こんばんは、xoopsのトラブルシューティングからここにきました。うぇブログの記事投稿リンクの出現させ方がわかりません。ここの記事を読めばきっとわかる、とのことですがまだわからないでいます。もしよろしければ、詳しい解説をしていただけないでしょうか?ニッキーhttp://manekinecoin.com/modules/weblog/weblog-tb.php/1 -- [[通りすがりさん>user/通りすがりさん]] &new{2005-12-19 (月) 23:08:17};};
  -&areaedit(uid:2,preview:5){multimenuのlink定義で[weblog]という様に定義されている部分を、+[weblog]という風に、+記号を先頭に付ければ、モジュールが用意しているサブメニューが表示されると思います。 -- [[nobunobu>user/nobunobu]] &new{2005-12-19 (月) 23:51:39};};
  -&areaedit(ucd:9hMlkWKl0vNc,preview:5){のぶのぶさん、こんばんは、教えていただきありがとうございます。/modules/blocksadmin/admin/menu.phpの16行目のところで+を付けたら、うぇぶろぐ投稿できるようになりました。ありがとうございます。}; -- [[[ja_通りすがりさん[/ja_[en_Guest[/en_>user/[ja_通りすがりさん[/ja_[en_Guest[/en_]] &new{2005-12-22 (木) 20:38:28};
  -&areaedit(ucd:97dM9sxXxZxE,preview:5){のぶのぶさん、こんにちは。便利にmultmenu使わせていただいています。1点だけ出来たらいいなと思うのは、アイコンをつけることですが、簡単に出来ないでしょうか?のぶのぶさんのmultimenuのハックにchushokigyo.comさんのようなアイコン表示が出来るといいなと思っています。}; -- [[Harry]] &new{2006-09-03 (Sun) 09:30:43};
  -&areaedit(ucd:9UjJx5CD3hZk,preview:5){本家のほうからダウンロードできないので、のぶのぶさんのを使わせていただきます。}; -- [[通りすがりさん]] &new{2006-10-23 (月) 13:23:00};
  -&areaedit(ucd:9rVfPvmHKqXM,preview:5){<a href=  ></a><br/>}; -- [[shtzlfn]] &new{2007-02-26 (月) 08:46:38};
  -&areaedit(ucd:9f0eReWhUyos,preview:5){ <a href=" http://easyordercialis.blogspot.com ">order cialis</a>}; -- [[order_cialis]] &new{2007-03-07 (水) 07:49:29};
  -&areaedit(ucd:9LiQfgDdYR6.,preview:5){ <a href=" http://uaro.info/asia-travel-package/ ">asia travel package</a>}; -- [[asia_travel_package]] &new{2007-03-15 (木) 05:07:40};
  -&areaedit(ucd:9.SifntXmoPU,preview:5){Nice site.}; -- [[Soa]] &new{2007-04-09 (月) 21:12:46};
  -&areaedit(ucd:9.SifntXmoPU,preview:5){Nice site.}; -- [[Soa]] &new{2007-04-09 (月) 21:12:53};
  -&areaedit(ucd:93VFy0VpKfBQ,preview:5){ <a href=" http://www.blogger.com/feeds/2422732628106190459/posts/default ">download free music</a>}; -- [[free_music_download]] &new{2007-04-13 (金) 03:12:41};
  -&areaedit(ucd:9/9bYlVuptPE,preview:5){<a href=" http://yiprerr6.t35.com ">baby toys</a>}; -- [[t35]] &new{2007-04-13 (金) 08:00:24};
  -&areaedit(ucd:9sgjFK5vPGzc,preview:5){<a href= http://lwz0fmav.t35.com/newborn-baby/newborn-baby-product.html >newborn baby product</a>}; -- [[newborn_baby_product_]] &new{2007-04-16 (月) 14:43:18};
  -&areaedit(ucd:90OrwyYoCAn.,preview:5){<a href= http://nacho-vidal-desnudo.eeiii.info/ >nacho vidal desnudo</a> <a href= http://nazionale-canada.nniii.info/ >nazionale canada</a> <a href= http://plotter-morsetto-usato.nniii.info/ >plotter morsetto usato</a> <a href= http://nelson-aquino.eeiii.info/ >nelson aquino</a>}; -- [[xlks]] &new{2007-04-30 (月) 20:57:44};
  -&areaedit(ucd:980ZXUD.0FCg,preview:5){<a href= http://hopping-mappy.uueee.info/ >hopping mappy</a> <a href= http://gallery-hard.uueee.info/ >gallery hard</a> <a href= http://david-gramiccioli.tteee.info/ >david gramiccioli</a> <a href= http://convento-frati-milano.tteee.info/ >convento frati milano</a>}; -- [[torir]] &new{2007-05-01 (火) 16:02:37};
  -&areaedit(ucd:980ZXUD.0FCg,preview:5){<a href= http://contratti-collettivi-nazionali-lavoro.rreee.info/ >contratti collettivi nazionali lavoro</a> <a href= http://computer-recensione.rreee.info/ >computer recensione</a> <a href= http://conosci-russo.rreee.info/ >conosci russo</a> <a href= http://diritto-commerciale-societa.rreee.info/ >diritto commerciale societa</a>}; -- [[skqiw]] &new{2007-05-01 (火) 16:02:46};
  -&areaedit(ucd:9jwXex.Iuq56,preview:5){<a href= http://monster-jamp.yyeee.info/ >monster jamp</a> <a href= http://jewellery-store-chain.yyeee.info/ >jewellery store chain</a> <a href= http://locali-cena.yyeee.info/ >locali cena</a> <a href= http://jeremias-gorda-bella.yyeee.info/ >jeremias gorda bella</a>}; -- [[sduew]] &new{2007-05-07 (月) 07:55:31};
  -&areaedit(ucd:9jwXex.Iuq56,preview:5){<a href= http://immobiliare-morbegno.wweee.info/ >immobiliare morbegno</a> <a href= http://museo-galleria-padova.yyeee.info/ >museo galleria padova</a> <a href= http://gallery-christina-aguilera.wweee.info/ >gallery christina aguilera</a> <a href= http://hotel-ivano-frankivsk.wweee.info/ >hotel ivano frankivsk</a>}; -- [[sduew]] &new{2007-05-07 (月) 08:00:25};
  -&areaedit(ucd:95X3Hhu1qoKY,preview:5){<a href= http://tessera-invalido-civile-napoli.ppiii.info/ >tessera invalido civile napoli</a> <a href= http://subaru-concessionaria-catania.ppiii.info/ >subaru concessionaria catania</a> <a href= http://serie-modello-porsche.ppiii.info/ >serie modello porsche</a> <a href= http://ricorso-risarcimento-danno-sinistro.ppiii.info/ >ricorso risarcimento danno sinistro</a>}; -- [[loiws]] &new{2007-05-08 (火) 14:58:09};
  -&areaedit(ucd:9gFZckHlx.zs,preview:5){<a href= http://giono-jean-libro.wweee.info/ >giono jean libro</a> <a href= http://generosita-augusto-verso-senatore.wweee.info/ >generosita augusto verso senatore</a> <a href= http://hotel-ivano-frankivsk.wweee.info/ >hotel ivano frankivsk</a> <a href= http://izzi-psicologa-torino.yyeee.info/ >izzi psicologa torino</a>}; -- [[xmyew]] &new{2007-05-09 (水) 15:45:44};
  -&areaedit(ucd:9z2qJ2jyYmGU,preview:5){<a href= http://testo-abbi-fede.qqiii.info/ >testo abbi fede</a> <a href= http://casino-cameo.qqeee.info/ >casino cameo</a> <a href= http://sito-alessandro-piero.qqiii.info/ >sito alessandro piero</a> <a href= http://benelli-pesaro.qqeee.info/ >benelli pesaro</a>}; -- [[bmjds]] &new{2007-05-10 (木) 15:59:17};
  -&areaedit(ucd:9z2qJ2jyYmGU,preview:5){<a href= http://navi-plus-audi.eeiii.info/ >navi plus audi</a> <a href= http://occhiali-cristian-dior.eeiii.info/ >occhiali cristian dior</a> <a href= http://prenotazione-hotel-nave.nniii.info/ >prenotazione hotel nave</a> <a href= http://reggio-emilia-scuola-superiori.nniii.info/ >reggio emilia scuola superiori</a>}; -- [[vmdj]] &new{2007-05-10 (木) 16:03:50};
  -&areaedit(ucd:9z2qJ2jyYmGU,preview:5){<a href= http://residence-palau-green.ooiii.info/ >residence palau green</a> <a href= http://prof-guerra.ooiii.info/ >prof guerra</a> <a href= http://profilo-serramenti-acciaio-roma.ooiii.info/ >profilo serramenti acciaio roma</a> <a href= http://auto-citta-bianca.ooeee.info/ >auto citta bianca</a>}; -- [[lsoif]] &new{2007-05-10 (木) 16:07:14};
  -&areaedit(ucd:9z2qJ2jyYmGU,preview:5){<a href= http://speciale-ponti.ppiii.info/ >speciale ponti</a> <a href= http://cantanti-napoletani-alessio.ppeee.info/ >cantanti napoletani alessio</a> <a href= http://super-nintendo-screenshot.ppiii.info/ >super nintendo screenshot</a> <a href= http://castellano-gianluca.ppeee.info/ >castellano gianluca</a>}; -- [[zjysa]] &new{2007-05-10 (木) 16:20:47};
  -&areaedit(ucd:9z2qJ2jyYmGU,preview:5){<a href= http://decreto-espulsione-giudice-pace.rreee.info/ >decreto espulsione giudice pace</a> <a href= http://comportamento-tenere-rispetto-privacy.rreee.info/ >comportamento tenere rispetto privacy</a> <a href= http://vendita-porta-blindate.rriii.info/ >vendita porta blindate</a> <a href= http://come-fare-innamorare.rreee.info/ >come fare innamorare</a>}; -- [[bmjdd]] &new{2007-05-10 (木) 16:23:53};
  -&areaedit(ucd:9z2qJ2jyYmGU,preview:5){<a href= http://hotel-centro-stoccolma.wweee.info/ >hotel centro stoccolma</a> <a href= http://ghita-levin.wweee.info/ >ghita levin</a> <a href= http://guarire-psicoterapia.wweee.info/ >guarire psicoterapia</a> <a href= http://linfoma-hocking.yyeee.info/ >linfoma hocking</a>}; -- [[aksss]] &new{2007-05-10 (木) 16:39:08};
  -&areaedit(ucd:9z2qJ2jyYmGU,preview:5){<a href= http://gallery-christina-aguilera.wweee.info/ >gallery christina aguilera</a> <a href= http://hippo-lion.wweee.info/ >hippo lion</a> <a href= http://interni-suzuki-swift.wweee.info/ >interni suzuki swift</a> <a href= http://londra-ostelli.yyeee.info/ >londra ostelli</a>}; -- [[aksss]] &new{2007-05-10 (木) 16:42:33};
  -&areaedit(ucd:9uzOv6k9srMw,preview:5){<a href= http://radio-geloso.ooiii.info/ >radio geloso</a> <a href= http://recensione-fuori-evidente-destino.ooiii.info/ >recensione fuori evidente destino</a> <a href= http://prof-guerra.ooiii.info/ >prof guerra</a> <a href= http://regione-palermo.ooiii.info/ >regione palermo</a>}; -- [[vmhjs]] &new{2007-05-11 (金) 14:21:40};
  -&areaedit(ucd:9uzOv6k9srMw,preview:5){<a href= http://perdi-peso-cerotto-rimodellante.eeiii.info/ >perdi peso cerotto rimodellante</a> <a href= http://partenza-aereoporto-malpensa.nniii.info/ >partenza aereoporto malpensa</a> <a href= http://preghiera-beatitudine.nniii.info/ >preghiera beatitudine</a> <a href= http://recensione-film-notizia.nniii.info/ >recensione film notizia</a>}; -- [[kfhs]] &new{2007-05-11 (金) 14:38:02};
  -&areaedit(ucd:9uzOv6k9srMw,preview:5){<a href= http://lisa-kage-movie.eeiii.info/ >lisa kage movie</a> <a href= http://lana-cove-realestate.eeiii.info/ >lana cove realestate</a> <a href= http://kareena-kapoor-wallpapers.eeiii.info/ >kareena kapoor wallpapers</a> <a href= http://plastica-acerbis.nniii.info/ >plastica acerbis</a>}; -- [[kfhs]] &new{2007-05-11 (金) 14:41:25};
  -&areaedit(ucd:9uzOv6k9srMw,preview:5){<a href= http://miguel-naked.yyeee.info/ >miguel naked</a> <a href= http://ines-keity.wweee.info/ >ines keity</a> <a href= http://joypad-xbox-filo.yyeee.info/ >joypad xbox filo</a> <a href= http://immagine-glitterate-amicizia.wweee.info/ >immagine glitterate amicizia</a>}; -- [[tjdgf]] &new{2007-05-11 (金) 15:34:35};
  -&areaedit(ucd:9uzOv6k9srMw,preview:5){<a href= http://libretto-flauto-magico.yyeee.info/ >libretto flauto magico</a> <a href= http://girolamo-savanarola.wweee.info/ >girolamo savanarola</a> <a href= http://killer-milwaukee-foto.yyeee.info/ >killer milwaukee foto</a> <a href= http://libero-ilaria-galassi.yyeee.info/ >libero ilaria galassi</a>}; -- [[tjdgf]] &new{2007-05-11 (金) 15:37:41};
  -&areaedit(ucd:9.jzFWCQuhiI,preview:5){<a href= http://hotel-acquarello-lugano.wweee.info/ >hotel acquarello lugano</a> <a href= http://moda-palermo.yyeee.info/ >moda palermo</a> <a href= http://giovane-immagine.wweee.info/ >giovane immagine</a> <a href= http://intervento-bypass-coronarico.wweee.info/ >intervento bypass coronarico</a>}; -- [[skufg]] &new{2007-05-12 (土) 16:10:26};
  -&areaedit(ucd:9.jzFWCQuhiI,preview:5){<a href= http://napoli-logo.yyeee.info/ >napoli logo</a> <a href= http://musicoterapia-alzheimer-lanciano.yyeee.info/ >musicoterapia alzheimer lanciano</a> <a href= http://leggi-provinciali.yyeee.info/ >leggi provinciali</a> <a href= http://leccata-piede.yyeee.info/ >leccata piede</a>}; -- [[skufg]] &new{2007-05-12 (土) 16:14:23};
  -&areaedit(ucd:9FgImgnTMbTA,preview:5){<a href="http://www.baseballakademie.de/gaestebuch/"> baseballakademie.de </a>  http://tramadol1.blog.com/ buy tramadol [url]http://tramadol1.blog.com/[/url]  <a href="http://www.bahrainrc.com/modules.php?name=Forums&file=posting&mode=quote&p=8488"> bahrainrc.com </a> This message is approved by me}; -- [[buy_tramadol]] &new{2007-06-05 (火) 11:34:00};
  -&areaedit(ucd:93LtTycYJjfI,preview:5){<a href=" http://ses3sdqn.t35.com/sex-guide/sex-guide.html ">sex guide</a>}; -- [[sex_guide]] &new{2007-06-25 (月) 00:24:24};
  -&areaedit(ucd:9SJjktGGlrYE,preview:5){I like it! fdbf541d6aafcc1f5b5c915c77ad13d4}; -- [[ldlokomotiveqm]] &new{2007-08-11 (土) 18:47:24};
  -&areaedit(ucd:9B0znohRu/ig,preview:5){hello! nice site, I like it!}; -- [[kqlokomotivehx]] &new{2007-08-15 (水) 01:30:49};
  -&areaedit(ucd:9B0znohRu/ig,preview:5){very nice <a href= http://pos-xl2.biz/1.html >okay</a>  [url=http://pos-xl2.biz/1.html]okay[/url]}; -- [[eblokomotivewd]] &new{2007-08-15 (水) 01:30:50};
  -&areaedit(ucd:9B0znohRu/ig,preview:5){very nice <a href= http://pos-xl2.biz/42.html >okay</a>  [url=http://pos-xl2.biz/42.html]okay[/url]}; -- [[ldlokomotiveyw]] &new{2007-08-15 (水) 23:58:40};
  -&areaedit(ucd:9FLECwFLhjok,preview:5){very nice <a href= http://xxx-4.biz/579.html >hueplot</a>  [url=http://xxx-4.biz/579.html]hueplot[/url]}; -- [[qalokomotivedq]] &new{2007-08-16 (木) 23:15:52};
  -&areaedit(ucd:9q.FayCM.A0w,preview:5){very nice <a href= http://xxx-4.biz/83.html >hueplot</a>  [url=http://xxx-4.biz/83.html]hueplot[/url]}; -- [[oclokomotivexl]] &new{2007-08-18 (土) 17:01:08};
  -&areaedit(ucd:9sV/Gz1adznY,preview:5){very nice <a href= http://xxx-4.biz/735.html >hueplot</a>  [url=http://xxx-4.biz/735.html]hueplot[/url]}; -- [[qflokomotivees]] &new{2007-08-19 (日) 23:08:05};
  -&areaedit(ucd:9iHKhhnwCjtE,preview:5){I have visited your site 461-times}; -- [[Visitor256]] &new{2007-08-24 (金) 18:03:57};
  -&areaedit(ucd:9j6YWY25irNU,preview:5){Your site found in Google: <a href="http://google.com/search?q=fcj">position789</a>}; -- [[Visitor911]] &new{2007-08-24 (金) 18:04:04};
  -&areaedit(ucd:9DnNr/vkrRb2,preview:5){Your site found in Google: [URL=http://google.com/search?q=ecv]position391[/URL]}; -- [[Visitor594]] &new{2007-08-24 (金) 18:04:28};
  -&areaedit(ucd:9tJYvQ3Wjq4Y,preview:5){Your site found in Google: http://google.com/search?q=lxj}; -- [[Visitor490]] &new{2007-08-24 (金) 18:04:51};
  -&areaedit(ucd:9RFUPEYlseZo,preview:5){very nice <a href= http://4.i-sexy.biz/265.html >olalala</a>  [url=http://4.i-sexy.biz/265.html]olalala[/url]}; -- [[tflokomotiveqo]] &new{2007-08-26 (日) 07:13:31};
  -&areaedit(ucd:9iI9tYWRXDvc,preview:5){very nice <a href= http://3.sexxxysite.biz/263.html >nice</a>  [url=http://3.sexxxysite.biz/263.html]nice[/url]}; -- [[ptlokomotiveqg]] &new{2007-08-27 (月) 20:29:48};
  -&areaedit(ucd:9sEPNSs5/bPA,preview:5){very nice <a href= http://2.showmesex.biz/693.html >welcome</a>  [url=http://2.showmesex.biz/693.html]welcome[/url]}; -- [[zllokomotivepg]] &new{2007-08-29 (水) 10:13:16};
  -&areaedit(ucd:9j3VUwiTyF02,preview:5){from poland with gteetz <a href= http://6.0xxx.biz/114.html >johndoe</a>  [url=http://6.0xxx.biz/114.html]johndoe[/url]}; -- [[npryzhijcherttj]] &new{2007-08-30 (木) 18:10:08};
  -&areaedit(ucd:9nwZFsZvv09A,preview:5){<a href= https://www.blogger.com/comment.g?blogID=4725950682509869&postID=3108120927938053071 >atkins diet</a>}; -- [[atkins_diet]] &new{2007-09-02 (日) 00:45:51};
  -&areaedit(ucd:9nwZFsZvv09A,preview:5){<a href= https://www.blogger.com/comment.g?blogID=6107627206026391737&postID=5098179809156568093 >ediets</a>}; -- [[ediets]] &new{2007-09-02 (日) 00:46:23};
  -&areaedit(ucd:9dDc5Wt.DB.U,preview:5){<a href= https://www.blogger.com/comment.g?blogID=4725950682509869&postID=3108120927938053071 >atkins diet</a>}; -- [[atkins_diet]] &new{2007-09-02 (日) 00:46:31};
  -&areaedit(ucd:9URSP2hKh7do,preview:5){<a href= https://www.blogger.com/comment.g?blogID=4725950682509869&postID=3108120927938053071 >atkins diet</a>}; -- [[atkins_diet]] &new{2007-09-03 (月) 02:35:54};
  -&areaedit(ucd:953.fVj066eY,preview:5){WOW, my fatcher boght a new computer for me today!}; -- [[tzsoftxf]] &new{2007-09-03 (月) 05:24:40};
  -&areaedit(ucd:953.fVj066eY,preview:5){ I m so happy that I found this site! <a href= http://14.5xxx.biz/155.html >nice</a>  [url=http://14.5xxx.biz/155.html]nice[/url]}; -- [[exsoftwh]] &new{2007-09-03 (月) 05:24:48};
  -&areaedit(ucd:9PcmAAGOg01o,preview:5){WOW, my fatcher boght a new computer for me today!}; -- [[mhsoftqk]] &new{2007-09-11 (火) 10:06:41};
  -&areaedit(ucd:9PcmAAGOg01o,preview:5){ I m so happy that I found this site! <a href= http://3.xxx0.biz/719.html >link</a>  [url=http://3.xxx0.biz/719.html]link[/url]}; -- [[mxsoftep]] &new{2007-09-11 (火) 10:06:45};
  -&areaedit(ucd:9khSPO6mW4Bw,preview:5){WOW, my fatcher boght a new computer for me today!}; -- [[rysoftxy]] &new{2007-09-12 (水) 19:32:57};
  -&areaedit(ucd:9khSPO6mW4Bw,preview:5){ I m so happy that I found this site! <a href=  ></a>  [url=][/url]}; -- [[njsoftzy]] &new{2007-09-12 (水) 19:33:00};
  -&areaedit(ucd:9khSPO6mW4Bw,preview:5){ I m so happy that I found this site! <a href=  ></a>  [url=][/url]}; -- [[wdsoftbo]] &new{2007-09-12 (水) 19:33:03};
  -&areaedit(ucd:9N1Q0WwgefdA,preview:5){Your site found in Google: http://google.com/search?q=ghi}; -- [[Visitor505]] &new{2007-09-13 (木) 17:33:29};
  -&areaedit(ucd:9J2d.ATSObhY,preview:5){WOW, my fatcher boght a new computer for me today!}; -- [[rvsoftad]] &new{2007-09-13 (木) 21:14:47};
  -&areaedit(ucd:9J2d.ATSObhY,preview:5){ I m so happy that I found this site! <a href= http://t.xxx2.biz/422.html >link</a>  [url=http://t.xxx2.biz/422.html]link[/url]}; -- [[uhsoftis]] &new{2007-09-13 (木) 21:14:49};
  -&areaedit(ucd:9/MxIr5vg/rk,preview:5){WOW, my fatcher boght a new computer for me today!}; -- [[ovsoftgt]] &new{2007-09-14 (金) 09:16:21};
  -&areaedit(ucd:9/MxIr5vg/rk,preview:5){ I m so happy that I found this site! <a href= http://o.xxx3.biz/884.html >link</a>  [url=http://o.xxx3.biz/884.html]link[/url]}; -- [[gpsoftaf]] &new{2007-09-14 (金) 09:16:22};
  -&areaedit(ucd:9GgsVCDjX/Jk,preview:5){WOW, my fatcher boght a new computer for me today!}; -- [[aesoftvq]] &new{2007-09-14 (金) 09:18:06};
  -&areaedit(ucd:9GgsVCDjX/Jk,preview:5){ I m so happy that I found this site! <a href= http://2.xxx3.biz/955.html >link</a>  [url=http://2.xxx3.biz/955.html]link[/url]}; -- [[ezsoftxx]] &new{2007-09-14 (金) 09:18:07};
  -&areaedit(ucd:9L5EHTddkrD6,preview:5){WOW, my fatcher boght a new computer for me today!}; -- [[svsoftqz]] &new{2007-09-15 (土) 05:25:28};
  -&areaedit(ucd:9L5EHTddkrD6,preview:5){ I m so happy that I found this site! <a href= http://4.xxx4.biz/563.html >link</a>  [url=http://4.xxx4.biz/563.html]link[/url]}; -- [[dasoftkc]] &new{2007-09-15 (土) 05:25:30};
  -&areaedit(ucd:9L5EHTddkrD6,preview:5){WOW, my fatcher boght a new computer for me today!}; -- [[fasoftes]] &new{2007-09-15 (土) 18:16:01};
  -&areaedit(ucd:9L5EHTddkrD6,preview:5){ I m so happy that I found this site! <a href= http://f.xxx4.biz/660.html >link</a>  [url=http://f.xxx4.biz/660.html]link[/url]}; -- [[ttsoftfs]] &new{2007-09-15 (土) 18:16:04};
  -&areaedit(ucd:9k4N0ijT6BDc,preview:5){Good site!}; -- [[rbsoftpe]] &new{2007-09-16 (日) 01:13:56};
  -&areaedit(ucd:9k4N0ijT6BDc,preview:5){ Hello <a href= http://j.xxx5.biz/692.html >link</a>}; -- [[ugsoftjw]] &new{2007-09-16 (日) 01:13:57};
  -&areaedit(ucd:9k4N0ijT6BDc,preview:5){Good site!}; -- [[pbsoftxg]] &new{2007-09-16 (日) 03:38:49};
  -&areaedit(ucd:9k4N0ijT6BDc,preview:5){ Hello <a href= http://i.xxx5.biz/671.html >link</a>}; -- [[bdsoftwl]] &new{2007-09-16 (日) 03:38:51};
  -&areaedit(ucd:9mdN5yFe9mS.,preview:5){Good site!}; -- [[pisoftuf]] &new{2007-09-17 (月) 02:24:35};
  -&areaedit(ucd:9mdN5yFe9mS.,preview:5){ Hello <a href= http://44.xx11.biz/189.html >link</a>}; -- [[eysofttg]] &new{2007-09-17 (月) 02:24:37};
  -&areaedit(ucd:9qM.BvMhpTwI,preview:5){Good site!}; -- [[ijsoftlc]] &new{2007-09-17 (月) 08:37:16};
  -&areaedit(ucd:9qM.BvMhpTwI,preview:5){ Hello <a href= http://48.xx11.biz/264.html >link</a>}; -- [[besoftqf]] &new{2007-09-17 (月) 08:37:20};
  -&areaedit(ucd:9qM.BvMhpTwI,preview:5){Good site!}; -- [[wcsoftoe]] &new{2007-09-17 (月) 11:15:51};
  -&areaedit(ucd:9qM.BvMhpTwI,preview:5){ Hello <a href= http://32.xx11.biz/270.html >link</a>}; -- [[mqsoftcr]] &new{2007-09-17 (月) 11:15:53};
  -&areaedit(ucd:9qM.BvMhpTwI,preview:5){Good site!}; -- [[ptsoftgp]] &new{2007-09-17 (月) 12:51:30};
  -&areaedit(ucd:9qM.BvMhpTwI,preview:5){ Hello <a href= http://05.xx11.biz/191.html >link</a>}; -- [[kfsoftap]] &new{2007-09-17 (月) 12:51:33};
  -&areaedit(ucd:9qM.BvMhpTwI,preview:5){Good site!}; -- [[alsoftnw]] &new{2007-09-17 (月) 23:28:26};
  -&areaedit(ucd:9qM.BvMhpTwI,preview:5){ Hello <a href= http://23.xx11.biz/61.html >link</a>}; -- [[qqsoftag]] &new{2007-09-17 (月) 23:28:27};
  -&areaedit(ucd:97Aq5y5xiqkY,preview:5){Good site!}; -- [[mfsofthb]] &new{2007-09-18 (火) 01:58:17};
  -&areaedit(ucd:97Aq5y5xiqkY,preview:5){ Hello <a href= http://34.xx11.biz/22.html >link</a>}; -- [[mmsofttf]] &new{2007-09-18 (火) 01:58:19};
  -&areaedit(ucd:97Aq5y5xiqkY,preview:5){Good site!}; -- [[sisoftah]] &new{2007-09-18 (火) 11:37:07};
  -&areaedit(ucd:97Aq5y5xiqkY,preview:5){ Hello <a href= http://04.xx02.biz/7.html >link</a>}; -- [[sosoftfe]] &new{2007-09-18 (火) 11:37:10};
  -&areaedit(ucd:943be6ZkU2eA,preview:5){Good site!}; -- [[pksoftts]] &new{2007-09-18 (火) 19:05:19};
  -&areaedit(ucd:943be6ZkU2eA,preview:5){ Hello <a href= http://29.xx01.biz/217.html >link</a>}; -- [[uysoftzx]] &new{2007-09-18 (火) 19:05:22};
  -&areaedit(ucd:9XjjgYnjKeIA,preview:5){Good site!}; -- [[mzsoftlq]] &new{2007-09-20 (木) 05:22:07};
  -&areaedit(ucd:9XjjgYnjKeIA,preview:5){ Hello <a href= http://00.xx03.biz/53.html >link</a>}; -- [[iysoftzz]] &new{2007-09-20 (木) 05:22:10};
  -&areaedit(ucd:9VFteuVwCDoQ,preview:5){Good site!}; -- [[nvsoftfx]] &new{2007-09-20 (木) 19:20:11};
  -&areaedit(ucd:9VFteuVwCDoQ,preview:5){ Hello <a href= http://23.xx04.biz/87.html >link</a>}; -- [[slsoftwe]] &new{2007-09-20 (木) 19:20:14};
  -&areaedit(ucd:9eTbp2Tdmmhs,preview:5){Good site!}; -- [[fusoftfl]] &new{2007-09-21 (金) 22:37:13};
  -&areaedit(ucd:9eTbp2Tdmmhs,preview:5){ Hello <a href= http://12.xx06.biz/113.html >link</a>}; -- [[yjsoftoi]] &new{2007-09-21 (金) 22:37:16};
  -&areaedit(ucd:9w5PKoZ8sGew,preview:5){Good site!}; -- [[ncsoftlj]] &new{2007-09-22 (土) 00:02:08};
  -&areaedit(ucd:9w5PKoZ8sGew,preview:5){ Hello <a href= http://22.xx05.biz/836.html >link</a>}; -- [[bzsoftfl]] &new{2007-09-22 (土) 00:02:11};
  -&areaedit(ucd:9FBlnS52YhCM,preview:5){Good site!}; -- [[qtsoftqb]] &new{2007-09-22 (土) 17:20:56};
  -&areaedit(ucd:9FBlnS52YhCM,preview:5){ Hello <a href= http://17.xx07.biz/373.html >link</a>}; -- [[yjsoftlt]] &new{2007-09-22 (土) 17:20:58};
  -&areaedit(ucd:9/u9RQ9tuXzw,preview:5){Good site!}; -- [[rwsoftlk]] &new{2007-09-23 (日) 00:45:33};
  -&areaedit(ucd:9/u9RQ9tuXzw,preview:5){ Hello <a href= http://26.xx09.biz/247.html >link</a>}; -- [[axsoftra]] &new{2007-09-23 (日) 00:45:35};
  -&areaedit(ucd:9dYRHTv8WW5c,preview:5){Good site!}; -- [[tmsoftvu]] &new{2007-09-23 (日) 11:41:01};
  -&areaedit(ucd:9dYRHTv8WW5c,preview:5){ Hello <a href= http://00.xx07.biz/376.html >link</a>}; -- [[tjsoftup]] &new{2007-09-23 (日) 11:41:05};
  -&areaedit(ucd:9EgEcKIgMmlI,preview:5){Good site!}; -- [[rusoftjf]] &new{2007-09-24 (月) 08:52:12};
  -&areaedit(ucd:9EgEcKIgMmlI,preview:5){ Hello <a href= http://20.xx10.biz/184.html >link</a>}; -- [[mgsoftsc]] &new{2007-09-24 (月) 08:52:24};
  -&areaedit(ucd:9c2bZFF8r79w,preview:5){Good site!}; -- [[kwsoftot]] &new{2007-09-24 (月) 21:34:59};
  -&areaedit(ucd:9c2bZFF8r79w,preview:5){ Hello <a href= http://36.xx13.biz/182.html >link</a>}; -- [[ktsoftam]] &new{2007-09-24 (月) 21:35:01};
  -&areaedit(ucd:9nubFi/qlGLw,preview:5){Good site!}; -- [[jusoftbf]] &new{2007-09-29 (土) 01:23:32};
  -&areaedit(ucd:9nubFi/qlGLw,preview:5){ Hello <a href= http://26.xx18.biz/97.html >link</a>}; -- [[wusoftrn]] &new{2007-09-29 (土) 01:23:34};
  -&areaedit(ucd:91EIQiK/NH1c,preview:5){ZnTAFssxP}; -- [[fwvtmsq]] &new{2007-10-01 (月) 13:29:15};
  -&areaedit(ucd:9Zu9n0lViKZs,preview:5){of the acting entity http://www.freewebtown.com/tickets4you/basketball-tickets.html of such entity, whether by contract http://www.freewebtown.com/tickets4you/air-tickets.html}; -- [[airtickets]] &new{2007-10-02 (火) 07:04:19};
  -&areaedit(ucd:9khR8Q4EPbIU,preview:5){or more of the outstanding shares, beneficial http://www.freewebtown.com/tickets4you/basketball-tickets.html entity and all other http://www.freewebtown.com/tickets4you/air-tickets.html}; -- [[airtickets]] &new{2007-10-02 (火) 10:17:18};
  -&areaedit(ucd:9w4LLb4bK7hE,preview:5){hello, cheap cream <a href="https://www.blogger.com/comment.g?blogID=615165593163945954&postID=880190168050839982">lotion maxoderm</a> cheap}; -- [[maxoderm]] &new{2007-10-03 (水) 02:05:23};
  -&areaedit(ucd:9w4LLb4bK7hE,preview:5){hello, scam topical <a href="https://www.blogger.com/comment.g?blogID=615165593163945954&postID=880190168050839982">free maxoderm</a> enhancement}; -- [[maxoderm]] &new{2007-10-03 (水) 02:45:25};
  -&areaedit(ucd:9w4LLb4bK7hE,preview:5){hello, male maxoderm <a href="https://www.blogger.com/comment.g?blogID=615165593163945954&postID=880190168050839982">free maxoderm</a> enlargement}; -- [[maxoderm]] &new{2007-10-03 (水) 03:03:07};
  -&areaedit(ucd:9w4LLb4bK7hE,preview:5){hello, enhancement maxoderm <a href="https://www.blogger.com/comment.g?blogID=615165593163945954&postID=880190168050839982">enhancement maxoderm</a> cheap}; -- [[maxoderm]] &new{2007-10-03 (水) 03:40:48};
  -&areaedit(ucd:9w4LLb4bK7hE,preview:5){hello, enlargement maxoderm <a href="https://www.blogger.com/comment.g?blogID=615165593163945954&postID=880190168050839982">cream maxoderm</a> cheap}; -- [[maxoderm]] &new{2007-10-03 (水) 04:22:04};
  -&areaedit(ucd:9w4LLb4bK7hE,preview:5){hello, topical cream <a href="https://www.blogger.com/comment.g?blogID=615165593163945954&postID=880190168050839982">free maxoderm</a> enhancement}; -- [[maxoderm]] &new{2007-10-03 (水) 04:32:26};
  -&areaedit(ucd:9TD6k7Z.wrM6,preview:5){If you want do delete your site from our spam bases - just email us with domain of your site:[email protected] you!}; -- [[Alexqzu]] &new{2007-10-03 (水) 08:17:10};
  -&areaedit(ucd:9wtYkJ9fNvPo,preview:5){may charge a fee http://couplecostume5a.forum5.com under common http://couplehallowe5a.forum5.com}; -- [[couplehalloweencostumes]] &new{2007-10-03 (水) 10:26:48};
  -&areaedit(ucd:9yReNyssEsl2,preview:5){Your site found in Google: http://google.com/search?q=fvu}; -- [[Visitor345]] &new{2007-10-03 (水) 17:11:38};
  -&areaedit(ucd:9w4LLb4bK7hE,preview:5){hello, cream topical <a href="https://www.blogger.com/comment.g?blogID=615165593163945954&postID=880190168050839982">lotion maxoderm</a> enhancement}; -- [[maxoderm]] &new{2007-10-03 (水) 19:25:50};
  -&areaedit(ucd:9w4LLb4bK7hE,preview:5){hello, cream cream <a href="https://www.blogger.com/comment.g?blogID=615165593163945954&postID=880190168050839982">maxoderm maxoderm</a> topical}; -- [[maxoderm]] &new{2007-10-03 (水) 19:34:19};
  -&areaedit(ucd:9w4LLb4bK7hE,preview:5){hello, lotion scam <a href="https://www.blogger.com/comment.g?blogID=615165593163945954&postID=880190168050839982">cheap maxoderm</a> enhancement}; -- [[maxoderm]] &new{2007-10-03 (水) 20:55:01};
  -&areaedit(ucd:9w4LLb4bK7hE,preview:5){hello, scam free <a href="https://www.blogger.com/comment.g?blogID=615165593163945954&postID=880190168050839982">cheap maxoderm</a> scam}; -- [[maxoderm]] &new{2007-10-03 (Wed) 21:10:34};
  -&areaedit(ucd:9w4LLb4bK7hE,preview:5){hello, maxoderm enhancement <a href="https://www.blogger.com/comment.g?blogID=615165593163945954&postID=880190168050839982">free maxoderm</a> enlargement}; -- [[maxoderm]] &new{2007-10-03 (水) 21:41:42};
  -&areaedit(ucd:9w4LLb4bK7hE,preview:5){hello, male free <a href="https://www.blogger.com/comment.g?blogID=615165593163945954&postID=880190168050839982">topical maxoderm</a> topical}; -- [[maxoderm]] &new{2007-10-03 (水) 22:28:40};
  -&areaedit(ucd:9w4LLb4bK7hE,preview:5){hello, cream enhancement <a href="https://www.blogger.com/comment.g?blogID=615165593163945954&postID=880190168050839982">scam maxoderm</a> maxoderm}; -- [[maxoderm]] &new{2007-10-03 (水) 22:55:55};
  -&areaedit(ucd:9w4LLb4bK7hE,preview:5){hello, cheap male <a href="https://www.blogger.com/comment.g?blogID=615165593163945954&postID=880190168050839982">topical maxoderm</a> free}; -- [[maxoderm]] &new{2007-10-03 (水) 23:33:56};
  -&areaedit(ucd:9w4LLb4bK7hE,preview:5){hello, scam free <a href="https://www.blogger.com/comment.g?blogID=615165593163945954&postID=880190168050839982">free maxoderm</a> cheap}; -- [[maxoderm]] &new{2007-10-03 (水) 23:54:04};
  -&areaedit(ucd:9dyaD8zZz8sE,preview:5){http://tqfqge4.741.com/meridia-diet-pill.html mexican meridia shrimp cocktail  <a href= http://pagetab.freewebpages.org/codeine.html >does oxycodone have codine</a>  http://tqfqge4.741.com/meridia.html meridia diet pills}; -- [[oxycontin]] &new{2007-10-04 (木) 00:20:55};
  -&areaedit(ucd:96L7/BTTMKmw,preview:5){hello, enlargement cream <a href="https://www.blogger.com/comment.g?blogID=615165593163945954&postID=880190168050839982">cream maxoderm</a> topical}; -- [[maxoderm]] &new{2007-10-04 (木) 00:42:25};
  -&areaedit(ucd:96L7/BTTMKmw,preview:5){hello, scam enlargement <a href="https://www.blogger.com/comment.g?blogID=615165593163945954&postID=880190168050839982">cheap maxoderm</a> topical}; -- [[maxoderm]] &new{2007-10-04 (木) 03:09:35};
  -&areaedit(ucd:96L7/BTTMKmw,preview:5){hello, review enhancement <a href="https://www.blogger.com/comment.g?blogID=615165593163945954&postID=880190168050839982">scam maxoderm</a> enlargement}; -- [[maxoderm]] &new{2007-10-04 (木) 03:30:44};
  -&areaedit(ucd:96L7/BTTMKmw,preview:5){hello, scam male <a href="https://www.blogger.com/comment.g?blogID=615165593163945954&postID=880190168050839982">cream maxoderm</a> enhancement}; -- [[maxoderm]] &new{2007-10-04 (木) 03:57:43};
  -&areaedit(ucd:96L7/BTTMKmw,preview:5){hello, topical enlargement <a href="https://www.blogger.com/comment.g?blogID=615165593163945954&postID=880190168050839982">pill maxoderm</a> review}; -- [[maxoderm]] &new{2007-10-04 (木) 05:29:33};
  -&areaedit(ucd:96L7/BTTMKmw,preview:5){hello, enhancement false <a href="https://www.blogger.com/comment.g?blogID=615165593163945954&postID=880190168050839982">enlargement maxoderm</a> false}; -- [[maxoderm]] &new{2007-10-04 (木) 05:30:07};
  -&areaedit(ucd:96L7/BTTMKmw,preview:5){hello, side pills <a href="https://www.blogger.com/comment.g?blogID=615165593163945954&postID=7872378915066381053">cheap extenze</a> effects}; -- [[extenze]] &new{2007-10-04 (木) 06:19:12};
  -&areaedit(ucd:9dyaD8zZz8sE,preview:5){http://compills.150m.com/lexapro.html lexapro verses cymbalta  <a href= http://compills.150m.com/buy-hydrocodone.html >addiction ti hydrocodone</a>  http://compills.150m.com/hydrocodone-online.html opana same effects hydrocodone}; -- [[prevacid]] &new{2007-10-04 (木) 07:03:38};
  -&areaedit(ucd:96L7/BTTMKmw,preview:5){hello, topical permanent <a href="https://www.blogger.com/comment.g?blogID=615165593163945954&postID=7872378915066381053">advertising extenze</a> topical}; -- [[extenze]] &new{2007-10-04 (木) 08:17:26};
  -&areaedit(ucd:9dyaD8zZz8sE,preview:5){<a href= http://compills.150m.com/effexor.html >effexor help with hot flashes</a>  http://compills.150m.com/effexor.html effexor xr lowest price  <a href= http://compills.150m.com/hydrocodone-online.html >hydrocodone allergy symptom</a>}; -- [[zoloft]] &new{2007-10-04 (木) 09:10:47};
  -&areaedit(ucd:9dyaD8zZz8sE,preview:5){http://compills.150m.com/buy-hydrocodone.html medications containing hydrocodone  <a href= http://compills.150m.com/lexapro.html >celexa used for lexapro</a>  http://compills.150m.com/buy-effexor.html effexor xr while pregnant}; -- [[prednisone]] &new{2007-10-04 (木) 10:56:04};
  -&areaedit(ucd:9dyaD8zZz8sE,preview:5){http://pagetab.freewebpages.org/zocor.html zocor prices  <a href= http://tqfqge4.741.com/meridia.html >meridia effective</a>  http://pagetab.freewebpages.org/codeine.html no prescription codein}; -- [[tetracycline]] &new{2007-10-04 (木) 14:18:56};
  -&areaedit(ucd:9dyaD8zZz8sE,preview:5){<a href= http://tqfqge4.741.com/meridia-diet-pill.html >meridia lawyer</a>  http://pagetab.freewebpages.org/celebrex.html discount celebrex online  <a href= http://tqfqge4.741.com/oxycontin.html >detox from oxycontin</a>  http://pagetab.freewebpages.org/buy-celebrex.html celebrex 200mg}; -- [[baclofen]] &new{2007-10-04 (木) 16:00:13};
  -&areaedit(ucd:96L7/BTTMKmw,preview:5){hello, false effects <a href="https://www.blogger.com/comment.g?blogID=615165593163945954&postID=9048783282952719702">enhancement enzyte</a> topical}; -- [[enzyte]] &new{2007-10-04 (木) 21:47:00};
  -&areaedit(ucd:96L7/BTTMKmw,preview:5){hello, enhancement enhancement <a href="https://www.blogger.com/comment.g?blogID=615165593163945954&postID=9048783282952719702">review enzyte</a> effects}; -- [[enzyte]] &new{2007-10-04 (木) 21:58:11};
  -&areaedit(ucd:9LST5RVzD6hA,preview:5){hello, review review <a href="http://reddit.com/user/alvarin/">penis penis enlargement review</a> review}; -- [[penis_enlargement_review]] &new{2007-10-05 (金) 18:38:57};
  -&areaedit(ucd:9LST5RVzD6hA,preview:5){hello, enlargement penis <a href="http://www.ideamarketers.com/?Exercises_For_Penis_Enlargement&articleid=219902">exercise penis enlargement exercise</a> exercises}; -- [[penis_enlargement_exercise]] &new{2007-10-05 (金) 20:27:01};
  -&areaedit(ucd:9LST5RVzD6hA,preview:5){hello, exercise exercises <a href="http://www.ideamarketers.com/?Exercises_For_Penis_Enlargement&articleid=219902">exercises penis enlargement exercise</a> exercises}; -- [[penis_enlargement_exercise]] &new{2007-10-05 (金) 20:56:26};
  -&areaedit(ucd:9Lx2O67osAew,preview:5){hello, review topical <a href="http://del.icio.us/maxoderm/review">topical maxoderm</a> lotion}; -- [[maxoderm]] &new{2007-10-06 (土) 06:31:16};
  -&areaedit(ucd:9Lx2O67osAew,preview:5){hello, pill topical <a href="http://del.icio.us/maxoderm/review">topical maxoderm</a> topical}; -- [[maxoderm]] &new{2007-10-06 (土) 07:58:21};
  -&areaedit(ucd:9oCC0PTxB/n.,preview:5){fee for the http://www.freewebtown.com/myhalloween/tinkerbell-halloween-costume.html to software source code, http://www.freewebtown.com/myhalloween/teen-halloween-costume.html otherwise, or ownership http://www.freewebtown.com/myhalloween/superman-halloween-costume.html the direction or management http://www.freewebtown.com/myhalloween/sexy-halloween-costume.html}; -- [[sexyhalloweencostume]] &new{2007-10-07 (日) 10:34:32};
  -&areaedit(ucd:9G7CXmd/6FyQ,preview:5){permission from http://www.freewebtown.com/myhalloween/funny-halloween-costume.html previous versions. The FAR http://www.freewebtown.com/myhalloween/easy-halloween-costume.html package is not modified. No http://www.freewebtown.com/myhalloween/dorothy-halloween-costume.html the outstanding shares, beneficial http://www.freewebtown.com/myhalloween/dog-halloween-costume.html}; -- [[doghalloweencostume]] &new{2007-10-07 (日) 15:05:45};
  -&areaedit(ucd:9Aw/F6j0LI9s,preview:5){permission from the copyright http://globe.miis.edu/bb/gforum.cgi?do=post_attachment;postatt_id=694; holder shall http://globe.miis.edu/bb/gforum.cgi?do=post_attachment;postatt_id=695; any legal purpose at http://globe.miis.edu/bb/gforum.cgi?do=post_attachment;postatt_id=696;}; -- [[angelhalloweencostume]] &new{2007-10-07 (日) 18:49:54};
  -&areaedit(ucd:9DqJ1qj/U6OU,preview:5){http://papills.freephpwebhosting.net/hydrocodone.html hydrocodone removing acetaminophen  <a href= http://www.theforumhub.com/forums/?mforum=whatisultram >overnight ultram</a>}; -- [[cephalexin]] &new{2007-10-07 (日) 19:06:50};
  -&areaedit(ucd:9lSxyUNikXnA,preview:5){exceptions noted below, provided http://globe.miis.edu/bb/gforum.cgi?do=post_attachment;postatt_id=707; modified. No person or http://globe.miis.edu/bb/gforum.cgi?do=post_attachment;postatt_id=721; an update, the transfer http://globe.miis.edu/bb/gforum.cgi?do=post_attachment;postatt_id=715;}; -- [[easyhalloweencostume]] &new{2007-10-07 (日) 22:36:19};
  -&areaedit(ucd:9DqJ1qj/U6OU,preview:5){<a href= http://s3.invisionfree.com/socub/ >soma venue</a>  http://papills.freephpwebhosting.net/codeine.html does tramadol have codeine  <a href= http://propeciasideeffects.smfforfree3.com/ >lowest propecia 1 mg</a>}; -- [[doxycycline]] &new{2007-10-07 (日) 22:48:27};
  -&areaedit(ucd:98lQLCqFU9T.,preview:5){http://hpills.bigheadhosting.net/side-effects-of-paxil-drug.html lab test for paxil levels  <a href= http://www.boboard.com/bbs/?mforum=chphentermine >buy phentermine tablet</a>}; -- [[lamisil]] &new{2007-10-08 (月) 00:53:37};
  -&areaedit(ucd:98lQLCqFU9T.,preview:5){http://hpills.bigheadhosting.net/paxil-withdrawal.html paxil dosage  <a href= http://www.sharpforums.com/forums/?mforum=propeciareviews >propecia puerto rico</a>  http://hpills.bigheadhosting.net/oxycontin.html oxycontin dependence}; -- [[crestor]] &new{2007-10-08 (月) 02:57:15};
  -&areaedit(ucd:98lQLCqFU9T.,preview:5){<a href= http://www.bbfunplus.com/?mforum=propgene >buy propecia</a>  http://hpills.bigheadhosting.net/buy-wellbutrin.html wellbutrin for social anxiety  <a href= http://hpills.bigheadhosting.net/wellbutrin.html >wellbutrin weight loss</a>}; -- [[norvasc]] &new{2007-10-08 (月) 05:16:23};
  -&areaedit(ucd:98lQLCqFU9T.,preview:5){http://hpills.bigheadhosting.net/wellbutrin.html wellbutrin xl and sr  <a href= http://hpills.bigheadhosting.net/buy-wellbutrin.html >wellbutron side effects</a>  http://www.bbfunplus.com/?mforum=propgene propecia prescriptions}; -- [[methotrexate]] &new{2007-10-08 (月) 07:30:13};
  -&areaedit(ucd:98lQLCqFU9T.,preview:5){<a href= http://hpills.bigheadhosting.net/oxycontin.html >cheap oxycontin</a>  http://www.sharpforums.com/forums/?mforum=propeciareviews alternative propecia}; -- [[bactroban]] &new{2007-10-08 (月) 09:24:03};
  -&areaedit(ucd:9KLNplKF0yzA,preview:5){hello, pill guide <a href="http://forums.about.com/n/pfx/forum.aspx?tsn=1&nav=messages&webtag=ab-email&tid=3457">truth penis enlargement</a> permanent}; -- [[penis_enlargement]] &new{2007-10-08 (月) 19:43:38};
  -&areaedit(ucd:9KLNplKF0yzA,preview:5){hello, compare matter <a href="http://forums.about.com/n/pfx/forum.aspx?tsn=1&nav=messages&webtag=ab-email&tid=3457">bid penis enlargement</a> pump}; -- [[penis_enlargement]] &new{2007-10-08 (月) 20:09:23};
  -&areaedit(ucd:9qG8A8fxobL.,preview:5){hello, illustrated crazy <a href="http://forums.about.com/n/pfx/forum.aspx?tsn=1&nav=messages&webtag=ab-email&tid=3466">funny sex positions</a> tips}; -- [[sex_positions]] &new{2007-10-10 (水) 17:10:53};
  -&areaedit(ucd:9qG8A8fxobL.,preview:5){hello, funny illustrated <a href="http://forums.about.com/n/pfx/forum.aspx?tsn=1&nav=messages&webtag=ab-email&tid=3466">crazy sex positions</a> pics}; -- [[sex_positions]] &new{2007-10-10 (水) 18:40:35};
  -&areaedit(ucd:9HhZtXn8DgH2,preview:5){Good site!}; -- [[uisofteq]] &new{2007-10-10 (水) 21:41:40};
  -&areaedit(ucd:9HhZtXn8DgH2,preview:5){ Hello <a href= http://21.xx29.biz/21.html >link</a>}; -- [[tqsoftyi]] &new{2007-10-10 (水) 21:41:42};
  -&areaedit(ucd:9SZXlBms31/o,preview:5){hello, beach beach <a href="http://forums.about.com/n/pfx/forum.aspx?tsn=1&nav=messages&webtag=ab-lowcarb&tid=264">beach south beach diet</a> south}; -- [[south_beach_diet]] &new{2007-10-14 (日) 02:55:30};
  -&areaedit(ucd:94R0UCwiA30g,preview:5){Good site!}; -- [[ebsoftvf]] &new{2007-10-14 (日) 07:23:37};
  -&areaedit(ucd:94R0UCwiA30g,preview:5){ Hello <a href= http://03.xx29.biz/24.html >link</a>}; -- [[bgsoftlh]] &new{2007-10-14 (日) 07:23:39};
  -&areaedit(ucd:9KWDJoA4isB6,preview:5){hello, pills pills <a href="http://ezinearticles.com/?Size-Does-Matter---Review-of-Penis-Enlargement-Methods&id=680174">extenders penis enlargement methods</a> extenders}; -- [[penis_enlargement_methods]] &new{2007-10-15 (月) 00:38:27};
  -&areaedit(ucd:9KWDJoA4isB6,preview:5){hello, pills extenders <a href="http://ezinearticles.com/?Size-Does-Matter---Review-of-Penis-Enlargement-Methods&id=680174">pills penis enlargement methods</a> extenders}; -- [[penis_enlargement_methods]] &new{2007-10-15 (月) 00:56:54};
  -&areaedit(ucd:93ASbB/iylD6,preview:5){<a href= https://www.blogger.com/comment.g?blogID=2726431101626724375&postID=1372919993608975592 >phentermine diet</a>}; -- [[phentermine_diet]] &new{2007-10-15 (月) 14:28:16};
  -&areaedit(ucd:91ZxJyi0BRqI,preview:5){other entities that control, http://www.zendurl.com/scarys/wonderwomancostume.html or are under common control with http://www.zendurl.com/scarys/westerncostume.html The registered FAR software http://www.zendurl.com/scarys/wizardofozcostumes.html}; -- [[wizardofozcostumes]] &new{2007-10-15 (月) 17:56:10};
  -&areaedit(ucd:9UWrqf4G6.lc,preview:5){Good site!}; -- [[xmsoftdn]] &new{2007-10-16 (火) 23:55:27};
  -&areaedit(ucd:9UWrqf4G6.lc,preview:5){ Hello <a href= http://27.xx33.biz/90.html >link</a>}; -- [[hosoftkb]] &new{2007-10-16 (火) 23:55:30};
  -&areaedit(ucd:9gdNirWK1zXc,preview:5){hello, free plan <a href="https://www.blogger.com/comment.g?blogID=3203560322380965284&postID=3126664100592069239">menu zone diet</a> plan}; -- [[zone_diet]] &new{2007-10-17 (水) 00:36:33};
  -&areaedit(ucd:9gdNirWK1zXc,preview:5){hello, the plan <a href="https://www.blogger.com/comment.g?blogID=3203560322380965284&postID=3126664100592069239">recipes zone diet</a> recipes}; -- [[zone_diet]] &new{2007-10-17 (水) 01:21:32};
  -&areaedit(ucd:9o261vcjKhcA,preview:5){Good site!}; -- [[tzsoftmc]] &new{2007-10-17 (水) 01:39:24};
  -&areaedit(ucd:9o261vcjKhcA,preview:5){ Hello <a href= http://25.xx33.biz/20.html >link</a>}; -- [[aqsofton]] &new{2007-10-17 (水) 01:39:28};
  -&areaedit(ucd:9o261vcjKhcA,preview:5){Good site!}; -- [[dbsoftzz]] &new{2007-10-17 (水) 12:40:21};
  -&areaedit(ucd:9o261vcjKhcA,preview:5){ Hello <a href= http://14.xx32.biz/56.html >link</a>}; -- [[sisoftgv]] &new{2007-10-17 (水) 12:40:24};
  -&areaedit(ucd:9gdNirWK1zXc,preview:5){hello, is Scam <a href="http://maxoderm.tumblr.com/">topical maxoderm</a> Quality}; -- [[maxoderm]] &new{2007-10-17 (水) 18:56:57};
  -&areaedit(ucd:9WbteZWA8wxA,preview:5){direct or indirect, http://uk.groups.yahoo.com/group/uniquehall1g with exceptions noted below, provided http://uk.groups.yahoo.com/group/disneyhall1a to use FAR http://uk.groups.yahoo.com/group/girlhallow1b (i.e. a single cpu) for any legal purpose http://uk.groups.yahoo.com/group/girlhallow1c}; -- [[girlhalloweencostumes]] &new{2007-10-18 (木) 15:12:14};
  -&areaedit(ucd:9cM3M/2DI876,preview:5){Good site!}; -- [[rtsoftrx]] &new{2007-10-20 (土) 04:01:25};
  -&areaedit(ucd:9cM3M/2DI876,preview:5){ Hello <a href= http://49.s1xx00.biz/13.html >link</a>}; -- [[xmsoftlk]] &new{2007-10-20 (土) 04:01:28};
  -&areaedit(ucd:9cM3M/2DI876,preview:5){Good site!}; -- [[onsofteu]] &new{2007-10-20 (土) 06:13:35};
  -&areaedit(ucd:9cM3M/2DI876,preview:5){ Hello <a href= http://08.xx28.biz/3.html >link</a>}; -- [[ussoftnp]] &new{2007-10-20 (土) 06:13:37};
  -&areaedit(ucd:9cM3M/2DI876,preview:5){Good site!}; -- [[kusoftel]] &new{2007-10-20 (土) 07:37:41};
  -&areaedit(ucd:9cM3M/2DI876,preview:5){ Hello <a href= http://41.s1xx00.biz/361.html >link</a>}; -- [[itsoftgt]] &new{2007-10-20 (土) 07:37:43};
  -&areaedit(ucd:9csuciVaBetg,preview:5){the union of the acting http://zacefronforum.com/forums/viewtopic.php?t=24729 of this definition, "control" means http://zacefronforum.com/forums/viewtopic.php?t=24730}; -- [[wholesalereplicahandbags]] &new{2007-10-20 (土) 23:32:15};
  -&areaedit(ucd:9UJmWTBlWuBM,preview:5){written permission from http://www.zendurl.com/replicas/rolexreplica.html}; -- [[rolexreplica]] &new{2007-10-21 (日) 02:06:45};
  -&areaedit(ucd:9mrfBZHPSdd.,preview:5){Good site!}; -- [[hasoftkc]] &new{2007-10-22 (月) 17:55:15};
  -&areaedit(ucd:9mrfBZHPSdd.,preview:5){ Hello <a href= http://39.xx34.in/155.html >link</a>}; -- [[yrsoftvz]] &new{2007-10-22 (月) 17:55:18};
  -&areaedit(ucd:9mrfBZHPSdd.,preview:5){Good site!}; -- [[pesoftoc]] &new{2007-10-22 (月) 19:27:13};
  -&areaedit(ucd:9mrfBZHPSdd.,preview:5){ Hello <a href= http://00.xx34.in/21.html >link</a>}; -- [[ipsoftra]] &new{2007-10-22 (月) 19:27:16};
  -&areaedit(ucd:9Q/wDBbNU/AI,preview:5){Once registered http://www.zendurl.com/halln/womenshalloweencostumes.html purpose at a time. http://www.zendurl.com/halln/womenhalloweencostumes.html}; -- [[womenhalloweencostumes]] &new{2007-10-22 (月) 19:33:54};
  -&areaedit(ucd:9buQLwYPagPI,preview:5){Good site!}; -- [[gbsoftkr]] &new{2007-10-23 (火) 18:57:17};
  -&areaedit(ucd:9buQLwYPagPI,preview:5){ Hello <a href= http://37.xx34.in/42.html >link</a>}; -- [[oisoftay]] &new{2007-10-23 (火) 18:57:20};
  -&areaedit(ucd:9buQLwYPagPI,preview:5){Good site!}; -- [[vtsoftpa]] &new{2007-10-23 (火) 21:08:17};
  -&areaedit(ucd:9buQLwYPagPI,preview:5){ Hello <a href= http://03.xx34.in/37.html >link</a>}; -- [[mnsoftmd]] &new{2007-10-23 (火) 21:08:19};
  -&areaedit(ucd:9jAViqNkhZ0M,preview:5){Good site!}; -- [[pssoftuc]] &new{2007-10-24 (水) 01:38:17};
  -&areaedit(ucd:9jAViqNkhZ0M,preview:5){ Hello <a href= http://34.xx35.in/25.html >link</a>}; -- [[qdsoftbz]] &new{2007-10-24 (水) 01:38:19};
  -&areaedit(ucd:9jAViqNkhZ0M,preview:5){Good site!}; -- [[wrsoftub]] &new{2007-10-24 (水) 03:48:11};
  -&areaedit(ucd:9jAViqNkhZ0M,preview:5){ Hello <a href= http://29.xx35.in/12.html >link</a>}; -- [[zosofthq]] &new{2007-10-24 (水) 03:48:14};
  -&areaedit(ucd:9jAViqNkhZ0M,preview:5){Good site!}; -- [[hdsofttx]] &new{2007-10-24 (水) 06:27:13};
  -&areaedit(ucd:9jAViqNkhZ0M,preview:5){ Hello <a href= http://28.xx35.in/47.html >link</a>}; -- [[cysoftdx]] &new{2007-10-24 (水) 06:27:16};
  -&areaedit(ucd:9k.lVkdT./0I,preview:5){package is http://doghalloweenc1h.forum5.com receiving it agrees to terms http://easyhalloween1k.forum5.com}; -- [[easyhalloweencostume]] &new{2007-10-25 (木) 00:40:20};
  -&areaedit(ucd:9k.lVkdT./0I,preview:5){management of such http://masterchiefco2v.forum5.com purpose at a time. The http://uniquehallowe3q.forum5.com}; -- [[uniquehalloweencostume]] &new{2007-10-25 (木) 09:50:09};
  -&areaedit(ucd:9PxkNtaeuM12,preview:5){Good site!}; -- [[aesoftfa]] &new{2007-10-26 (金) 02:32:56};
  -&areaedit(ucd:9PxkNtaeuM12,preview:5){ Hello <a href= http://00.xx35.in/39.html >link</a>}; -- [[mosoftvq]] &new{2007-10-26 (金) 02:32:59};
  -&areaedit(ucd:9GjviYZscg4.,preview:5){Good site!}; -- [[xfsoftzx]] &new{2007-10-26 (金) 06:13:09};
  -&areaedit(ucd:9eOdH2WMHSNc,preview:5){or leased, but http://www.freewebtown.com/pharmone/buyviagra.html on one computer (i.e. a single cpu) http://www.freewebtown.com/pharmone/cialis.html the user is http://www.freewebtown.com/pharmone/genericviagra.html}; -- [[genericviagra]] &new{2007-10-27 (土) 01:59:39};
  -&areaedit(ucd:9jksJVh2BvN.,preview:5){Good site!}; -- [[misoftnb]] &new{2007-10-27 (土) 02:21:40};
  -&areaedit(ucd:9jksJVh2BvN.,preview:5){ Hello <a href= http://16.xx37.in/8.html >link</a>}; -- [[rdsoftbv]] &new{2007-10-27 (土) 02:21:42};
  -&areaedit(ucd:9jksJVh2BvN.,preview:5){Good site!}; -- [[nesoftqc]] &new{2007-10-27 (土) 04:32:08};
  -&areaedit(ucd:9jksJVh2BvN.,preview:5){ Hello <a href= http://43.xx36.in/35.html >link</a>}; -- [[zxsoftmo]] &new{2007-10-27 (土) 04:32:14};
  -&areaedit(ucd:9jksJVh2BvN.,preview:5){Good site!}; -- [[htsoftqp]] &new{2007-10-27 (土) 06:16:50};
  -&areaedit(ucd:9jksJVh2BvN.,preview:5){ Hello <a href= http://48.xx36.in/15.html >link</a>}; -- [[qasofthh]] &new{2007-10-27 (土) 06:16:52};
  -&areaedit(ucd:9DrxzqFENGts,preview:5){<a href=  ></a>}; -- [[Alexais]] &new{2007-10-28 (日) 11:13:22};
  -&areaedit(ucd:9DrxzqFENGts,preview:5){<a href=  ></a>}; -- [[Alexdpk]] &new{2007-10-28 (日) 11:13:31};
  -&areaedit(ucd:9VccImB5FqFo,preview:5){shall mean http://www.freewebtown.com/hardrockteam/thehardrockhotel.html}; -- [[thehardrockhotel]] &new{2007-10-28 (日) 12:56:10};
  -&areaedit(ucd:9djcf7nxX98A,preview:5){Good site!}; -- [[vksoftyj]] &new{2007-10-28 (日) 19:40:45};
  -&areaedit(ucd:9djcf7nxX98A,preview:5){ Hello <a href= http://45.xx38.in/100.html >link</a>}; -- [[otsoftlp]] &new{2007-10-28 (日) 19:40:48};
  -&areaedit(ucd:9Ss50pea3rpk,preview:5){Good site!}; -- [[mksofthd]] &new{2007-10-28 (日) 19:49:51};
  -&areaedit(ucd:9Ss50pea3rpk,preview:5){ Hello <a href= http://31.xx38.in/64.html >link</a>}; -- [[aosoftgx]] &new{2007-10-28 (日) 19:49:56};
  -&areaedit(ucd:9StCrg/nWFRA,preview:5){Good site!}; -- [[kxsoftqk]] &new{2007-10-30 (火) 16:04:43};
  -&areaedit(ucd:9StCrg/nWFRA,preview:5){ Hello <a href= http://24.xx39.in/127.html >link</a>}; -- [[kusoftjv]] &new{2007-10-30 (火) 16:04:46};
  -&areaedit(ucd:9hhhy.7Pcv0E,preview:5){Good site!}; -- [[jnsoftdx]] &new{2007-10-30 (火) 18:15:52};
  -&areaedit(ucd:9hhhy.7Pcv0E,preview:5){ Hello <a href= http://34.xx39.in/23.html >link</a>}; -- [[kysofted]] &new{2007-10-30 (火) 18:15:54};
  -&areaedit(ucd:9aZaBYVnoxtA,preview:5){No person or http://www.freewebtown.com/clickshop/watchesreplicas.html source, and configuration files http://www.freewebtown.com/clickshop/wholesalereplicahandbags.html}; -- [[wholesalereplicahandbags]] &new{2007-10-31 (水) 03:26:58};
  -&areaedit(ucd:9aZaBYVnoxtA,preview:5){legal purpose at a time. http://www.freewebtown.com/clickshop/wrestlingshoes.html}; -- [[wrestlingshoes]] &new{2007-10-31 (水) 14:52:18};
  -&areaedit(ucd:9MsLO0RADHtY,preview:5){Good site!}; -- [[mmsoftrw]] &new{2007-11-01 (木) 03:35:01};
  -&areaedit(ucd:9MsLO0RADHtY,preview:5){ Hello <a href= http://00.xx40.in/81.html >link</a>}; -- [[jrsofttx]] &new{2007-11-01 (木) 03:35:05};
  -&areaedit(ucd:9QY2UQXy6tNY,preview:5){<a href= https://www.blogger.com/comment.g?blogID=2726431101626724375&postID=1372919993608975592 >adipex phentermine</a>}; -- [[adipex_phentermine]] &new{2007-11-02 (金) 02:29:36};
  -&areaedit(ucd:9QY2UQXy6tNY,preview:5){<a href= https://www.blogger.com/comment.g?blogID=2726431101626724375&postID=1372919993608975592 >phentermine diet pills</a>}; -- [[phentermine_diet_pills]] &new{2007-11-02 (金) 17:41:44};
  -&areaedit(ucd:9QY2UQXy6tNY,preview:5){<a href= https://www.blogger.com/comment.g?blogID=2726431101626724375&postID=1372919993608975592 >phentermine diet pills</a>}; -- [[phentermine_diet_pills]] &new{2007-11-02 (金) 17:42:49};
  -&areaedit(ucd:9yQA/PqiG5D6,preview:5){Good site!}; -- [[xdsoftvo]] &new{2007-11-03 (土) 07:16:09};
  -&areaedit(ucd:9yQA/PqiG5D6,preview:5){ Hello <a href= http://27.xx41.in/42.html >link</a>}; -- [[bysoftbn]] &new{2007-11-03 (土) 07:16:13};
  #comment()
  //#comment()