Black Hat Forum Black Hat SEO The only backlink provider with unlimited projects/links per day!
Go Back   Black Hat Forum Black Hat SEO > Black Hat SEO > Black Hat SEO

Black Hat SEO Black Hat Search Engine Optimization. Discuss ways to improve your sites ways using Black Hat SEO tactics!

Mad Content   BLOG SEO
Search
 
LinkWheel

LiveChatAgent



Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-14-2009, 04:42 PM
Newbies
 
Join Date: Jan 2009
Posts: 11
Thanks: 0
Thanked 179 Times in 9 Posts
Reputation: 12
iTrader: (0)
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 02:34 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
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)
  #2 (permalink)  
Old 11-14-2009, 05:06 PM
comparco's Avatar
Jr. VIP
 
Join Date: Feb 2008
Location: Scotland
Posts: 288
Thanks: 551
Thanked 266 Times in 83 Posts
Reputation: 22
iTrader: (1)
Default re: SEO/Ping Voodoo

This sounds to good to be true. How has itr been working for you Fedora?
thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 11-14-2009, 05:14 PM
Newbies
 
Join Date: Oct 2009
Posts: 41
Thanks: 7
Thanked 1 Time in 1 Post
Reputation: 10
iTrader: (0)
Default re: SEO/Ping Voodoo

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

Thks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 11-14-2009, 05:15 PM
SpazzyMcSpazz's Avatar
Regular Member
 
Join Date: Apr 2009
Posts: 261
Thanks: 26
Thanked 74 Times in 55 Posts
Reputation: 16
iTrader: (0)
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to SpazzyMcSpazz For This Useful Post:
chriswpl09 (11-14-2009)
  #5 (permalink)  
Old 11-14-2009, 05:17 PM
PitBoss's Avatar
Jr. VIP
 
Join Date: Feb 2008
Location: Great American SouthWest
Posts: 120
Thanks: 837
Thanked 921 Times in 210 Posts
Reputation: 15
iTrader: (0)
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.
__________________
Roll them bones
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 11-14-2009, 05:25 PM
youngguy's Avatar
Power Member
 
Join Date: Apr 2009
Location: Hell
Posts: 751
Thanks: 651
Thanked 1,262 Times in 348 Posts
Reputation: 205
iTrader: (2)
Default re: SEO/Ping Voodoo

This will never work. This is called PING SPAMER and will make you banned in few minutes.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 11-14-2009, 05:28 PM
PitBoss's Avatar
Jr. VIP
 
Join Date: Feb 2008
Location: Great American SouthWest
Posts: 120
Thanks: 837
Thanked 921 Times in 210 Posts
Reputation: 15
iTrader: (0)
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.
__________________
Roll them bones
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 11-14-2009, 05:36 PM
Power Member
 
Join Date: May 2008
Posts: 556
Thanks: 685
Thanked 356 Times in 120 Posts
Reputation: 16
iTrader: (0)
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 :)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 11-14-2009, 06:04 PM
crashover's Avatar
Youtube Guru
 
Join Date: Dec 2008
Location: italy
Posts: 227
Thanks: 42
Thanked 526 Times in 117 Posts
Reputation: 56
iTrader: (5)
Send a message via AIM to crashover Send a message via MSN to crashover Send a message via Yahoo to crashover Send a message via Skype™ to crashover
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 11-14-2009, 06:59 PM
PitBoss's Avatar
Jr. VIP
 
Join Date: Feb 2008
Location: Great American SouthWest
Posts: 120
Thanks: 837
Thanked 921 Times in 210 Posts
Reputation: 15
iTrader: (0)
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?
__________________
Roll them bones
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11 (permalink)  
Old 11-14-2009, 07:24 PM
youngguy's Avatar
Power Member
 
Join Date: Apr 2009
Location: Hell
Posts: 751
Thanks: 651
Thanked 1,262 Times in 348 Posts
Reputation: 205
iTrader: (2)
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)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 11-15-2009, 12:59 AM
Newbies
 
Join Date: Jan 2009
Posts: 11
Thanks: 0
Thanked 179 Times in 9 Posts
Reputation: 12
iTrader: (0)
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 11-15-2009, 01:01 AM
Newbies
 
Join Date: Jan 2009
Posts: 11
Thanks: 0
Thanked 179 Times in 9 Posts
Reputation: 12
iTrader: (0)
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 11-15-2009, 02:35 AM
Newbies
 
Join Date: Jan 2009
Posts: 11
Thanks: 0
Thanked 179 Times in 9 Posts
Reputation: 12
iTrader: (0)
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to BlackFedora For This Useful Post:
youngguy (11-15-2009)
  #15 (permalink)  
Old 11-15-2009, 06:59 AM
BANNED
 
Join Date: May 2009
Posts: 83
Thanks: 145
Thanked 5 Times in 5 Posts
Reputation: 10
iTrader: (0)
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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old 11-15-2009, 07:51 AM
youngguy's Avatar
Power Member
 
Join Date: Apr 2009
Location: Hell
Posts: 751
Thanks: 651
Thanked 1,262 Times in 348 Posts
Reputation: 205
iTrader: (2)
Default Re: SEO/Ping Voodoo

Thanks Fedora! I will test it again
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 11-15-2009, 08:00 AM
Junior Member
 
Join Date: Nov 2008
Posts: 194
Thanks: 68
Thanked 125 Times in 40 Posts
Reputation: 7
iTrader: (0)
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.
Quote:
<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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 11-15-2009, 12:55 PM
Newbies
 
Join Date: Jan 2009
Posts: 11
Thanks: 0
Thanked 179 Times in 9 Posts
Reputation: 12
iTrader: (0)
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 11-15-2009, 02:39 PM
finerpleasures's Avatar
Junior Member
 
Join Date: Feb 2009
Posts: 184
Thanks: 24
Thanked 48 Times in 36 Posts
Reputation: 17
iTrader: (0)
Send a message via Yahoo to finerpleasures
Default Re: SEO/Ping Voodoo

Waiting to exhale .... blackFedora
__________________
My Money's On Crack.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Backlinks Genie

SE Nuke



Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


SEO Paladin


Web Hosting
Copyright © 2005 - 2012 BlackHatWorld.com All rights reserved.