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?
Theres a SB on seeking that goes by "BlondeBomber" talking a good game sending messages to random members asking them to prove they are real and help her pay a bill and she is happy to talk on the phone prior to ease your mind. I wouldn't do it even if pics look enticing as I have a pretty strong feeling you will neevr see your money again and you will never actually meet her. This game is so tired and overused on there but it keeps being done time after time so I'm guessing there must be guys falling for it.
Tattoos to cover needle tracks is always a red flag for me.
[QUOTE=Barthock;4106465]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]
Did a meet and greet and the deed with first one! Nice gal, easy going and takes directions well. Only negative is saggy boobs / Senior Members can PM me for more details.
[QUOTE=Emjay;4102094]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][/QUOTE]
Don't waste an offer on her.
[URL]https://www.seeking.com/member/dd284def-719a-42bc-aea4-a2457b73444f[/URL]
[QUOTE=Gastonian4;4110569]Don't waste an offer on her.[/QUOTE]Don't see her on there but there's a CBShaver on SB, is it the same girl? I usually try to hit everything on I-85 from Lexington to University.
Lovergirl100 on SB has stood me up twice, the 2nd after I had waited 30 minutes at the meeting point. Always some last minute drama, figure she gets cold feet.
I have a profile on Seeking but cannot get any of the profile links to show. I always get the message "Profile Not Available.
This member's profile can no longer be found. The member might have deactivated their account, been suspended, blocked you, or been blocked by you. ". Am I doing something wrong? Thanks!! Seems like very slim pickings there.
[QUOTE=MarkyMark22;4111825]I have a profile on Seeking but cannot get any of the profile links to show. I always get the message "Profile Not Available.
This member's profile can no longer be found. The member might have deactivated their account, been suspended, blocked you, or been blocked by you. ". Am I doing something wrong? Thanks!! Seems like very slim pickings there.[/QUOTE]I had the same issue before, I just made another account and it works. I think if you try to send free messages with your contact number SA will limit your account.
[QUOTE=QueenCityGuy;4110882]Don't see her on there but there's a CBShaver on SB, is it the same girl? I usually try to hit everything on I-85 from Lexington to University.
Lovergirl100 on SB has stood me up twice, the 2nd after I had waited 30 minutes at the meeting point. Always some last minute drama, figure she gets cold feet.[/QUOTE]I would think it's the same girl. She just wants somebody to give her money for no action. No thank you.
[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]I'm willing to try and build a chrome extension if anyone is interested. I'm a programmer BTW.
Anyone try this site? Seems to allow some 2-way communication for free. Reached out to Biaamiaa with # and she came back with $$ per meet. Maybe I'm paranoid but trying to figure out why it's free. Also so camdenivy on it and I've seen her posting on many sites.
[URL]https://www.seeking.com/member/75f1d984-9726-4347-9946-bd0b3a5411d1[/URL]
Don't waste your credits on this one. If you want to contact her, I would be happy to give you her digits in trade.
https://members.whatsyourprice.com/profile/lmz6PW1dL0kDnRBAqEbwMDy8
Happy Hunting!
[QUOTE=ClarkW;4120720]Don't waste your credits on this one. If you want to contact her, I would be happy to give you her digits in trade.
https://members.whatsyourprice.com/profile/lmz6PW1dL0kDnRBAqEbwMDy8
Happy Hunting![/QUOTE]Thank you.
Avoid at all cost, crazy gal asking for $2500 I have never seen such a crazy amount demand, wasted my credits and time.
[URL]https://members.whatsyourprice.com/profile/PdlqQeOEj5bvNdP531NLVKmB[/URL]
Sent her a quick chat while back, no response. Didn't read it as of today, but she was active as of today / Jan24th.
[QUOTE=MikeStud;4120264][URL]https://www.seeking.com/member/75f1d984-9726-4347-9946-bd0b3a5411d1[/URL][/QUOTE]
Nice lady, was all set for a monthly stipend. Then realized it was per meeting, not per month! GPS $x5.
[URL]https://www.seeking.com/member/c5bfb3f8-8c9c-4f07-ab98-316218107b41[/URL]
Hello fellows:
Sharing my 2 cents.
The following are just a waste of your WYP credit.
Ehall8: [URL]https://members.whatsyourprice.com/profile/7EgkDdnNPJDZwjr0Z8XaowWM[/URL] Only looking for paid date, nothing private.
Princess-Aria20: [URL]https://members.whatsyourprice.com/profile/rp3jnZ2Ge0WNdzn541YvKOqB[/URL] Only want to sell photo / video first. Private event maybe available but GPS infected.
Babykenzieee: [URL]https://members.whatsyourprice.com/profile/my1WR8M2zJmnV1p5GPLe7j6K[/URL] Private event is available, can't host and GPS infected.
[QUOTE=MikeStud;4120264][URL]https://www.seeking.com/member/75f1d984-9726-4347-9946-bd0b3a5411d1[/URL][/QUOTE]Yep, know her well. Direct message me if you have specific questions.
[QUOTE=Yasemaj;4123299]Nice lady, was all set for a monthly stipend. Then realized it was per meeting, not per month! GPS $x5.
[URL]https://www.seeking.com/member/c5bfb3f8-8c9c-4f07-ab98-316218107b41[/URL][/QUOTE]Ditto with this SB:
I thought we agreed on $$month, but insisted on $$session. Can't host, won't book and only looking for places with 4* or more.
[URL]https://www.seeking.com/member/860f997b-db3a-4180-a1eb-a1c3b11d4ea3[/URL]
At $$$ a metered hour but she does host out in the country.
[URL]https://www.seeking.com/member/a38357a8-f224-4243-b324-5b3c7dd49ba1[/URL]
[QUOTE=RocketLionQb;4116326]I'm willing to try and build a chrome extension if anyone is interested. I'm a programmer BTW.[/QUOTE]I just got a phone number using this method. She wants me to text her. Haha thanks dude.
I dabble A LITTLE in programming.
[QUOTE=Tigersharc;4119077]Anyone try this site? Seems to allow some 2-way communication for free. Reached out to Biaamiaa with # and she came back with $$ per meet. Maybe I'm paranoid but trying to figure out why it's free. Also so camdenivy on it and I've seen her posting on many sites.[/QUOTE]It seems to be a mix of real, and fake women. I know this because I decided to look for norther Arizona my old stomping grounds, and there were a bunch of hot cuties from Holbrook, if you have ever been to Holbrook you know there are not that many hot girls. I thought about searching some of the towns on the reservation to see how many white hot girls are there. But I do see some on there from the other sugar sites in small towns. I may try messaging them to see if it is indeed free.
Anyone have experience with this one?
[URL]https://www.seeking.com/member/037c2179-abe7-4c3f-981c-4fb658088b65[/URL]
[QUOTE=Strids;4129138]Anyone have experience with this one?
[URL]https://www.seeking.com/member/037c2179-abe7-4c3f-981c-4fb658088b65[/URL][/QUOTE]Tried contacting her several times, she wants down payment; I said no.