Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter AANC

    (@aanc)

    Hi!
    Thanks for your information! (By the way, you are missing some answers).
    I’ll try this plugin and I’ll probaby use it on my website.
    Thanks!

    Hello! 6Scan notified me about this too, so I will Manually Scan this.
    But I don’t know a lot about coding (I don?t actually know anything about coding) so I need to know, where should I put the code?
    It says that it should be added in the wp-comments-post.php, prepending the line /** Sets up the WordPress Environment. */ with this:

    if ( ! isset( $_SERVER[ "HTTP_REFERER" ] ) )
    			die();
    
    		$referrer_url = $_SERVER[ "HTTP_REFERER" ];
    		$server_name = str_replace( "." , "\." , $_SERVER[ "HTTP_HOST" ] );	/*	Escape the dots for following regexp search */
    		$server_name = str_replace( '/' , '\/' , $server_name );	/*	Escape the '/' for following regexp search */
    
    		$referr_pattern = "/^((http(s)?):\/\/)?(www.)?$server_name/";		
    
    		if ( ! preg_match( $referr_pattern, $referrer_url ) )
    			die();

    So I would like to know how exactly to put this, where and how. If you can tell me the lines that come before and after so I can get located on this, better.

    Thanks!

    Thread Starter AANC

    (@aanc)

    I tried with the Simple Local Avatars plugin to change the avatar replacing the gravatar with a local one but anything happened, the default image still appearing. So I think is a coding problem.

    Thread Starter AANC

    (@aanc)

    The theme is not actually being developed, the page is now for a mobile theme. Did you know that the page you give me is broken?

    Forum: Plugins
    In reply to: Change title on website
    Thread Starter AANC

    (@aanc)

    Wait! Now I see the problem.
    I should use different web browsers to see the changes.
    I’m editing in Google Chrome, and I can’t see the changes there (in the homepage only appears Web Al Azar and for the post appears Web Al Azar >> Hello World! but I saw the site in Firefox and now I can see the repaired meta title).
    Thanks again!
    And what can I use to see the changes automatically in the browser? WP super cache doesn’t seems to work.

    Forum: Plugins
    In reply to: Change title on website
    Thread Starter AANC

    (@aanc)

    Almost perfect! You saved my day!
    5 stars for you: ***** ??
    The only thing that doesn’t looks how I want is the title for a post. Can you go here: https://webalazar.com/hello-world/ and check how the title looks like? Because I would like something like (Post Name) | (Blog Title).
    And the favicon thing was right too! I deleted the cache, and now I see the “stylized W” (is actually a random icon with a stylized W) ?? .. By the way, I have a cache plugin (WP Super Cache) but right now I’m not sure if it works, because I used it several ways and I didn’t noticed changes where the changes supposed to be (ex: the favicon).
    Thanks a lot!!!!!

Viewing 6 replies - 1 through 6 (of 6 total)