Recent content by Gavo

  1. G

    Exploit

    Thanks, I will patch another site I dont want to renew the license on yet, this would be good in the customer panel where you download xenforo updates.
  2. G

    Exploit

    This was posted on a v3.2.9 site last night & it parsed the eval code in the post, but couldnt fully execute. The person that posted it prompted the Admin to view, as its the admin permissions that are used to edit templates. My sites were 3.2.9 and licenses just expired, so I had to pay to...
  3. G

    [DD] Letter Index

    Excellent addon, could you add permission 'can view/use search by letter' If Newly registered users cant use search until promoted after 5 posts, this would be good with similar permissions.
  4. G

    Typical Hardware for High Network Traffic?

    You should be able to see what is causing load or get a server admin to check for you. You may have an addon causing mysql locks depending on your setup, causing long page load times, I have found a few addons that caused this and removed them. Always use hosting with SSD drives or better...
  5. G

    XF 2.3 node_id in XFCP_Preparer

    Thanks this will help. $this->messageEntity->Thread->node_id is correct.
  6. G

    XF 2.3 node_id in XFCP_Preparer

    Is there an easy way to grab the node id in XFCP_Preparer? I have a function working to force using set domains in a post or an error message is displayed, this works globally, I have added forumID array in settings, but cant call node_id when posting. Thanks namespace...
  7. G

    XF 2.3 Stop flagging registrations with shared IP address

    You can remove the shared IP from your database using this query in phpmyadmin change 110.110.110.100 to another IP to remove. DELETE FROM xf_ip WHERE ip = UNHEX(LPAD(HEX(INET_ATON('110.110.110.110')), 8, '0'));
  8. G

    XF 2.3 Only functions with whitelisted prefixes are allowed

    Excellent thanks, I had previously tried this but must have been missing one occurrence in the template so it wouldnt save. Its linux keep it as intended.
  9. G

    XF 2.3 Only functions with whitelisted prefixes are allowed

    Is there any information on whitelisted prefixes? Has this been added in 2.3.7 due to the exploit patch?
  10. G

    XF 2.3 Only functions with whitelisted prefixes are allowed

    After updating to 2.3.7 an addon I made no longer works, is there any info on this error documented I cant find anything. In Template. <xf:if is="{$thread.getimdbid("id")}"> Entity namespace Imdb\Info\Entity; class Thread extends XFCP_Thread { public function getImdbid($imdbget)...
  11. G

    [XB] Verify Email Before Registration [Paid]

    Does this work with Signup abuse detection and blocking (aka spam) with email domains set to whitelist only?
  12. G

    Chat 2 by Siropu [Paid]

    It persists in V2.5.0, If you goto the post editor and disable bbcode you cannot post in the chat with firefox, console shows 'Uncaught TypeError: froala is undefined' Re-enable bbcode in editor and it works again. I manually type bbcode so usually keep it turned off, this took a long time...
  13. G

    Chat 2 by Siropu [Paid]

    There is an old bug. If you click 'Toggle BBcode' in the forum message box you can no longer submit messages in the chatbox (in firefox at least)
  14. G

    XF 2.2 Edit thread content

    Can no one help with this?
  15. G

    XF 2.2 Edit thread content

    I have made a new plugin on a dev board, could someone point me in the right direction to edit thread content on the fly. eg. $view_thread[threadtxt] = regex stuff return $view_thread[threadtxt] Thanks
Back
Top Bottom