Notifications
Clear all

ISP List

8 Posts
4 Users
0 Reactions
470 Views
(@armresl)
Noble Member
Joined: 21 years ago
Posts: 1011
Topic starter  

Does anyone have an isp list in .PDF format?

The search website is a drop down which prints each single query as opposed to a massive list.

List helps when you're offsite and need contact info but don't have an internet connection.

Anyone??

Thank you.


   
Quote
hcso1510
(@hcso1510)
Reputable Member
Joined: 15 years ago
Posts: 303
 

Upper right corner of the website has a "contact us" button. You might see if they can provide you with one? If you have several you deal with regularly you might just put their info in your phone?

If I come across one I'll pass it on.


   
ReplyQuote
Passmark
(@passmark)
Reputable Member
Joined: 14 years ago
Posts: 376
 

At the risk of sounding dumb. Which website is being referred to?


   
ReplyQuote
(@miket065)
Estimable Member
Joined: 21 years ago
Posts: 187
 

http//www.search.org/programs/hightech/isp/


   
ReplyQuote
Passmark
(@passmark)
Reputable Member
Joined: 14 years ago
Posts: 376
 

Trivial to write a shell script to collect the data via wget.

Result isn't too clean when viewed in a browser but it contains all the data.

Tried to post the script code, but it was too long.

Here is a link to the script instead.


   
ReplyQuote
(@armresl)
Noble Member
Joined: 21 years ago
Posts: 1011
Topic starter  

Thanks for the work on that, but I have no idea what do to with the info you posted.

There used to be a list which contained all contact info, and it appears to be gone, and replaced with a drop down menu.

The list was nice to have offsite when you needed to send off something.

Trivial to write a shell script to collect the data via wget.

Result isn't too clean when viewed in a browser but it contains all the data.

Tried to post the script code, but it was too long.

Here is a link to the script instead.


   
ReplyQuote
Passmark
(@passmark)
Reputable Member
Joined: 14 years ago
Posts: 376
 

The script was a Linux / Unix shell script.
But would work equally well on Windows if you have wget.

On Linux
Save it to a file, e.g. GetFiles.sh
Set executable permissions. e.g. chmod +x GetFiles.sh
Run it, ./GetFiles.sh

And you will collect a copy of all the pages. One HTML file per ISP contact.


   
ReplyQuote
(@armresl)
Noble Member
Joined: 21 years ago
Posts: 1011
Topic starter  

I appreciate the effort, but I'm looking for just one .pdf file like they used to have.

Someone has one and they will see this down the line and message me.

The script was a Linux / Unix shell script.
But would work equally well on Windows if you have wget.

On Linux
Save it to a file, e.g. GetFiles.sh
Set executable permissions. e.g. chmod +x GetFiles.sh
Run it, ./GetFiles.sh

And you will collect a copy of all the pages. One HTML file per ISP contact.


   
ReplyQuote
Share: