Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'spam'

Viewing 25 results - 2,626 through 2,650 (of 2,710 total)
  • Author
    Search Results
  • Jeff Sayre
    Participant

    Dbascent94-

    That can mean that your post is being filtered out as spam by akismet. This has happened to me before as well. However, I can see your posts right now.

    #44452

    In reply to: Buddypress theme?

    The documentation/codex area provides a ton of documentation that can help you with all of these things, but there is no magic button you can press to make this happen.

    There are dozens of functions and loops that need to be installed and addressed on several files and themes to make all of BuddyPress work the way it does. All we can do is document them for you, and let you give it a try yourself. It’s up to the growing audience of BP developers to start creating themes for 1.0, and that will eventually happen, I guarantee it.

    If you’re in over your head and desperate for a theme asap, it may be time to hire someone to help you out. If you’re not looking for custom functionality and simply want a revamped BP theme, I might suggest joining the WordPress developers mailing lists and asking some WP professionals for assistance. Otherwise right now we’re pretty lenient about users asking for specific requests here (meaning we will lock the topic but we won’t delete it or spam it.)

    enlightenmental1
    Participant

    hmmmm… how did you find that!? I searched months ago for this, but found nothing…. only stuffs on password reset…

    (proly cause I was searching resend activation with spam and creating spf record)

    and here I thought I was the best googler in the world!

    #44263
    nicolagreco
    Participant

    ok i’ll add that to bpdev nospam, cool tips andy

    #44163

    In reply to: Antispam plugin

    nicolagreco
    Participant

    DJPaul,

    i’ve written a plugin that filter spam and spam registrations with the captcha,

    it’s BPDEV NoSpam

    #44162

    In reply to: Antispam plugin

    Arturo
    Participant

    thank you DJPaul now works fine! ;)

    #44161

    In reply to: Antispam plugin

    Paul Wong-Gibbs
    Keymaster

    Possible user error.


    @Arturo
    – check this from the readme. You might have missed it to.

    To install in WordPress MU (Forced Activation/Site-Wide):

    1. Upload the wp-recaptcha folder to the /wp-content/mu-plugins directory

    1. **Move** the wp-recaptcha.php file out of the wp-recaptcha folder so that it is in /wp-content/mu-plugins

    1. Now you should have /wp-content/mu-plugins/wp-recaptcha.php and /wp-content/mu-plugins/wp-recaptcha/

    1. Go to the administrator menu and then go to **Site Admin > reCAPTCHA**

    1. Get the reCAPTCHA keys [here](http://recaptcha.net/api/getkey?domain=www.blaenkdenum.com&app=wordpress \”reCAPTCHA API keys\”) and/or the MailHide keys [here](http://mailhide.recaptcha.net/apikey \”MailHide keys\”)

    #44158

    In reply to: Antispam plugin

    Arturo
    Participant

    i’ve moved it in mu-plugins/… but where I configure? menu in the wp-admin is not there … help me please :)

    #44153

    In reply to: Antispam plugin

    Jeff Sayre
    Participant

    I have it installed as a site-wide plugin in /mu-plugins/. Works well with signup process. I have not really experimented with the blog comments aspect though. Perhaps I need to look into this a little more.

    #44152

    In reply to: Antispam plugin

    Arturo
    Participant

    i’ve the same problem… i’ve installed recaptcha with plugins installer, enabled, configured but it doesn’t show in the registration page domain.tld/register any ideas?

    thanks!

    #44149

    In reply to: Antispam plugin

    Paul Wong-Gibbs
    Keymaster

    Hi Jeff

    Yeah I tried that, but I couldn’t even see the reCaptcha menu item in the Admin after enabled it. I assume you’re using WPMU 2.7.1 – did you put reCaptcha into mu-plugins/ or plugins/, and did you enable it Site Wide or only on the main blog?

    #44145

    In reply to: Antispam plugin

    Jeff Sayre
    Participant

    Hi DJPual-

    I’m currently using (with success) the reCaptcha plugin on a dev site. I used hints from these two BP forum threads:

    https://buddypress.org/forums/topic.php?id=509

    https://buddypress.org/forums/topic.php?id=1581

    I hope that helps!

    #43986

    In reply to: subdomains for blogs

    Eyecool
    Participant

    I did not mean to triple post! Sorry guys!

    Every time I’d submit the post I’d get an error message saying: “Topic not found”, so I’d back up and try again and again. Wasn’t trying to spam.

    #43963
    Anointed
    Participant

    A number of years ago I offered email to my users and in the end there were thousands of people using my servers for email, including spam bots.

    Here is the biggest problem that I faced.

    As there was so much ‘spam’ coming from my domains, I was blacklisted on aol, and yahoo, and a few others. To this day, I still cannot use those domains to send email to aol etc…. Once blacklisted, it seems to be forever.

    While I think the idea is cool, I cannot see a reason that I would ever offer email to my users other than my admins/moderators for internal communication.

    just my 2cents

    #43780
    nicolagreco
    Participant

    it works now, it will be complete asap

    #43778
    enlightenmental1
    Participant

    when is your no-spam plugin scheduled to be complete?

    Im currently using wp-captcha, but would like to beef-up my spam protection

    #43769
    nicolagreco
    Participant

    @anointed that’s what wp_nonce does :)

    i suggest to use bpdev nospam (it include the captcha of wpmudev integrated with bp)

    #43768
    takuya
    Participant

    wpmudev has an anti spam plugin for signup form. Also Donncha has another plugin for wpmu and comments.

    #43767
    bbrian017
    Participant

    reCaptcha is best bet!

    or maybe BPDEV from nicola

    #43748
    cdaniel
    Participant

    I had a problem with spam without reCaptcha

    reCaptcha kills spam bots and I have no more spam.

    Good luck

    #43747
    Anointed
    Participant

    I had an idea of another way to combat the constant comment spam and registrations from bots, though I don\’t know if it would work.

    As the bots don\’t read the page like humans do, they just search for and find the forums to fill in, brings up an interesting idea.

    What about using \’hidden\’ fields that are not displayed on the screen itself.

    The idea being that if data is input into the field it could not possibly be a human, so we then know to \’not activate\’ or error out the comment/registration etc…

    The ‘auto spam bot programs’ that I have come across all look for specific fields etc. We could do something like name the hidden field ‘password’ etc, so the bot thinks it’s legit, but it’s not.

    Does anyone know if the bots are \’smart enough\’ to figure this out and get around it?

    #43734
    nicolagreco
    Participant

    don’t worry :) BPDEV NoSpam is included :)

    i’ve to update the site asap

    #43708
    mikem1986
    Participant

    Does Aksimet not work with WPMU?

    #43701
    thebigk
    Participant

    I’m not able to find it. Download contains only following:

    Core 0.3b

    Admin 0.3b

    AutoSuggest 0.3b

    Search 0.3b

    Theme 0.3b

    Widgets 0.3b

    Flickr 0.3b

    YouTube 0.3b

    Group Extra 0.3b

    TinyMCE 0.3b

    #43697
    nicolagreco
    Participant

    I’ve written the bpdev-nospam, that is included in bpdev plugins http://bp-dev.org/download

    it’s not complete, but it filters spams account, and wire content.

Viewing 25 results - 2,626 through 2,650 (of 2,710 total)
Skip to toolbar