Like Ra in latex catsuit, latex mask and high heels
Like Ra's Naughty Playground

"laigzem"
LAIGZEM Women Knee High Boots Platform Wedges Faux Suede Zip Up Height Increase Tall Boots Shoes Woman Big Size 41 43 46 50 52
$130.75-36%

"crossdress" fetish "latex"
Crossdress Men To Women Ultra Thin Elastic Transparent Shiny Latex Zentai Long Nails Fetish Gloves Cosplay Cos Cross dresser
$23.14-14%

transparent latex full mask fetish
Latex Full Head Hood Latex Rubber Mask Transparent Purple Fetish Cosplay Mask With Breath Hole Back Zipper Club Wear
$24.20-10%

gothic lolita
Summer Gothic Retro Lolita Dress Set Women Casual Black Short Cardigan + Y2k Vintage Bow Mini Dress Elegant Fashion 2 Piece Set
$61.87-40%

"arm binder"
Hot Selling Model YS-0303-D4 Automatic Top and Bottom Feed Long-arm Lock Stitch Industrial Sewing Machine
$11405.31

"sorbern" crotch
Sorbern Custom Slim Fit Crotch Thigh High Boots For Crossdresser Block Heels Platform Shoes Long Boot Patent Chunky Heels
$239.58-33%

sleeping bag tight fit oil shiny
3D Sleeping Mask Eyepatch Block Out Light Soft Paded Sleep Rest Relax Aid Cover Patch Blindfold Face Shade Eyeshade Eyes Patchs
$13.95-1%



To view Aliexpress you might need to switch your mobile browser to the Desktop version.


Spanking machine
Spanking machine
€159.95

If you would like to use search functions, view hidden archives or play games, please consider registering.


Tumblr is virtually dead
#11
Interesting threads:

https://piunikaweb.com/2018/12/18/is-the...e-reviews/
https://piunikaweb.com/2018/11/16/users-...umblr-app/



Today I discovered that my tumblr was flagged as adult, and some clearly non-adult images were labeled as "inappropriate". I appealed, and this is the result:

Quote:Hello likera,

We’ve reviewed the classification appeal on your post and have determined that it does not contain adult content per our Community Guidelines.

As a result, your post has now been restored!

We apologize for the error but know that you’re helping to make these kinds of mistakes happen less often.
Reply
#12
And my tumblr is unlocked now. Not bad... Now I need to find a way to unlock the RSS streams from the locked pages...
Reply
#13
Now here's another interesting thing - far from being a porn free, vanilla only site it seems that Tumblr is still a reasonable source of fetish fun.

Yes, some posters have moved away to other sites, but the feed from many I  'follow' is still very active (or maybe I'm vanilla compared to the ones who incurred Tumblr's wrath?).

The one thing I have noticed are more adverts - now call me a cynic, but....  😋


MJ
Reply
#14
I read somewhere, that Tumblr made an exception for FeedBurner, but it's not working - just tried. Trying other things with curl (a good opportunity to learn how it works and what it can 😊 ).

(27 Feb 2019, 22:01 )madjack Wrote: The one thing I have noticed are more adverts
Ads? Never seen any on tumblr... Seriously... Ah, I use Firefox wit AdBlock 😁

(27 Feb 2019, 22:01 )madjack Wrote: far from being a porn free, vanilla only site it seems that Tumblr is still a reasonable source of fetish fun.
The pron is still there, but hidden behind various confirmation walls. The problem is to get a direct access to the content. Even saving and resharing is very tricky.
Reply
#15
Whatever I'm trying I'm getting:

Code:
error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure


😟

OK, let's leave it for the moment.
Reply
#16
(28 Feb 2019, 01:56 )Like Ra Wrote: Whatever I'm trying I'm getting:

Code:
error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure


😟

OK, let's leave it for the moment.

is that error-message from curl? You might have luck with exporting the certificate in your browser and either add it to your local keystore or use curl's --cacert option with the exported cert...
Reply
#17
(28 Feb 2019, 17:48 )occorics Wrote: You might have luck with exporting the certificate in your browser and either add it to your local keystore or use curl's --cacert option with the exported cert...
Yes, tried that as well. This is the command from my last attempt:

Code:
curl -i -v --cacert cacert.pem --resolve restricted-senses.tumblr.com:443:66.6.32.21 --tlsv1.2 --ciphers TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 --tlsuser Myusername --tlspassword mypassword -I -L  --user-agent "FeedBurner/1.0 (http://www.FeedBurner.com)" https://restricted-senses.tumblr.com/rss


As you can see, I've tried pretty much everything, including SNI 😁
Reply
#18
I’m not much on IT code, but I think your missing something.
I wish I could point it out, but I’m an old coder, but it looks like that a command is missing somewhere in the stream. Is it possible to backtrack and see where in the stream the code dies?
Reply
#19
(01 Mar 2019, 03:29 )Tinker D Wrote: where in the stream the code dies?
In the TLS negotiation, as far as I understand. The whole output:

Code:
* Added restricted-senses.tumblr.com:443:66.6.32.21 to DNS cache
* Hostname restricted-senses.tumblr.com was found in DNS cache
*   Trying 66.6.32.21...
* TCP_NODELAY set
* Connected to restricted-senses.tumblr.com (66.6.32.21) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* Cipher selection: TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
* Using TLS-SRP username: Myusername
* successfully set certificate verify locations:
*   CAfile: cacert.pem
  CApath: /etc/ssl/certs
* (304) (OUT), TLS handshake, Client hello (1):
* (304) (IN), TLS alert, Server hello (2):
* error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure
* stopped the pause stream!
* Closing connection 0
curl: (35) error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure


Also, for some reason it keeps complaining about SSLv3, which is even not supported, and despite TLSv1.2 is explicitly requested.
Reply
#20
So it thinks SSLv3 is there, and it wants or demands TLSv1.2 even it’s there.
Can’t you add a file or a subroutine/Micro that would fit somewhere so that the requirements would be met?
Like I said, I’m not an IT guy, but if the program wants something that doesn’t exist, write a routine that will provide the file when requested?
Reply




Contributors: brothermarcus (1) , essanym (2) , HeatherHather (1) , krinlyc (1) , Like Ra (18) , madjack (5) , occorics (8) , princesitanatty (1) , Samantha Velvet (1) , therealjesse92 (1) , Tinker D (4) , vanessa_fetish (1)