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

"transparent" "pantyhose"
9 Colors Women Sexy Thigh High Stockings 12D Ultra Thin Transparent Pantyhose Oil Glossy Patchwork Nylon Stockings Medias
$2.82

electro "stimulation" device
Handheld acupoint pen TENS Point Detector with Digital Display Electro Acupuncture Point Muscle Stimulator device Free shipping
$27.83-38%

"adult" "bondage" "jacket"
Tessa Cosplay Naraka: Bladepoint Costume Tessa Red Harness Bondage Belt Dress Sexy Outfit For Woman Anime Role-playing Suit
$472.90-47%

shiny leather dress faux latex bodycon
Sexy Sleeveless Faux Latex Mini Dress Women Shiny PVC Leather Bodycon Dress Ladies Wet Look Party Clubwear New Summer Custom
$56.24

oil shiny bodycon
8D Oil Glossy Crotchless Nylon Tights Bodystocking Unisex Open Crotch Bodysuit Transparent Half-Wrapped Head Jumpsuit Unitard
$45.98-50%

"leohex"
LEOHEX-Women's PU Leather Pants, High Elastic Waist Leggings, Not Crack Slim Mirror Trousers, Fashion
$65.32-51%

"jlzlshongle" "pantyhose"
Aurora Oil Glossy Front Back Vertical Line Stockings Women Sexy Shiny Open Crotch Pantyhose Six Slings Mesh Garter Belt Lingerie
$68.67



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


Ice self-bondage lock. From 1 hour to 4 hours
Ice self-bondage lock. From 1 hour to 4 hours
from €44.60

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

No activation mail? (Gmail is known for that) Please contact me directly!

We do not have old threads! Feel free to post in any! Regardless the age!


[UPDATED] feature - Media Auto-embedding
#21
Let me know if anything is missing in the list above and should be added.
Reply
#22
Added instagram embedding.

See the second post in this thread for the list of supported sites.
Reply
#23
Some sites updated their scripts, so they are breaking out from iframes (e.g. hypnotube). I'm currently tweaking the plugin to run all iframes in sandboxes with limited features.

Edit: I blocked pop-ups too. Please let me know if you notice any broken embeddings.
Reply
#24
Youtube time codes still do not work. Can anybody spot the error?

Code:
// Youtube https://шшш.youtube.com/watch?v=e8WuGzXyO7Y&t=132s

    $message = preg_replace('%(https?://)?(www\.youtube\.com/watch\?v=)([a-zA-Z0-9_-]+)(&t=)?([0-9]+)?(s)?%', $leftdiv . '"https://www.youtube.com/embed/$3?fs=1&start=$5"' . $rightdiv . "$1$2$3$4$5$6<br />", $message);

Reply
#25
Right now, I don't have a PHP-environment set up, so I tested this on regex101.com with PCRE2, which should be close enough. It turns out that what looks like a "w" in your test-url is in fact a cyrillic sha. If I replace "шшш" with "www" the regex and the url-part of the replacement work just fine.
Reply
#26
(12 Mar 2023, 23:35 )Thegolor Wrote: It turns out that what looks like a "w" in your test-url is in fact a cyrillic sha. If I replace "шшш" with "www" the regex and the url-part of the replacement work just fine.
It's done intentionally for the post above, because otherwise it would be replaced with a video in the post. So, I just used whatever looks like "w". In any case, it's in the comment 😊

(12 Mar 2023, 23:35 )Thegolor Wrote: the url-part of the replacement work just fine.
The problem is - it does not in work in the forum... I wonder if it's related to "&".

See, for example, this post: https://www.likera.com/forum/mybb/Thread...3#pid65713
Reply
#27
(13 Mar 2023, 00:34 )Like Ra Wrote:
(12 Mar 2023, 23:35 )Thegolor Wrote: It turns out that what looks like a "w" in your test-url is in fact a cyrillic sha. If I replace "шшш" with "www" the regex and the url-part of the replacement work just fine.
It's done intentionally for the post above, because otherwise it would be replaced with a video in the post. So, I just used whatever looks like "w". In any case, it's in the comment 😊
Ah. I almost thought that was a bit too easy. 😐

(13 Mar 2023, 00:34 )Like Ra Wrote:
(12 Mar 2023, 23:35 )Thegolor Wrote: the url-part of the replacement work just fine.
The problem is - it does not in work in the forum... I wonder if it's related to "&".

See, for example, this post: https://www.likera.com/forum/mybb/Thread...3#pid65713
Which version of PHP is the forum running on? Then I could try running it locally tomorrow evening.

And it probably doesn't help too much, but in any case this is my test on regex101.com: https://regex101.com/r/ceeALI/1. I had to remove the percent signs and escape the forward slahes instead. But that can't really be a problem, since it works fine for most of the url and if it were a problem it probably wouldn't work at all.
Reply
#28
(13 Mar 2023, 01:05 )Thegolor Wrote: Which version of PHP is the forum running on?
7.4.33 - still can't migrate to 8.x -- some plugins are abandoned 😕

(13 Mar 2023, 01:05 )Thegolor Wrote: since it works fine for most of the url
Exactly... No idea why the &.* part is ignored.
Reply
#29
So. I set up a PHP-installation on my computer and tried running your piece of code against that. The bad news? It works. Which leads me to believe that the regex itself is working as intended and something else is causing the problem. But since I'm not at all familiar with myBB and its inner workings, I can only take vague guesses. Sorry that I can't be of more help.
Reply
#30
(13 Mar 2023, 21:27 )Thegolor Wrote: Sorry that I can't be of more help.
You helped a lot! Independent testing is a huge help! Thanks much!

The next step is to check what comes after my plugin (actually, it aeady uses one of the last "showthread" hooks.)
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
[UPDATED] profile picture Like Ra 1 1,029 14 Jul 2024, 01:31
Last Post: Like Ra
[UPDATED] Thank you/Like Like Ra 11 4,794 14 Jul 2024, 01:21
Last Post: Like Ra
[UPDATED] Game section Like Ra 53 36,611 19 Jun 2024, 00:16
Last Post: Like Ra
[UPDATED] feature: list of contributors Like Ra 3 1,052 10 Jun 2023, 23:19
Last Post: Like Ra
[UPDATED] feature - attachment slide show Like Ra 22 7,557 09 Jan 2023, 01:53
Last Post: Bound Whore



Contributors: Like Ra (28) , Max515 (1) , no smile (2) , Thegolor (3)