Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

weatherreport

macrumors newbie
Original poster
May 3, 2012
20
1
I have always been on the safe side when it comes to buying authenticated apps and software. Never jailbreaked my iPhone/iPad; and never ever used cracked mac software. But I landed my macbook pro (running lion) to my brother which he used in a roadshow for about a month on the run. When i got it back it had an Adobe CS 5 photoshop in it. My brother said he essentially needed and cracked it... Anyway, i will be pleased if we can skip the moral side and try to have a helping hand.
He said he installed it through terminal editing the hosts file by a walkthrough. I immediately uninstalled the software, but how can i turn my hosts file back to the original. Please help me out.

He said he used this walkthrough to proceed:

INSTRUCTIONS:
------------
1.Extract the files.
2.Run Setup, Install as trial.
3.Make shure photoshop is closed.
4.Open the 'Terminal' application and paste the following:
sudo /Applications/TextEdit.app/Contents/MacOS/TextEdit /etc/hosts

5. Paste the the following text between 127.0.0.1 localhost and 255.255.255.255
broadcasthost

#Activation Blocker
127.0.0.1 hl2rcv.adobe.com
127.0.0.1 t3dns.adobe.com
127.0.0.1 3dns-1.adobe.com
127.0.0.1 3dns-2.adobe.com
127.0.0.1 3dns-3.adobe.com
127.0.0.1 3dns-4.adobe.com
127.0.0.1 activate.adobe.com
127.0.0.1 activate-sea.adobe.com
127.0.0.1 activate-sjc0.adobe.com
127.0.0.1 activate.wip.adobe.com
127.0.0.1 activate.wip1.adobe.com
127.0.0.1 activate.wip2.adobe.com
127.0.0.1 activate.wip3.adobe.com
127.0.0.1 activate.wip4.adobe.com
127.0.0.1 adobe-dns.adobe.com
127.0.0.1 adobe-dns-1.adobe.com
127.0.0.1 adobe-dns-2.adobe.com
127.0.0.1 adobe-dns-3.adobe.com
127.0.0.1 adobe-dns-4.adobe.com
127.0.0.1 ood.opsource.net
127.0.0.1 practivate.adobe
127.0.0.1 practivate.adobe.com
127.0.0.1 tpractivate.adobe.newoa
127.0.0.1 practivate.adobe.ntp
127.0.0.1 practivate.adobe.ipp
127.0.0.1 ereg.adobe.com
127.0.0.1 ereg.wip.adobe.com
127.0.0.1 ereg.wip1.adobe.com
127.0.0.1 ereg.wip2.adobe.com
127.0.0.1 ereg.wip3.adobe.com
127.0.0.1 ereg.wip4.adobe.com
127.0.0.1 wip.adobe.com
127.0.0.1 wip1.adobe.com
127.0.0.1 wip2.adobe.com
127.0.0.1 wip3.adobe.com
127.0.0.1 wip4.adobe.com
127.0.0.1 http://www.wip.adobe.com
127.0.0.1 http://www.wip1.adobe.com
127.0.0.1 http://www.wip2.adobe.com
127.0.0.1 http://www.wip3.adobe.com
127.0.0.1 http://www.wip4.adobe.com
127.0.0.1 wwis-dubc1-vip60.adobe.com

6.Save the document (Command+S)
7.Go to terminal and run the following from below to flush:
sudo dscacheutil -flushcache

8.Run Photoshop and click on the help menu and select "Deactivate"
9.Select "Deactivate Permanently" and make shure photoshop is closed.
10.Run Photoshop and enter the serial from below.
 
I'm not sure you can restore the original but you can open it up in terminal:

sudo vi /etc/hosts

then press the '"i" key to insert then use the arrows keys to go to the bottom and backspace all of the stuff that was added. After that press the "esc" key and then type ":w". This should fix all of the stuff that was added.

or edit it in TextEdit:

sudo /Applications/TextEdit.app/Contents/MacOS/TextEdit /etc/hosts

and delete all of the lines that were added, then save.
 
Last edited:
Thanks for the reply, crimsontide165
Well I'm not really familiar with terminal.
Actually I don't even know what a hosts file is anyway.
But I tried several things, deleting adobe related entries manually.
Now when I paste the following in the terminal:

sudo /Applications/TextEdit.app/Contents/MacOS/TextEdit /etc/hosts

A textedit file named as "Hosts" opens up. Like this:

##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
225.255.255.255 broadcasthost
::1 localhost


Am I good to go now?
Do you think that's ok?
 
Thanks for the reply, crimsontide165
Well I'm not really familiar with terminal.
Actually I don't even know what a hosts file is anyway.
But I tried several things, deleting adobe related entries manually.
Now when I paste the following in the terminal:

sudo /Applications/TextEdit.app/Contents/MacOS/TextEdit /etc/hosts

A textedit file named as "Hosts" opens up. Like this:

##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
225.255.255.255 broadcasthost
::1 localhost


Am I good to go now?
Do you think that's ok?

It looks clean. You should be good to go now.

FYI, the hosts file designates a specific IP address to go with a specific hostname that will override any address you get from DNS. What those additions did was stop the computer from talking to Adobe's servers by redirecting the traffic to the loopback adapter, effectively black-holing it.
 
Thank you for the info SuperJudge.
BTW, besides being a part of software piracy, were there any security risks involved if I kept the hosts file that way. Or any risks in the health of os?
 
BTW, besides being a part of software piracy, were there any security risks involved if I kept the hosts file that way. Or any risks in the health of os?

Not really, just the piracy part. If you tried to access any of those that were on the list they would be redirected to localhost.
 
Okay so i've been trying this for a while now and I keep getting the same result. When I open terminal and paste the following into terminal sudo /Applications/TextEdit.app/Contents/MacOS/TextEdit /etc/hosts, it starts to ask for my password.
As I try and type my password it doesn't seem to recognize that i'm typing it in there and I hit enter and it just reverts to the main thing it said when terminal originally opened:
Whitneys-MacBook-Pro:~ Whitney$

So I never get a text edit box to open at all
I'm sure its something I'm doing, I just can't figure out what!
 
Okay so i've been trying this for a while now and I keep getting the same result. When I open terminal and paste the following into terminal sudo /Applications/TextEdit.app/Contents/MacOS/TextEdit /etc/hosts, it starts to ask for my password.
As I try and type my password it doesn't seem to recognize that i'm typing it in there and I hit enter and it just reverts to the main thing it said when terminal originally opened:
Whitneys-MacBook-Pro:~ Whitney$

So I never get a text edit box to open at all
I'm sure its something I'm doing, I just can't figure out what!
You can always edit the host file from Terminal:
Code:
sudo nano etc/hosts
 
The easy way to deal with a hosts file is to download and install the freeware TextWrangler: http://www.barebones.com/products/textwrangler/

Have the Applications folder open on your desktop so that you can see the TextWrangler icon.

Open a second finder window. Pull down the GO menu to Go to Folder. In the Go to Folder box type the following and hit return:

/etc

This should open the /etc Finder window. Scroll until you find the Hosts file. Drag and drop it onto the icon for Textwrangler.

This should open the hosts file in Textwrangler and allow you to edit it in the TextWrangler GUI.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.