• 🇬🇧󠁿 🇸🇪 🇿🇦 🇮🇪 🇬🇭 🇩🇪 🇪🇺
    European & African
    Drug Discussion


    Welcome Guest!
    Posting Rules Bluelight Rules
  • EADD Moderators: Shambles

Disappearance of Pontifex01's posts and started threads

For the archives I think the post removals are not a good idea, there should be an option to remove the name but not the post, or switch to Anonymous name. Please consider it.
 
Is pontifex really in Thailand? I wondered how he had easy access to benzos, codeine, tramadol, heroin and pregabalin. Would probably make sense if he was dealing with SEA pharmacies.

I like alaisdair. Corrupted by power or not =D
 
"I agree with the idea of keeping the thread when someone wants to delete their posts and they are the very first post...good idea to just make that first post annonymous. When a poster want all deleted a mod could "hold" any posts that a person is the first poster in until they could look that post over, make it annonymous and "snip" out any information contained in the post that might have any type of info that might reveal an identity. Just think of some of the megathreads that provide much very valuable information...if they were deleted it would be a shame".

The problem with this is that if anyone has quoted the first post, the username in the quote won't get updated as it's only stored in the database as plain text.
 
Are usernames such problem? Why would it matter if your username is quoted as text if everything else has been. Deleted..?

Scenarios please!
 
its not hard to fix the quote problem

UPDATE posts SET posttextdata = (REPLACE posttextdata,'username here','Anonymous')

basicly this query will rewrite all specified username mentions to Anoymous. this is in mssql, but it can be done in mysql as well.
You can configure to replace if it is mentioned in QUOTE tags only or just leave it as this, to replace in the whole text.
 
That will be one heavy fucking query. Also I am called knock. Pretty sure there are other usernames that might come up in normal conversation. Marmalade, for instance.

Oh I do love anonymous on my toast! I am anonymousing the jam on the head from now on!
 
That will be one heavy fucking query. Also I am called knock. Pretty sure there are other usernames that might come up in normal conversation. Marmalade, for instance.

Oh I do love anonymous on my toast! I am anonymousing the jam on the head from now on!

Well, all post deletions doesnt happen every day, so even if its heavy it can be used. Also you there you can make it more strict like replace "=username;" so probably the =and; only present is when you quote someone. I am sure there is someone who can make lighter query for this, It just hurts my brain when I am programming :)
 
3t0h9g.jpg
 
Top