To view the list of links, please access this site using Tor Browser.
If you’re seeing this message, access is restricted for regular browsers.
Already using Tor? If you are sure you’re currently in Tor Browser, proceed to our .onion version:
<?php $input = "Examples of user tags are /u/Paris, /u/paris, and /u/PaRiS."; $output = preg_replace('~\/post\/([0-9a-fA-F]{20}/#c-[0-9a-fA-F]{18})~', '<a href="/post/$1">/post/$1</a>', $input); $output = preg_replace('~\/post\/([0-9a-fA-F]{20})~', '<a href="/post/$1">/post/$1</a>', $output); $output = preg_replace('~\/d\/([A-Za-z0-9]+)/wiki\?id=([0-9a-fA-F]{8})~', '<a href="/d/$1/wiki?id=$2">/d/$1/wiki?id=$2</a>', $output); $output = preg_replace('~\/d\/([A-Za-z0-9]+)~', '<a href="/d/$1">/d/$1</a>', $output); $output = preg_replace('~\/u\/([A-Za-z0-9]+)~i', '<a href="/u/$1">/u/$1</a>', $output); echo $output; ?>
Memberships got renewed. Most people think memberships are forever but they aren't. It's a monthly membership just to give back to people who donate with no captchas, no banner ads, and /d/lounge benefits. You can get no captcha permissions with enough activity over a couple weeks, banner ads are not that intrusive, and /d/lounge access basically only has a premium URL. We have a button for autorewal but never really did any auto renewals because we were under DDOS. When I synced the new dread source it turned back on the renewals that was disabled.
EDIT hmm seems to be half working. I leave this to the experts to look at.
EDIT2 figured out the problem. If you tag someone and start with a capital letter it doesn't work. If you start off all lower case it works. Have absolutely no idea how to fix it though.