Recent content by lazy llama

  1. lazy llama

    Other Add-on Update Notifier

    This one https://xenforo.com/community/resources/add-on-update-notifier.9002/ There will be one built in to the core Xenforo system when 2.4 is released.
  2. lazy llama

    UK Online Safety Regulations and impact on Forums

    I think it just shows how unrealistic the OFCOM rules are. Because everyone reads the TOS don’t they? Thoroughly, and memorise them for later recollection. Before asking what kind of lettuce to give their hamster. 😄 And anyone who was likely to post that sort of harm is unlikely to give a stuff...
  3. lazy llama

    UK Online Safety Regulations and impact on Forums

    It all comes across, particularly regarding the blocking of access to pornography by children, as putting a heavy load on legit organisations which are trying to comply, with any illicit sites who don't really care probably being out of realistic reach of OFCOM. The most they will be able to do...
  4. lazy llama

    UK Online Safety Regulations and impact on Forums

    Not sure that OFCOM would need to prosecute, they seem to be handed regulatory powers so can impose fines without court involvement; it’s not clear from their website. So they could fine the forum, but how would that fine be enacted? I doubt the site owner, who the BBC have identified in...
  5. lazy llama

    UK Online Safety Regulations and impact on Forums

    The WHOIS records just show Cloudflare, as they do for any domain registered with them, e.g. one of mine - gonegeeky.com. From what I can see, OFCOM can fine them up to £18m, though I suspect US courts wouldn't back any enforcement under First Amendments rights etc. Being on shared Cloudflare...
  6. lazy llama

    UK Online Safety Regulations and impact on Forums

    Although OFCOM are not naming it, it's very easy to find and their frontpage confirms it's the one OFCOM are looking into. It's running Xenforo v2.2.15, though there's no branding on the main site. It's also behind Cloudflare.
  7. lazy llama

    UK Online Safety Regulations and impact on Forums

    That wasn’t the fines though, it was the cost of compliance. If it were the fines, it would probably be cheaper to wait to be fined than to bother trying to comply. (Beaten to it by @zappaDPJ )
  8. lazy llama

    UK Online Safety Regulations and impact on Forums

    It does actually have a go at defining a user: So a guest would count, but a bot would not? Not saying that's a usable definition, but they have a stab at it. (How do you know a user is an individual in the UK - could be on a VPN, could be an AI....)
  9. lazy llama

    UK Online Safety Regulations and impact on Forums

    Category 1 U2U means 34 million UK users active each month, or 7 million UK users active if they can share “regulated user-generated content”, both with content recommender systems. I would imagine that excludes most Xenforo admins.
  10. lazy llama

    The two-step verification value could not be confirmed

    Are both sites on the same server? Are you using any caching, e.g memcached? I had an issue upgrading from 2.2 to 2.3 where the cache config format differs slightly and one of the effects was that 2FA broke.
  11. lazy llama

    Ignore Content [Paid]

    XenForo Resource Manager
  12. lazy llama

    Who Replied

    I can confirm this too. If a user isn’t on the first page, the filter never finds them, even if you filter on the page where they do appear, the filter goes back to page 1.
  13. lazy llama

    XF 2.3 XF CLI fails if you have an IP-based debug option configured in config.php

    Thanks, much more elegant :) (Using one line makes it easier to comment out - by about 2 keypresses :)
  14. lazy llama

    XF 2.3 XF CLI fails if you have an IP-based debug option configured in config.php

    As per the documentation, I have a line in my config.php: if ($_SERVER['REMOTE_ADDR'] == '<myhomeip>') {$config['debug'] = true;} When I run something like 'php cmd.php help', PHP barfs: # php cmd.php list PHP Fatal error: Uncaught Error: Attempted to recursively load configuration file in...
  15. lazy llama

    Conversation Email Limiter [Paid]

    Looks like this has a phrase missing in XF 2.3: receive_email_when_new_conversation_message_is_received
Back
Top Bottom