The Active Network
ActiveMac Anonymous | Create a User | Reviews | News | Forums | Advertise  
 

  *  

  Rival: Web Services Need Protection
Time: 09:57 EST/14:57 GMT | News Source: Associated Press | Posted By: Robert Stein

Applications, information and other services delivered over the Internet could threaten Microsoft Corp.'s desktop operating system monopoly and are therefore worthy of antitrust protections, a Sun Microsystems executive says. Many companies, including Microsoft, are rushing to offer Internet services — from instant messaging (news - web sites) programs to entire business software suites — online rather than through stores. Microsoft wants penalties in the company's antitrust case to only cover the consumer desktop market. Nine states want the remedies extended to cell phones, instant messaging and interactive television.

Write Comment
Return to News

  Displaying 26 through 50 of 178
Prev | Last | Next
  The time now is 4:32:50 PM ET.
Any comment problems? E-mail us
#26 By 3339 (64.175.43.69) at 4/10/2002 12:50:38 AM
well, I guess I threw in UDDI for your benefit, an extra--I was responding to the anon's post when addressing you, sorry. I have read through w3c quite a bit, continue to do so... You didn't say MS invented XML, but you say they all but created it.. what the hell does that mean? From what I know of XML, the w3c, the industry, academia saw it as necessary and logical progession; they used SGML as much of what they needed to create was there... So in many ways XML preexisted MS and created itself from logical extension. By numbers alone, MS was only 1/30 of the XML working group. That's a far cry from: "Microsoft all but created and implemented the concept, design, and framework for Web Services."

And this: "Hell, I think Microsoft was the originator, innovator, and sole producer of the XML schema spec." That's laughable... between 1998 and 2000 the 4 documents that were submitted prior to the XML Schema Spec, regarding Schema, of the 15 people (who have organizations identified) only 2 are from MS. So what are you reading, daz? Contribution is admirable yes, but the large role you suggest is ridiculous, especially for a company of MS's size.

I am looking at the names and specs, and I see webMethods just as frequently as Microsoft. I would expect to see MS a lot considering in most cases they are 4x -12x bigger than most of the companies listed. (By the way, MS is over 380x bigger than webmethods.)

Facts, daz, facts.

I know a bunch of them--and I've frequently said just separate the .0001% (your claim, what is that--half a line of code?) of IE that is the app from the render engine dll, simple. Just because you have the option of add/removing doesn't mean everything is removed on you, daz. Boy, oh boy. And if something was removed, you get prompted to install if you want the functionality--you do it... ONCE. Oooh, it "would SOOOoooo ruin Windows." Now where does the instability come from? Where? Can you explain how the same code just modular becomes less stable?

This post was edited by sodajerk on Wednesday, April 10, 2002 at 03:32.

#27 By 3339 (64.175.43.69) at 4/10/2002 1:03:43 AM
Me udnerstand you just fine, soda--I was goading you silly. I guess you have the hardest time understanding anything I say. Sitting on your high horse now doesn't seal the deal for you anyway--so obviously you couldn't resist coming back. So far the only things I've had pointed out to me were things that you and others mistunderstood me to be suggesting, and I've tried to clear that up for you. But whatever soda, keep going in circles.

#28 By 3339 (64.175.43.69) at 4/10/2002 1:09:32 AM
"Many of the features in Windows XP use IE in the background. IE, or rather the renderer in IE (which accounts for 99.9999% of IE's functionality) is used in just about every feature in Windows XP. Open My Computer and see the drives segmented according to type and the function bars on the left? All HTML rendered using IE's renderer. "

Ah, yes, see IE crash, see Outlook and my File Manager and my win2000 box crash because of that renderer even though I wasn't retrieving email (Outlook), connected to a device over the internet (File Manager), or reading html locally. Brilliant. Happens about twice a week to me just because I've got rendered html all over the place even though I don't need it, my whole machine dies. Progress.

This post was edited by sodajerk on Wednesday, April 10, 2002 at 01:14.

#29 By 5444 (208.180.245.59) at 4/10/2002 3:07:27 AM
SodaJerk.

Here is the issue with Java and the Swing interface. It is only consistant to Java programs.

What you fail to see, is that with the cli and common runtime implemented on other platforms is that the implementation will use the native hooks of the OS it is running on. (or in the case of mono running on Windows GTK (and perhaps with a compiler option even the native .net runtimes.

So in essense. If I write a program that is PURE .net framework. Ensure that it is cross platform capable.(meaning not using windows API for areas of the Program) I could in theory write a program in the frame work, that will run on the .net framework in a windows enviroment. on mono on a linux enviroment. (that looks like a gnome program or kde program if they get those wrappers done)

So instead of having a Complete different UI(java swing) from the OS that it is running on, it has the Look and feel of the OS it is running in.

So what does that mean. It means that the BCL which is part of the ECMA, ASP.net and ado.net(which have to be engineered) libraries have to be written to the platform they are on. While this does add aditional work for the implimentors. once it is implemented the Look and Feel of hte program is the same as the platform it is running on.

So you ask what winforms look like on a platform outside of Windows. I say it will look like a program designed for that platform. As long as you stay within the confines of the network.

Once you start implementing things ouside of hte platform, then it will only run on that platform. Be it windows or Gnome or KDE. or even the mac. or the ipod or the palm(if they get off of their high horse) or win ce.net platforms.

El

#30 By 3339 (64.175.43.69) at 4/10/2002 3:21:36 AM
El, you state exactly my point: GUIs for other platforms are still purely theoretical. This work still needs to be done so we don't know the results of it: if it works well, if it's slow, if it can be done. (Which of course it can, my point being: it's not determined yet.) Then you say, once it gets implemented, it is now platform dependent. No, crap. I'm not sure if you are saying that this can be fully handled in the CLI or if some of it needs to be in the app code. I am not confident that this can all be executed through the CLI, but maybe I am wrong. Even if it is implemented in the CLI, then you will get different performance for each app--presumably leaning in favor of MS. So you still have to code for each platform that you deliver on. Maybe you can separate these parts of the code out, I don't know, but still you are coding for each platform the parts that need to be coded for each platform. Yeah, I get that. And I admittedly don't know that much about it--but I also know that there is MS specific code to the framework--so, of course, this code cannot be ported to other platforms, maybe reversed engineered, but not necessarily or properly supported. So where's the misunderstanding?

This post was edited by sodajerk on Wednesday, April 10, 2002 at 03:55.

#31 By 2459 (66.25.124.8) at 4/10/2002 3:58:19 AM
You're not getting the point, Sodajerk. The GUI components are implemented by whomever implements the framework for a particular platform. For Mono, for instance, Ximian will mate the GUI functions of .NET to the native functionality of Gnome. Apple (or whomever does the Mac port) will map the .NET GUI calls to OS X native GUI functionality.

The software application developer does no extra work. If he uses standard .NET libraries, he only needs to write his code once. When the code is run on other systems, it automatically gains the native functionality of that system.

The speed at which the application performs is totally up to how well the framework is implemented on the platform, and is subject to the platform's limitations. A GUI app running on MacOS X would have slower window resizing functionality verses the same app running on Windows because of the platform's limitations (example from known problem on previous OS X versions, haven't seen current version). All .NET code is natively compiled, so the only performance limitations come from the platform on which the code is running and how well the framework is implemented on that platform.

#32 By 3339 (65.198.47.10) at 4/10/2002 1:14:17 PM
#55, Are you serious? Because I didn't keep insisting ftp was a service in every post, I hgave up on it? No, I was responding to the attacks from the left and the right and moving the argument along several topics--MS hasn't contributed more to web services than others, .Net is not cross platform, etc...

Editing? The post you point to the only thing I did to edit it was to continue to ADD extra statements. Initially, I only mentioned one spec and MS's involvement--I expanded it to cover other specs and other companies. Sorry. Most of my edits are to improve readability, weeny... I type fast and move on, but then I read my own posts and if there are 2 or more typos or something tricky to read, I edit it. I don't think I have EVER editted to adjust my comments.

#33 By 4240821 (45.149.82.86) at 10/25/2023 8:02:01 PM
https://sexonly.top/get/b16/b16chmainnuzkymhxy.php
https://sexonly.top/get/b693/b693kghqragumsyuakp.php
https://sexonly.top/get/b802/b802mxlownazqddlfva.php
https://sexonly.top/get/b348/b348hwhbipnfqjzinvu.php
https://sexonly.top/get/b875/b875spbczygncgenaiw.php
https://sexonly.top/get/b698/b698bxniuxlxyaaqzkz.php
https://sexonly.top/get/b777/b777xhcriawuqggbzrc.php
https://sexonly.top/get/b843/b843eudfjzexidkbrzz.php
https://sexonly.top/get/b752/b752rbkjepjbuixqtzr.php
https://sexonly.top/get/b424/b424lqgoadwsfmdrfnc.php
https://sexonly.top/get/b34/b34dkandfyazpvivqx.php
https://sexonly.top/get/b248/b248xmgahcqefxlnuaf.php
https://sexonly.top/get/b998/b998wxbvlludzqvnvyk.php
https://sexonly.top/get/b965/b965rxkyyrsepjzmrvx.php
https://sexonly.top/get/b100/b100viwpfcmifayxour.php
https://sexonly.top/get/b166/b166recvatycgfvttme.php
https://sexonly.top/get/b374/b374tvlgpiyrrwntcyg.php
https://sexonly.top/get/b546/b546ihnhacvrqwpwwnc.php
https://sexonly.top/get/b348/b348fdzjoclfamkksju.php
https://sexonly.top/get/b755/b755brnmumuhqaaxelk.php
https://sexonly.top/get/b818/b818wgonfdrsktunkvp.php
https://sexonly.top/get/b833/b833cuzpvqxutcmjjmw.php
https://sexonly.top/get/b551/b551ukmkdohoszxfpdv.php
https://sexonly.top/get/b186/b186qleuvdvxdutrqmk.php
https://sexonly.top/get/b398/b398esuoedowawlqgyk.php
https://sexonly.top/get/b864/b864wkesrtztihjjofu.php
https://sexonly.top/get/b214/b214crtgsxatwxivejs.php
https://sexonly.top/get/b895/b895lmscekdcaugirov.php
https://sexonly.top/get/b144/b144ijkgjmbgogssvoa.php
https://sexonly.top/get/b264/b264yhkiktijwetynmq.php
https://sexonly.top/get/b123/b123qmlhuwwbulauitf.php
https://sexonly.top/get/b297/b297enpqnshkesjfpyu.php
https://sexonly.top/get/b82/b82esjhqymkrfzxumh.php
https://sexonly.top/get/b361/b361phkglvcmghqbibk.php
https://sexonly.top/get/b281/b281gfrkvglhofqrnar.php
https://sexonly.top/get/b764/b764fhdrkvttfqxsbhv.php
https://sexonly.top/get/b230/b230uxmicqssogvimvq.php
https://sexonly.top/get/b996/b996dvorfaxewnbdjaf.php
https://sexonly.top/get/b825/b825lniydurgjnanmca.php
https://sexonly.top/get/b223/b223mazsudxngugfybu.php
https://sexonly.top/get/b958/b958swxetkuebmxyyzl.php
https://sexonly.top/get/b797/b797nzdwafomhpridup.php
https://sexonly.top/get/b538/b538ygnpwgdhcpcbnfk.php
https://sexonly.top/get/b351/b351ezemtjieykidonq.php
https://sexonly.top/get/b495/b495jvhokmvfxzsryso.php
https://sexonly.top/get/b799/b799ezarkrgghbzocij.php
https://sexonly.top/get/b552/b552fiejcifddxealku.php
https://sexonly.top/get/b80/b80mgdebdbpdscogzt.php
https://sexonly.top/get/b779/b779rmvpdwdhrwlnofj.php
https://sexonly.top/get/b312/b312dnojzdqxrhzdywh.php

#34 By 4240821 (213.139.195.162) at 10/29/2023 7:38:45 PM
https://www.quora.com/profile/AaronBlake480/Miss-Mia-Nicolette-ANGELICSLUT-TrapHouseProductions-Latia-Lopez-lusy_9-littlewishes-Demonshub-Anais-Walter
https://www.quora.com/profile/TravisStapleton896/estella-98-penelope-crunch-Channiebearxo-Suman-Bhabhi-big_n_high79-Samantha-Starfish-DaryDevi-sorenluka
https://www.quora.com/profile/BrendaJamison129/Lanaandpierre-PrincessKitten-Purrs-ariana-diamond-Wicked-Ashlynn-venusss_model-AmeliaxJade-Slutwifecpl-Tok
https://www.quora.com/profile/MarvinMan51/Datkiff-EllieOpal-Brynlee-Paige-Luna-Y-Guango-HumbleMiss2319-Kentucky-Trex-Carolyn-Ochoa-Miss-Honeyy-Pot
https://www.quora.com/profile/ChadBlodgett85/xviip3rxx-big_ass_sandy1-MissEllyy-luna-show-AlexaWhittee-AlexaFoxy-sarahjessiexxx-Emily-Cole-Jasmine-Mo
https://www.quora.com/profile/TashaSmith611/NaughtyHeAndShe-Lacey-Mace-RealSquirtCum-PhatAssLynn-JinkiesMoore-hairpinlegskass-lavender-rayne-Cocomilf0
https://www.quora.com/profile/SierraWilliams875/TheRoxyRyder-SacredSubmission-CandaceVon-firekitty666-MexicanCasero-Redfirecracker-lilmissmeganxx-Sheisher
https://www.quora.com/profile/GeorgeArroyo581/Lavenderhayz-the_lucid_muse-Svetlana-Rae-Eva-and-Pau-mimi-farra-tiedyedicorn-KittyKatKums-HOW-TWO-ENJOY
https://www.quora.com/profile/DeryFelony797/Tanatopaz-amber-q-Wednesdayadams31-Guni-Girl-maxie1024-BadLilBella-Lunaamelia-kesha_ortega_oficial-Kilan
https://www.quora.com/profile/AustinHutchinson261/MissAmanda-Penelope-Black-Diamond-Pretty-Ashley-Abby-Paradise-VixenCurious-Kaye15-Ursula17-clarafoot_sg

#35 By 4240821 (103.152.17.80) at 10/31/2023 10:36:50 AM
https://app.socie.com.br/read-blog/97650
https://app.socie.com.br/Lovelyyybeautyytaissa_winkler
https://app.socie.com.br/AktatatataCendal
https://app.socie.com.br/fattattoogirlMissExciter
https://app.socie.com.br/WickedMexbarbaragregorio
https://app.socie.com.br/luanatorkStormiinferno
https://app.socie.com.br/SamanthavideosDixielynn2919
https://app.socie.com.br/HederaHelixLillaQuinn
https://app.socie.com.br/AmyGabesexdoesabodygood
https://app.socie.com.br/Silenthillnerdemerald6985

#36 By 4240821 (103.151.103.150) at 10/31/2023 6:11:04 PM
https://app.socie.com.br/read-blog/98275
https://app.socie.com.br/Battyybostonbabes
https://app.socie.com.br/AmiraIreneLittle_Nika18
https://app.socie.com.br/Roxyyheartmswettnfreakee
https://app.socie.com.br/read-blog/97412
https://app.socie.com.br/KalicygirlTheRoxRoom
https://app.socie.com.br/read-blog/98304
https://app.socie.com.br/RezidentyPornocamilapasion
https://app.socie.com.br/eaglescout4SelenaSiren
https://app.socie.com.br/DearPrudenceEmspokess

#37 By 4240821 (62.76.146.75) at 11/1/2023 6:38:18 PM
http://activewin.com/mac/comments.asp?ThreadIndex=3636&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=83722&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=40295&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=40255&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=36647&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=16253&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=1257&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=14114&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=42887&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=39564&Group=Last

#38 By 4240821 (212.193.138.10) at 11/3/2023 11:54:54 AM
http://activewin.com/mac/comments.asp?ThreadIndex=53538&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=68605&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=85508&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=81453&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=27678&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=38178&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=6126&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=61641&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=16154&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=23322&Group=Last

#39 By 4240821 (109.94.216.41) at 11/5/2023 1:36:19 AM
https://hotslutss.bdsmlr.com/post/652607059
https://hotslutss.bdsmlr.com/post/661118083
https://hotslutss.bdsmlr.com/post/651273339
https://hotslutss.bdsmlr.com/post/651361996
https://hotslutss.bdsmlr.com/post/656835562
https://hotslutss.bdsmlr.com/post/658647664
https://hotslutss.bdsmlr.com/post/651248834
https://hotslutss.bdsmlr.com/post/652813983
https://hotslutss.bdsmlr.com/post/654493737
https://hotslutss.bdsmlr.com/post/652632987

#40 By 4240821 (92.119.163.194) at 11/6/2023 11:09:57 AM
https://printable-calendar.mn.co/members/19919665
https://printable-calendar.mn.co/members/19906733
https://printable-calendar.mn.co/members/19903726
https://printable-calendar.mn.co/members/19894958
https://printable-calendar.mn.co/members/19895969
https://printable-calendar.mn.co/members/19898716
https://printable-calendar.mn.co/members/19907163
https://printable-calendar.mn.co/members/19913723
https://printable-calendar.mn.co/members/19916002
https://printable-calendar.mn.co/members/19904260

#41 By 4240821 (62.76.146.75) at 11/8/2023 11:14:12 AM
https://www.hackerearth.com/@kersboumasde1971
https://www.hackerearth.com/@flagningdecou1971
https://www.hackerearth.com/@ceustufomwho1973
https://www.hackerearth.com/@breathelcepa1979
https://www.hackerearth.com/@geomitowmi1979
https://www.hackerearth.com/@mernutrstevgi1980
https://www.hackerearth.com/@masolpada1982
https://www.hackerearth.com/@lumtalenla1970
https://www.hackerearth.com/@stitanuanal1970
https://www.hackerearth.com/@lieromalab1988

#42 By 4240821 (45.146.26.215) at 11/11/2023 6:25:15 AM
http://www.ttbizonline.com/pro/20231109094042
http://www.ttbizonline.com/pro/20231109151131
http://www.ttbizonline.com/pro/20231109143620
http://www.ttbizonline.com/pro/20231110014654
http://www.ttbizonline.com/pro/20231109203617
http://www.ttbizonline.com/pro/20231110012608
http://www.ttbizonline.com/pro/20231109054034
http://www.ttbizonline.com/pro/20231109124723
http://www.ttbizonline.com/pro/20231109200602
http://www.ttbizonline.com/pro/20231109223800

#43 By 4240821 (109.94.216.41) at 11/12/2023 12:28:55 AM
https://www.mddir.com/company/soleflownergoddess-manyvids-leaked/
https://www.mddir.com/company/ha_run-patreon-leak/
https://www.mddir.com/company/sugar_snipp-fansly-leak/
https://www.mddir.com/company/mahoganyjyrose-clips4sale-leaked/
https://www.mddir.com/company/nicoleace-fansly-leaked/
https://www.mddir.com/company/lacy-wilde-manyvids-leak/
https://www.mddir.com/company/thiccgoddessxoxo-onlyfans-leaked/
https://www.mddir.com/company/ohfuckclaire-onlyfans-leak/
https://www.mddir.com/company/allanmarie1030-fansly-leak/
https://www.mddir.com/company/stargirlxoxo2390-manyvids-leak/

#44 By 4240821 (194.190.178.141) at 11/12/2023 2:32:13 PM
https://instem.res.in/comment/reply/2564/720445
https://instem.res.in/comment/reply/2557/720356
https://instem.res.in/comment/reply/3225/720467
https://instem.res.in/comment/reply/3851/720542
https://instem.res.in/comment/reply/2557/720231
https://instem.res.in/comment/reply/2557/720280
https://instem.res.in/comment/reply/2557/720216
https://instem.res.in/comment/reply/2557/720227
https://instem.res.in/comment/reply/2557/720372
https://instem.res.in/comment/reply/2557/720277

#45 By 4240821 (45.146.26.215) at 11/13/2023 6:34:19 PM
https://sexonly.top/get/b703/b703dztwbrfujkkjflu.php
https://sexonly.top/get/b16/b16oujrirubvkujxcu.php
https://telegra.ph/MysMajesty-Couch-Sex-Fansly-Leaked-11-30
https://sexonly.top/get/b556/b556snsexjptongqhmc.php
https://sexonly.top/get/b859/b859recjwryjzdxkkqc.php
http://activewin.com/mac/comments.asp?ThreadIndex=1431
https://sexonly.top/get/b211/b211sjxrktvuuccsfqt.php
http://activewin.com/mac/comments.asp?ThreadIndex=24201
https://sexonly.top/get/b654/b654bxszolhxksykjbp.php
https://sexonly.top/get/b447/b447ihgeifhphawtozk.php

#46 By 4240821 (62.76.153.10) at 11/15/2023 12:11:09 AM
https://sexonly.top/get/b263/b263jsmshsikbsgwixg.php
https://sexonly.top/get/b553/b553axllsvkobmykbmv.php
https://sexonly.top/get/b567/b567phuvbacnajurkpb.php
https://sexonly.top/get/b395/b395xtjhctybxduvnua.php
https://sexonly.top/get/b143/b143kyoxrrpgtzwgbss.php
https://hotslutss.bdsmlr.com/post/652435575
https://sexonly.top/get/b534/b534vfkjibapjiptsrs.php
https://sexonly.top/get/b588/b588hmqdaoboymlqtiq.php
https://sexonly.top/get/b620/b620xyhdckwarkycszu.php
https://sexonly.top/get/b559/b559vhmhchymqduruuf.php

#47 By 4240821 (194.226.185.83) at 11/15/2023 12:42:52 PM
https://telegra.ph/LanaRhoades-Wet-Pussy-Onlyfans-Leaked-12-20
https://sexonly.top/get/b405/b405uycswzfnlzknvzg.php
https://telegra.ph/LanaRhoades-Sucking-Fansly-Leaked-12-22
https://sexonly.top/get/b892/b892leyloksxhhmxisc.php
https://sexonly.top/get/b615/b615aurgvustvbhgmtw.php
https://sexonly.top/get/b70/b70uvknihmabnkvvte.php
https://sexonly.top/get/b320/b320jbrscjldcrpnkhs.php
https://sexonly.top/get/b392/b392mrwozqujschehsg.php
https://sexonly.top/get/b433/b433hkptsobpilwhlrc.php
https://sexonly.top/get/b446/b446tjyhfgvoidawpej.php

#48 By 4240821 (2.57.151.31) at 11/15/2023 10:05:08 PM
https://sexonly.top/get/b86/b86fhlggrbckvaxitg.php
https://sexonly.top/get/b625/b625bmsnrswaodqyxpu.php
https://sexonly.top/get/b650/b650qiqaintrstzsrrn.php
https://sexonly.top/get/b252/b252mykcxrwudvpeceo.php
https://sexonly.top/get/b836/b836juwhzunwnjnqsuw.php
https://sexonly.top/get/b180/b180avqhhamgwputqni.php
https://sexonly.top/get/b686/b686ilxgiolfzrfbcwx.php
https://telegra.ph/biggirl032395-Face-Fuck-Boosty-Leak-01-07
https://sexonly.top/get/b357/b357vgqoayhkouqhytm.php
https://sexonly.top/get/b220/b220cyfenypjmqakqvb.php

#49 By 4240821 (103.151.103.150) at 11/16/2023 7:29:51 PM
https://forms.yandex.com/u/63831491eb6146c5242356b5/
https://sexonly.top/get/b43/b43jqfygfrbswreviy.php
https://sexonly.top/get/b436/b436xxbnluaatkootus.php
https://sexonly.top/get/b707/b707kezafyvnrborkbd.php
https://sexonly.top/get/b687/b687ffsgrcoahqymael.php
https://sexonly.top/get/b769/b769acvavtteuqbgqya.php
https://sexonly.top/get/b652/b652cmyvyampatuvfte.php
https://sexonly.top/get/b925/b925wvjxgphwiqeuvri.php
https://zmut.com/pin/213124562202092958
https://telegra.ph/meenabeena-OnlyFans-Leaked-08-08

#50 By 4240821 (213.139.195.162) at 11/17/2023 8:29:35 PM
https://sexonly.top/get/b445/b445tqtjbbdnkafyehn.php
https://telegra.ph/Makoshake-Ropes-Clips4sale-Leak-12-07
https://sexonly.top/get/b598/b598knohtsemxmrznjt.php
https://sexonly.top/get/b761/b761tjkdndbbyffvgiq.php
https://sexonly.top/get/b720/b720jivhdjrpqqgripn.php
https://sexonly.top/get/b833/b833qrocqgfuyrjubmh.php
https://sexonly.top/get/b297/b297amcncenfcrjqfeq.php
https://sexonly.top/get/b445/b445svrzruhbofdtfqg.php
https://sexonly.top/get/b802/b802tidngscvxtlrtmd.php
https://sexonly.top/get/b263/b263qrvkipskgorlpxf.php

Write Comment
Return to News
  Displaying 26 through 50 of 178
Prev | Last | Next
  The time now is 4:32:50 PM ET.
Any comment problems? E-mail us
User name and password:

 

  *  
  *   *