Press "Enter" to skip to content

Month: January 2013

Y2k Tech: Uninstalling all Freeserve components

I’m adding the details of how to Remove/Uninstall all Freeserve components for historical reasons. Although in 2013, this information should no longer be needed (it was back in 2000ish when I originally wrote it). So please be aware this is massively outdated and probably no longer relevant information, but I like to archive stuff 😉

The Freeserve icon can simply be deleted from your Desktop, and the icon itself (freeserve.ico) can be deleted from the directory, C:\Windows.
Freeserve entries in the ‘Start’ menu can be removed from the following directory in Windows Explorer: C:\Windows\Start Menu\Programs\Freeserve

Windows 95

You can uninstall Internet Explorer and Outlook Express (and any of the other Microsoft packages that you could have chosen during the Freeserve installation) using the Add/Remove Program functions which you will find if you go to the ‘Start’ menu and look in ‘Settings’ then ‘Control Panel’. From the Add/Remove Programs dialogue box, select Outlook Express, then click on Add/Remove.

To completely erase all mention of Freeserve from your system, you can remove the appropriate registry settings.
We do not advise modification of registry settings by untrained personnel You can modify your registry settings using the regedit tool. If you wish to do this, from the Start menu, go to Run, and type ‘regedit’. Search for those Keys which refer to Freeserve and, if you wish, remove them. Remember to make a back-up of the registry before making any changes.
Outstanding items that you may wish to remove that are not covered by the instructions above include:

To modify the title of Internet Explorer:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main
Right click on Window Title to edit.
To modify title of Outlook Express:
HKEY_CURRENT_USER\Software\Microsoft\Outlook Express
Right click on Window Title to edit
To remove the Infopane at the bottom of Outlook Express:
HKEY_CURRENT_USER\Software\Microsoft\Outlook Express
Remove the key ‘BodyBarPath’ in the same section as above.

Windows 98 and above

You will not be able to uninstall Internet Explorer or Outlook Express.

Y2k Tech: Changing the default dial-up internet connection

I’m adding the details of how to Change the default internet connection in Windows. Although in 2013, this information should no longer be needed (it was back in 2000ish when I originally wrote it). So please be aware this is massively outdated and probably no longer relevant information, but I like to archive stuff 😉

If you wish to decide for yourself which ISP to connect to, the easiest way is to start the connection manually yourself.
Open Dialup Networking by double clicking on the ‘My Computer’ icon from your desktop.
In the Dialup Networking folder you will see all your ISP connections including your Freeserve connection.
Double click on whichever connection you wish to use, enter your password if it isn’t there and press ‘Connect’. (If you make a copy of each connection and put it on the desktop this will make the procedure easier next time.)
Once you are connected you will see an icon in your system tray on your taskbar which looks like two computers connected to each other.
Setting the connection used when Internet Explorer 4 is started
Go to ‘View’, then ‘Internet Options’ and select ‘Connection’.
The circle marked ‘Connect to the Internet using a modem’ should already be checked. Press the button marked ‘Settings’.
From the first box at the top you can select which connection should be used as default.
If you don’t want Windows to dial up a connection when you open the browser, after you start Internet Explorer 4, when the connection dialogue appears, click on ‘Work Offline’.
Setting the connection used when Outlook Express is started
Select ‘Tools’ from the Outlook Express menu bar. Then go to ‘Options’ – under the ‘Dial Up’ tab you will see options listed for which connection to dial.
Dialup connections for all the Email accounts that you are accessing under Outlook Express will be shown here.
You may not wish to connect to the internet when you start Outlook Express, in which case you can select ‘Do not dial a connection’.
If you wish to specify a particular connection to dial for a particular email account, you should do this by going to the ‘Tools’ menu, then selecting ‘Accounts’, then selecting the ‘Mail’ tab. Highlight whichever mail account you want to set the connection for and select ‘Properties’. Under the ‘Connection’ tab, you can specify which ISP connection to use.

Y2k Tech: Removing the Freeserve branding on Internet Explorer

I’m adding the details of how to remove the Freeserve branding from Internet Explorer here for historical reasons. Although in 2013, this information should no longer be needed (it was back in 2000ish when I originally wrote it). So please be aware this is massively outdated and probably no longer relevant information, but I like to archive stuff 😉

To remove the Freeserve branding, you can delete the directory called /signup located in “C:\Program Files\Internet Explorer”.
If you just wish to delete the toolbar motif, just delete the file toolbar.bmp from “C:\Program Files\Internet Explorer\Signup\”.
To completely erase all mention of Freeserve from your system, you can remove the appropriate registry settings.
We do not advise modification of registry settings by untrained personnel You can modify your registry settings using the regedit tool. If you wish to do this, from the Start menu, go to Run, and type ‘regedit’. Search for those Keys which refer to Freeserve and, if you wish, remove them. Remember to make a back-up of the registry before making any changes.
Outstanding items that you may wish to remove that are not covered by the instructions above include:

To modify the title of Internet Explorer:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main
Right click on Window Title to edit.
To modify title of Outlook Express:
HKEY_CURRENT_USER\Software\Microsoft\Outlook Express
Right click on Window Title to edit
To remove the Infopane at the bottom of Outlook Express:
HKEY_CURRENT_USER\Software\Microsoft\Outlook Express
Remove the key ‘BodyBarPath’ in the same section as above.

Techy: MySQL Error 1045 (28000): Access denied – but the login details are correct

I’ve just copied over my MySQL databases to a new location on my Linux Mint 14 (Ubuntu based) machine and whenever I tried to login as a non-root user (either via the command line or via PHP), I received an error like:

ERROR 1045 (28000): Access denied for user 'currentusername'@'localhost' (using password: YES)

I tried resetting the password, deleting that user, re-creating it – all without success.

Then I noticed, in phpMyAdmin, there were three “Any” users. Deleting them allowed the other logins to work correctly.

So – if you get the “Error 1045 Access denied” message from MySQL and you are pretty sure the details are correct, check your database for the “Any” user (also check the MySQL list at http://dev.mysql.com/doc/refman/5.1/en/access-denied.html for other possibilities).

I’m not sure where there “Any” users (which showed in Red in phpMyAdmin) came from, but removing them clears the error.