Search Results for 'bots'
-
AuthorSearch Results
-
November 24, 2011 at 3:35 pm #124950
David100351
MemberThe problem with recapcha is that armies of sad poor people are filling out spam registrations correctly and then passing them over to bots to do the dirty work.
November 13, 2011 at 7:23 am #124294In reply to: Fraudulent members
@mercime
ParticipantKnow that when you open up your registration for anyone on single WP or WP multisite, whether you have BuddyPress or not, you will get spammers and sploggers. Only “closed” or by-invitation-only sites have escaped this curse completely.
There have been different solutions using plugins and techniques to prevent this but these bots and humans spammers/sploggers are relentless. Search online and you’ll get many answers/methods
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/fighting-splogs/
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/what-do-your-spam-signups-look-like/
http://www.wptavern.com/forum/wordpress-mu-multisite/2123-anti-spam-plugins.html
https://wordpress.org/support/topic/anti-spam-for-multi-site-educationnon-profit?replies=7
http://wpfeed.com/2011/01/complete-list-of-anti-spam-plugins-and-solutions-for-wordpress/
http://wpmututorials.com/how-to/spam-blogs-and-buddypress/https://wordpress.org/extend/plugins/bp-moderation/
https://wordpress.org/extend/plugins/wangguard/
https://wordpress.org/extend/plugins/akismet/
https://wordpress.org/extend/plugins/anti-splog/
https://wordpress.org/extend/plugins/wp-anti-spam/?topic_id=20669
https://wordpress.org/extend/plugins/moderate-new-blogs/
https://wordpress.org/extend/plugins/wpmu-new-blog-defaults/
https://wordpress.org/extend/plugins/bad-behavior/
http://itscblog.tamu.edu/bad-behavior-wpmu-2-1-15-released/
https://wordpress.org/extend/plugins/ban-hammer/October 2, 2011 at 1:20 am #121807In reply to: Buddypress is not SEO friendly
modemlooper
ModeratorYou actually do not want your member pages and their status updates to be cached by google because of privacy. There is no privacy settings in BuddyPress and the last thing your users want is a site owner forcing their updates to search bots.
September 28, 2011 at 4:10 pm #121373In reply to: Getting Hacked
modemlooper
ModeratorIf you are on BP 1.5 go to the page admin and change the URL for register to anything but register or signup. Example: get-your-account
Use a captcha plugin that requires you to answere a question correctly. The number letter ones can be hacked
Make sure the words WordPress or BuddyPress is not shown in the footer or header. View source of page and then find and eliminate those words. Bots search these and then find them. You may also want to change the default text in sidebar.php about creating an account.
September 25, 2011 at 10:55 pm #121093In reply to: Widgets are not working BuddyPress 1.5
Lynn Hill
Participant@fswd
There is no option for a left sidebar. However, in the next couple of days the site is to change. Thanks everyone for your help. All robots have gone too.September 24, 2011 at 5:05 pm #120904In reply to: Widgets are not working BuddyPress 1.5
Lynn Hill
ParticipantI have a similar problem. Since the upgrade my system crashed. A friend deleted the BP registration option Plugin for me which seemed to bring the dashboard back for me to use. But crashed the site when I reinstalled it. I know it wasn’t fully compatible with WP in the first place but it did a half decent job.
I’m getting robots joining as members and I’m having to delete them one at a time. The ‘User pending’ never worked, all captchas don’t work either or are not compatible with latest WP.
My theme (BP columns 1.2) has also changed from 3 columns to 2.
My friend is working on changing the look of the site, but if I cannot get any of the important widgets to work I shall be spending most of my time dodging the robots.
Any suggested help is appreciated. Even if it’s possible to go back to the previous BP until it’s sorted out.
Thanks in advance.September 14, 2011 at 5:43 am #120031In reply to: Problems with people trying to create accounts
ewebber
Participant@fernmacho This plugin allows you to activate users https://buddypress.org/community/groups/wp-activate-users/
It sounds like you also need to consider a way of blocking those bots that are signing up!
September 14, 2011 at 12:34 am #120016In reply to: Problems with people trying to create accounts
Fernmacho
MemberOh, I just found them in the admin section along with a bunch of bots. I’ll delete and have them try again.
September 13, 2011 at 2:19 pm #119974In reply to: Cannot post new topic on forum
Firat dede
MemberNot working for me When http://www.robots101.com/forumlar/ site I clicked yeni konu (new topic) nothing happens..

linick
Member*help*
linick
Memberplease help !… Which plugin would you recommend ?
August 20, 2011 at 2:09 am #1187624ella
ParticipantIf somebody interested I have modified @modemlooper buddypress-group-fields.php for my website
I have deleted $links , so it doesn’t show WARNING , I have found an error in phone field so it works now and also other fields are memorized well , I have also added some new location and contact fields , I have created all 247 countries list (dropdown menu) – everything looks working well ,
I don’t know how to display it in templates yet , Opening days(Monday , Tuesday , Wednesday ….) field I wanted to use checkboxes , but I wasn’t not sure if I was able to do that , so I have used dropdown menu now too.<?php
add_filter( 'groups_custom_group_fields_editable', 'group_details_markup' );
add_action( 'groups_group_details_edited', 'group_details_save' );
add_action( 'groups_created_group', 'group_details_save' );
function group_details_markup() {
global $bp, $wpdb;
$group_text = groups_get_groupmeta( $bp->groups->current_group->id, 'e2e_text' );
?>
Job Description
(Type of job you offer, detailed description of the work you offer.. etc)
Location
groups->current_group->id, 'e2e_country' ); ?>
<option value="Afghanistan" selected="selected">Afghanistan
<option value="Albania" selected="selected">Albania
<option value="Algeria" selected="selected">Algeria
<option value="American Samoa" selected="selected">American Samoa
<option value="Andorra" selected="selected">Andorra
<option value="Angola" selected="selected">Angola
<option value="Anguilla" selected="selected">Anguilla
<option value="Antigua & Barbuda" selected="selected">Antigua & Barbuda
<option value="Argentina" selected="selected">Argentina
<option value="Armenia" selected="selected">Armenia
<option value="Aruba" selected="selected">Aruba
<option value="Australia" selected="selected">Australia
<option value="Austria" selected="selected">Austria
<option value="Azerbaijan" selected="selected">Azerbaijan
<option value="Bahamas" selected="selected">Bahamas
<option value="Bahrain" selected="selected">Bahrain
<option value="Bangladesh" selected="selected">Bangladesh
<option value="Barbados" selected="selected">Barbados
<option value="Belarus" selected="selected">Belarus
<option value="Belgium" selected="selected">Belgium
<option value="Belize" selected="selected">Belize
<option value="Benin" selected="selected">Benin
<option value="Bermuda" selected="selected">Bermuda
<option value="Bhutan" selected="selected">Bhutan
<option value="Bolivia" selected="selected">Bolivia
<option value="Bonaire" selected="selected">Bonaire
<option value="Bosnia & Herzegovina" selected="selected">Bosnia & Herzegovina
<option value="Botswana" selected="selected">Botswana
<option value="Brazil" selected="selected">Brazil
<option value="British Indian Ocean Ter" selected="selected">British Indian Ocean Ter
<option value="Brunei" selected="selected">Brunei
<option value="Bulgaria" selected="selected">Bulgaria
<option value="Burkina Faso" selected="selected">Burkina Faso
<option value="Burundi" selected="selected">Burundi
<option value="Cambodia" selected="selected">Cambodia
<option value="Cameroon" selected="selected">Cameroon
<option value="Canada" selected="selected">Canada
<option value="Canary Islands" selected="selected">Canary Islands
<option value="Cape Verde" selected="selected">Cape Verde
<option value="Cayman Islands" selected="selected">Cayman Islands
<option value="Central African Republic" selected="selected">Central African Republic
<option value="Chad" selected="selected">Chad
<option value="Channel Islands" selected="selected">Channel Islands
<option value="Chile" selected="selected">Chile
<option value="China" selected="selected">China
<option value="Christmas Island" selected="selected">Christmas Island
<option value="Cocos Island" selected="selected">Cocos Island
<option value="Colombia" selected="selected">Colombia
<option value="Comoros" selected="selected">Comoros
<option value="Congo" selected="selected">Congo
<option value="Cook Islands" selected="selected">Cook Islands
<option value="Costa Rica" selected="selected">Costa Rica
<option value="Cote de Ivoire" selected="selected">Cote D'Ivoire
<option value="Croatia" selected="selected">Croatia
<option value="Cuba" selected="selected">Cuba
<option value="Curaco" selected="selected">Curacao
<option value="Cyprus" selected="selected">Cyprus
<option value="Czech Republic" selected="selected">Czech Republic
<option value="Denmark" selected="selected">Denmark
<option value="Djibouti" selected="selected">Djibouti
<option value="Dominica" selected="selected">Dominica
<option value="Dominican Republic" selected="selected">Dominican Republic
<option value="East Timor" selected="selected">East Timor
<option value="Ecuador" selected="selected">Ecuador
<option value="Egypt" selected="selected">Egypt
<option value="El Salvador" selected="selected">El Salvador
<option value="Equatorial Guinea" selected="selected">Equatorial Guinea
<option value="Eritrea" selected="selected">Eritrea
<option value="Estonia" selected="selected">Estonia
<option value="Ethiopia" selected="selected">Ethiopia
<option value="Falkland Islands" selected="selected">Falkland Islands
<option value="Faroe Islands" selected="selected">Faroe Islands
<option value="Fiji" selected="selected">Fiji
<option value="Finland" selected="selected">Finland
<option value="France" selected="selected">France
<option value="French Guiana" selected="selected">French Guiana
<option value="French Polynesia" selected="selected">French Polynesia
<option value="French Southern Ter" selected="selected">French Southern Ter
<option value="Gabon" selected="selected">Gabon
<option value="Gambia" selected="selected">Gambia
<option value="Georgia" selected="selected">Georgia
<option value="Germany" selected="selected">Germany
<option value="Ghana" selected="selected">Ghana
<option value="Gibraltar" selected="selected">Gibraltar
<option value="Great Britain" selected="selected">Great Britain
<option value="Greece" selected="selected">Greece
<option value="Greenland" selected="selected">Greenland
<option value="Grenada" selected="selected">Grenada
<option value="Guadeloupe" selected="selected">Guadeloupe
<option value="Guam" selected="selected">Guam
<option value="Guatemala" selected="selected">Guatemala
<option value="Guinea" selected="selected">Guinea
<option value="Guyana" selected="selected">Guyana
<option value="Haiti" selected="selected">Haiti
<option value="Hawaii" selected="selected">Hawaii
<option value="Honduras" selected="selected">Honduras
<option value="Hong Kong" selected="selected">Hong Kong
<option value="Hungary" selected="selected">Hungary
<option value="Iceland" selected="selected">Iceland
<option value="India" selected="selected">India
<option value="Indonesia" selected="selected">Indonesia
<option value="Iran" selected="selected">Iran
<option value="Iraq" selected="selected">Iraq
<option value="Ireland" selected="selected">Ireland
<option value="Isle of Man" selected="selected">Isle of Man
<option value="Israel" selected="selected">Israel
<option value="Italy" selected="selected">Italy
<option value="Jamaica" selected="selected">Jamaica
<option value="Japan" selected="selected">Japan
<option value="Jordan" selected="selected">Jordan
<option value="Kazakhstan" selected="selected">Kazakhstan
<option value="Kenya" selected="selected">Kenya
<option value="Kiribati" selected="selected">Kiribati
<option value="Korea North" selected="selected">Korea North
<option value="Korea Sout" selected="selected">Korea South
<option value="Kuwait" selected="selected">Kuwait
<option value="Kyrgyzstan" selected="selected">Kyrgyzstan
<option value="Laos" selected="selected">Laos
<option value="Latvia" selected="selected">Latvia
<option value="Lebanon" selected="selected">Lebanon
<option value="Lesotho" selected="selected">Lesotho
<option value="Liberia" selected="selected">Liberia
<option value="Libya" selected="selected">Libya
<option value="Liechtenstein" selected="selected">Liechtenstein
<option value="Lithuania" selected="selected">Lithuania
<option value="Luxembourg" selected="selected">Luxembourg
<option value="Macau" selected="selected">Macau
<option value="Macedonia" selected="selected">Macedonia
<option value="Madagascar" selected="selected">Madagascar
<option value="Malaysia" selected="selected">Malaysia
<option value="Malawi" selected="selected">Malawi
<option value="Maldives" selected="selected">Maldives
<option value="Mali" selected="selected">Mali
<option value="Malta" selected="selected">Malta
<option value="Marshall Islands" selected="selected">Marshall Islands
<option value="Martinique" selected="selected">Martinique
<option value="Mauritania" selected="selected">Mauritania
<option value="Mauritius" selected="selected">Mauritius
<option value="Mayotte" selected="selected">Mayotte
<option value="Mexico" selected="selected">Mexico
<option value="Midway Islands" selected="selected">Midway Islands
<option value="Moldova" selected="selected">Moldova
<option value="Monaco" selected="selected">Monaco
<option value="Mongolia" selected="selected">Mongolia
<option value="Montserrat" selected="selected">Montserrat
<option value="Morocco" selected="selected">Morocco
<option value="Mozambique" selected="selected">Mozambique
<option value="Myanmar" selected="selected">Myanmar
<option value="Nambia" selected="selected">Nambia
<option value="Nauru" selected="selected">Nauru
<option value="Nepal" selected="selected">Nepal
<option value="Netherland Antilles" selected="selected">Netherland Antilles
<option value="Netherlands" selected="selected">Netherlands (Holland, Europe)
<option value="Nevis" selected="selected">Nevis
<option value="New Caledonia" selected="selected">New Caledonia
<option value="New Zealand" selected="selected">New Zealand
<option value="Nicaragua" selected="selected">Nicaragua
<option value="Niger" selected="selected">Niger
<option value="Nigeria" selected="selected">Nigeria
<option value="Niue" selected="selected">Niue
<option value="Norfolk Island" selected="selected">Norfolk Island
<option value="Norway" selected="selected">Norway
<option value="Oman" selected="selected">Oman
<option value="Pakistan" selected="selected">Pakistan
<option value="Palau Island" selected="selected">Palau Island
<option value="Palestine" selected="selected">Palestine
<option value="Panama" selected="selected">Panama
<option value="Papua New Guinea" selected="selected">Papua New Guinea
<option value="Paraguay" selected="selected">Paraguay
<option value="Peru" selected="selected">Peru
<option value="Phillipines" selected="selected">Philippines
<option value="Pitcairn Island" selected="selected">Pitcairn Island
<option value="Poland" selected="selected">Poland
<option value="Portugal" selected="selected">Portugal
<option value="Puerto Rico" selected="selected">Puerto Rico
<option value="Qatar" selected="selected">Qatar
<option value="Republic of Montenegro" selected="selected">Republic of Montenegro
<option value="Republic of Serbia" selected="selected">Republic of Serbia
<option value="Reunion" selected="selected">Reunion
<option value="Romania" selected="selected">Romania
<option value="Russia" selected="selected">Russia
<option value="Rwanda" selected="selected">Rwanda
<option value="St Barthelemy" selected="selected">St. Barthelemy
<option value="St Eustatius" selected="selected">St. Eustatius
<option value="St Helena" selected="selected">St. Helena
<option value="St Kitts-Nevis" selected="selected">St. Kitts-Nevis
<option value="St Lucia" selected="selected">St. Lucia
<option value="St Maarten" selected="selected">St. Maarten
<option value="St Pierre & Miquelon" selected="selected">St. Pierre & Miquelon
<option value="St Vincent & Grenadines" selected="selected">St. Vincent & Grenadines
<option value="Saipan" selected="selected">Saipan
<option value="Samoa" selected="selected">Samoa
<option value="Samoa American" selected="selected">Samoa American
<option value="San Marino" selected="selected">San Marino
<option value="Sao Tome & Principe" selected="selected">Sao Tome & Principe
<option value="Saudi Arabia" selected="selected">Saudi Arabia
<option value="Senegal" selected="selected">Senegal
<option value="Seychelles" selected="selected">Seychelles
<option value="Sierra Leone" selected="selected">Sierra Leone
<option value="Singapore" selected="selected">Singapore
<option value="Slovakia" selected="selected">Slovakia
<option value="Slovenia" selected="selected">Slovenia
<option value="Solomon Islands" selected="selected">Solomon Islands
<option value="Somalia" selected="selected">Somalia
<option value="South Africa" selected="selected">South Africa
<option value="Spain" selected="selected">Spain
<option value="Sri Lanka" selected="selected">Sri Lanka
<option value="Sudan" selected="selected">Sudan
<option value="Suriname" selected="selected">Suriname
<option value="Swaziland" selected="selected">Swaziland
<option value="Sweden" selected="selected">Sweden
<option value="Switzerland" selected="selected">Switzerland
<option value="Syria" selected="selected">Syria
<option value="Tahiti" selected="selected">Tahiti
<option value="Taiwan" selected="selected">Taiwan
<option value="Tajikistan" selected="selected">Tajikistan
<option value="Tanzania" selected="selected">Tanzania
<option value="Thailand" selected="selected">Thailand
<option value="Togo" selected="selected">Togo
<option value="Tokelau" selected="selected">Tokelau
<option value="Tonga" selected="selected">Tonga
<option value="Trinidad & Tobago" selected="selected">Trinidad & Tobago
<option value="Tunisia" selected="selected">Tunisia
<option value="Turkey" selected="selected">Turkey
<option value="Turkmenistan" selected="selected">Turkmenistan
<option value="Turks & Caicos Is" selected="selected">Turks & Caicos Is
<option value="Tuvalu" selected="selected">Tuvalu
<option value="Uganda" selected="selected">Uganda
<option value="Ukraine" selected="selected">Ukraine
<option value="United Arab Erimates" selected="selected">United Arab Emirates
<option value="United Kingdom" selected="selected">United Kingdom
<option value="United States of America" selected="selected">United States of America
<option value="Uraguay" selected="selected">Uruguay
<option value="Uzbekistan" selected="selected">Uzbekistan
<option value="Vanuatu" selected="selected">Vanuatu
<option value="Vatican City State" selected="selected">Vatican City State
<option value="Venezuela" selected="selected">Venezuela
<option value="Vietnam" selected="selected">Vietnam
<option value="Virgin Islands (Brit)" selected="selected">Virgin Islands (Brit)
<option value="Virgin Islands (USA)" selected="selected">Virgin Islands (USA)
<option value="Wake Island" selected="selected">Wake Island
<option value="Wallis & Futana Is" selected="selected">Wallis & Futana Is
<option value="Yemen" selected="selected">Yemen
<option value="Zaire" selected="selected">Zaire
<option value="Zambia" selected="selected">Zambia
<option value="Zimbabwe" selected="selected">Zimbabwe
groups->current_group->id, 'e2e_province' ); ?>
<input type="text" name="group-province" id="group-province" value="" />
groups->current_group->id, 'e2e_city' ); ?>
<input type="text" name="group-city" id="group-city" value="" />
groups->current_group->id, 'e2e_street' ); ?>
<input type="text" name="group-street" id="group-street" value="" />
Club
groups->current_group->id, 'e2e_type' ); ?>
<option value="agency" selected="selected">Agency
<option value="nightclub" selected="selected">Nightclub
<option value="stripclub" selected="selected">Stripclub
<option value="lapdance" selected="selected">Lap dance club
<option value="tabledance" selected="selected">Table dance club
<option value="cabaret" selected="selected">Cabaret
<option value="disco" selected="selected">Disco
<option value="restaurant" selected="selected">Restaurant
groups->current_group->id, 'e2e_capacity' ); ?>
<option value="10" selected="selected">5-10
<option value="20" selected="selected">10-20
<option value="30" selected="selected">20-30
<option value="40" selected="selected">30-40
<option value="50" selected="selected">40-50
<option value="60" selected="selected">50+
groups->current_group->id, 'e2e_opened' ); ?>
<option value="0:00" selected="selected">0:00
<option value="0:30" selected="selected">0:30
<option value="1:00" selected="selected">1:00
<option value="1:30" selected="selected">1:30
<option value="2:00" selected="selected">2:00
<option value="2:30" selected="selected">2:30
<option value="3:00" selected="selected">3:00
<option value="3:30" selected="selected">3:30
<option value="4:00" selected="selected">4:00
<option value="4:30" selected="selected">4:30
<option value="5:00" selected="selected">5:00
<option value="5:30" selected="selected">5:30
<option value="6:00" selected="selected">6:00
<option value="6:30" selected="selected">6:30
<option value="7:00" selected="selected">7:00
<option value="7:30" selected="selected">7:30
<option value="8:00" selected="selected">8:00
<option value="8:30" selected="selected">8:30
<option value="9:00" selected="selected">9:00
<option value="9:30" selected="selected">9:30
<option value="10:00" selected="selected">10:00
<option value="10:30" selected="selected">10:30
<option value="11:00" selected="selected">11:00
<option value="11:30" selected="selected">11:30
<option value="12:00" selected="selected">12:00
<option value="12:30" selected="selected">12:30
<option value="13:00" selected="selected">13:00
<option value="13:30" selected="selected">13:30
<option value="14:00" selected="selected">14:00
<option value="14:30" selected="selected">14:30
<option value="15:00" selected="selected">15:00
<option value="15:30" selected="selected">15:30
<option value="16:00" selected="selected">16:00
<option value="16:30" selected="selected">16:30
<option value="17:00" selected="selected">17:00
<option value="17:30" selected="selected">17:30
<option value="18:00" selected="selected">18:00
<option value="18:30" selected="selected">18:30
<option value="19:00" selected="selected">19:00
<option value="19:30" selected="selected">19:30
<option value="20:00" selected="selected">20:00
<option value="20:30" selected="selected">20:30
<option value="21:00" selected="selected">21:00
<option value="21:30" selected="selected">21:30
<option value="22:00" selected="selected">22:00
<option value="22:30" selected="selected">22:30
<option value="23:00" selected="selected">23:00
<option value="23:30" selected="selected">23:30
groups->current_group->id, 'e2e_closed' ); ?>
<option value="0:00" selected="selected">0:00
<option value="0:30" selected="selected">0:30
<option value="1:00" selected="selected">1:00
<option value="1:30" selected="selected">1:30
<option value="2:00" selected="selected">2:00
<option value="2:30" selected="selected">2:30
<option value="3:00" selected="selected">3:00
<option value="3:30" selected="selected">3:30
<option value="4:00" selected="selected">4:00
<option value="4:30" selected="selected">4:30
<option value="5:00" selected="selected">5:00
<option value="5:30" selected="selected">5:30
<option value="6:00" selected="selected">6:00
<option value="6:30" selected="selected">6:30
<option value="7:00" selected="selected">7:00
<option value="7:30" selected="selected">7:30
<option value="8:00" selected="selected">8:00
<option value="8:30" selected="selected">8:30
<option value="9:00" selected="selected">9:00
<option value="9:30" selected="selected">9:30
<option value="10:00" selected="selected">10:00
<option value="10:30" selected="selected">10:30
<option value="11:00" selected="selected">11:00
<option value="11:30" selected="selected">11:30
<option value="12:00" selected="selected">12:00
<option value="12:30" selected="selected">12:30
<option value="13:00" selected="selected">13:00
<option value="13:30" selected="selected">13:30
<option value="14:00" selected="selected">14:00
<option value="14:30" selected="selected">14:30
<option value="15:00" selected="selected">15:00
<option value="15:30" selected="selected">15:30
<option value="16:00" selected="selected">16:00
<option value="16:30" selected="selected">16:30
<option value="17:00" selected="selected">17:00
<option value="17:30" selected="selected">17:30
<option value="18:00" selected="selected">18:00
<option value="18:30" selected="selected">18:30
<option value="19:00" selected="selected">19:00
<option value="19:30" selected="selected">19:30
<option value="20:00" selected="selected">20:00
<option value="20:30" selected="selected">20:30
<option value="21:00" selected="selected">21:00
<option value="21:30" selected="selected">21:30
<option value="22:00" selected="selected">22:00
<option value="22:30" selected="selected">22:30
<option value="23:00" selected="selected">23:00
<option value="23:30" selected="selected">23:30
groups->current_group->id, 'e2e_days' ); ?>
<option value="3x THU-FRI-SAT" selected="selected">3x THU-FRI-SAT
<option value="4x WED-THU-FRI-SAT" selected="selected">4x WED-THU-FRI-SAT
<option value="4x THU-FRI-SAT-SUN" selected="selected">4x THU-FRI-SAT-SUN
<option value="5x WED-THU-FRI-SAT-SUN" selected="selected">5x WED-THU-FRI-SAT-SUN
<option value="5x THU-FRI-SAT-SUN-MON" selected="selected">5x THU-FRI-SAT-SUN-MON
<option value="6x WED-THU-FRI-SAT-SUN-MON" selected="selected">6x WED-THU-FRI-SAT-SUN-MON
<option value="6x THU-FRI-SAT-SUN-MON-TUE" selected="selected">6x THU-FRI-SAT-SUN-MON-TUE
<option value="7x WED-THU-FRI-SAT-SUN-MON-TUE" selected="selected">7x WED-THU-FRI-SAT-SUN-MON-TUE
Contact details
groups->current_group->id, 'e2e_url' ); ?>
<input type="text" name="group-url" id="group-url" value="" />
groups->current_group->id, 'e2e_phone' ); ?>
<input type="text" name="group-phone" id="group-phone" value="" />
groups->current_group->id, 'e2e_email' ); ?>
<input type="text" name="group-email" id="group-email" value="" />
groups->current_group->id, 'e2e_facebook' ); ?>
<input type="text" name="group-facebook" id="group-facebook" value="" />
groups->current_group->id, 'e2e_myspace' ); ?>
<input type="text" name="group-myspace" id="group-myspace" value="" />
groups->current_group->id, 'e2e_twitter' ); ?>
<input type="text" name="group-twitter" id="group-twitter" value="" />
groups->current_group->id, 'e2e_skype' ); ?>
<input type="text" name="group-skype" id="group-skype" value="" />
<?php
return;
}
function group_details_save( $group_id ) {
global $bp, $wpdb;
$plain_fields = array(
'text',
'country',
'province',
'city',
'street',
'type',
'capacity',
'opened',
'closed',
'days',
'url',
'phone',
'email',
'facebook',
'myspace',
'twitter',
'skype'
);
foreach( $plain_fields as $field ) {
$key = 'group-' . $field;
if ( isset( $_POST[$key] ) ) {
$value = $_POST[$key];
groups_update_groupmeta( $group_id, 'e2e_' . $field, $value );
}
}
}
?>August 9, 2011 at 1:12 pm #118058aces
Participanthttps://wordpress.org/extend/plugins/google-sitemap-generator/ works with buddypress. You can add your buddypress forums etc in the settings page
August 9, 2011 at 6:41 am #118042Stigmartyr
Member
wish there was an answer to this…August 7, 2011 at 10:05 pm #117935enderandrew
MemberI don’t think this is a problem with Buddypress, so much as any popular WordPress site. They will get plenty of spambots registering for accounts.
There are plenty of solutions including:
Captcha plugins like SI Captcha or WP-Recaptcha
Akismet
Bad Behavior
Etc,However, the best solution is active moderation. And I’m guessing the crew that runs this site is also busy developing Buddypress, bbPress, etc. to spend a bunch of time moderating this site. Perhaps they should seek out volunteers to help moderate.
June 20, 2011 at 2:34 pm #114896In reply to: Group Disappeared
sjshaw361
MemberStrangely enough, all of a sudden the groups came back.
Except now, it happened again. I was doing some admin work in the groups (clearing out the spambots) and then I lost the groups again. It says “All Groups (12)” at the top, but then says “Showing 1-9 (of 9 Groups)”. All I did was remove some spambot members. I have not updated or activated anything.
June 15, 2011 at 8:11 pm #114590In reply to: buddypress bbpress build that actually works?
projectjerel
Memberso here is the error_log
I’m not sure what i’m looking for? but I bet the answer is that i skipped this step.
“Change .htaccess to increase memory size and redirect to www”as i see memory errors down there at the bottom. I’ll google how to adjust my .htaccess file then post back.
Pretty sure this qualifies as making me look like an idot, much appreciated! (hopefully)
[Mon May 23 18:17:54 2011] [warn] RSA server certificate CommonName (CN) `plesk’ does NOT match server name!?
[Tue May 24 13:34:23 2011] [warn] RSA server certificate CommonName (CN) `plesk’ does NOT match server name!?
[Tue May 24 13:34:30 2011] [warn] RSA server certificate CommonName (CN) `plesk’ does NOT match server name!?
[Tue May 24 13:34:33 2011] [warn] RSA server certificate CommonName (CN) `plesk’ does NOT match server name!?
[Tue May 24 18:38:46 2011] [warn] RSA server certificate CommonName (CN) `plesk’ does NOT match server name!?
[Wed May 25 01:22:44 2011] [error] [client 71.182.217.144] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed May 25 01:24:30 2011] [error] [client 71.182.217.144] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed May 25 13:05:24 2011] [warn] RSA server certificate CommonName (CN) `plesk’ does NOT match server name!?
[Wed May 25 13:05:27 2011] [warn] RSA server certificate CommonName (CN) `plesk’ does NOT match server name!?
[Thu May 26 17:01:47 2011] [error] [client 96.236.134.15] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu May 26 22:59:40 2011] [error] [client 66.249.72.41] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/robots.txt
[Thu May 26 22:59:41 2011] [error] [client 66.249.72.167] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/robots.txt
[Fri May 27 23:15:20 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/robots.txt
[Sat May 28 13:59:07 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/robots.txt
[Sun May 29 04:25:13 2011] [warn] RSA server certificate CommonName (CN) `plesk’ does NOT match server name!?
[Sun May 29 08:56:07 2011] [error] [client 66.249.72.248] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/robots.txt
[Sun May 29 08:56:09 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/robots.txt
[Mon May 30 19:14:42 2011] [error] [client 119.63.196.17] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/robots.txt
[Mon May 30 23:30:58 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/robots.txt
[Tue May 31 19:06:02 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/robots.txt
[Wed Jun 01 13:56:20 2011] [error] [client 64.246.165.150] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/robots.txt
[Wed Jun 01 15:48:59 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:13:57 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/themes/glossyred/images/favicon.ico, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:17:09 2011] [error] [client 98.239.183.5] PHP Warning: require_once(BACKPRESS_PATH/class.ixr.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/plugins/bpgroups/oci_bb_group_forums.php on line 30, referer: http://www.kingfishmafia.com/wp-admin/update.php?action=install-plugin&plugin=bpgroups&_wpnonce=63679f5b0e
[Wed Jun 01 17:17:09 2011] [error] [client 98.239.183.5] PHP Fatal error: require_once() [function.require]: Failed opening required ‘BACKPRESS_PATH/class.ixr.php’ (include_path=’.:’) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/plugins/bpgroups/oci_bb_group_forums.php on line 30, referer: http://www.kingfishmafia.com/wp-admin/update.php?action=install-plugin&plugin=bpgroups&_wpnonce=63679f5b0e
[Wed Jun 01 17:17:10 2011] [error] [client 98.239.183.5] PHP Warning: require_once(BACKPRESS_PATH/class.ixr.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/plugins/bpgroups/oci_bb_group_forums.php on line 30, referer: http://www.kingfishmafia.com/wp-admin/plugins.php?error=true&plugin=bpgroups%2Foci_bb_group_forums.php&_error_nonce=d55b0fef80
[Wed Jun 01 17:17:10 2011] [error] [client 98.239.183.5] PHP Fatal error: require_once() [function.require]: Failed opening required ‘BACKPRESS_PATH/class.ixr.php’ (include_path=’.:’) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/plugins/bpgroups/oci_bb_group_forums.php on line 30, referer: http://www.kingfishmafia.com/wp-admin/plugins.php?error=true&plugin=bpgroups%2Foci_bb_group_forums.php&_error_nonce=d55b0fef80
[Wed Jun 01 17:17:21 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/menu-header.php on line 96, referer: http://www.kingfishmafia.com/wp-admin/plugins.php?error=true&plugin=bpgroups%2Foci_bb_group_forums.php&_error_nonce=d55b0fef80
[Wed Jun 01 17:18:09 2011] [error] [client 72.30.142.229] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/robots.txt
[Wed Jun 01 17:20:53 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:20:57 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:21:04 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:21:08 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:21:16 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 3736, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:21:17 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 3736, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:21:18 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 3736, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:22:46 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:23:00 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:23:27 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:23:36 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 3736, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:23:36 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 3736, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:23:37 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 3736, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:24:15 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members, referer: http://www.kingfishmafia.com/wp-admin/themes.php?activated=true
[Wed Jun 01 17:24:23 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/themes/unplugged/_inc/css/reset.css, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:24:35 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/themes/unplugged/_inc/css/reset.css, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:24:41 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2829, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:24:41 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:24:42 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2829, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:32:04 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members, referer: http://www.kingfishmafia.com/wp-admin/admin.php?page=bp-general-settings
[Wed Jun 01 17:33:05 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/themes/unplugged/_inc/css/reset.css, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:33:10 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/activity, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:33:39 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/sample-page, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:33:51 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members, referer: http://www.kingfishmafia.com/#
[Wed Jun 01 17:34:17 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/themes/unplugged/_inc/css/reset.css, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:35:10 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2829, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:35:10 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:35:11 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2829, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:35:35 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/menu-header.php on line 96, referer: http://www.kingfishmafia.com/wp-admin/plugins.php
[Wed Jun 01 17:37:40 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/themes/unplugged/_inc/css/reset.css, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:38:26 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 5 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/functions.php on line 4121, referer: http://www.kingfishmafia.com/wp-admin/admin.php?page=bp-general-settings
[Wed Jun 01 17:39:30 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/themes/unplugged/_inc/css/reset.css, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:39:51 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/menu-header.php on line 96, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:40:10 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/menu-header.php on line 96, referer: http://www.kingfishmafia.com/wp-admin/plugin-install.php
[Wed Jun 01 17:40:15 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/themes/unplugged/_inc/css/reset.css, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:40:20 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:42:14 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/themes/unplugged/_inc/css/reset.css, referer: http://www.kingfishmafia.com/wp-content/themes/unplugged/_inc/css/colours.css
[Wed Jun 01 17:42:15 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 17:42:18 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 17:42:37 2011] [error] [client 98.239.183.5] PHP Fatal error: Call to undefined method BP_XProfile_Group::get_all() in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/plugins/bpgroups/oci_bp_group_forums.php on line 346, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:42:55 2011] [error] [client 98.239.183.5] PHP Fatal error: Call to undefined method BP_XProfile_Group::get_all() in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/plugins/bpgroups/oci_bp_group_forums.php on line 346, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:43:04 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/themes/unplugged/_inc/css/reset.css, referer: http://www.kingfishmafia.com/wp-content/themes/unplugged/_inc/css/colours.css
[Wed Jun 01 17:43:22 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/admin-header.php on line 123, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:43:31 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:43:45 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/groups, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:44:08 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/themes/unplugged/_inc/css/reset.css, referer: http://www.kingfishmafia.com/wp-content/themes/unplugged/_inc/css/colours.css
[Wed Jun 01 17:44:10 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 71 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/wp-db.php on line 1116, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:44:19 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/menu-header.php on line 96, referer: http://www.kingfishmafia.com/wp-admin/admin.php?page=bp-general-settings
[Wed Jun 01 17:46:03 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/themes/unplugged/_inc/css/reset.css, referer: http://www.kingfishmafia.com/wp-content/themes/unplugged/_inc/css/colours.css
[Wed Jun 01 17:46:09 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:46:54 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/menu-header.php on line 96, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:46:59 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 491520 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/edit-form-advanced.php on line 285, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:49:22 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 17:50:27 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/themes/unplugged/_inc/css/reset.css, referer: http://www.kingfishmafia.com/wp-content/themes/unplugged/_inc/css/colours.css
[Wed Jun 01 17:50:31 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:50:31 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:50:32 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:51:44 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/admin-header.php on line 123, referer: http://www.kingfishmafia.com/wp-admin/plugins.php
[Wed Jun 01 17:51:56 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/admin-header.php on line 123, referer: http://www.kingfishmafia.com/wp-admin/plugins.php
[Wed Jun 01 17:52:54 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/themes/unplugged/_inc/css/reset.css, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:53:05 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:53:06 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:53:07 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:55:15 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 17:57:28 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/menu-header.php on line 96, referer: http://www.kingfishmafia.com/wp-admin/plugin-install.php?tab=search&type=term&s=buddypress&plugin-search-input=Search+Plugins
[Wed Jun 01 17:59:31 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/menu-header.php on line 96, referer: http://www.kingfishmafia.com/wp-admin/plugin-install.php?tab=search&type=tag&s=profile+pic&plugin-search-input=Search+Plugins
[Wed Jun 01 17:59:55 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/themes/unplugged/_inc/css/reset.css, referer: http://www.kingfishmafia.com/
[Wed Jun 01 18:00:07 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 18:00:07 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 18:00:08 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 18:00:16 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/admin-header.php on line 123, referer: http://www.kingfishmafia.com/wp-admin/plugins.php
[Wed Jun 01 18:00:25 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 18:03:52 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members, referer: http://www.kingfishmafia.com/
[Wed Jun 01 18:04:07 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/activity, referer: http://www.kingfishmafia.com/
[Wed Jun 01 18:04:14 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/sample-page, referer: http://www.kingfishmafia.com/
[Wed Jun 01 18:05:35 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 18:09:07 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members, referer: http://www.kingfishmafia.com/
[Wed Jun 01 18:09:23 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 18:09:23 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 18:09:24 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 18:10:45 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 18:13:27 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members, referer: http://www.kingfishmafia.com/wp-admin/plugins.php
[Wed Jun 01 18:13:35 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members, referer: http://www.kingfishmafia.com/wp-admin/plugins.php
[Wed Jun 01 18:15:55 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 18:54:11 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 18:54:54 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/activity, referer: http://www.kingfishmafia.com/
[Wed Jun 01 18:55:47 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 18:55:47 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 18:55:48 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 18:59:33 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 19:04:43 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 19:09:53 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 19:15:03 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 19:20:13 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 19:25:23 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 19:33:16 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 19:38:26 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 19:43:36 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 19:48:46 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 19:53:57 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 19:59:07 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 20:04:17 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 20:09:28 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 20:14:38 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 20:19:48 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 20:40:47 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 20:42:38 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members, referer: http://www.kingfishmafia.com/
[Wed Jun 01 20:45:57 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 20:51:07 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 20:56:17 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 20:58:36 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 21:03:46 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 21:08:56 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 21:11:48 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/feed
[Wed Jun 01 23:10:27 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 23:15:37 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 23:20:47 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 23:23:05 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/feed
[Wed Jun 01 23:25:57 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 23:31:07 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 23:36:17 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 23:41:27 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 23:46:37 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 23:56:07 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 00:00:07 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/feed
[Thu Jun 02 00:01:17 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 00:06:27 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 00:11:37 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 00:16:47 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 00:21:57 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 02:40:03 2011] [error] [client 66.249.72.248] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/robots.txt
[Thu Jun 02 02:40:05 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/robots.txt
[Thu Jun 02 03:00:48 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/archives
[Thu Jun 02 03:07:41 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/sample-page
[Thu Jun 02 03:14:36 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/archives
[Thu Jun 02 04:15:18 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/register
[Thu Jun 02 04:17:19 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members
[Thu Jun 02 04:28:35 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/groups
[Thu Jun 02 04:32:31 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members
[Thu Jun 02 04:36:06 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/activity
[Thu Jun 02 04:40:10 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/register
[Thu Jun 02 04:47:53 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members
[Thu Jun 02 04:51:07 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members
[Thu Jun 02 04:55:46 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/archives
[Thu Jun 02 04:58:36 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/groups
[Thu Jun 02 05:02:21 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members
[Thu Jun 02 09:34:33 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 09:39:01 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/feed
[Thu Jun 02 09:39:43 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 09:44:54 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 09:50:04 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 09:55:14 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 10:00:24 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 10:05:33 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 10:09:02 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/feed
[Thu Jun 02 10:10:43 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 10:15:53 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 10:21:03 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 10:26:14 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 10:31:23 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 10:36:33 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 10:39:05 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/feed
[Thu Jun 02 10:56:05 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 11:01:15 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 11:06:25 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 12:39:34 2011] [error] [client 96.236.134.15] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 12:39:34 2011] [error] [client 96.236.134.15] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 12:39:35 2011] [error] [client 96.236.134.15] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 12:43:22 2011] [error] [client 96.236.134.15] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/index.php
[Thu Jun 02 12:43:23 2011] [error] [client 96.236.134.15] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/index.php
[Thu Jun 02 12:43:24 2011] [error] [client 96.236.134.15] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/index.php
[Thu Jun 02 16:18:35 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 16:18:36 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 16:18:37 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 16:20:19 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/menu-header.php on line 96, referer: http://www.kingfishmafia.com/wp-admin/plugin-install.php?tab=search&type=term&s=+profile+pics&plugin-search-input=Search+Plugins
[Thu Jun 02 16:20:36 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/index.php
[Thu Jun 02 16:20:37 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/index.php
[Thu Jun 02 16:20:38 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/index.php
[Thu Jun 02 16:31:51 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 16:31:51 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 16:31:52 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 16:35:16 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 16:35:17 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 16:35:17 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2829, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 16:37:19 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/menu-header.php on line 96, referer: http://www.kingfishmafia.com/wp-admin/plugin-install.php?tab=search&type=term&s=buddypress+groups&plugin-search-input=Search+Plugins
[Thu Jun 02 16:59:24 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 16:59:24 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 16:59:25 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 17:06:26 2011] [error] [client 96.236.134.15] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 17:06:26 2011] [error] [client 96.236.134.15] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 17:06:27 2011] [error] [client 96.236.134.15] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2829, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 17:19:00 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 17:19:01 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 17:19:02 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 17:26:35 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 17:26:35 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 17:26:36 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 17:33:15 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 17:33:16 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 17:33:17 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 17:43:45 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 17:43:45 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 17:43:46 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 18:01:33 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 18:01:34 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 18:01:35 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 18:20:49 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 18:20:50 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 18:20:51 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 18:21:48 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 18:21:48 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 18:21:49 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 18:33:39 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 18:33:40 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 18:33:41 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Fri Jun 03 15:24:51 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/class-wp-comments-list-table.php on line 393, referer: http://www.kingfishmafia.com/wp-admin/post-new.php
[Fri Jun 03 15:35:25 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Fri Jun 03 15:35:25 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Fri Jun 03 15:35:26 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Fri Jun 03 15:36:39 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Fri Jun 03 15:36:40 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Fri Jun 03 15:36:41 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Fri Jun 03 15:47:24 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/class-wp-comments-list-table.php on line 393, referer: http://www.kingfishmafia.com/wp-admin/post-new.php
[Sat Jun 04 01:45:23 2011] [warn] RSA server certificate CommonName (CN) `plesk’ does NOT match server name!?
[Sat Jun 04 11:36:59 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Sat Jun 04 11:37:00 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Sat Jun 04 11:37:01 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Sun Jun 05 04:25:10 2011] [warn] RSA server certificate CommonName (CN) `plesk’ does NOT match server name!?
[Mon Jun 06 00:57:53 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Mon Jun 06 00:57:53 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Mon Jun 06 00:57:54 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Mon Jun 06 09:41:21 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/class-wp-comments-list-table.php on line 393, referer: http://www.kingfishmafia.com/wp-admin/post-new.php
[Mon Jun 06 09:42:16 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/class-wp-comments-list-table.php on line 393, referer: http://www.kingfishmafia.com/wp-admin/edit.php
[Mon Jun 06 09:55:34 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/class-wp-comments-list-table.php on line 393, referer: http://www.kingfishmafia.com/wp-admin/post-new.php
[Mon Jun 06 09:55:50 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 42 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/class-wp-comments-list-table.php on line 408, referer: http://www.kingfishmafia.com/wp-admin/edit.php
[Mon Jun 06 09:56:04 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/class-wp-comments-list-table.php on line 393, referer: http://www.kingfishmafia.com/wp-admin/post.php?post=21&action=edit
[Mon Jun 06 09:56:40 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/class-wp-comments-list-table.php on line 393, referer: http://www.kingfishmafia.com/wp-admin/edit.php
[Mon Jun 06 09:57:01 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/class-wp-comments-list-table.php on line 393, referer: http://www.kingfishmafia.com/wp-admin/post.php?post=21&action=edit
[Mon Jun 06 09:57:27 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/class-wp-comments-list-table.php on line 393, referer: http://www.kingfishmafia.com/wp-admin/edit.php
[Mon Jun 06 15:04:33 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/class-wp-comments-list-table.php on line 393, referer: http://www.kingfishmafia.com/wp-admin/post-new.php
[Mon Jun 06 17:29:02 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Mon Jun 06 17:29:02 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Mon Jun 06 17:29:03 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Mon Jun 06 17:31:24 2011] [error] [client 96.236.134.15] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Mon Jun 06 17:31:24 2011] [error] [client 96.236.134.15] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Mon Jun 06 17:31:25 2011] [error] [client 96.236.134.15] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Mon Jun 06 17:33:25 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/file.php on line 697, referer: http://www.kingfishmafia.com/
[Mon Jun 06 17:33:41 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/file.php on line 633, referer: http://www.kingfishmafia.com/
[Mon Jun 06 17:34:21 2011] [error] [client 96.236.134.15] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/file.php on line 716, referer: http://www.kingfishmafia.com/
[Mon Jun 06 17:35:07 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/file.php on line 633, referer: http://www.kingfishmafia.com/
[Mon Jun 06 17:42:13 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/file.php on line 633, referer: http://www.kingfishmafia.com/
[Tue Jun 07 01:07:28 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/file.php on line 633, referer: http://www.kingfishmafia.com/
[Tue Jun 07 04:15:44 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/file.php on line 373, referer: http://www.kingfishmafia.com/groups/create/step/group-settings/
[Tue Jun 07 04:16:23 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/file.php on line 373, referer: http://www.kingfishmafia.com/groups/dark-blades/
[Tue Jun 07 04:16:45 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/file.php on line 373, referer: http://www.kingfishmafia.com/groups/dark-blades/admin/edit-details/
[Tue Jun 07 04:16:52 2011] [error] [client 72.26.42.23] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/file.php on line 716, referer: http://www.kingfishmafia.com/groups/
[Tue Jun 07 04:17:01 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/file.php on line 373, referer: http://www.kingfishmafia.com/groups/dark-blades/admin/group-settings
[Tue Jun 07 07:40:58 2011] [error] [client 66.249.72.106] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/file.php on line 883
[Tue Jun 07 11:11:56 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/class-wp-comments-list-table.php on line 393, referer: http://www.kingfishmafia.com/wp-admin/post-new.php
[Tue Jun 07 11:14:42 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 335544June 14, 2011 at 8:27 pm #114519In reply to: BP Enable Root Profiles produces 404 errors
@mikey3d
ParticipantI knew why you would do it but how will you eliminate duplicate content between members and unique items in the search engines? Use robots.txt:
User-agent: *
Disallow: /members/EDIT: @gregfielding has similar problem “Help with redirect for root profile change” that I didn’t tell him.
June 3, 2011 at 4:17 pm #113776Philippe Gras
ParticipantIt was only a question, because Google Webmaster Tools tell me I must give the bot only the primary link, and only one, instead of 2. I would be kind with bots, but I don’t want to create a miss in my site. It’s not a trouble in BuddyPress, and a ticket wouldn’t be not justified. Thank’s for your help
!June 3, 2011 at 1:50 pm #113768In reply to: No effective plugins for moderation!
@mikey3d
Participant@psivait What @andrea_r is talking about robots.txt and rel=“nofollow” to noindex the link?
robots.txt
`User-agent: *
Disallow: /register/`rel=“nofollow”
In your child theme: sidebar.php
`<?php printf( __( ' You can also create an account.’, ‘buddypress’ ), site_url( BP_REGISTER_SLUG . ‘/’ ) ) ?>`June 2, 2011 at 6:36 pm #113699In reply to: No effective plugins for moderation!
sidjags
Member@pisanojm you raise some very valid points about spamming over here… but tell me, why is it that you chose to avoid the “confirmation email link” option… its a sureshot way of overcoming most of the automated spam-bots out there… yes, you can still have manual registrations who want to mess with your site… but this is something we just have to deal with.
Max we as admin can do is to spot the bad guys (community flagging), and delete there stuff as well as bar them from registering again… atleast thats my opinion.
Sid.
June 2, 2011 at 6:24 pm #113696In reply to: No effective plugins for moderation!
Pisanojm
ParticipantHere is a recap of some posts I posted at http://buddydev.com recently:
I use Bp-Cosmic-Pro Theme built of of bp-mag and have about one spam registration per couple of weeks (and it’s usually a real person that registers and gets through)… They are caught within minutes of posting something ridiculous and marked as spammers by the admins.
There are a number of reasons for that:
1. It’s a closed/ register only site (but free to all), (note: I do not require e-mail validation either)
2. I use BuddyPress Humanity Anti-Spam Plugin
3. I use Si-Captcha Anti-Spam
3. Multiple Profile fields are required to be filled-in at registration as an ANTI-SPAM measure – in part.
4. I have a TERMS and use that Requires THE CHECKING of a box to register.
5. I use the bad behavior plugin to keep out the crazies and use the Blocking-list feature of it.Occasionally, I get the I can’t register e-mail, but it is rare and there is a note for people to contact me if they can’t register properly… I have 1700 active (non-spam users) on my site and virtually no SPAM.
I believe one of the keys to success here is that it is a “private site” and as such it’s not indexed (I realize this could be a problem for many sites, but not my niche site). So, sites don’t scrape it as a potential source to attack.
I would also recommend the ANIMAL BuddyPress Captcha plugin.
*****************************
I usually think about SPAM protection in the form of a Castle for open community WordPress Sites:
1. The Moat: Programs like Bad-Behavior and plugins that stop bots/scrapers before they get “through” to the site.
2. The Gate/Drawbridge: Programs like Captchas, Math Challenges, Reverse fields that SHOULDN’T be filled in to “trap” bots from auto-filling.
3. The Keep: Programs like Akismet.
4. The Guards: Moderators with the ability to knock out spam when they see it.The biggest issue with BuddyPress is that THERE IS NO KEEP (no. 3 above) for the Activity Streams…
As far as I know, there are not programs like Akismet or any of the “KARMA” / Comment anti-spam plugins that work for the BuddyPress group/activity/forum streams… DJ-PAUL has talked about making Akismet work on BuddyPress Streams at the BuddyPress.org site, but there is nothing yet that I know of yet –If anyone does know of something that will “auto-moderate” the BuddPress Stream updates/comments, please let me know…

Regards.
June 2, 2011 at 5:37 pm #113694In reply to: No effective plugins for moderation!
@mercime
ParticipantReality is that you would have to be proactive in killing those spam robots and human spammers if you have open registration. Search through BP.org shows many threads which share tips in plugins to use to prevent this and not all are 100% perfect since these spammers are really gung-ho about overcoming such preventions. Having said that, check out this thread – https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/has-anyone-tried-this-spammer-blocking-plugin-with-buddypress/
May 29, 2011 at 12:17 am #113276In reply to: Call to arms – Own your task
dennissmolek
ParticipantI am currently writing my own theme that looks nothing like BP-default, but I’ve been on trac almost daily with the UI tickets. I don’t know if we need a dedicated “UI/UX” team, but as long as folks are submitting on those tickets it will ease some of the other dev’s needing to mess with it. I DO think it is an important component with BP and we need to keep talking about 1.3’s problems.
I’m glad to see all the discussion going on, especially in light of all the “BP IS DEAD” nonsense. I think the biggest issue is how the forums make it hard to actually talk, but the testBP forums are great and I’m excited to see them go live here. I’m also anxious to see the new BP.org which seems to be slated to June.
My biggest issue with the BP sites I run is spam. Even my non indexed test servers get spammed. My AIGA site was deleting 250 spam users/blogs a day before shutting off new user registration. The first part of that comes from spam users being registered. There are two types of spam services, bots, and (slave) labor. These folks get through the Captcha’s and set up real fake accounts. But in my experience with my comment forms adding a Captcha killed a vast majority of spamers. Then with comments, contact forms, etc this would kill most spam. From there heuristic spam fighting from splogs, comments, etc. Also a system that users can mark a item as spam would help a ton.
Second, its that to learn how to do ANYTHING in BP I have to take something that works with the current version and hack it a part to figure out basic commands and actions. Once the new site is up I think there should be a real push on getting the Codex up to snuff(look at jQuery and WP) that have examples, resources, etc. Then have tutorials on things, hell syndicate them from other bloggers.
So as my thing(s) I want to keep being a part of fixing UI issues, and will as long as I can.
I want to write for the Codex, and am here and willing to write Blog articles for BP. Tutorials, Updates, whatever. I’m game. I will be writing tutorials for AIGA members anyway, so why not sync the content here.
I am working on the Group Documents plugin with its original developer because my sites need it.And lastly I will be writing a BP-Spam component. I will do it as a plugin first and will want/need tons of feedback. But to get the University to sign off on my project I will need to stop all the Viagra and other inappropriate content from making it through. I will do this regardless of it being a part of BP but want to give back however I can.
I’m so psyched to see all the energy is still in this project!
May 23, 2011 at 2:01 am #112811gregfielding
ParticipantFound it…thanks @aces !
Robots Meta plugin was adding webmaster info that was already there.
-
AuthorSearch Results