Search Results for 'spam'
-
AuthorSearch Results
-
November 5, 2013 at 11:40 am #173830
In reply to: bbPress to Activity import
Sergio De Falco
ParticipantThanks Paul, I made it :), it’s something really rough, but if somebody needs it here it is:
<?php // parametri del database $db_host = "localhost"; //Your database host $db_user = "database"; //Your database username $db_password = "password"; //Your database password $db_name = "database_01"; //Your database name $db = mysql_connect($db_host, $db_user, $db_password); set_time_limit(0); if ($db == FALSE) die ("Connection Error."); mysql_select_db($db_name, $db) or die ("Database Error."); $n = 0; $query = "SELECT * FROM <code>wp_posts</code> WHERE post_type = 'topic' OR post_type = 'reply' ORDER BY post_date ASC"; $result = mysql_query($query, $db); while ($row = mysql_fetch_array($result)) { unset($user_id); unset($reg); unset($guid); unset($id); unset($post_parent); unset($post_date); unset($nicename); unset($displayname); unset($title); unset($forum); unset($forumurl); unset($post_type); unset($forum_id); unset($acttype); $user_id = $row['post_author']; $guid = $row['guid']; $reg = $row['user_registered']; $id = $row['ID']; $post_parent = $row['post_parent']; $post_date = $row['post_date']; $title = $row['post_title']; $content = $row['post_content']; $post_type = $row['post_type']; $forum_id = $post_parent; $q1 = "SELECT * FROM <code>wp_users</code> WHERE ID = '$user_id'"; $r1 = mysql_query($q1, $db); $e1 = mysql_fetch_array($r1); $nicename = $e1['user_nicename']; $displayname = $e1['display_name']; if ( $post_type == 'reply' ) { $q1 = "SELECT * FROM <code>wp_posts</code> WHERE ID = '$post_parent'"; $r1 = mysql_query($q1, $db); $e1 = mysql_fetch_array($r1); $post_parent = $e1['post_parent']; $title = $e1['post_title']; $guid = $e1['guid']; } $q1 = "SELECT * FROM <code>wp_posts</code> WHERE ID = '$forum_id'"; $r1 = mysql_query($q1, $db); $e1 = mysql_fetch_array($r1); $forum = $e1['post_title']; $forumurl = $e1['guid']; if ( $post_type == 'topic' ) { $action = mysql_real_escape_string('<a href="http://www.yoursite.com/users/' . $nicename . '/" rel="nofollow">' . $displayname . '</a> ha iniziato la discussione <a href="' . $guid . '">' . $title . '</a> nel forum <a href="' . $forumurl . '">' . $forum . '</a>'); $acttype = 'bbp_topic_create'; } else { $action = mysql_real_escape_string('<a href="http://www.yoursite.com/users/' . $nicename . '/" rel="nofollow">' . $displayname . '</a> ha risposto alla discussione <a href="' . $guid . '">' . $title . '</a> nel forum <a href="' . $forumurl . '">' . $forum . '</a>'); $acttype = 'bbp_reply_create'; } $content = mysql_real_escape_string( $content ); if ( $user_id > 0 ) { $q1 = "SELECT COUNT(umeta_id) AS conto FROM <code>wp_usermeta</code> WHERE user_id = '$user_id' AND meta_key = 'last_activity'"; $r1 = mysql_query($q1, $db); $e1 = mysql_fetch_array($r1); if ( $e1['conto'] > 0 ) { $q = "UPDATE wp_usermeta SET meta_value = '$post_date' WHERE user_id = '$user_id' AND meta_key = 'last_activity'"; mysql_query($q, $db); } else { $q = "INSERT INTO <code>wp_usermeta</code> (<code>umeta_id</code>, <code>user_id</code>, <code>meta_key</code>, <code>meta_value</code> ) VALUES ( NULL, '$user_id', 'last_activity', '$post_date' );"; mysql_query($q, $db); } } $q = "INSERT INTO <code>wp_bp_activity</code> (<code>id</code>, <code>user_id</code>, <code>component</code>, <code>type</code>, <code>action</code>, <code>content</code>, <code>primary_link</code>, <code>item_id</code>, <code>secondary_item_id</code>, <code>date_recorded</code>, <code>hide_sitewide</code>, <code>mptt_left</code>, <code>mptt_right</code>, <code>is_spam</code> ) VALUES "; $q .= "(NULL, '$user_id', 'bbpress', '$acttype', '$action', '$content', '$guid', '$id', '$post_parent', '$post_date', '0', '0', '0', '0')"; mysql_query($q, $db); $n++; } mysql_close($db); echo "Done! inserted $n activity entries"; ?>The action is in italian, you can modify as you want
November 1, 2013 at 2:35 am #173674willandmae
ParticipantOh Your Right so sorry. Here is my link: http://tvbari.org So Sorry about that and Thank you for helping. Very Very Much!
I have it in the root. No Multisite. BP1.8.1 WP3.7 and the below:
URL: http://tvbari.heavenboundministry.com WordPress Version: 3.7.1 Theme: BuddyPress Default v1.8.1 Multisite Enabled: False PHP version: 5.3.27 MySQL version: 5.5.33 Current User Role: administrator Active Plugins: Akismet 2.5.9 by Automattic (url) All in one Favicon 4.3 by Arne Franken (url) Ban User By IP 1.06 by Danilo Andreini (url) BAW Login/Logout menu 1.3.2 by Juliobox (url) BAW Post Views Count 2.19.11 by Juliobox (url) bbPress - Private Replies 1.0.9 by Pippin Williamson and Remi Corson (url) bbPress - Report Content 1.0.1 by Josh Eaton (url) bbpress Simple View Counts 0.1 by jezza101 (url) bbPress 2.4.1 by The bbPress Community (url) Better WP Security 3.5.6 by Bit51 (url) Block Bad Queries (BBQ) 20130707 by Jeff Starr (url) BNS Support 1.6 by Edward Caissie (url) BuddyPress Group TinyChat Pro 1.2.1 by Van dat (url) BP My Home 2.0 by imath (url) (BuddyDev)BP Poke 1.0.1 by Anu Sharma (url) BP | You Are Blocked! 1.0Beta5 by Gabriel S Merovingi (url) Buddydrive 1.1.1 by imath (url) BuddyPress Docs 1.5.3 by Boone B Gorges (url) BuddyPress Extended Friendship Request 1.0.2 by Brajesh Singh BuddyPress Groups Extras Pro - Search 1.2 by slaFFik (url) BuddyPress Groups Extras 3.6.5 by slaFFik (url) rtMedia for WordPress, BuddyPress and bbPress 3.2.6 by rtCamp (url) BuddyPress MyMood 1.7 by Ayush (url) BuddyPress 1.8.1 by The BuddyPress Community (url) CalculatorPro Calculators 1.1.4 by jgadbois (url) Confirm User Registration 2.1.1 by Ralf Hortt (url) Events Manager 5.5.2 by Marcus Sykes (url) EWWW Image Optimizer 1.7.1 by Shane Bishop (url) Jetpack by WordPress.com 2.5 by Automattic (url) Kitchenbug 0.6.0 by Liquee Technologies Ltd. (url) Moods Addon for Ultimate TinyMCE 1.2 by Josh Lobe (url) Quick Flag 2.11 by Marko Martinović (url) Social Articles 1.4 by Broobe (url) Stop Spammer Registrations Plugin 4.3 by Keith P. Graham (url) TDLC Birthdays 0.4 by Tom Granger (url) Ultimate TinyMCE PRO 9.1 by Josh Lobe & Marventus (url) Visitor Maps and Who's Online 1.5.8.1 by Mike Challis (url) WangGuard 1.5.10 by WangGuard (url) WP Super Cache 1.4 by Donncha O Caoimh (url) Yet Another Related Posts Plugin 4.0.8October 29, 2013 at 12:31 am #173534In reply to: Nothing ever changes around here….
modemlooper
ModeratorSpammers will find any way to get into a site, nothing new there. If you know exactly how registrations are getting through then email it in.
October 29, 2013 at 12:27 am #173533In reply to: Nothing ever changes around here….
DennisH
ParticipantI hate to break the bad news but spammers already know about it. The problem is no one here seems to care.
Others have also reported this:
October 29, 2013 at 12:21 am #173531In reply to: Nothing ever changes around here….
DennisH
ParticipantOctober 29, 2013 at 12:00 am #173527Boone Gorges
Keymaster@dennish The installation of bbPress that is packaged with BuddyPress contains a file at
buddypress/bp-forums/bb-config.php. When you attempt to access the bbPress installation directly as you describe, the bbPress bootstrap loads this bb-config.php file, and sends a 403 Forbidden header to the browser. Thus, it should NOT be the case that users are able to create accounts (or do anything else) on these pages. If you are finding otherwise, it could be because yourbuddypress/bp-forums/bb-config.phpfile is missing or corrupt.In the future, when you find what you believe are security issues in BP, please do not post them to the forums, but instead send an email to security@wordpress.org. Thanks.
October 25, 2013 at 2:21 pm #173359In reply to: accessing private groups
tperkins
ParticipantHaving the identical issue as above. Spammer registers for site, activates and then I find them in a private group. No request to join, no approval by Group Admin. The only clue I have is that when looking at their profile it says they belong to the private group but the button to the right still says “request permission”. Somehow bypassing the approval process.
October 20, 2013 at 9:52 pm #173145In reply to: phpMyAdmin user status activate members
bp-help
Participant@robg48
Those 2300 must not have logged in the first time. If they have not, they will not show up in the members directory. If they have not logged in yet I would imagine a good majority of them are spam accounts. Good luck!October 18, 2013 at 11:13 am #173051In reply to: Members directory dropdown sort issue (possible bug)
Henry
Member@bphelp I haven’t been able to test this for you yet but I did notice yesterday that non-activated users get given a URL which is visible to anyone. For example, if you completed the registration form on my site and chose username ‘bphelp’ – even before you click on the link in the activation email you will be able to go to
mysite.com/members/bphelp
Here you’d see: Your name, the mystery man avatar etc.
Imagine a site that has lots of spam signups. They’d have hundreds if not thousands on unused URLs.
How is this currently handled by BP?
October 15, 2013 at 5:29 am #172822bp-help
Participant@shaungreen
I am not sure I am following you but if you deactivated that plugin and a new user can register and activate an account and login successfully then this is not a BP or bbPress issue. It needs to be taken up on that plugins support forum if you insist on using this plugin. Otherwise you may want to look into alternatives! I have used:
https://wordpress.org/plugins/bp-force-profile/
It forces a user to complete the required xprofile fields before they can interact with the site and seem like a good deterrent against spam registrations.October 15, 2013 at 4:49 am #172817Shaun
ParticipantHi @bphelp
Its looks like its the following plugin;
At the moment I want to moderate membership signup which the plugin provides to cut down on spam members. Would I be best speaking to the plugins forum?
October 15, 2013 at 4:23 am #172814In reply to: Login and Password reset link question
bp-help
Participant@nodeadbunnies
1.) You do realize BP is a WP plugin right? It is not its own entity therefor if the user registers with BP activated, they are also registering with WP.
2.) By default if a user enters a wrong password they are then redirected to wp-login.php if you want to include the lost password link there may be some login widget plugins that includes that link, other wise you could get that link from wp-login.php and hard code it into your child themes sidebar.php which may not be a good idea until you get a little more experience. Try searching for plugins that will accomplish this before going that route.
3.) You may want to check the spam folder to see if the activation email went there. If not then check your servers error logs and report back.October 10, 2013 at 2:56 pm #172615In reply to: Account Activation Email
asieger
Participant@hnla; thanks.
@sooskriszta; i have checked all the spam folder of the emails used, no such mail as the activation email.Thanks all
_ SamuelOctober 10, 2013 at 2:16 pm #172612In reply to: Search for user role
noizeburger
ParticipantSpam did not solve my problem, no.
October 7, 2013 at 7:50 pm #172420In reply to: Account Activation Email
SK
Participant@asieger A rather basic question: Have you checked the Spam folders in your email accounts?
October 4, 2013 at 6:40 pm #172324In reply to: [Resolved] WordPress Login and Registration Page
Halo Diehard
Participant@cpagan2000 thanks SO much for coming back and posting that code! I have literally searched for hours to try and fix my problem that my site, which has been running over a year spam free, all of a sudden was getting SLAMMED with spam registrations because BuddyPress hijacked my registration page and I couldn’t figure out how to make it stop.
For anyone else who finds this thread, you have to create the bp-custom.php file and put it in your wp-content/plugins folder (contrary to all the other information out there on the web – – SO CONFUSING!!) I tried to put in in my functions.php and it just wouldn’t work. You can find more information on customizing BuddyPress by following the link above that @bp-help posted above.
This information should really be easily accessible. No one should ever have to search this hard to fix this type of issue. That is why I made a point to come back and thank pagan and add the missing info that I had to track down to fully understand the situation.
October 2, 2013 at 1:58 pm #172199In reply to: Private Group Request Notification
Zane
ParticipantThanks! There it is 🙂
So there appears to be an issue with my user receiving emails from the site. I triple checked my profile email address with no luck. No messages to my spam folder or anything. Any idea’s what might cause all notifications for my admin user to be disabled?
October 2, 2013 at 3:32 am #172167In reply to: Stopping Spammers
Ben Hansen
Participanttry wangguard it definitely helps
September 26, 2013 at 12:24 am #171815In reply to: [Resolved] WordPress Login and Registration Page
cpagan2000
ParticipantNo they don’t have to create 2 accounts. What I want is for the god awful registration page to go away and get bacl my normal wordpress login and registration page back. I have social sign ins and want to be able to use those and also a captcha for spam.
September 23, 2013 at 3:06 pm #171712Henry
MemberJust out of interest, if I use the capabilities page to mark a user as a spammer, what does that actually do? Delete the user from the site? Banish them into a black hole? etc
September 23, 2013 at 2:34 pm #171706@mercime
ParticipantScreen for marking a user as spammer to start off. Alternatively, while in users’ area, there’s an “Edit Members” dropdown menu in WP toolbar for site/super admin where you can set User’s Capability as well.
September 21, 2013 at 9:46 pm #171627In reply to: CSS is not consistent across browsers
thisisbbc
ParticipantHere is more information about our installation.
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
All In One SEO Pack
Version 2.0.3.1 | By Michael TorbertAntispam Bee
Version 2.5.9 | By Sergej MüllerAntiVirus
Version 1.3.4 | By Sergej MüllerbbPress
Version 2.4 | By The bbPress CommunityBetter WordPress Minify
Version 1.2.2 | By Khang MinhBroken Link Checker
Version 1.8.3 | By Janis ElstsBuddyPress
Version 1.8.1 | By The BuddyPress CommunityContact Form 7
Version 3.5.2 | By Takayuki MiyoshiDuplicate Post
Version 2.4.1 | By Enrico BattocchiGoogle Analyticator
Version 6.4.5 | By Video User Manuals Pty LtdNGFB Open Graph+ Pro
Version 6.8 | By Jean-Sebastien MorissetRevolution Slider
Version 3.0.7 | By ThemePunchSocial Login for wordpress
Version 4.8 | By LoginRadius TeamTinyMCE Advanced
Version 3.5.8 | By Andrew OzzW3 Total Cache
Version 0.9.3 | By Frederick TownesWidget Importer & Exporter
Version 1.0 | By Steven GliebeWordPress Social Share Buttons
Version 1.1.3 | By Lee ChestnuttWP-Memory-Usage
Version 1.2.1 | By Alex RabeWP Sliding Login | Register Panel
Version 2.3 | By Kyle Powning @ The FactoryWP Smush.it
Version 1.6.5.3 | By WPMU DEV9. Are you using the standard BuddyPress themes or customized themes?
I’m using another theme callet BulletPress from HB-Themes
10. Have you modified the core files in any way?
I haven’t modified any BP related files, but I do use a child theme with a custom functions.php
11. Do you have any custom functions in bp-custom.php?
No
12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
Our theme came with bbPress, see above for version.
14. Which company provides your hosting?
PlanetHoster
September 18, 2013 at 11:02 am #171485In reply to: SPAM groups
Simpas81
ParticipantI know that I can use “Site/Super Admin” however the group created right after clicking on “create group and continue” it’s a BIG MISTAKE.
It’s necessary to solve it.
Thanks
SimoneSeptember 18, 2013 at 4:25 am #171472In reply to: SPAM groups
@mercime
Participant@laboratorio35 The group creation was not stopped. It was created right after clicking on “create group and continue” link after filling up group name as “X” and description as “x” in the first group creation screen that’s why you see the group in the Group Directory oage. At this stage, you as Site/Super Admin can always delete the group if you wish.
September 10, 2013 at 9:18 pm #171115In reply to: No mail send after registration
Paul Wong-Gibbs
KeymasterProbably it’s just in the spam folder. The activation email quite often seems to be marked as spam, unfortunately.
Mail server configuration can be tricky and I’d suggest you also contact your web host for support, as there may be other configuration changes that you or the host could make to improve the chances of the email being received correctly.
-
AuthorSearch Results