This topic has 9 replies, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #146297
     Roader
    Participant

    I suppose that you know WangGuard.

    – So, when WangGuard is active, SweetDate’s Theme Options icons disappears.

    – Page loads a little slower.

    – Report User button appears Up, when it should appear down.

    Maybe WG is not adapted to work with SweetDate. Please check it!

    But, if WG is not very important for my site, tell me!

    Or if you have other alternatives for Security…

     


    Attachments:
    You must be logged in to view attached files.
    #146381
     Laura
    Moderator

    Hello, WG has some issues and i know its a bit slow, its useful for the block button but thats quite all… i suggest ithemes security 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #146473
     Roader
    Participant

    Hola Laura.
    Sí, WangGuard tiene ciertos problemas. Le avisaré a José Conti el desarrollador.

    Aun así, podrías ser tan amable de pasarme los tips para darle más seguridad al Sitio?

    Veo que el ithemes security es más de pago que otra cosa. Qué ventajas tendría con la versión gratuita?

    #146474
     Roader
    Participant
    This reply has been set as private.
    #146476
     Roader
    Participant

    Laura, no hay problema si tengo WordFence instalado e iTheme Security?
    O basta con uno?

    #146534
     Laura
    Moderator

    Los dos funcionan bien juntos 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #146620
     Roader
    Participant

    Laura, y qué me dices de un CDN como CloudFlare?

    Tienes experiencia con ese CDN? Lo pregunto porque, veo que lo recomiendan mucho, pero, hay algo que me preocupa. La versión Gratis del CDN tiene un límite para el tráfico, y me pregunto si mi página llega a tener 10,000 visitas diarias, qué pasaría, se caería o seguiría funcionando normal?

    #146730
     Laura
    Moderator

    Hola, prefiero MaxCDN, pero La version gratuita de CloudFlare funciona bien

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #146838
     Roader
    Participant

    – Mi querida Laura, podrías pasarme un tutorial completo para conectar mi Hosting (HostaGator) + WordPress + CloudFlare?

    – TambiĂ©n te agradecerĂ­a que me digas cĂłmo obtener un SSL gratuito, vi algo de Linux (Let’s Encrypt) pero no sĂ© si funcione con HostGator.

    – Por otro lado algunos tips extras que han usado uds los del Equipo 7thQ para proteger su Site.

    Algo malo de BuddyPress que acabo de observar, corregible sí, es que muestra el Username del Super Admin. Si un hacker se suscribe a la página, y ve ese username, pues qué crees?

    La soluciĂłn fue esta, pero a medias —> Digo a medias porque necesito un cĂłdigo para ocultar el Super Admin de los WidGets de BuddyPress (si sabes cĂłmo puedo hacerlo dĂ­melo):

    COPY CODE
    // Deny access to admins profile. User is redirected to the homepage
    function bpfr_hide_admins_profile() {
    	global $bp; 
    	if(bp_is_profile && $bp->displayed_user->id == 1 && $bp->loggedin_user->id != 1) :
    		wp_redirect( home_url() );
    	exit;
    	endif;
    }
    add_action( 'wp', 'bpfr_hide_admins_profile', 1 );
    
    // Hide admin's activities from all activity feeds
    function bpfr_hide_admin_activity( $a, $activities ) {	
    	
    	// ... but allow admin to see his activities!
    	if ( is_site_admin() )	
    		return $activities;	
    	
    	foreach ( $activities->activities as $key => $activity ) {	
    		// ID's to exclude, separated by commas. ID 1 is always the superadmin
    		if ( $activity->user_id == 1  ) {			
    			
    			unset( $activities->activities[$key] );			
    			
    			$activities->activity_count = $activities->activity_count-1;			
    			$activities->total_activity_count = $activities->total_activity_count-1;			
    					$activities->pag_num = $activities->pag_num -1;				
    		}		
    	}		
    	// Renumber the array keys to account for missing items 	
    	$activities_new = array_values( $activities->activities );		
    	$activities->activities = $activities_new;	
    	
    	return $activities;
    	
    }
    add_action( 'bp_has_activities', 'bpfr_hide_admin_activity', 10, 2 );
    
    // Remove admin from the member directory
    function bpdev_exclude_users($qs=false,$object=false){
        
        $excluded_user='1'; // Id's to remove, separated by comma
    	
        if($object != 'members' && $object != 'friends')// hide admin to members & friends 
        return $qs;
    	
        $args=wp_parse_args($qs);
    
        if(!empty($args['user_id']))
        return $qs;	
    	
        if(!empty($args['exclude']))
    		$args['exclude'] = $args['exclude'].','.$excluded_user;
        else
    		$args['exclude'] = $excluded_user;
    	
        $qs = build_query($args);
    
        return $qs;
    	
    }
    add_action('bp_ajax_querystring','bpdev_exclude_users',20,2);
    
    // once admin is removed, we must recount the members !
    function bpfr_hide_get_total_filter($count){
        return $count-1;
    }
    add_filter('bp_get_total_member_count','bpfr_hide_get_total_filter');
    
    
    #146989
     Laura
    Moderator

    Hola, Para conectar cloudflare a wordpress solo necesitas seguir los pasos en cloudflare e instalar el plugin. También creo que hostgator incluye planes con cloudflare lo mejor seria preguntarle a ellos.
    SSL gratuito es una mala idea, pues de ello depende la seguridad de tu sitio, los SSL gratuitos no son fiables, asi que no puedo recomendarte ninguno.
    Respecto al problema de buddypress, hay muchas respuestas a esto en los foros de buddypress 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?