Annoying warning box pop-up?

CMF_Nissanmania

» CMF Member
Member since:
Posts:
I keep getting an annoying warning box with the message: The server dev.ratetheplate.com.au at Restricted Area requires a username and password - with boxes to type into. I've had this appear at home and at work so not likely a virus/computer issue. It only appears when I open the Micra site. Any explanations?
 

smidge

» CMF Member
Member since:
Posts:
here's how to fix it on a mac...

Launch terminal, which can be found in Applications/Utilities.
Check the current hosts file by typing:
cat /etc/hosts
Which should print out the following:
##
# 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
255.255.255.255 broadcasthost
::1 localhost
Backup the current hosts file to a file named hosts.original by typing:
sudo cp /etc/hosts /etc/hosts.original
Enter your administrator password when prompted.
Copy the current hosts file to the Desktop by typing:
cp /etc/hosts ~/Desktop/hosts.txt
Double click the hosts.txt file that appears on the desktop to open it in TextEdit
Add the following Internet address assignments to the end of the file:
0.0.0.0 dev.ratetheplate.com.au

Add similar lines for any additional domains you wish to block.
Select File->Save
Copy the edited file back into the /etc directory by typing the following:
sudo cp ~/Desktop/hosts.txt /etc/hosts
(Note: There is no ".txt" extension on /etc/hosts)
Verify that the changes were made properly by again typing:
cat /etc/hosts
Which should print out the following which now includes the adsonar info:
##
# 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
255.255.255.255 broadcasthost
::1 localhost
0.0.0.0 dev.ratetheplate.com.au

Restart lookupd by typing the following (or by just restarting the Mac if easier):
sudo killall -HUP lookupd
 

CMF_david (2)

» CMF Member
Member since:
Posts:
Tried changing popups setting in internet explorer in XP. Even on the high setting it still comes up. Annoying.

It appears to be coming from an advertisement on the left hand side of the website...at the bottom of the list. As in the box under the "Ads by Google".
 

cisco

» CMF Member
Member since:
Posts:
Fixed guys. Apologies.. Something on an external server screwing up and this site was pointing to it. I was being a dickhead ;P

Apologies once again. Don't go! I love you guys :)
 
Back
Top