Y T Nuke  
Results 1 to 19 of 19
EDIT: Here is what you asked for: http://www.blackhatworld.com/blackha...ml#post1274955 I just coded a new version in ...
  1. #1
    BlackFedora is offline Newbies
    Join Date
    Jan 2009
    Posts
    11
    Reputation
    12
    Thanks
    0
    Thanked 179 Times in 9 Posts

    Default SEO/Ping Voodoo

    EDIT: Here is what you asked for:

    http://www.blackhatworld.com/blackha...ml#post1274955

    I just coded a new version in PHP that has throttling and link limiting, the process is very solid and it handles it's own pinging.






    --------- OLD POST LEFT FOR REFERENCE -----------

    This is a quick way you can get your visitors to automatically ping your pages on a wordpress or static site. This allows constant exposure to blog search engines and can get your new pages indexed in under 10 minutes on autopilot

    This is not really BlackHat (A nice shade of light-grey) but it works wonderfully well for getting extra traffic, more links and higher exposure as well as getting indexed fast.

    This is based on this thread Just adapted for javascript and any site:

    http://www.bluehatseo.com/blog-ping-hack/

    Just insert this on your article pages or for Wordpress, put this in your templates footer.php:

    Code:
    <script language="JavaScript">
    <!--
    document.write ("<iframe src='http://pingomatic.com/ping/?title=" +escape(document.title)+ "&blogurl=" +escape(location.href)+ "&chk_weblogscom=on&chk_blogs=on&chk_technorati=on &chk_feedburner=on&chk_syndic8=on&chk_newsgator=on &chk_feedster=on&chk_myyahoo=on&chk_pubsubcom=on&c hk_blogdigger=on&chk_blogrolling=on&chk_blogstreet =on&chk_moreover=on&chk_weblogalot=on&chk_icerocke t=on&chk_audioweblogs=on&chk_rubhub=on&chk_geourl= on&chk_a2b=on&chk_blogshares=on' style='width:1px;height:1px;border:0px;display:non e;' scrolling='no'</iframe>" )
    // -->
    </script>
    If you don't want it to run when your IP is on the page you need to add some extra code.

    Note, this requires Server Side Includes to be enabled for your .html pages if doing this on a static site. If you don't know how to do this I have included some .htaccess magic below as well...


    Code:
    <script type="text/javascript">
    
    //Enter list of restricted ips, each separated with a comma:
    var restrictedips=["111.111.111.111", "11.11.11.11"]
    
    var ip = '<!--#echo var="REMOTE_ADDR"-->';
    
    var handleips=restrictedips.join("|")
    handleips=new RegExp(handleips, "i")
    
    if (ip.search(handleips)==-1){ 
        document.write ("<!-- Restricted Ping -->" )
    }
    else
    {
    document.write ("<iframe src='http://pingomatic.com/ping/?title=" +escape(document.title)+ "&blogurl=" +escape(location.href)+ "&chk_weblogscom=on&chk_blogs=on&chk_technorat i=on &chk_feedburner=on&chk_syndic8=on&chk_newsgator =on &chk_feedster=on&chk_myyahoo=on&chk_pubsubcom=o n&c hk_blogdigger=on&chk_blogrolling=on&chk_blogstreet =on&chk_moreover=on&chk_weblogalot=on&chk_icerocke t=on&chk_audioweblogs=on&chk_rubhub=on&chk_geourl= on&chk_a2b=on&chk_blogshares=on' style='width:1px;height:1px;border:0px;display:non e;' scrolling='no'</iframe>" )
    
    }
    
    </script>
    To enable SSI in .html files add this to your .htaccess

    Code:
    AddType text/html .shtml
    AddHandler server-parsed .shtml
    AddHandler server-parsed .html
    AddHandler server-parsed .htm
    Options Indexes FollowSymLinks Includes
    This is why this works... every time a visitor comes to your site it uses their IP address to ping the page, keeping it fresh and in front of the blog search engines. Even it they crawl a lot of pages and get their IP temporarily locked from Pingomatic, your site is unaffected and their IP is unlocked in 5 minutes.

    This can be very powerful and even create a lot of backlinks automatically to your site.

    Have fun

    Regards

    BlackFedora
    Last edited by BlackFedora; 11-15-2009 at 01:34 AM.

  2. The Following 4 Users Say Thank You to BlackFedora For This Useful Post:

    dadhere (11-14-2009), fabio76 (12-20-2009), oxonbeef (11-14-2009), sidddd (11-14-2009)

  3. #2
    comparco's Avatar
    comparco is offline Regular Member
    Join Date
    Feb 2008
    Location
    Scotland
    Posts
    291
    Reputation
    22
    Thanks
    559
    Thanked 266 Times in 83 Posts

    Default re: SEO/Ping Voodoo

    This sounds to good to be true. How has itr been working for you Fedora?
    thanks.

  4. #3
    chriswpl09 is offline Newbies
    Join Date
    Oct 2009
    Posts
    42
    Reputation
    10
    Thanks
    7
    Thanked 1 Time in 1 Post

    Default re: SEO/Ping Voodoo

    will this actually work? Request the experienced to provide their feedback, reviews....

    Thks

  5. #4
    SpazzyMcSpazz's Avatar
    SpazzyMcSpazz is offline Regular Member
    Join Date
    Apr 2009
    Posts
    260
    Reputation
    16
    Thanks
    26
    Thanked 74 Times in 55 Posts

    Default re: SEO/Ping Voodoo

    what's the point of pinging more than once? You'll just annoy everybody.
    so what, you ping it 1000 times on a single site and you get 1000 backlinks? you're crazy, man. and not in a good way.

  6. The Following User Says Thank You to SpazzyMcSpazz For This Useful Post:

    chriswpl09 (11-14-2009)

  7. #5
    PitBoss's Avatar
    PitBoss is offline Jr. VIP
    Join Date
    Feb 2008
    Location
    Great American SouthWest
    Posts
    125
    Reputation
    15
    Thanks
    855
    Thanked 925 Times in 211 Posts

    Default re: SEO/Ping Voodoo

    Firstly, I have the same question as comparco. How as it been working for you?

    Secondly, if I'm running a Wordpress blog type site, do I need to use the second and third script, or just the second one?

    Thanks for further information.

  8. #6
    youngguy's Avatar
    youngguy is offline Power Member
    Join Date
    Apr 2009
    Location
    Hell
    Posts
    799
    Reputation
    220
    Thanks
    712
    Thanked 1,334 Times in 381 Posts

    Default re: SEO/Ping Voodoo

    This will never work. This is called PING SPAMER and will make you banned in few minutes.

  9. #7
    PitBoss's Avatar
    PitBoss is offline Jr. VIP
    Join Date
    Feb 2008
    Location
    Great American SouthWest
    Posts
    125
    Reputation
    15
    Thanks
    855
    Thanked 925 Times in 211 Posts

    Default re: SEO/Ping Voodoo

    Quote Originally Posted by youngguy View Post
    This will never work. This is called PING SPAMER and will make you banned in few minutes.
    Kind of figured that, but good to hear it from someone else.

  10. #8
    sidddd is offline Power Member
    Join Date
    May 2008
    Posts
    608
    Reputation
    19
    Thanks
    846
    Thanked 372 Times in 133 Posts

    Default re: SEO/Ping Voodoo

    oops I implemented it without a second thought.. removing it again.. any other things you would recommend?
    Change is permanent. Accept it and you will rule this world :)

  11. #9
    crashover's Avatar
    crashover is offline Youtube Guru
    Join Date
    Dec 2008
    Location
    italy
    Age
    31
    Posts
    235
    Reputation
    57
    Thanks
    44
    Thanked 528 Times in 119 Posts

    Default re: SEO/Ping Voodoo

    Man this is not helpfull, since ping sites will get your url as ping spammer.
    you should add a time check, i mean it should sent the article max 1 time a day, no matter from what ip, just check if the article was already sent in the current day, if not, well blast the ping out.

  12. #10
    PitBoss's Avatar
    PitBoss is offline Jr. VIP
    Join Date
    Feb 2008
    Location
    Great American SouthWest
    Posts
    125
    Reputation
    15
    Thanks
    855
    Thanked 925 Times in 211 Posts

    Default Re: SEO/Ping Voodoo

    So how does one set up a "timer" so that it goes out once or twice a day from different visitors?

  13. #11
    youngguy's Avatar
    youngguy is offline Power Member
    Join Date
    Apr 2009
    Location
    Hell
    Posts
    799
    Reputation
    220
    Thanks
    712
    Thanked 1,334 Times in 381 Posts

    Default Re: SEO/Ping Voodoo

    imposible with javascript PitBoss. If you want to do so, the only way you can do is write or hire someone write your own plugin to do that (you need to store the pinged urls into SQL to filter out which is pinged or not)

  14. #12
    BlackFedora is offline Newbies
    Join Date
    Jan 2009
    Posts
    11
    Reputation
    12
    Thanks
    0
    Thanked 179 Times in 9 Posts

    Default Re: SEO/Ping Voodoo

    The principal here actually works quite well. Because it uses other peoples IP's your site is not at risk.

    Consider this, if you pinged Mashable all day do you think they would ban mashable or the IP that keeps hitting it?

    You could do an IP check and see if the page or the same IP pinged in a specified time period.

    You will be surprised how well this will work.

    All the best

    BlackFedora

  15. #13
    BlackFedora is offline Newbies
    Join Date
    Jan 2009
    Posts
    11
    Reputation
    12
    Thanks
    0
    Thanked 179 Times in 9 Posts

    Default Re: SEO/Ping Voodoo

    Just for reference, it is based on this thread:

    http://www.bluehatseo.com/blog-ping-hack/

    All the best

    BlackFedora

  16. #14
    BlackFedora is offline Newbies
    Join Date
    Jan 2009
    Posts
    11
    Reputation
    12
    Thanks
    0
    Thanked 179 Times in 9 Posts

    Default Re: SEO/Ping Voodoo

    Here you go, modified version with timers, IP limiting and link limiting. It also updates a lot more Ping Servers while still maintaining the base principal here.

    http://www.blackhatworld.com/blackha...te-pinger.html

    Enjoy

    BlackFedora

  17. The Following User Says Thank You to BlackFedora For This Useful Post:

    youngguy (11-15-2009)

  18. #15
    suyvv is offline BANNED
    Join Date
    May 2009
    Posts
    83
    Reputation
    10
    Thanks
    145
    Thanked 5 Times in 5 Posts

    Default Re: SEO/Ping Voodoo

    I'm a little bit confuse, how would it help you to get more backlinks??? Another thing is, would it be helpful to use this thing on a website that doesn't update its content at all?

  19. #16
    youngguy's Avatar
    youngguy is offline Power Member
    Join Date
    Apr 2009
    Location
    Hell
    Posts
    799
    Reputation
    220
    Thanks
    712
    Thanked 1,334 Times in 381 Posts

    Default Re: SEO/Ping Voodoo

    Thanks Fedora! I will test it again

  20. #17
    letusgo is offline Junior Member
    Join Date
    Nov 2008
    Posts
    194
    Reputation
    7
    Thanks
    68
    Thanked 125 Times in 40 Posts

    Default Re: SEO/Ping Voodoo

    Well done, blackfedora! But the code from bluehatseo(post on 26 Jul 2006) is out-of-date because wpomatic add some new ping services since 2006. I integrate it with wordpress some days ago.
    <iframe src="http://pingomatic.com/ping/?title=<?php the_title(); ?>&blogurl=<?php the_permalink() ?>&rssurl=<?php bloginfo('rss2_url'); ?>&chk_weblogscom=on&chk_blogs=on&chk_technorati=o n&chk_feedburner=on&chk_syndic8=on&chk_newsgator=o n&chk_feedster=on&chk_myyahoo=on&chk_pubsubcom=on& chk_blogdigger=on&chk_blogrolling=on&chk_blogstree t=on&chk_moreover=on&chk_weblogalot=on&chk_icerock et=on&chk_newsisfree=on&chk_topicexchange=on&chk_g oogle=on&chk_tailrank=on&chk_bloglines=on&chk_post rank=on&chk_skygrid=on&chk_collecta=on
    &chk_audioweblogs=on&chk_rubhub=on&chk_geourl=on&c hk_a2b=on&chk_blogshares=on" border="0" width="1" height="1"></iframe>
    You have to modify something, if you want it to work out of wordpress

  21. #18
    BlackFedora is offline Newbies
    Join Date
    Jan 2009
    Posts
    11
    Reputation
    12
    Thanks
    0
    Thanked 179 Times in 9 Posts

    Default Re: SEO/Ping Voodoo

    @suyvv A lot of these blog search engines get aggregated to other websites and that can give you backlinks

    @letusgo Thanks for that, I am going to grab that and modify it...

    BlackFedora

  22. #19
    finerpleasures's Avatar
    finerpleasures is offline Regular Member
    Join Date
    Feb 2009
    Posts
    238
    Reputation
    10
    Thanks
    33
    Thanked 66 Times in 46 Posts

    Default Re: SEO/Ping Voodoo

    Waiting to exhale .... blackFedora
    Giv a difficult job to a lazy man & he'll find an easy way to do it.

Dot Gov Backlinks Sale


Smarter Submit

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
  SEnukeX SEO Software
Proudly Powered by Hostwinds.com Web Hosting Click Here For Exclusive BHW Discounts!

Cheap Web Hosting


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75