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.
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.
At the risk of sounding dumb. Which website is being referred to?
http//
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
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.
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.
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.shAnd you will collect a copy of all the pages. One HTML file per ISP contact.