GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Something Weired on Blog Stats (RSS leacher?) (https://gfy.com/showthread.php?t=1009890)

Goldmaniacs 02-10-2011 10:57 PM

Something Weired on Blog Stats (RSS leacher?)
 
Recently I noticed daily tons of accesses to my blogs from a single IP address, that has no site on it and n/a reverse ip, is that archiving my RSS feed or doing something more sinister? What is the best way to disable my blogs RSS feed?

TheSenator 02-10-2011 11:26 PM

uggg...not telling...


Just Google it

tonyparra 02-10-2011 11:41 PM

Quote:

Originally Posted by TheSenator (Post 17907908)
uggg...not telling...


Just Google it

why even comment then...

just a punk 02-11-2011 02:45 AM

Put this code into the function.php file of your theme:

Code:

function protect_my_feed($content) {
        $content = "Fuck off!";
}

if (is_feed ()) {
        add_filter ( 'the_content', 'protect_my_feed' );
        add_filter ( 'the_excerpt', 'protect_my_feed' );
        add_filter ( 'the_excerpt_rss', 'protect_my_feed' );
        add_filter ( 'the_content_rss', 'protect_my_feed' );
}


just a punk 02-11-2011 02:47 AM

And don't forget to reload your feed URL holding the "Shift" key to bypass cached content.

MrGusMuller 02-11-2011 05:20 AM

Goldmaniacs, what's your blog by the way....? :)

TheDoc 02-11-2011 05:22 AM

It's probably someone reading your feed.... it's a good thing.

Goldmaniacs 02-11-2011 07:07 AM

Thank you! I'll give it a try.


Quote:

Originally Posted by cyberxxx (Post 17908085)
Put this code into the function.php file of your theme:

Code:

function protect_my_feed($content) {
        $content = "Fuck off!";
}

if (is_feed ()) {
        add_filter ( 'the_content', 'protect_my_feed' );
        add_filter ( 'the_excerpt', 'protect_my_feed' );
        add_filter ( 'the_excerpt_rss', 'protect_my_feed' );
        add_filter ( 'the_content_rss', 'protect_my_feed' );
}



TheDoc 02-11-2011 07:11 AM

Bit crazy turning feeds off on any site....

1) People use them like a bookmark and I'm pretty sure nobody here would can bookmarks.
2) You can promote your feed directly and build free backlinks with ease.
3) Lots of feed subscribers (traffic/clicks to go with it) tells the big G that you site is good.
4) You can submit an rss feed as a sitemap to google, great for sites with no xml sitemap.

Agent 488 02-11-2011 07:17 AM

why would you turn off your feed?


All times are GMT -7. The time now is 01:09 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123