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

cosplay sexy
Women Sexy Bodycon Dresses Secretary Uniform Cosplay Backless Lingerie High Collar Long Sleeved Night Club Fantasy Erotic Wear
$75.88

stainless steel cock
Wholesale Unisex Fashion Antique Silver Plated Color Stainless Steel Pride Cock Shape Pendant Necklace For Birthday Gift
$5.08-20%

eilyken high heels
Eilyken Sexy Crystal Butterfly-knot Ankle Strap Sandals Woman Fashion Open Toe Stiletto High Heels Banquet Party Pumps Shoes
$62.10-50%

Telescopic Dildo Vibrator
Telescopic Anal Vibrator Sex Toys For Men APP Remote Prostate Massager Bluetooth Dildo Vibrator Butt Plug Delay Ejaculation Ring
$22.59

leather pencil skirt
Women High Waist Faux Leather Mini Pencil Skirt Office Midi Hip Skirt Lady Stretchy 4xl Elegant Bodycon Skirts NEW Custom
$32.28

nsa swimsuit one piece
NSA Short Sleeve Swimwear Women One Piece Swimsuit Men Swimming bodysuit Competitive Swimming Suit Plus Size Women's Swimsuits
$37.50-34%

ultrathin pantyhose
0D Ultrathin Invisible One Line Crotch Tights Women Sexy Transparent Underwear Elastic Nylon Pantyhose Foot Shaped Stockings
$4.90



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.


RetroShare certs
ABCTUdZMTSJupVITWNJRI4RLAxSSY+kPrHhWdyu4DlNQtZs+K+deHAEIcGN1c2VyNDSQRAAAAAImlm1henFqcXVsdWJibjRtcHFy
c2hyeWt2aWFncmNxeXU1NnNqaHF1d215am5nc3dwcWNucmx0eHlkLm9uaW9ukwYBAAB/Hv4EAyMFhQ==

Using Tor
Reply
CQEGAcGWxsBNBGG873oBCAC2Tif/m8j5unTYFTuD4fwhG/dTrwJR4aT2By17iIW0
vvvwsb7iVhPDmfHRlG662Tjtjpl4qRW7SdHZxLJbYwFerqm3AZxz+b/cXPT53Mjg
eG5j1J29kCy+US8DGssSEvczeAoOpPXQ+xUa6FLLVn5Fs4bp0NuNZG/cw4USu0xK
sVbe7c1Xj8tt2s4bSBSfR8OQ0F+SKzL6WyYMVmFIjc5fSsHDqvlA163YedJ90JNg
sdJMw6vBffsf7H51zs9CltB2Ph+i85rMARKzwo6yENimsThuQOqSX+QAV0V1wKNF
v8XCzTfM020B7AyX7lv2hMmGQMREZp33Z5G19yrKfY81ABEBAAHNIkNpbm9uIChH
ZW5lcmF0ZWQgYnkgUmV0cm9TaGFyZSkgPD7CwF8EEwECABMFAmG873oJECfJJDKp
+mLrAhkBAABTIAgAtgC/PpeSmhbO9aSqUTtAIAVQ+E/6luOuueZ8+fVmd2o/RIAI
vQAM0mJDQs7KQLOqsMyLt8Be1EecVtDMOpw09//icNYMKAzJm0iPWXBbAbPBui4F
1Sz6j5taOWYR5lJhd5axTX35uEFyldMeXOQiA2nyVCdGFNo2985TiVu5gk4GkeaB
HyE7rFtbuWdGNzBvIYUSTzqYQwmHX/ynveEbcraact2PxRlzW4Pve4CJ0S0mgY5x
xV7ALQbPUgE9UUNauH6lA3Pf8obG0h/UO3G/paN4iGKN4qOc+fb4PzN+On8NLDe8
2O69V9EUiGmBgUCSYI9K4p/7crj3Xh5/fGhs/QhDYWlsb3VrNHNmejdsYnU3eG9p
bGU0dnpqbnRjc294cTN0NnkydDRnZW40dTJmZjdoeHJmNXhxcWQub25pb246OTg3
OAYDdG9yBRAQg0+EACtwHg1NE6xPcN1NBwMP42g=
Reply
All certificates of the long format were parsed from the first page to the last



Download my attachments, rename them to .xml, go to network, right click inside the network list -> import friendlist -> select the .xml file and you are done.



Here's a greasemonkey script I made to extract all the certs:






Code:
// ==UserScript==
// @name    likera retroshare
// @version  1
// @grant    none
// @include  https://www.likera.com/forum/mybb/Thread-RetroShare-certs*
// @run-at  document-end
// ==/UserScript==

var x = document.getElementsByClassName("post_body scaleimages");

var z = 0;

var certs = '';

for(let j = 0; j < x.length; j++){
  var position = x[j].textContent.search("CQEGA");
  //console.log(z);
  z++;
  if(position != -1){ // found something :)
    var parts = x[j].textContent.split('\n\n') // try to isolate cert form comments
    for (let i = 0; i < parts.length; i++) {
      if(parts[i].search("CQEGA") != -1){
        var cert = parts[i].replace(/\n/g, ''); // remove new lines
        //certs += '<pgpID><sslID certificate="' + cert + '"/></pgpID>\n'; // xml format
        certs += cert + '\n';
      }
    }
  }
}
console.log(certs)




On firefox you open the console with Ctrl + Shift + J, then open every single page of the thread and you'll have all the certs in the console (or just download my attachments).






Make sure you are using Tor. If not, Go to Preferences -> General -> Untick Auto Login -> Do another login but this time configure it to go through Tor.






People, STOP USING THE SHORT FORMAT! There's no way to automate the parsing of those. Go to Preferences -> Node -> Certificate -> Untick short format -> Repaste your certificate here in a new reply. Don't put any comments.


Attached Files
likera_certs_2021_12_17_1.txt (Size: 181.72 KB )
likera_certs_2021_12_17_2.txt (Size: 190.47 KB )
likera_certs_2021_12_17_3.txt (Size: 95.48 KB )
Reply
My tor stopped working
Now some users need to use bridges
When using the bridge, everything works again.
Reply
CQEGAcGYxsBNBGGy+3ABCAC3sKGbY9YN0mnEUPF003ciduT807m+PxElfN0OxW+F
1wZ0Gr83uk2RfAbmsf8LC5uAd4KziEEjErLO3e6vZBKhg5e0NpRSNirX4FrIilOr
dgd0CxPJVLTpJRkpGB9bsYZLyiNsxqzLYHb0y8cIW6V8cOFS6bhUx0PO84HHojZP
Yeoun9f+RAl4dV401eozLSfdJsLJrf/5IK0PjYzuMlqGoTn3hnTYOguho2qTXNwZ
6IIAGCiMFxpUlpPB/XocONidIBq+iIujt6waoTwDZal8TS2iHTjfvw0GEZ8kNxnc
y37GCK6l0yZiY6hWocE3GkxRboVPDtc+hHC8AMYxcTMLABEBAAHNJG5vdF95b3Ug
KEdlbmVyYXRlZCBieSBSZXRyb1NoYXJlKSA8PsLAXwQTAQIAEwUCYbL7cAkQM3S0
dAG7VBECGQEAAPO5B/4xS3M0hD3mo+wdPl3rCh0qMHPvVoy3qaBLV2wKTOiCcJOS
Reply
Retroshare is saying it's 'unable to parse XML file!' and then no certificates are added.

This is from the files in your post.

(17 Dec 2021, 23:41 )cinon Wrote: All certificates of the long format were parsed from the first page to the last



Download my attachments, rename them to .xml, go to network, right click inside the network list -> import friendlist -> select the .xml file and you are done.



Here's a greasemonkey script I made to extract all the certs:






Code:
// ==UserScript==
// @name    likera retroshare
// @version  1
// @grant    none
// @include  https://www.likera.com/forum/mybb/Thread-RetroShare-certs*
// @run-at  document-end
// ==/UserScript==

var x = document.getElementsByClassName("post_body scaleimages");

var z = 0;

var certs = '';

for(let j = 0; j < x.length; j++){
  var position = x[j].textContent.search("CQEGA");
  //console.log(z);
  z++;
  if(position != -1){ // found something :)
    var parts = x[j].textContent.split('\n\n') // try to isolate cert form comments
    for (let i = 0; i < parts.length; i++) {
      if(parts[i].search("CQEGA") != -1){
        var cert = parts[i].replace(/\n/g, ''); // remove new lines
        //certs += '<pgpID><sslID certificate="' + cert + '"/></pgpID>\n'; // xml format
        certs += cert + '\n';
      }
    }
  }
}
console.log(certs)




On firefox you open the console with Ctrl + Shift + J, then open every single page of the thread and you'll have all the certs in the console (or just download my attachments).






Make sure you are using Tor. If not, Go to Preferences -> General -> Untick Auto Login -> Do another login but this time configure it to go through Tor.






People, STOP USING THE SHORT FORMAT! There's no way to automate the parsing of those. Go to Preferences -> Node -> Certificate -> Untick short format -> Repaste your certificate here in a new reply. Don't put any comments.
Reply
(19 Dec 2021, 21:21 )ForFunOnly Wrote: Retroshare is saying it's 'unable to parse XML file!' and then no certificates are added.
This is from the files in your post.

I get the same error, I click OK and then the certificates are added.
What version of retroshare are you using? I'm on 0.6.6
Can others confirm if they succeded in importing the list?
Reply
After the last events, only 2 users out of 495 are active...

It is necessary to bypass the blocking by the provider :

- Edit your file torrc
Add lines :
UseBridges 1
ClientTransportPlugin obfs4 exec C😕Tor\Tor\PluggableTransports\obfs4proxy.exe
Bridge obfs4 (here you need to add bridges)
- Bridges can be obtained here (https://bridges.torproject.org) , @GetBridgesBot (Telegram)
obfs4proxy
Reply
@Yunae - it's not a Tor cert.
Reply
AFAIR, RS asks you to create a Tor/DarkNet or ClearNet identity. Try to set up a new identity and watch for prompts.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
RetroShare Like Ra 509 102,364 17 May 2024, 22:07
Last Post: YouMayDream
How to join retroshare forums? bambixoxo 3 1,993 23 Apr 2020, 10:35
Last Post: Like Ra