filbertway
Member-
Posts
27,054 -
Joined
-
Last visited
-
Days Won
7
Everything posted by filbertway
-
2 cut and paste finishes from Palmer. Chelsea looking good. Beating PSG at their own game atm. They're putting a shift in though, expect it'll catch up with them.
-
I am genuinely shocked by how many non football fans actually follow Leicester. I don't get it at all
-
I think the vast majority of the facebook fans and likely the larger fan base aren't actually football fans. It's just that going down Leicester is what they've always done. It's the only way I can explain their consistently odd views.
-
Cheers for the positive vibes
-
Premier League 2025/26 Thread
filbertway replied to OntarioFox's topic in General Football and Sport
Haha I can assure you I was against his inclusion in the last few tournaments -
Premier League 2025/26 Thread
filbertway replied to OntarioFox's topic in General Football and Sport
I think as long as he's a squad player then that's a good signing. Clearly a good character to have around the squad and a reliable player to come in and do a job when needed. Obviously the above is redundant if he's anywhere near being first choice -
-
If he doesn't go MLS or A League I think he retires. He's probably loving not having to get back in for pre-season. I'd imagine we're the only club in the world that would have offered him the wages we did after the age of 32/33. Reality is probably hitting pretty hard right now.
-
Premier League 2025/26 Thread
filbertway replied to OntarioFox's topic in General Football and Sport
Mad that Spurs have paid 60m+ for MGW and Solanke. Yet we sold Madders for £40m and had to give them £10m to take Winks off their wage budget -
Probably one of the reasons he chose not to go Arsenal. I imagine he'd have retired years ago and earned much less overall had he gone to Arsenal.
-
If there was one the EFL would have announced it and there'd be 5 more threads about it. You need to have people working at the club to do transfer business. Also having a gaffer in place helps, maybe they're learning not to do transfers before having a manager.
-
Haha yeah decent shout. Not sure what PR is worth when you're hurtling down the leagues though
-
Frey was basically a 7 foot bald Swiss geezer that was there to chase after the ball from what I could tell.
-
To be fair, he also took over a team that literally couldn't string 4 or 5 passes together under Shakey. Also our Premier League winning manager was sending a similar squad down to the Championship He did a good job of moving us from playing like a rugby team into a team that looked somewhat capable of Premier League football. Upset a lot of people in doing it as well. Sure he didn't coach the exciting football Rodgers brought. But also, Puel had like 3 games with Youri and one was a Spurs game that I don't know how we didn't score about 5 goals in. I'd like see how Rodgers would get on with that glorious Mendy Ndidi double pivot, we kind of did get to see that to be fair haha.
-
The fact you used this and nobody battered an eye lid is a testament to how numbed people are to nonsense terms that are creeping in to football "Like to play with a triple parallelogram in the middle of the park"
-
I agree, and I've been guilty of a few recently. I need to get back to doing awful editing jobs using paint
-
✅ What You'll Build A custom Invision Plugin that: Hooks into the post submission form (forums app). Sends post content to an AI detector API before submission. If content is AI-generated above a threshold, it: Adds a visible "AI-generated" tag to the post once it's published. Optionally adds a warning or notice before submission. 🧰 Tools & Stack Invision Community (IPS 4.x) PHP for backend plugin logic JavaScript (optional: to handle pre-submit UX) External AI detection API (e.g., GPTZero, Copyleaks, Sapling) 🧱 Step-by-Step Blueprint 1. Create a Plugin Create a new plugin in the AdminCP: Go to AdminCP > Customization > Plugins > Create New Plugin Give it a name like AI Content Detector In the plugin: Create a PHP class that extends the \IPS\Content\Controller or hooks into the \IPS\forums\Topic/\IPS\forums\Reply form submission. 2. Hook into the Posting Process You can extend the form handling in \IPS\Content\Item or more specifically for forums in \IPS\forums\modules\front\forums\submit. Hook into the form submit handler and intercept content before it's saved: php CopyEdit // Hook into form submit logic $content = \IPS\Request::i()->post; // or the appropriate field $response = \IPS\Http\Url::external('https://your-aidetector.api/endpoint') ->request() ->post(['content' => $content]); $result = json_decode((string) $response, true); if ($result['ai_confidence'] > 0.8) { $item->ai_detected = true; } 3. Store the Detection Result Extend the forums_posts table via a plugin XML install file or dynamically using content item extensions. Add a boolean or float field: sql CopyEdit ALTER TABLE forums_posts ADD ai_detected TINYINT(1) DEFAULT 0; Save this result to the post before it's committed. 4. Add Frontend Badge or Tag Modify the post display template (postContainer) via your plugin template override: html CopyEdit {{if $comment->ai_detected}} <span class="ipsBadge ipsBadge_style2" title="This post was flagged as AI-generated"> 🤖 AI-Generated </span> {{endif}} 5. Optional: Pre-Submit Warning If you'd like to warn users before they submit a post (not just tag it after), inject JS on the form page: Add a JavaScript asset in your plugin On submit event, send the textarea content via AJAX to your detection API Block the submission temporarily and show a modal/warning if it’s flagged Example: js CopyEdit document.querySelector('form').addEventListener('submit', async (e) => { const content = document.querySelector('textarea').value; const res = await fetch('/yourplugin/detect', { method: 'POST', body: JSON.stringify({ content }), headers: { 'Content-Type': 'application/json' } }); const result = await res.json(); if (result.ai_detected) { e.preventDefault(); alert("This content appears to be AI-generated."); } }); You could let the user proceed anyway, but note the post will be tagged visibly.
-
Reading that, it felt more like an advert for Birra Morreti than it did a news article
-
Well, I wanted this guy or Rohl so ill be happy with this.
-
🤣
-
That being said, if it ends up being either of those 3. The board have failed pretty spectacularly
-
I'd genuinely rather just give it to King if the other options are O'Neil or Wilder. I actually like Wilder but he falls out with every board he works with, so it's have a 12 month max expiry date anyway. O'Neil was basically in King's position a few years ago and has done nothing to make him a more inspiring choice.
-
Can imagine Rudders doing the weekly shop, walking his trolley back to the car and the security gates start beeping. Security asks for his receipt and he says he doesn't have one. Two hours later, Mrs Rudkin rings up asking where he is. "I'm still at the shop darling, it's complicated. They're demanding that I pay for the items I want. I'm currently waiting by the bins to see what I can get for free at chucking out time"
-
We don't know what's happening now, but we have 6 years of past data, I'd say the smart money would be leaning on them not performing to elite levels
-
Just gave the Denmark Sweden game a watch. Thank God the darts is starting, that was painful. Keeper made a decent save from a free kick. Otherwise it was misplaced passes and miscontrol galore.
