ZoneO-tips for Mandriva Linux

How to run Internet Explorer 7 in Mandriva 2007

I use Mandriva to develop my websites and it's real a pain to have to reboot into windows to test them in internet explorer... Is there a way to test them directly from within Mandriva?

 
 

Eternal problem indeed... On my own sites, I have about 60% visitors that use Internet Explorer, so I can't ignore those nasty IE bugs when I design my pages... Well, I was glad to find out that there IS a simple way to run Internet Explorer on Mandriva... Not only that, you can have IE 5, IE 6, and IE 7 all running at the same time, perfect for testing!

This tutorial will require three pieces of software:

  • wine: the windows emulator for linux,
  • cabextract: a software for extracting Microsoft cabinet files, also called .CAB files, on UNIX or UNIX-like systems,
  • IEs4Linux: an easy script to get IE running on linux.

Wine and cabextract are available in Mandriva, so open up a terminal, log-in as root, install them and logout:

su
urpmi wine cabextract
exit
If you have any trouble, want to use a graphical interface, or do not understand this line, see my previous tutorial, install new software with Mandriva.

The next step is to download IEs4Linux, the stable version will get you IE 5 and IE 6, but if you want to get IE 7, you'll have to use the latest beta version, available here: IEs4Linux 2.5 beta 4. Once you downloaded it, go into your tmp directory, unpack the archive and simply run it:

  • open a terminal, as a user (do not log-in as root),
  • enter the temporary directory
    cd ~/tmp/
  • Unpack the archive
    tar xvfzp ~/Documents/ies4linux-2.5beta4.tar.gz
    (replace Documents/ with the location where you saved the archive)
  • move into the ies4linux folder:
    cd ies4linux-2.5beta4
  • for installing IE 5.0, IE 5.5, or IE 6.0
    ./ies4linux
  • for installing IE 7.0 as well
    ./ies4linux --beta-install-ie7
  • Optional cleanup step (once you're sure it worked), remove the temporary install folder
    \rm -rf ~/tmp/ies4linux-2.5beta4
    Be extremely careful with this command, it could wipe your home directory if you type it wrong!

All basic options in the installation program are fine. You do not need to change anything. Once you're done, all IE applications will be stored in the .ies4linux/ folder in your home directory, with links for IE 5, IE 5.5, IE 6, and IE 7 in your ~/bin folder.

You're done. If you want to run your versions of IE, simply open a terminal and type

ie5
ie55
ie6
ie7

Fantastic isn't it! You can run various versions of IE, firefox, konqueror, and opera all on your linux box, and at the same time. It's really handy for website development!

Links:

 
 
01/2007
 

barninga, 21 January 2007

am i missing something?

urpmi wine

does not install wine, but gwine (nothing to do with). apparently wine is not in the official mandriva 2007 software repositories...

thanks for any suggestion

Butchu, 22 January 2007

You should check your sources for urpmi.

Wine is part of the distribution. I'm not sure what part of the distribution it's on (main, contrib, plf...) but I am sure that if all you sources are configured properly, wine will be available, that's how I did it myself!

You can check my previous tutorial about sources and software installation: http://soft.zoneo.net/Linux/install-software.php

barninga, 18 March 2007

thank you for your reply.

anyway, after some investigating i found that wine is not part of the 64bit mandriva 2007. it can be found only in the 32 bit repositories.

i discovered later why: after downloading the sources from winehq.com and compiling them, i also had to install a 32bit library in order to make it work.

i guess that the guys at mandriva did not want to mix 64 and 32 bit environments...

Butchu, 26 March 2007

Hmm, I did not think about this 32 vs 64 bits issue! Good that you pushed ahead and kept looking!

Corey Hollaway, 08 May 2007

I usually used QEMU to check mine and others' Web pages. Without having to run QEMU and just use WINE, it makes it much easier to check those Web pages! (QEMU allows me to run the Windows XP OS while still running Linux under a 1024x768 window)

Unfortunately, QEMU has something that I don't believe WINE has, and that's the Netscape 7 and 8 Web browser. I have to check my Web pages with Netscape 7 and 8 as well.

I'll be darned. There is a Netscape 7 browser for Linux! I'm so blessed!!

Rajiv R Suman, 05 September 2007

Dear Sir,

I installed wine and cabextract on my Mandriva Linux running on Intel P4 PC. Then I tried to install IEs4Linux, but got the ERROR message as shown below

-------------------------------------

$ ./ies4linux

IEs4Linux will:

- Install Internet Explorers: 6.0

- Using IE locale: EN-US

- Create Desktop icons

- Install everything at: /home/rrs/.ies4linux

[ OK ]

Downloading everything we need

swflash.cab 0%

[ OK ]

Installing IE 6

Initializing

Creating Wine Prefix

Extracting CAB files

/home/rrs/.ies4linux/downloads/ie6/EN-US/ADVAUTH.CAB: no valid cabinets found

/home/rrs/.ies4linux/downloads/ie6/EN-US/CRLUPD.CAB: no valid cabinets found

/home/rrs/.ies4linux/downloads/ie6/EN-US/HHUPD.CAB: no valid cabinets found

/home/rrs/.ies4linux/downloads/ie6/EN-US/IEDOM.CAB: no valid cabinets found

/home/rrs/.ies4linux/downloads/ie6/EN-US/IE_EXTRA.CAB: no valid cabinets found

/home/rrs/.ies4linux/downloads/ie6/EN-US/IE_S1.CAB: no valid cabinets found

/home/rrs/.ies4linux/downloads/ie6/EN-US/IE_S2.CAB: no valid cabinets found

/home/rrs/.ies4linux/downloads/ie6/EN-US/IE_S3.CAB: no valid cabinets found

/home/rrs/.ies4linux/downloads/ie6/EN-US/IE_S4.CAB: no valid cabinets found

/home/rrs/.ies4linux/downloads/ie6/EN-US/IE_S5.CAB: no valid cabinets found

/home/rrs/.ies4linux/downloads/ie6/EN-US/IE_S6.CAB: no valid cabinets found

/home/rrs/.ies4linux/downloads/ie6/EN-US/SETUPW95.CAB: no valid cabinets found

/home/rrs/.ies4linux/downloads/ie6/EN-US/VGX.CAB: no valid cabinets found

An error occured when trying to cabextract some files.

--------------------------------

Please help me, what is going wrong and how to install Internet Explorer for Linux on my PC.

with regards,

Rajiv R. Suman

India

Vaji, 22 July 2008

hi, I am trying to install ie in linux mandriva. I installed wine and cabextract but not able to get ie tar. It says connection timed out. Please look into that and help me install ie in mandriva. Regards Vaji

Lily19, 24 January 2010

When different persons are willing to read just about the <a href="http://www.exclusivepapers.com/essay-paper.php"&...[/link]">buy paper</a> related to this topic. Because the history essay creating has to be a very solid issue.

Evie18nP, 30 January 2010

The <a href="http://www.bestwritingservice.com">writing se...[/link]">buy essay papers</a> and this is good that you display scholars your stuff just about this good topic.

Essay Writing Service, 06 March 2010

Hi,

I was trying to run Internet Explorer 7 in Mandriva 2007, but I always failed. Thanks for this tutorial.

<a href="http://www.customessaywriting.net">Essay Writing Service</a>

توبيكات, 10 May 2010

<a href="http://www.z3lanh.com/vb">منتديات</...[/link]">منتدى</a> | <a href="http://www.z3lanh.net">مركز تحميل<...[/link]">توبيكات</a> | <a href="http://www.z3lanh.com/vb/f93.html">توبيك...[/link]">صور</a> | <a href="http://www.z3lanh.com/vb/f42.html">صوره&l...[/link]">موسيقى</a> | <a href="http://www.z3lanh.com/vb/f38.html">العاب...[/link]">قصص</a> | <a href="http://www.z3lanh.com/vb/f58.html">خواطر...[/link]">فلاش</a> | <a href="http://www.z3lanh.com/vb/f20.html">شعر<...[/link]"> توبيكات 2010</a> | <a href="http://www.z3lanh.com/vb/f74.html">روايا...[/link]">برنامج</a> | <a href="http://www.z3lanh.com/vb/f93.html">خلفيا...[/link]">مسن</a> |

<a href="http://www.z3lanh.com/vb/f93.html">الماس...[/link]">مشاكل</a> | <a href="http://www.z3lanh.com/vb/f25.html">فساتي...[/link]">صيانه</a> | <a href="http://www.z3lanh.com/vb/f28.html">شبكات...[/link]">برمجة</a> | <a href="http://www.z3lanh.com/vb/f25.html">فساتي...[/link]">ازياء 2010</a> | <a href="http://www.z3lanh.com/vb/f25.html">فستان...[/link]">مكياج</a> | <a href="http://www.z3lanh.com/vb/f25.html">عطورا...[/link]">اكسسوارات</a> | <a href="http://www.z3lanh.com/vb/f25.html">تسريح...[/link]">تحضير</a> | <a href="http://www.z3lanh.com/vb/f39.html">اثاث&l...[/link]">غرف</a> | <a href="http://www.z3lanh.com/vb/f39.html">ديكور...[/link]">طبخ</a> |

<a href="http://www.z3lanh.com/vb/f38.html">BlackBerry...[/link]">بلاك بيري</a> | <a href="http://www.z3lanh.com/vb/f29.html">فوتوش...[/link]">الاطفال</a> | <a href="http://www.z3lanh.com/vb/f29.html">فرش<...[/link]">اهداف</a> | <a href="http://www.z3lanh.com/vb/f13.html">مهارا...[/link]">كرة القدم</a> | <a href="http://www.z3lanh.com/vb/f13.html"> العا...[/link]">نظارات</a> | <a href="http://www.z3lanh.com/vb/f42.html">صورة&l...[/link]">اختبارات</a> | <a href="http://www.z3lanh.com/vb/f25.html">ساعات...[/link]">قومات</a> | <a href="http://www.z3lanh.com/vb/f35.html">استكر...[/link]">جنوط</a> | <a href="http://www.z3lanh.com/vb/f35.html">سيارا...[/link]">ثيمات</a> |

<a href="http://www.z3lanh.com/vb/f38.html">تعريب...[/link]">نغمات</a> | <a href="http://www.z3lanh.com/vb/f38.html">رسائل...[/link]">مسجات</a> | <a href="http://www.z3lanh.com/vb/f74.html">قصة<...[/link]">اللغة الانجليزية</a> | <a href="http://www.z3lanh.com/vb/f29.html">فلاتر...[/link]">تطوير الذات</a> | <a href="http://www.z3lanh.com/vb/f111.html">علم ا...[/link]">تعلم</a> | <a href="http://www.z3lanh.com/vb/f94.html">ipod</a...[/link]">i phone</a> | <a href="http://www.z3lanh.com/vb/f26.html">طريقه...[/link]">اطباق </a> | <a href="http://www.z3lanh.com/vb/f28.html">العاب...[/link]">العاب بنات</a> | <a href="http://www.z3lanh.com/vb/f38.html">ألعاب...[/link]">حب</a> |

<a href="http://www.z3lanh.com/vb/f58.html">خاطره...[/link]">جديده</a> | <a href="http://www.z3lanh.com/vb">ندى الور<...[/link]">ندى</a> | <a href="http://www.z3lanh.com/vb">الورد</a>...[/link]">توبيكات جديده</a> | <a href="http://www.z3lanh.com/vb/f135.html">الأط...[/link]">اناشيد</a> | <a href="http://www.z3lanh.com/vb/f38.html">وسائط...[/link]">Sitemap</a> | <a href="http://www.z3lanh.com/vb/sitemap.php">Sitemap...[/link]">Sitemap</a>

<a href="http://www.z3lanh.com/vb/f93.html">توبكا...[/link] توبيكات جديده</a> | <a href="http://www.z3lanh.com/vb/f93.html">توبيك...[/link]">توبيكات للماسن</a> | <a href="http://www.z3lanh.com/vb/f93.html">توبيك...[/link]">صور ماسنجر</a> | <a href="http://www.z3lanh.com/vb/f93.html">صور ل...[/link]">صور رمزيه للماسنجر</a> | <a href="http://www.z3lanh.com/vb/f93.html">صور ش...[/link]">صور للماسن</a> | <a href="http://www.z3lanh.com/vb/f93.html">صور ل...[/link]">توبيكات</a> | <a href="http://www.z3lanh.com/vb/f93.html">احلى ...[/link]">صور للماسنجر</a> | <a href="http://www.z3lanh.com/vb/f93.html">صور ل...[/link]">صور ماسنجر</a> | <a href="http://www.z3lanh.com/vb/f93.html">توبيك...[/link]">صور رمزيه للمسنجر</a> | <a href="http://www.z3lanh.com/vb/f93.html">صور ش...[/link]">صور مسن</a> | <a href="http://www.z3lanh.com/vb/f93.html">صور ل...[/link]">صور للماسن</a> | <a href="http://www.z3lanh.com/vb/f93.html">صور ل...[/link]">صور ماسنجر 2009</a> | <a href="http://www.z3lanh.com/vb/f93.html">صور م...[/link]">توبيكات دلع</a> | <a href="http://www.z3lanh.com/vb/f93.html">حركات...[/link]">اشكال</a> | <a href="http://www.z3lanh.com/vb/f93.html">تحميل...[/link]">Sitemap</a> | <a href="http://www.z3lanh.com/vb/sitemap.php">Sitemap...[/link]">توبيكات</a> | <a href="http://www.z3lanh.com/vb/f93.html">توبيك...[/link]">توبيكات جديده 2009</a> | <a href="http://www.z3lanh.com/vb/f93.html">توبك&l...[/link]">توبيك</a> | <a href="http://www.z3lanh.com/vb/f93.html">توبيك...[/link]">توبيكات فراق</a> | <a href="http://www.z3lanh.com/vb/f93.html">توبكا...[/link]">توبيكات ماسنجر</a> | <a href="http://www.z3lanh.com/vb/f93.html">توبيك...[/link]">توبيكات للماسن</a> | <a href="http://www.z3lanh.com/vb/f93.html">توبيك...[/link]">توبيكات ملونه</a> | <a href="http://www.z3lanh.com/vb/f93.html">توبيك...[/link]">نك نيمات</a> | <a href="http://www.z3lanh.com/vb/f93.html">نك ني...[/link]">صور للماسنجر</a> | <a href="http://www.z3lanh.com/vb/f93.html">صور ل...[/link]">صور ماسنجر</a> | <a href="http://www.z3lanh.com/vb/f93.html">صور ر...[/link]">صور شخصيه للمسنجر</a> | <a href="http://www.z3lanh.com/vb/f93.html">صور م...[/link]">صور للمسن</a> | <a href="http://www.z3lanh.com/vb/f93.html">صور ل...[/link]">صور للماسنجر جديده</a> | <a href="http://www.z3lanh.com/vb/f93.html">صور م...[/link]">صور ماسنجر 2010</a> | <a href="http://www.z3lanh.com/vb/f93.html">توبيك...[/link]">حركات</a> | <a href="http://www.z3lanh.com/vb/f93.html">اشكال...[/link]">تحميل الماسنجر</a>

<a href="http://www.z3lanh.com/vb">منتديات</...[/link]">مركز تحميل</a> | <a href="http://www.z3lanh.com/vb/f93.html">توبيك...[/link]">مسن</a> | <a href="http://www.z3lanh.com/vb/f93.html">الماس...[/link]">العاب</a> | <a href="http://www.z3lanh.com/vb/f113.html">تحضي...[/link]">فساتين</a> | <a href="http://www.z3lanh.com/vb/f58.html">خواطر...[/link]">قصص</a> | <a href="http://www.z3lanh.com/vb/f74.html">روايا...[/link]">صور</a> | <a href="http://www.z3lanh.com/vb/f86.html">موسيق...[/link]">غرف</a> | <a href="http://www.z3lanh.com/vb/f36.html">اناشي...[/link]">نكت </a>| <a href="http://www.z3lanh.com/vb/f111.html">تطوي...[/link]">مسجات</a> | <a href="http://www.z3lanh.com/vb/f38.html">وسائط...[/link]">اللغة الانجليزية</a> | <a href="http://www.z3lanh.com/vb/f29.html">فوتوش...[/link]">شبكات</a> | <a href="http://www.z3lanh.com/vb/f28.html">صيانة...[/link]">شعر</a> | <a href="http://www.z3lanh.com/vb/f96.html">قصائد...[/link]">خلفيات</a> | <a href="http://www.z3lanh.com/vb/f38.html">ثيمات...[/link]">اكسسوارات</a> | <a href="http://www.z3lanh.com/vb/f25.html">تسريح...[/link]">منتدى عالم المرأة</a></div>

cheap chanel, 17 June 2010

Your website came up in my search and I'm taken by what you have composed on this topic.Welcome to say something about my recent shopping experience:

Wholesale Chanel http://www.chanelbags1.com/chanel-handbags-c-4.htmlChanel backpack http://www.chanelbags1.com/chanel-backpack-in-white-p-262.ht...

Discount chanel handbags http://www.chanelbags1.com/chanel-black-handbags-23-p-271.ht...

Chanel designer handbags http://www.chanelbags1.com/chanel-cambon-bag-in-all-black-p-...

Chanel handbags for cheap http://www.chanelbags1.com/chanel-cambon-bag-blackwhite-p-33...

Coach handbags http://www.coachhandbags1.com/coach-handbags-c-11.html[/link...

free cna training, 13 July 2010

free cna training

http://www.bestcertifiednursingassistant.com/certified-nursi...

free cna training, 13 July 2010

free cna training

http://www.bestcertifiednursingassistant.com/certified-nursi...

air max 95, 14 July 2010

http://www.ilovembt.com mbt shoes

ghd straighteners

[link=http://www.christianlouboutinspace.com]http://www.christianlouboutinspace.com Christian ...[/link] cheap mbt shoes

http://www.shoeglobal.com air max 90

nfl jerseys

[link=http://www.christianlouboutinspace.com]http://www.christianlouboutinspace.com wholesale louboutin shoes

guess men's watches, 30 July 2010

Thank you for sharing with us,i like it very much and i will always give attention.

Welcome to say something about my recent shopping experience:

<a href="http://www.watches-user.com/ "> guess men's watches </a>

Guess watches is about sexy, adventurous, trendsetting apparel and accessories; all-American looks, with a uniquely European attention to detail. People, who know fashion, know Guess.

Watch, 17 August 2010

Swiss Replica Watches http://www.brandwatchesshop.com/

Replica Rolex Watc...[/link]

Best Replica Watches http://www.brandwatchesshop.com/Replica-casio-watches_c7[/li...

Replica Omega Watches http://www.brandwatchesshop.com/Replica-omega-watches_c41

cosplay, 18 August 2010

out each click marketing and advertising or e-mail marketing and advertising, however the ideal approaches are via organic research engine marketing in my opinion. Combining these advertising techniques, you are convinced to start earning money online in a very brief period of time. Good luck.

Online Education, 19 August 2010

Mandriva is better than fedora???

casio wholesale, 24 August 2010

Thank you for sharing with us,i like it very much and i will always give attention.

Welcome to say something about my recent shopping experience:

<a href="http://www.brandwatches-discountstore.com/"> ...[/link]"> Rolex Daytona </a>.

They are <a href="http://www.payywatches.com/"> luxury watches ...[/link]"> cheap chanel </a>.

casio wholesale, 28 August 2010

Thank you for sharing with us,i like it very much and i will always give attention.

Welcome to say something about my recent shopping experience:

<a href="http://www.brandwatches-discountstore.com/"> ...[/link]"> Rolex Daytona </a>.

They are <a href="http://www.payywatches.com/"> luxury watches ...[/link]"> cheap chanel </a>.

<a href="http://www.payywatches.com/Wholesale-movado_c283/"> Movado watches </a> are also good.

rolex watches, 31 August 2010

Thank you for sharing with us,i like it very much and i will always give attention.Welcome to say something about my recent shopping experience:<a href="http://www.brandwatchesstore.com/"> imitation...[/link]"> rolex submariner </a>,<a href="http://www.brandwatchesstore.com/Wholesale-rolex-daytona_c30...">rolex daytona</a>,

youmarco66, 02 September 2010

http://www.ishuye.com/plus/view.php?aid=734

[link=http://www.ishuye.com/plus/view.php?aid=732]http://www.ishuye.com/plus/view.php?aid=732

[link=http://www.ishuye.com/plus/view.php?aid=730]http://www.ishuye.com/plus/view.php?aid=730

[link=http://www.ism2.com.cn/member/index.php?uid=youmarco66&action=viewarchives&aid=1892]http://www.ism2.com.cn/member/index.php?uid=youmarco66&actio...

http://www.ism2.com.cn/member/index.php?uid=youmarco66&actio...

http://www.ism2.com.cn/member/index.php?uid=youmarco66&actio...

http://www.ism2.com.cn/member/index.php?uid=youmarco66&actio...

http://www.jadescn.com/plus/view.php?aid=1404

[link...[/link]

http://www.jadescn.com/plus/view.php?aid=1402

[link...[/link]

http://www.jadescn.com/plus/view.php?aid=1400

[link...[/link]

http://www.japanno1.com/bbs/Blog.asp?BlogUserName=youmarco66...

http://www.janwx.com/tennisblog/u/youmarco66/index.html[/lin...

http://www.jcbaoxian.com/member/index.php?uid=youmarco66&act...

http://www.jcbaoxian.com/member/index.php?uid=youmarco66&act...

http://www.jcbaoxian.com/member/index.php?uid=youmarco66&act...

http://www.jcbaoxian.com/member/index.php?uid=youmarco66&act...

http://www.jc567.com/member/index.php?uid=youmarco66&action=...

http://www.jc567.com/member/index.php?uid=youmarco66&action=...

http://www.jc567.com/member/index.php?uid=youmarco66&action=...

http://www.jc567.com/member/index.php?uid=youmarco66&action=...

http://www.jc567.com/member/index.php?uid=youmarco66&action=...

http://www.jddt.com/plus/view.php?aid=4740

[link=http://www.jddt.com/plus/view.php?aid=4738]http://www.jddt.com/plus/view.php?aid=4738

[link=http://www.jddt.com/plus/view.php?aid=4736]http://www.jddt.com/plus/view.php?aid=4736

[link=http://www.jdzmrmc.com/member/index.php?uid=youmarco66&action=viewarchives&aid=687]http://www.jdzmrmc.com/member/index.php?uid=youmarco66&actio...

http://www.jdzmrmc.com/member/index.php?uid=youmarco66&actio...

http://www.jdzmrmc.com/member/index.php?uid=youmarco66&actio...

http://www.jdzmrmc.com/member/index.php?uid=youmarco66&actio...

http://www.jfarts.com/bbsxp/blog.asp?id=1249

[link=http://www.jfarts.com/bbsxp/blog.asp?id=1247]http://www.jfarts.com/bbsxp/blog.asp?id=1247

[link=http://www.jfarts.com/bbsxp/blog.asp?id=1245]http://www.jfarts.com/bbsxp/blog.asp?id=1245

[link=http://www.jfdp360.com/member/index.php?uid=youmarco66&action=viewarchives&aid=521]http://www.jfdp360.com/member/index.php?uid=youmarco66&actio...

http://www.jfdp360.com/member/index.php?uid=youmarco66&actio...

http://www.jfdp360.com/member/index.php?uid=youmarco66&actio...

http://www.jfdp360.com/member/index.php?uid=youmarco66&actio...

http://www.jhbyw.com/member/index.php?uid=youmarco66&action=...

http://www.jhbyw.com/member/index.php?uid=youmarco66&action=...

http://www.jhbyw.com/member/index.php?uid=youmarco66&action=...

http://www.jhbyw.com/member/index.php?uid=youmarco66&action=...

http://www.jhbyw.com/member/index.php?uid=youmarco66&action=...

http://www.jiagu123.com/plus/view.php?aid=481

[link...[/link]

http://www.jiagu123.com/plus/view.php?aid=479

[link...[/link]

http://www.jiagu123.com/plus/view.php?aid=477

[link...[/link]

http://www.jiahepeixun.com/plus/view.php?aid=402

[l...[/link]

http://www.jiahepeixun.com/plus/view.php?aid=400

[l...[/link]

http://www.jiaju18.com/plus/view.php?aid=43333

[lin...[/link]

http://www.jiaju18.com/plus/view.php?aid=43331

[lin...[/link]

http://www.jiaju18.com/plus/view.php?aid=43329

[lin...[/link]

http://www.jiankeer.com//member/index.php?uid=youmarco66&act...

http://www.jiankeer.com//member/index.php?uid=youmarco66&act...

http://www.jiankeer.com//member/index.php?uid=youmarco66&act...

http://www.jiankeer.com//member/index.php?uid=youmarco66&act...

http://www.jfzx.net/blog/u/251/archives/2010/2219.html[/link...

http://www.jianzhushu.com/member/index.php?uid=youmarco66&ac...

http://www.jianzhushu.com/member/index.php?uid=youmarco66&ac...

http://www.jianzhushu.com/member/index.php?uid=youmarco66&ac...

http://www.jianzhushu.com/member/index.php?uid=youmarco66&ac...

http://www.jiayao.org.cn/member/index.php?uid=youmarco66&act...

http://www.jiayao.org.cn/member/index.php?uid=youmarco66&act...

http://www.jiayao.org.cn/member/index.php?uid=youmarco66&act...

http://www.jiayao.org.cn/member/index.php?uid=youmarco66&act...

http://www.jiayao.org.cn/member/index.php?uid=youmarco66&act...

http://www.jidinghe.info/member/index.php?uid=youmarco66&act...

http://www.jidinghe.info/member/index.php?uid=youmarco66&act...

http://www.jidinghe.info/member/index.php?uid=youmarco66&act...

http://www.jidinghe.info/member/index.php?uid=youmarco66&act...

http://www.jidinghe.info/member/index.php?uid=youmarco66&act...

http://www.jinchen.com.cn/bbs/Blog.asp?BlogUserName=youmarco...

http://www.jingmai5.com//member/index.php?uid=youmarco66&act...

http://www.jingmai5.com//member/index.php?uid=youmarco66&act...

http://www.jingmai5.com//member/index.php?uid=youmarco66&act...

http://www.jingmai5.com//member/index.php?uid=youmarco66&act...

http://www.jingmai5.com//member/index.php?uid=youmarco66&act...

http://www.jingyou365.com/member/index.php?uid=youmarco66&ac...

http://www.jingyou365.com/member/index.php?uid=youmarco66&ac...

http://www.jingyou365.com/member/index.php?uid=youmarco66&ac...

http://www.jingyou365.com/member/index.php?uid=youmarco66&ac...

http://www.jingyou365.com/member/index.php?uid=youmarco66&ac...

http://www.jishublog.com/member/index.php?uid=youmarco66&act...

http://www.jishublog.com/member/index.php?uid=youmarco66&act...

http://www.jishublog.com/member/index.php?uid=youmarco66&act...

http://www.jishublog.com/member/index.php?uid=youmarco66&act...

http://www.jishublog.com/member/index.php?uid=youmarco66&act...

http://www.jiu3.com/member/index.php?uid=youmarco66&action=v...

http://www.jiu3.com/member/index.php?uid=youmarco66&action=v...

http://www.jiu3.com/member/index.php?uid=youmarco66&action=v...

http://www.jiu3.com/member/index.php?uid=youmarco66&action=v...

http://www.jiu3.com/member/index.php?uid=youmarco66&action=v...

http://www.jjez.org/zaosheng/bbs/Blog.asp?BlogUserName=youma...

http://www.jjliren.com/member/index.php?uid=youmarco66&actio...

http://www.jjliren.com/member/index.php?uid=youmarco66&actio...

http://www.jjliren.com/member/index.php?uid=youmarco66&actio...

http://www.jjltd.com/member/index.php?uid=youmarco66&action=...

http://www.jjltd.com/member/index.php?uid=youmarco66&action=...

http://www.jjltd.com/member/index.php?uid=youmarco66&action=...

http://www.jjltd.com/member/index.php?uid=youmarco66&action=...

http://www.jjltd.com/member/index.php?uid=youmarco66&action=...

http://www.jjtang.com/blog/blog-htm-do-read-uid-757489-tid-5...

http://www.jjtang.com/blog/blog-htm-do-read-uid-757489-tid-5...

http://www.jjtang.com/blog/blog-htm-do-read-uid-757489-tid-5...

http://www.jjtang.com/blog/blog-htm-do-read-uid-757489-tid-5...

http://www.jjtang.com/blog/blog-htm-do-read-uid-757489-tid-5...

http://www.jjyouyuan.com/home/diary364.html

[link=http://www.jkpjw.com/member/index.php?uid=youmarco66&action=viewarchives&aid=2088]http://www.jkpjw.com/member/index.php?uid=youmarco66&action=...

http://www.jkpjw.com/member/index.php?uid=youmarco66&action=...

http://www.jkpjw.com/member/index.php?uid=youmarco66&action=...

http://www.jkpjw.com/member/index.php?uid=youmarco66&action=...

http://www.jlfdi.com/bbsxp/Blog.asp?UserName=youmarco66[/lin...

http://www.jnqtwg.com/blog/u/youmarco66/archives/2010/1165.h...

http://www.jnqtwg.com/blog/u/youmarco66/archives/2010/1164.h...

http://www.jnqtwg.com/blog/u/youmarco66/archives/2010/1163.h...

http://www.jnqtwg.com/blog/u/youmarco66/archives/2010/1162.h...

http://www.jntyxm.com/BBSXP/Blog.asp?BlogUserName=youmarco66...

http://www.jobbaomu.com/member/index.php?uid=youmarco66&acti...

http://www.jobbaomu.com/member/index.php?uid=youmarco66&acti...

http://www.jobbaomu.com/member/index.php?uid=youmarco66&acti...

http://www.jobbaomu.com/member/index.php?uid=youmarco66&acti...

http://www.jobbaomu.com/member/index.php?uid=youmarco66&acti...

http://www.jpkc.tzc.edu.cn/list/wxgl/bbs/Blog.asp?BlogUserNa...

http://www.jrjedu.com/member/index.php?uid=youmarco66&action...

http://www.jrjedu.com/member/index.php?uid=youmarco66&action...

http://www.jrjedu.com/member/index.php?uid=youmarco66&action...

http://www.jrjedu.com/member/index.php?uid=youmarco66&action...

http://www.jrjedu.com/member/index.php?uid=youmarco66&action...

http://www.jsdba.com/member/index.php?uid=youmarco66&action=...

http://www.jsdba.com/member/index.php?uid=youmarco66&action=...

http://www.jsdba.com/member/index.php?uid=youmarco66&action=...

http://www.jsdba.com/member/index.php?uid=youmarco66&action=...

http://www.jsdba.com/member/index.php?uid=youmarco66&action=...

http://www.jsshedu.net.cn/member/index.php?uid=youmarco66[/l...

http://www.jsyhgl.com/book/blog.asp?id=1004

[link=http://www.jsyhgl.com/book/blog.asp?id=1002]http://www.jsyhgl.com/book/blog.asp?id=1002

[link=http://www.jsyhgl.com/book/blog.asp?id=1000]http://www.jsyhgl.com/book/blog.asp?id=1000

[link=http://www.jszzbzs.com/member/index.php?uid=youmarco66&action=viewarchives&aid=421]http://www.jszzbzs.com/member/index.php?uid=youmarco66&actio...

http://www.jszzbzs.com/member/index.php?uid=youmarco66&actio...

http://www.jszzbzs.com/member/index.php?uid=youmarco66&actio...

http://www.jszzbzs.com/member/index.php?uid=youmarco66&actio...

http://www.jtdks.com//member/index.php?uid=youmarco66&action...

http://www.jtdks.com//member/index.php?uid=youmarco66&action...

http://www.jtdks.com//member/index.php?uid=youmarco66&action...

http://www.jtdks.com//member/index.php?uid=youmarco66&action...

http://www.jtdks.com//member/index.php?uid=youmarco66&action...

http://www.jttx.org/space/list.asp?ID=77&UserName=youmarco66...

http://www.jttx.org/space/list.asp?ID=76&UserName=youmarco66...

http://www.jttx.org/space/list.asp?ID=75&UserName=youmarco66...

http://www.jttx.org/space/list.asp?ID=74&UserName=youmarco66...

http://www.jttx.org/space/list.asp?ID=73&UserName=youmarco66...

http://www.jvvk.com/member/index.php?uid=youmarco66&action=v...

http://www.jvvk.com/member/index.php?uid=youmarco66&action=v...

http://www.jvvk.com/member/index.php?uid=youmarco66&action=v...

http://www.jvvk.com/member/index.php?uid=youmarco66&action=v...

http://www.jvvk.com/member/index.php?uid=youmarco66&action=v...

http://www.jxdfhls.cn/srzjsh/bbsxp/Blog.asp?BlogUserName=you...

http://www.jxdkby.com/bbs/Blog.asp?BlogUserName=youmarco66[/...

http://www.jxjzjy.com/blog/u/youmarco66/archives/2010/8022.h...

http://www.jxjzjy.com/blog/u/youmarco66/archives/2010/8019.h...

http://www.jxjzjy.com/blog/u/youmarco66/archives/2010/8020.h...

http://www.jxjzjy.com/blog/u/youmarco66/archives/2010/8018.h...

youmarco66, 02 September 2010

http://www.ishuye.com/plus/view.php?aid=734

[link=http://www.ishuye.com/plus/view.php?aid=732]http://www.ishuye.com/plus/view.php?aid=732

[link=http://www.ishuye.com/plus/view.php?aid=730]http://www.ishuye.com/plus/view.php?aid=730

[link=http://www.ism2.com.cn/member/index.php?uid=youmarco66&action=viewarchives&aid=1892]http://www.ism2.com.cn/member/index.php?uid=youmarco66&actio...

http://www.ism2.com.cn/member/index.php?uid=youmarco66&actio...

http://www.ism2.com.cn/member/index.php?uid=youmarco66&actio...

http://www.ism2.com.cn/member/index.php?uid=youmarco66&actio...

http://www.jadescn.com/plus/view.php?aid=1404

[link...[/link]

http://www.jadescn.com/plus/view.php?aid=1402

[link...[/link]

http://www.jadescn.com/plus/view.php?aid=1400

[link...[/link]

http://www.japanno1.com/bbs/Blog.asp?BlogUserName=youmarco66...

http://www.janwx.com/tennisblog/u/youmarco66/index.html[/lin...

http://www.jcbaoxian.com/member/index.php?uid=youmarco66&act...

http://www.jcbaoxian.com/member/index.php?uid=youmarco66&act...

http://www.jcbaoxian.com/member/index.php?uid=youmarco66&act...

http://www.jcbaoxian.com/member/index.php?uid=youmarco66&act...

http://www.jc567.com/member/index.php?uid=youmarco66&action=...

http://www.jc567.com/member/index.php?uid=youmarco66&action=...

http://www.jc567.com/member/index.php?uid=youmarco66&action=...

http://www.jc567.com/member/index.php?uid=youmarco66&action=...

http://www.jc567.com/member/index.php?uid=youmarco66&action=...

http://www.jddt.com/plus/view.php?aid=4740

[link=http://www.jddt.com/plus/view.php?aid=4738]http://www.jddt.com/plus/view.php?aid=4738

[link=http://www.jddt.com/plus/view.php?aid=4736]http://www.jddt.com/plus/view.php?aid=4736

[link=http://www.jdzmrmc.com/member/index.php?uid=youmarco66&action=viewarchives&aid=687]http://www.jdzmrmc.com/member/index.php?uid=youmarco66&actio...

http://www.jdzmrmc.com/member/index.php?uid=youmarco66&actio...

http://www.jdzmrmc.com/member/index.php?uid=youmarco66&actio...

http://www.jdzmrmc.com/member/index.php?uid=youmarco66&actio...

http://www.jfarts.com/bbsxp/blog.asp?id=1249

[link=http://www.jfarts.com/bbsxp/blog.asp?id=1247]http://www.jfarts.com/bbsxp/blog.asp?id=1247

[link=http://www.jfarts.com/bbsxp/blog.asp?id=1245]http://www.jfarts.com/bbsxp/blog.asp?id=1245

[link=http://www.jfdp360.com/member/index.php?uid=youmarco66&action=viewarchives&aid=521]http://www.jfdp360.com/member/index.php?uid=youmarco66&actio...

http://www.jfdp360.com/member/index.php?uid=youmarco66&actio...

http://www.jfdp360.com/member/index.php?uid=youmarco66&actio...

http://www.jfdp360.com/member/index.php?uid=youmarco66&actio...

http://www.jhbyw.com/member/index.php?uid=youmarco66&action=...

http://www.jhbyw.com/member/index.php?uid=youmarco66&action=...

http://www.jhbyw.com/member/index.php?uid=youmarco66&action=...

http://www.jhbyw.com/member/index.php?uid=youmarco66&action=...

http://www.jhbyw.com/member/index.php?uid=youmarco66&action=...

http://www.jiagu123.com/plus/view.php?aid=481

[link...[/link]

http://www.jiagu123.com/plus/view.php?aid=479

[link...[/link]

http://www.jiagu123.com/plus/view.php?aid=477

[link...[/link]

http://www.jiahepeixun.com/plus/view.php?aid=402

[l...[/link]

http://www.jiahepeixun.com/plus/view.php?aid=400

[l...[/link]

http://www.jiaju18.com/plus/view.php?aid=43333

[lin...[/link]

http://www.jiaju18.com/plus/view.php?aid=43331

[lin...[/link]

http://www.jiaju18.com/plus/view.php?aid=43329

[lin...[/link]

http://www.jiankeer.com//member/index.php?uid=youmarco66&act...

http://www.jiankeer.com//member/index.php?uid=youmarco66&act...

http://www.jiankeer.com//member/index.php?uid=youmarco66&act...

http://www.jiankeer.com//member/index.php?uid=youmarco66&act...

http://www.jfzx.net/blog/u/251/archives/2010/2219.html[/link...

http://www.jianzhushu.com/member/index.php?uid=youmarco66&ac...

http://www.jianzhushu.com/member/index.php?uid=youmarco66&ac...

http://www.jianzhushu.com/member/index.php?uid=youmarco66&ac...

http://www.jianzhushu.com/member/index.php?uid=youmarco66&ac...

http://www.jiayao.org.cn/member/index.php?uid=youmarco66&act...

http://www.jiayao.org.cn/member/index.php?uid=youmarco66&act...

http://www.jiayao.org.cn/member/index.php?uid=youmarco66&act...

http://www.jiayao.org.cn/member/index.php?uid=youmarco66&act...

http://www.jiayao.org.cn/member/index.php?uid=youmarco66&act...

http://www.jidinghe.info/member/index.php?uid=youmarco66&act...

http://www.jidinghe.info/member/index.php?uid=youmarco66&act...

http://www.jidinghe.info/member/index.php?uid=youmarco66&act...

http://www.jidinghe.info/member/index.php?uid=youmarco66&act...

http://www.jidinghe.info/member/index.php?uid=youmarco66&act...

http://www.jinchen.com.cn/bbs/Blog.asp?BlogUserName=youmarco...

http://www.jingmai5.com//member/index.php?uid=youmarco66&act...

http://www.jingmai5.com//member/index.php?uid=youmarco66&act...

http://www.jingmai5.com//member/index.php?uid=youmarco66&act...

http://www.jingmai5.com//member/index.php?uid=youmarco66&act...

http://www.jingmai5.com//member/index.php?uid=youmarco66&act...

http://www.jingyou365.com/member/index.php?uid=youmarco66&ac...

http://www.jingyou365.com/member/index.php?uid=youmarco66&ac...

http://www.jingyou365.com/member/index.php?uid=youmarco66&ac...

youmarco66, 02 September 2010

http://www.jingyou365.com/member/index.php?uid=youmarco66&ac...

http://www.jingyou365.com/member/index.php?uid=youmarco66&ac...

http://www.jishublog.com/member/index.php?uid=youmarco66&act...

http://www.jishublog.com/member/index.php?uid=youmarco66&act...

http://www.jishublog.com/member/index.php?uid=youmarco66&act...

http://www.jishublog.com/member/index.php?uid=youmarco66&act...

http://www.jishublog.com/member/index.php?uid=youmarco66&act...

http://www.jiu3.com/member/index.php?uid=youmarco66&action=v...

http://www.jiu3.com/member/index.php?uid=youmarco66&action=v...

http://www.jiu3.com/member/index.php?uid=youmarco66&action=v...

http://www.jiu3.com/member/index.php?uid=youmarco66&action=v...

http://www.jiu3.com/member/index.php?uid=youmarco66&action=v...

http://www.jjez.org/zaosheng/bbs/Blog.asp?BlogUserName=youma...

http://www.jjliren.com/member/index.php?uid=youmarco66&actio...

http://www.jjliren.com/member/index.php?uid=youmarco66&actio...

http://www.jjliren.com/member/index.php?uid=youmarco66&actio...

http://www.jjltd.com/member/index.php?uid=youmarco66&action=...

http://www.jjltd.com/member/index.php?uid=youmarco66&action=...

http://www.jjltd.com/member/index.php?uid=youmarco66&action=...

http://www.jjltd.com/member/index.php?uid=youmarco66&action=...

http://www.jjltd.com/member/index.php?uid=youmarco66&action=...

http://www.jjtang.com/blog/blog-htm-do-read-uid-757489-tid-5...

http://www.jjtang.com/blog/blog-htm-do-read-uid-757489-tid-5...

http://www.jjtang.com/blog/blog-htm-do-read-uid-757489-tid-5...

http://www.jjtang.com/blog/blog-htm-do-read-uid-757489-tid-5...

http://www.jjtang.com/blog/blog-htm-do-read-uid-757489-tid-5...

http://www.jjyouyuan.com/home/diary364.html

[link=http://www.jkpjw.com/member/index.php?uid=youmarco66&action=viewarchives&aid=2088]http://www.jkpjw.com/member/index.php?uid=youmarco66&action=...

http://www.jkpjw.com/member/index.php?uid=youmarco66&action=...

http://www.jkpjw.com/member/index.php?uid=youmarco66&action=...

http://www.jkpjw.com/member/index.php?uid=youmarco66&action=...

http://www.jlfdi.com/bbsxp/Blog.asp?UserName=youmarco66[/lin...

http://www.jnqtwg.com/blog/u/youmarco66/archives/2010/1165.h...

http://www.jnqtwg.com/blog/u/youmarco66/archives/2010/1164.h...

http://www.jnqtwg.com/blog/u/youmarco66/archives/2010/1163.h...

http://www.jnqtwg.com/blog/u/youmarco66/archives/2010/1162.h...

http://www.jntyxm.com/BBSXP/Blog.asp?BlogUserName=youmarco66...

http://www.jobbaomu.com/member/index.php?uid=youmarco66&acti...

http://www.jobbaomu.com/member/index.php?uid=youmarco66&acti...

http://www.jobbaomu.com/member/index.php?uid=youmarco66&acti...

http://www.jobbaomu.com/member/index.php?uid=youmarco66&acti...

http://www.jobbaomu.com/member/index.php?uid=youmarco66&acti...

http://www.jpkc.tzc.edu.cn/list/wxgl/bbs/Blog.asp?BlogUserNa...

http://www.jrjedu.com/member/index.php?uid=youmarco66&action...

http://www.jrjedu.com/member/index.php?uid=youmarco66&action...

http://www.jrjedu.com/member/index.php?uid=youmarco66&action...

http://www.jrjedu.com/member/index.php?uid=youmarco66&action...

http://www.jrjedu.com/member/index.php?uid=youmarco66&action...

http://www.jsdba.com/member/index.php?uid=youmarco66&action=...

http://www.jsdba.com/member/index.php?uid=youmarco66&action=...

http://www.jsdba.com/member/index.php?uid=youmarco66&action=...

http://www.jsdba.com/member/index.php?uid=youmarco66&action=...

http://www.jsdba.com/member/index.php?uid=youmarco66&action=...

http://www.jsshedu.net.cn/member/index.php?uid=youmarco66[/l...

http://www.jsyhgl.com/book/blog.asp?id=1004

[link=http://www.jsyhgl.com/book/blog.asp?id=1002]http://www.jsyhgl.com/book/blog.asp?id=1002

[link=http://www.jsyhgl.com/book/blog.asp?id=1000]http://www.jsyhgl.com/book/blog.asp?id=1000

[link=http://www.jszzbzs.com/member/index.php?uid=youmarco66&action=viewarchives&aid=421]http://www.jszzbzs.com/member/index.php?uid=youmarco66&actio...

http://www.jszzbzs.com/member/index.php?uid=youmarco66&actio...

http://www.jszzbzs.com/member/index.php?uid=youmarco66&actio...

http://www.jszzbzs.com/member/index.php?uid=youmarco66&actio...

http://www.jtdks.com//member/index.php?uid=youmarco66&action...

http://www.jtdks.com//member/index.php?uid=youmarco66&action...

http://www.jtdks.com//member/index.php?uid=youmarco66&action...

http://www.jtdks.com//member/index.php?uid=youmarco66&action...

http://www.jtdks.com//member/index.php?uid=youmarco66&action...

http://www.jttx.org/space/list.asp?ID=77&UserName=youmarco66...

http://www.jttx.org/space/list.asp?ID=76&UserName=youmarco66...

http://www.jttx.org/space/list.asp?ID=75&UserName=youmarco66...

http://www.jttx.org/space/list.asp?ID=74&UserName=youmarco66...

http://www.jttx.org/space/list.asp?ID=73&UserName=youmarco66...

http://www.jvvk.com/member/index.php?uid=youmarco66&action=v...

http://www.jvvk.com/member/index.php?uid=youmarco66&action=v...

http://www.jvvk.com/member/index.php?uid=youmarco66&action=v...

http://www.jvvk.com/member/index.php?uid=youmarco66&action=v...

http://www.jvvk.com/member/index.php?uid=youmarco66&action=v...

http://www.jxdfhls.cn/srzjsh/bbsxp/Blog.asp?BlogUserName=you...

http://www.jxdkby.com/bbs/Blog.asp?BlogUserName=youmarco66[/...

http://www.jxjzjy.com/blog/u/youmarco66/archives/2010/8022.h...

http://www.jxjzjy.com/blog/u/youmarco66/archives/2010/8019.h...

http://www.jxjzjy.com/blog/u/youmarco66/archives/2010/8020.h...

http://www.jxjzjy.com/blog/u/youmarco66/archives/2010/8018.h...

Add a comment

Name:
Email or URL: (optional)
Security code
Code shown above:
 
 
© ZoneO-soft - Contact us - Start page