Joshua
Jr. Member

Karma: 1
Offline
Posts: 10
|
 |
« on: December 13, 2010, 07:56:12 AM » |
|
If you don't have scrapebox to grab the domain for you then you can always use a simple excel formula. Just copy your links into excel and use this formula... =MID(A2,FIND("//",A2,1)+2,FIND("/",A2,FIND("//",A2,1)+8)-(FIND("//",A2,1)+2)) In this example the full URL that I was extracting the domain from was in cell A2. It is very easy to get a list with just the domain names this way. I sometimes use this so I can go back and use my PR checker program to get the page ranks for the domains rather than the actual pages since obviously most of the actual signup pages will be n/a or 0. The PR checker program I use is free and you can get it at http://www.cleverstat.com/en/page-rank-software.htm .... Just another alternative to Scrapebox....
|
|
|
|
|
Logged
|
|
|
|
quadjack
Member
Karma: 0
Offline
Posts: 3
|
 |
« Reply #1 on: December 14, 2010, 06:46:25 PM » |
|
If you don't have scrapebox to grab the domain for you then you can always use a simple excel formula. Just copy your links into excel and use this formula... =MID(A2,FIND("//",A2,1)+2,FIND("/",A2,FIND("//",A2,1)+8)-(FIND("//",A2,1)+2)) In this example the full URL that I was extracting the domain from was in cell A2. It is very easy to get a list with just the domain names this way. I sometimes use this so I can go back and use my PR checker program to get the page ranks for the domains rather than the actual pages since obviously most of the actual signup pages will be n/a or 0. The PR checker program I use is free and you can get it at http://www.cleverstat.com/en/page-rank-software.htm .... Just another alternative to Scrapebox.... So where do i paster my urls and where do i paste the above formula? Sorry for the noob question, but you did drop a bomb with no other insight... Thanks in advance!
|
|
|
|
|
Logged
|
|
|
|
|
Seo Forum and software support for Auto Backlink Bomb
|
 |
« Reply #1 on: December 14, 2010, 06:46:25 PM » |
|
|
|
|
|
|
Logged
|
|
|
|
Joshua
Jr. Member

Karma: 1
Offline
Posts: 10
|
 |
« Reply #2 on: December 14, 2010, 11:02:42 PM » |
|
All of the info you needed was in my previous post. Though I could have been a bit more specific I guess.
Just paste all the URL's you want to process into an excel spreadsheet in column A. Then use the mentioned formula in column B. In this example I had a header so the first cell with a URL in it was A2. I put the formula in B2 and then used the auto fill to paste the formula down the rest of the column and process all of the URL's in my list. The formula just takes the URL and extracts the domain.
Then you can plug your list of domains into the PaRameter software mentioned if you want to get the domain PR of each one. You should be able to export the data from that program in the same order you entered it and then just paste the PR of the pages into column C of your original Excel sheet. Then you can sort the URLs as needed.
|
|
|
|
|
Logged
|
|
|
|
social joe
Member
Karma: 0
Offline
Posts: 1
|
 |
« Reply #3 on: January 03, 2011, 07:03:43 AM » |
|
Hey Joshua,
tried implementing your code but getting repeated error messages.
Could you upload a copy of your spreadsheet?
Thanks
|
|
|
|
|
Logged
|
|
|
|
derhul
Jr. Member

Karma: 0
Offline
Posts: 25
|
 |
« Reply #4 on: January 20, 2011, 09:14:24 PM » |
|
hi guys...
This is just my opinion...Bust Scrapebox is a MUST HAVE!!! it's worth the $57..trust me..(No I'm not an affiliate)
let me just put it this way...
I just got through scraping a list of 207 expression-engine blogs (3-10 PR) that I will use with ABB. It took me a little over 1 min.
Worth the money!!
|
|
|
|
|
Logged
|
|
|
|
qwerty
Member
Karma: 0
Offline
Posts: 1
|
 |
« Reply #5 on: February 14, 2011, 04:17:46 PM » |
|
If you don't have scrapebox to grab the domain for you then you can always use a simple excel formula. Just copy your links into excel and use this formula... =MID(A2,FIND("//",A2,1)+2,FIND("/",A2,FIND("//",A2,1)+8)-(FIND("//",A2,1)+2)) In this example the full URL that I was extracting the domain from was in cell A2. It is very easy to get a list with just the domain names this way. I sometimes use this so I can go back and use my PR checker program to get the page ranks for the domains rather than the actual pages since obviously most of the actual signup pages will be n/a or 0. The PR checker program I use is free and you can get it at http://www.cleverstat.com/en/page-rank-software.htm .... Just another alternative to Scrapebox.... Hi Joshua Nice bit of coding you have there, thanks for that. Please can you post the code again but also leaving in the 'http://' part at the front. I have tried to play around with the code with no success. Thanks
|
|
|
|
|
Logged
|
|
|
|
junkyour925
Jr. Member

Karma: 0
Offline
Posts: 19
|
 |
« Reply #6 on: May 02, 2011, 10:16:18 AM » |
|
simple, just add it back  ="http://" & MID(A2,FIND("//",A2,1)+2,FIND("/",A2,FIND("//",A2,1)+8)-(FIND("//",A2,1)+2))
|
|
|
|
|
Logged
|
|
|
|
|
|
CSWA
Member
Karma: 0
Offline
Posts: 2
|
 |
« Reply #8 on: May 15, 2011, 08:12:08 PM » |
|
Joshua, thank you for the page rank checker link. It always amazes me about the sites that someone knows, uses, and recommends, and yet I've never heard of them. That's the bonus with reading these posts. Again, thanks!
Candace
|
|
|
|
|
Logged
|
|
|
|
theshed
Jr. Member

Karma: 0
Offline
Posts: 29
|
 |
« Reply #9 on: September 14, 2011, 04:33:47 PM » |
|
been using this code but it is deleting the end / do i need to have the last / for things to work correctly?
thanks
|
|
|
|
|
Logged
|
|
|
|
SternRichard
Member
Karma: 0
Offline
Posts: 1
|
 |
« Reply #10 on: September 24, 2011, 02:38:52 AM » |
|
If you want to know the page rank of your site then you may go for "Mikesearchengine" and it is free also.
|
|
|
|
|
Logged
|
|
|
|
|