• Forum Discussion - v. Please Don't Call Hezzy A Cunt
    999 replies, posted
jason you are one bored motherfucker, i hope you dont sue this forum when you end up with carpel tunnel
Its really not hard to rate every post as you read them
Certainly there's no way in the editor to modify quotes, Probably because old migrated posts are missing a bunch of fields on their 'quotes'. So I guess that has to be supported. (Tip: Right-click quote in editor and Inspect Element. Then edit the text attributes & delete other attributes to taste on the `postquote` element, and then update the HTML body of the postquote to match. I recommend typing something else in the editor box after that, or even navigating back & then forward again (your post comes back when you click forward). Might be unnecessary but it's just to make sure the editor internals get updated.)
Just a small question about something I've been wondering about. https://files.facepunch.com/forum/upload/58120/0fad7bbe-f6df-4c4e-a31b-14baf0c867ac/image.png The posts counter. Is it broken/buggy, or is Facepunch really receiving that much spam and nonsense?
deleted accounts with huge post counts
Press F for Kiwi
There are probably scripts to autorate posts.
it isn't exactly hard
document.querySelectorAll('.votebutton img[src="https://files.facepunch.com/garry/516a8e6c-9303-4609-a1e6-6a00d3ac56ec.svg"]').forEach(function(e,i,a) {     e.click(); }); I didn't bother testing this other than to ensure the CSS selector was valid but it should be as simple as this.
This shit has a 70% chance of having a syntax error import requests import math succ = requests.session() succ.headers["fp_sid"] = "REDACTED" succ.headers["fp_gid"] = "REDACTED" succ.headers["fp_uid"] = "REDACTED" succ.headers["fp_edt"] = "REDACTED" thread = succ.get('https://forum.facepunch.com/f/meta/btegr/Forum-Discussion-v-Please-Don-t-Call-Hezzy-A-Cunt/1/?json=1').json() for index in range(1, math.ceil(thread["Page"]["Total"] / thread["Page"]["PerPage"])):     page = succ.get('https://forum.facepunch.com/f/meta/btegr/Forum-Discussion-v-Please-Don-t-Call-Hezzy-A-Cunt/{}/?json=1'.format(index)).json()     for post in page["Posts"]:         print("Post by {}".format(post["Username"]))         succ.post("https://forum.facepunch.com/vote/post/", payload={"postid": post['PostId'], "ratingid": 1}) #Run Forever from time import sleep oldpostCount = thread['Total'] while True:     check = succ.get('https://forum.facepunch.com/f/meta/btegr/Forum-Discussion-v-Please-Don-t-Call-Hezzy-A-Cunt/1/?json=1').json()["Page"]     newcount = check["Total"] - oldpostCount     if newcount > 0:         oldpostCount = check["Total"]         posts = succ.get('https://forum.facepunch.com/f/meta/btegr/Forum-Discussion-v-Please-Don-t-Call-Hezzy-A-Cunt/{}/?json=1'.format(math.ceil(check["Total"] / check["PerPage"]))).json()["Posts"]         for post in posts[newcount:]             print("Post by {}".format(post["Username"]))             succ.post("https://forum.facepunch.com/vote/post/", payload={"postid": post['PostId'], "ratingid": 1}) time.sleep(300)
Is the vibrating Twitter embedd bug a bitch to fix or did Garry forget about it? Sometimes I can't click the play button if it's a video
Hey guys... trying to change my profile BG pic... I change it in the coin section but never updates the changes!?... Having similar issue uploading media too (within specs).. external links work but uploading sometimes works, sometimes doesnt!? Anyone.. anyone???..
did you try ctrl+f5 or equivalent for a hard refresh?
Are we actually allowing “Florida Man” threads in SH again?
what's wrong with them
They’re annoying and clog up the forum. They were banned before because there were just too many of them.
i don't know about you but personally i rather enjoy hearing about Florida Man's latest adventures
They were banned because it turned into a meme.
Nuking is completely removing an account. This can only be done within 24 hours of the account being created Basically orbital strike on the entire account's profile and posts
Nuking bans someone and deletes all their posts. Handy for spam bots, but has been used on regular users for some reason.
Mods description, mezokokoko is an alt of a permabanned user, only fair
Cursed page. If someone's account is deleted it takes their posts down too, but the thread doesn't update to reflect the new, lower, number of posts. So phantom pages get created.
i never thought i'd see the ghost page bug on FP again, it's so nice to have an old feature back
I think so. Phantom pages don't seem to persist once the new page is actually created, but I could be wrong I've only seen a few phantom pages.
We're like 4 posts of the next page so let's see what happens
From what I can tell it gets off at the same point on every page
A simple fix is to just close every single thread on the forum every time you delete a user
Test
While I think that it's great that this forum has the possibility to completely erase everything what you have posted if you really want to leave Facepunch behind you and close a chapter to start with a clean slate, I have to say that I slightly disagree with how it's handled. To take Kiwi for example (hopefully she is doing great wherever she is), not only have all her posts been wiped, but all threads that were created by her have also been nuked, thereby taking all posts from other users along with it. If a user wishes to be removed, wouldn't it be better to just completely blank all posts, or replace it with a message explaining that this user was removed. Or atleast just keep the threads that were created by the user, and nuke everything else. If an user like Postal or OvB decided to move on and nuke their account, Facepunch would pretty much implode leaving huge gaps and dead links everywhere. Or would this be in violation of the GDPR?
I think the reason that everything related to a deleted user had to be removable was because of the GDPR. At least that's what I remember being mentioned? I could be wrong. But it would make sense.
Sorry, you need to Log In to post a reply to this thread.