BuddyDev

Search

Replies

  • Participant
    Level: Master
    Posts: 497
    This reply has been marked as private.
  • Participant
    Level: Master
    Posts: 497
    Daniel on in reply to: [Resolved] Changing the BP /register slug #35976

    Hi Brajesh,

    Thanks for the input. I could change the slug and the bots have stopped creating profiles for the moment.

    I had created a firewall rule with JS Challenge and it was effective but the problem is that it also blocks the good bots like Jetpack when using this rule. I will need to work on it to make it work only for the bad bots.

    Thanks.

    Regards
    Daniel

  • Participant
    Level: Master
    Posts: 497
    Daniel on in reply to: [Resolved] Unable to Delete BP accounts #35941

    Yo hi,

    I have found out that the issue occurred because I didn’t update to the new BP Version. I wanted to wait to update in case there are issues.

    All is working fine now with V7, thanks 🙂

    Regards
    Daniel

  • Participant
    Level: Master
    Posts: 497

    Hi Ravi,

    As it takes more time I just wanted to ask is this difficult to enable posting pics for groups without commenting the activity?

    Thanks for your response.

    Regards
    Daniel

  • Participant
    Level: Master
    Posts: 497
    Daniel on in reply to: How to block Bots from autmatic registering #35793

    Hi,

    I have found some code to block CURL from creating automated registrations.

    if(stripos($_SERVER['HTTP_USER_AGENT'],'curl') !== false) {
        http_response_code(403); //FORBIDDEN
        exit;
    }

    but it is not mentioned where I should place the code. Do you think if I place it in bp-custom.php it will be working?

    Thanks for your help.

    Regards
    Daniel

  • Participant
    Level: Master
    Posts: 497
    Daniel on in reply to: BP Activity Posting Delay of 5 seconds #35766

    Hi Brajesh,

    Actually you’re right. It still takes up to 5-7 seconds until BP posts the activity. It’s not as bad, perhaps it takes such long because CDN will not work in this case as it is a new post and the input needs to travel to the server where the website is hosted. I think this could be the reason.

    Regards
    Daniel

  • Participant
    Level: Master
    Posts: 497
    Daniel on in reply to: BP not showing new Profile pic on activity when uploaded #35755

    Hi Brajesh,

    My Theme Developer doesn’t care to respond to tickets even after I have extended support.

    I think this feature would increase the user experience making it more fun. Would you be interested to develop the required code? (against payment of course)

    Thanks.

    Regards
    Daniel

  • Participant
    Level: Master
    Posts: 497
    Daniel on in reply to: BP Activity Posting Delay of 5 seconds #35754

    Hi Brajesh,

    Yes, the issue has been resolved in the meantime. I have cleared all caches and since the issue doesn’t occur anymore. I think purging the caches every month once is useful.

    Thanks for your time.

    Regards
    Daniel

  • Participant
    Level: Master
    Posts: 497
    Daniel on in reply to: BP not showing new Profile pic on activity when uploaded #35729
    This reply has been marked as private.
  • Participant
    Level: Master
    Posts: 497

    Yo hi,

    I think it was a CDN issue, after clearing the cache it seems to work properly.

    Apologies for it.

    Thanks.

    Regards
    Daniel