Any experiences with these 2? Chatting and trying for meet and greet etc.
[URL]https://www.seeking.com/member/5774c100-554a-447a-963f-f984aac0cbd7[/URL]
[URL]https://www.seeking.com/member/50d15004-d699-46fe-a6db-7870c54433f3[/URL]
Printable View
Any experiences with these 2? Chatting and trying for meet and greet etc.
[URL]https://www.seeking.com/member/5774c100-554a-447a-963f-f984aac0cbd7[/URL]
[URL]https://www.seeking.com/member/50d15004-d699-46fe-a6db-7870c54433f3[/URL]
Don't waste your coins on this WYP Countrygirl3467, she wants me to paypal money to her to get her phone number. I spent $100 at WYP and have yet connected, I think I am done with WYP and going to try SA, be safe and don't let your meat loaf. [URL]https://members.whatsyourprice.com/profile/aXdyBZx98JO47ge5NYVKQEML[/URL].
[QUOTE=HoHopper;4102136]Don't waste your coins on this WYP Countrygirl3467, she wants me to paypal money to her to get her phone number. I spent $100 at WYP and have yet connected, I think I am done with WYP and going to try SA, be safe and don't let your meat loaf. [URL]https://members.whatsyourprice.com/profile/aXdyBZx98JO47ge5NYVKQEML[/URL].[/QUOTE]Thanks for the report, if you had any good charm from WYP pm me.
[QUOTE=Tigersharc;4099674]I'll let you know if it happens.[/QUOTE]Saw her years ago. She's probably close to 70 now. Very nice cool lady but again was probably 12 years ago.
Set up a meeting with this one for next week. Anyone seen her yet?
[URL]https://www.seeking.com/member/92d32a36-15c0-45c5-8fb6-7a5675cbfab1[/URL]
[QUOTE=Tigersharc;4099674]I'll let you know if it happens.[/QUOTE]It, s Jewel for sure. Been around for years. Porn flicks for sure. Nice person but she is 70. Met her a few times over the years.
Don't waste your coins / credits on these 2. All they want is $$ in exchange of meeting publicly, both not willing to do anything more. No mutual benefits arrangements. Waste of time and credits. Happy hunting.
[URL]https://members.whatsyourprice.com/profile/G4eQKnwdY0pWjZx5jZvO92xL[/URL]
[URL]https://members.whatsyourprice.com/profile/nVXbpEGOPJo4ynz5MDkxoB1a[/URL]
I'm not good at links but she's in a hotel near the airport and very reasonable pricing. Anybody to take one for the team?
[QUOTE=Gastonian4;4105419]I'm not good at links but she's in a hotel near the airport and very reasonable pricing. Anybody to take one for the team?[/QUOTE]Can you pm her digits please?
Watch out for this one. I saw her 3 times overall about 7 months ago. She had a different profile. First time was great. Second time was rushed. But the third time she showed up with a gun to take the donation and run.
Uploaded pics are from ones she sent.
[URL]https://www.seeking.com/member/cb7fc24d-8085-4e1c-8a67-47a25bb3f8d7[/URL]
[QUOTE=Lrr8176;4086003]I'd like to hear if anyone has had success with this lately. As of today, the messages are in a "conversations? Mailbox" thread, and the response. Data. Message doesn't seem to have original message.[/QUOTE]Just tried tonight, still works like a charm. They're either going to figure this out quickly or they hired a 3rd party to do development (likely offshore) and it will go undetected for a while.
Enjoy while it lasts. BTW use any free JSON reader to easily navigate to the message once you have followed directions to grab the "inbox" response text.
I was able to do this do, read these messages following the instructions.
-thanks.
[QUOTE=Yasemaj;4106643]Just tried tonight, still works like a charm. They're either going to figure this out quickly or they hired a 3rd party to do development (likely offshore) and it will go undetected for a while.
Enjoy while it lasts. BTW use any free JSON reader to easily navigate to the message once you have followed directions to grab the "inbox" response text.[/QUOTE]
[QUOTE=HoHopper;4083985]Got this tip from a fellow USAer, I'm a programmer, and I spend a good portion of my time doing web development. I've noted that SA has been rewriting portions of their site from a traditional "click link, wait for server return the new page" style to a "single-page application" approach. Turns out that due to some rather silly programming choices on their part, it's actually possible to view the text content of messages even if you don't have premium time enabled.
It involves opening up your browser's "development tools" window so you can inspect the contents of the page and the data being requested, and should work in either Chrome or Firefox.
Log in to SA and go to your inbox. Right-click anywhere on the page and choose "Inspect Element". The browser's dev tools should either pop up as a separate window, or as part of the main window. Click on the "network" tab in the dev tools. Then, back in the SA inbox screen, click on a conversation.
If you go back to the "network" tab, you should see a list of all the data requests the SA page asked for from the server. One of them should look like "/ inbox? Page=1&limit=25". Click on that one. It'll show a bunch of technical details of some of the message headers.
Now, look for a tab called "Response". If you click on that, you should see a tree with sections like "status", "message", "conversation", and "metadata". Expand "conversation" "messages" "data". You should see some numbered entries, 0 and up. Those represent each of the messages in the conversation, from both of you. (Side note: the "metadata" object has a whole bunch of info that they know about your own account. Some of it is info you entered yourself, like profile info. There's also things like "payments_total", which appears to be how much you've actually ever paid SA, unread message count, whether you're in the EU, and even fields labeled "has_under_age_punishment" and "has_unacknowledged_punishment". Very interesting.).
Each message entry has a field called "body", which is the text that's shown in your inbox. If you've got premium active, it's the actual message text. If not, it's "Upgrade to read".
Here's where they did something silly. They send back the text that should be shown, but *they also send back the original text too*. So, even if the "body" field says "Upgrade to read", the "original_body" field shows the actual no-kidding message that was sent. You can inspect each of the messages that was received, and effectively read the conversation.
It's not a substitute for reading messages in the inbox as usual, but it might be helpful for anyone who gets a message when they don't have premium active and wants to peek at it without having to immediately shell out the cash to read it.
As a programmer, I can tell that there's actually a _ton_ of useful information being returned whenever you view a profile page or inbox page. It would be possible for someone to write a browser extension that either extracted some of that info from a page, or re-requested that data from the server, and did something useful with it (up to and including modifying an inbox to show all the messages without needing premium enabled). Sadly, I don't have time to work on anything like that myself. I've got a lot of other things on my plate.
Hope that helps![/QUOTE]YOU ARE A LEGEND. Wonder if something similar can be done for WYP.
[URL]https://www.seeking.com/member/93cc886c-0bbb-42ee-86fc-8dcfb973c9bc[/URL]
This one is fun and down to earth. Tall, very fit, actually has a nice rack (pics don't show), and takes direction well. PM me for details (senior members only please).
J.
[QUOTE=Gastonian4;4105419]I'm not good at links but she's in a hotel near the airport and very reasonable pricing. Anybody to take one for the team?[/QUOTE]Any one has any intel on her or experience?