Recent content by SeToY

  1. SeToY

    UI.X 2 Dark [Paid]

    Is there a way to update to the latest version when the license has expired, one cannot purchase an extension (error "Agreement was canceled") and neither DARKFANFAV nor FANFAVTHEME work?
  2. SeToY

    Fixed inet_pton(): Argument #1 ($ip) must not contain any null bytes src/XF/Util/Ip.php:14

    Cannot see a reason for that, currently. Do you have any sort of log? Browser dev tools console or server error log?
  3. SeToY

    Fixed inet_pton(): Argument #1 ($ip) must not contain any null bytes src/XF/Util/Ip.php:14

    Basically from public static function stringToBinary until the closing }. The code you posted would be too much as it contains the binaryToString function as well. Basically this bit: To make it easier feel free to just replace the file with the one I attached here. No other changes have been...
  4. SeToY

    Fixed inet_pton(): Argument #1 ($ip) must not contain any null bytes src/XF/Util/Ip.php:14

    🤫 Wrote PHP devs by accident and edited it to say "XF devs". Stop reading my reply so fast :P
  5. SeToY

    Fixed inet_pton(): Argument #1 ($ip) must not contain any null bytes src/XF/Util/Ip.php:14

    Changed stringToBinary in src\XF\Util\Ip.php to: public static function stringToBinary(string $ip, bool $throw = true) { // PHP 8.3.29+: inet_pton() throws ValueError if the input contains null bytes. // If the caller passed already-binary IP bytes (4 for v4, 16 for...
  6. SeToY

    inet_pton(): Argument #1 ($ip) must not contain any null bytes

    re: https://xenforo.com/community/threads/inet_pton-argument-1-ip-must-not-contain-any-null-bytes-src-xf-util-ip-php-14.235260/ I think this is not necessarily only applicable to the importer, but to a core function that breaks even during normal forum use.
  7. SeToY

    Fixed inet_pton(): Argument #1 ($ip) must not contain any null bytes src/XF/Util/Ip.php:14

    Can confirm. This also happens with NF's Tickets add-on when trying to convert from ticket to thread and from thread to ticket. According to him (@Naz), this is an XF issue. ValueError: inet_pton(): Argument #1 ($ip) must not contain any null bytes in src\XF\Util\Ip.php at line 14 inet_pton()...
  8. SeToY

    Black Friday Discount

    Can confirm. First I thought it was VAT, but they display prices excluding VAT. Here's the first request to the page: I think they just show a default value of $160, because on init an updateTotals function is called aggregating the prices of the base license with the selected extras (which...
  9. SeToY

    XF2 [8WR] Discord Integration [Paid]

    As a side note: Posting new threads to Discord is broken if a custom message has been provided. Fix: \src\addons\EWR\Discord\Entity\Post.php lines 112-117: $content = str_ireplace( ['{user}', '{title}', '{node}', '{url}'], ['{user}', '{title}', '{url}'], [$thread->username...
  10. SeToY

    Duplicate Passkey implementation lacks signature counter to prevent clone attacks

    Hey there, I was digging into the WebAuthn implementation and noticed that the xf_passkey table doesn’t store the authenticator’s signature counter. Because there's no sign_count (or equivalent thereof), the server never checks whether the counter returned by the authenticator is strictly...
  11. SeToY

    [TH] Spotify [Deleted]

    Broken since XF's removal of jQuery:
  12. SeToY

    [DigitalPoint] App for Cloudflare®

    Yeah, same problem with Chrome on Win 11. Even rebuilt the templates, to no avail.
  13. SeToY

    [Liam W.] Post Macros

    Is this an XF issue or related to this add-on? Missing phrases.
  14. SeToY

    UI.X 2 [Paid]

    Thank you, I just copied the Link color and Hover link color to the UGC link colors - now it's like before the upgrade. Thanks again!
  15. SeToY

    [Liam W.] Post Macros

    It is logical indeed, however it DID work before the upgrade. Any chance to get it back? Thank you!
Back
Top Bottom