|   |   |   | ||||
| Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. | 
|    | 
| 
 | |||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. | 
|  | Thread Tools | 
|  05-13-2012, 01:34 AM | #1 | 
| Too lazy to set a custom title Industry Role:  Join Date: Dec 2006 
					Posts: 16,256
				 | 
				
				Any bulk pagerank checkers?
			 Hook me up with a link!   
				__________________ I SELL ADULT BACKLINKS! Email: eroticweb>gmail SKYPE: gfybloggerz $$$$$ MAKE HUGE MONEY IN CAMS - CLICK HERE $$$$$ | 
|   |           | 
|  05-13-2012, 01:48 AM | #2 | 
| Confirmed User Industry Role:  Join Date: Apr 2010 
					Posts: 435
				 | 
				__________________ | 
|   |           | 
|  05-13-2012, 05:09 AM | #3 | 
| there's no $$$ in porn Industry Role:  Join Date: Jul 2005 Location: icq: 195./568.-230 (btw: not getting offline msgs) 
					Posts: 33,063
				 | |
|   |           | 
|  05-13-2012, 08:48 AM | #4 | 
| Amateur Gynecologist Industry Role:  Join Date: May 2009 Location: Medellin 
					Posts: 4,436
				 | Scrapebox. | 
|   |           | 
|  05-13-2012, 08:59 AM | #5 | 
| (>^_^)b Industry Role:  Join Date: Dec 2011 
					Posts: 7,224
				 | 
				__________________  Join the BEST cam affiliate program on the internet! I've referred over $1.7mil in spending this past year, you should join in.    I make a lot more money in the medical field in a lab now, fuck you guys. Don't ask me to come back, but do join Chaturbate in my sig, it still makes bank without me touching shit for years..   | 
|   |           | 
|  05-13-2012, 10:25 AM | #6 | 
| Too lazy to set a custom title Industry Role:  Join Date: Sep 2005 Location: Springfield 
					Posts: 13,826
				 | 
				__________________ Make a bank with Chaturbate - the best selling webcam program       Ads that can't be block with AdBlockers !!! /// Best paying popup program (Bitcoin payouts) !!! PHP, MySql, Smarty, CodeIgniter, Laravel, WordPress, NATS... fixing stuff, server migrations & optimizations... My ICQ: 27429884 | Email:   | 
|   |           | 
|  05-13-2012, 10:30 AM | #7 | 
| Confirmed User Industry Role:  Join Date: Aug 2002 Location: Sunny Fucking California 
					Posts: 1,575
				 | 
				__________________ “Ours is a world of nuclear giants and ethical infants. We know more about war than we know about peace, more about killing than we know about living. If we continue to develop our technology without wisdom or prudence, our servant may prove to be our executioner.” ― Omar Bradley (1948) | 
|   |           | 
|  05-13-2012, 10:59 AM | #8 | 
| frc Industry Role:  Join Date: Jul 2003 Location: Bitcoin wallet 
					Posts: 4,663
				 | FastPageRank from the makers of Estibot. Seems to be the most reliable, and removes cloned (fake page rank) sites | 
|   |           | 
|  05-13-2012, 11:42 AM | #9 | 
| Too lazy to set a custom title Industry Role:  Join Date: Aug 2002 
					Posts: 55,372
				 | for linux geeks? Code: [fris@fris ~/misc]$ ./pagerank google.com adobe.com freeporn.com porn.com sex.com porn365.com elephantlist.com http://www.google.com has a PageRank of 9 http://www.adobe.com has a PageRank of 9 http://www.freeporn.com has a PageRank of 4 http://www.porn.com has a PageRank of 4 http://www.sex.com has a PageRank of 5 http://www.porn365.com has a PageRank of 3 http://www.elephantlist.com has a PageRank of 3  
				__________________ Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.  WP Stuff | 
|   |           | 
|  05-13-2012, 05:48 PM | #10 | |
| Coupon Guru Industry Role:  Join Date: Mar 2009 Location: Minneapolis 
					Posts: 10,973
				 | Quote: 
 
				__________________ Webmaster Coupons Coupons and discounts for hosting, domains, SSL Certs, and more! AmeriNOC Coupons | Certified Hosting Coupons | Hosting Coupons | Domain Name Coupons  | |
|   |           | 
|  05-13-2012, 06:02 PM | #11 | 
| (>^_^)b Industry Role:  Join Date: Dec 2011 
					Posts: 7,224
				 | 
				__________________  Join the BEST cam affiliate program on the internet! I've referred over $1.7mil in spending this past year, you should join in.    I make a lot more money in the medical field in a lab now, fuck you guys. Don't ask me to come back, but do join Chaturbate in my sig, it still makes bank without me touching shit for years..   | 
|   |           | 
|  05-13-2012, 06:25 PM | #12 | 
| Too lazy to set a custom title Industry Role:  Join Date: Aug 2002 
					Posts: 55,372
				 | Code: 
#!/usr/bin/perl
use WWW::Google::PageRank;
my ($pr, $rank, $url);
if (defined(@ARGV)) {
for (@ARGV) {
   $url = $_;
   $url = "http://www." . $url if ($url !~ /^http:\/\//);
   $pr = WWW::Google::PageRank->new();
   $rank = $pr->get($url);
   print "$url has a PageRank of ";
   if (defined($rank)) {
      print "$rank\n";
   }
   else {
      print "UNDEFINED\n";
        }
  }
}
else {
   print "You must specify a URL ...\n";
}
exit;
				__________________ Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.  WP Stuff | 
|   |           | 
|  05-13-2012, 08:45 PM | #13 | 
| Confirmed User Industry Role:  Join Date: Sep 2007 
					Posts: 631
				 | |
|   |           | 
|  05-14-2012, 01:50 AM | #14 | 
| Too lazy to set a custom title Industry Role:  Join Date: Dec 2006 
					Posts: 16,256
				 | Thx guys 
				__________________ I SELL ADULT BACKLINKS! Email: eroticweb>gmail SKYPE: gfybloggerz $$$$$ MAKE HUGE MONEY IN CAMS - CLICK HERE $$$$$ | 
|   |           | 
|  05-24-2012, 11:13 AM | #15 | 
| Confirmed User Industry Role:  Join Date: Aug 2007 Location: Paso Robles, CA. U.S.A. 
					Posts: 600
				 | I would think just about everyone uses scrapebox. | 
|   |           | 
|  05-24-2012, 12:23 PM | #16 | 
| Beer Money Baron Industry Role:  Join Date: Jan 2001 Location: brujah / gmail 
					Posts: 22,157
				 | 
				__________________ 
 | 
|   |           | 
|  05-24-2012, 12:28 PM | #17 | 
| Confirmed User Industry Role:  Join Date: Aug 2009 
					Posts: 2,346
				 | 
				__________________  three 997 three 55 three 1 ← That's my ICQ. Contact me there. Thanks.   | 
|   |           |