-
Links don't work
[QUOTE=TriadTraveler;4150891][URL]https://www.seeking.com/member/58629f5c-e4ac-469a-b7fd-a5b0530787c0[/URL]
Anyone know this one? She is the only white lady that would respond to me.[/QUOTE]We have to sign into a account to see what you are posting. I would say a lot of people on here don't have an account.
-
Heavenlyfeel
I was talking with this person and I got an odd feeling. I was wondering if anyone has had any feelings with her. Her link is as follows:
[URL]https://www.seeking.com/member/2f12b444-f21c-4107-a275-60a2244d8e4a[/URL]
Thank you for any assistance. I stick mainly to the Charlotte area and I am willing to help in anyway I can there.
-
[QUOTE=PorcPorc;4176876]I was talking with this person and I got an odd feeling. I was wondering if anyone has had any feelings with her. Her link is as follows:
[URL]https://www.seeking.com/member/2f12b444-f21c-4107-a275-60a2244d8e4a[/URL]
Thank you for any assistance. I stick mainly to the Charlotte area and I am willing to help in anyway I can there.[/QUOTE]Yes she is real. Nice girl. Very pretty. Sensual experience but pricey.
-
Any intel
I'm talking with Mariah01. Sounds legit any feed back. [URL]https://www.seeking.com/member/2ae72e86-8945-4a4b-8abf-f82d38abcb04[/URL].
Also talking with daddy's baby girl [URL]https://www.seeking.com/member/0ace552f-4104-4968-a2fb-35ac8b1c7cbe[/URL].
And this one Britt1990 [URL]https://www.seeking.com/member/1492f8c5-3efd-4f82-ac83-547d124fed09[/URL].
Hoping I can luck up. Let me know if you guys know anything.
-
Re:
[QUOTE=JLow52;4190823]I'm talking with Mariah01. Sounds legit any feed back. [URL]https://www.seeking.com/member/2ae72e86-8945-4a4b-8abf-f82d38abcb04[/URL].
Also talking with daddy's baby girl [URL]https://www.seeking.com/member/0ace552f-4104-4968-a2fb-35ac8b1c7cbe[/URL].
And this one Britt1990 [URL]https://www.seeking.com/member/1492f8c5-3efd-4f82-ac83-547d124fed09[/URL].
Hoping I can luck up. Let me know if you guys know anything.[/QUOTE]Messaged with Mariah01 about a month ago. She was down for meeting so I told her a time and place. She agreed then went full flake. No big deal, I don't show up to a meet without confirmation unless it happens to be a place I would've been anyway like a bar for a drink. I also don't chase these SA girls so that was that for me. Pics looked good but I have other options. YMMV of course but I wouldn't invest too much by way of time / expectations.
-
Re:
[QUOTE=Anon336;4191675]Messaged with Mariah01 about a month ago. She was down for meeting so I told her a time and place. She agreed then went full flake. No big deal, I don't show up to a meet without confirmation unless it happens to be a place I would've been anyway like a bar for a drink. I also don't chase these SA girls so that was that for me. Pics looked good but I have other options. YMMV of course but I wouldn't invest too much by way of time / expectations.[/QUOTE]I've messaged several on SA, and get no responses. Do you have to do the paid sub to get replies?
-
Re:
[QUOTE=PreAlan01;4192661]I've messaged several on SA, and get no responses. Do you have to do the paid sub to get replies?[/QUOTE]I believe guys have to have a paid subscription to send / read messages. Not sure about girls but I'm under the impression they don't need a subscription to send or reply to messages.
-
Mariah01
[QUOTE=PreAlan01;4192661]I've messaged several on SA, and get no responses. Do you have to do the paid sub to get replies?[/QUOTE]Agree, she is a waste of time.
-
Chocolatechipkookie?
[URL]https://www.seeking.com/member/26dd9aa8-e1b6-4334-8cc5-f2ea985d521d[/URL]
Any info on her? Been texting and she seems down to meet up.
-
SA inbox hack.
[QUOTE=Anon336;4193049]I believe guys have to have a paid subscription to send / read messages. Not sure about girls but I'm under the impression they don't need a subscription to send or reply to messages.[/QUOTE][QUOTE=SandPiper540;4137828]Viewing messages without premium.
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.[/QUOTE]Hope that helps!
-
[QUOTE=SonnyCarson;4229487]Hope that helps![/QUOTE]Forgot the rest of the text.
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.
-
Hotel.
I'm meeting up with a Gboro SB in the next in a couple of weeks. Do any nice 3-4 star hotels offer an hourly rate? Message me.
-
No
[QUOTE=SonnyCarson;4230068]I'm meeting up with a Gboro SB in the next in a couple of weeks. Do any nice 3-4 star hotels offer an hourly rate? Message me.[/QUOTE]You won't find hourly rates at a nice motel I know a dump that offers hourly if your interested.
-
Water wisp
Anyone know anything about this one. Maybe to good to be true. Got to terms and money really fast.
[URL]https://www.seeking.com/member/eba1f6b7-058e-439d-86bc-8658a291f0b7[/URL]
-
Nicolenyc.
Anyone have any luck with this one?
[URL]https://www.seeking.com/member/3f95914d-4c41-4610-b569-6729e250f89d[/URL]