Items filtered by date: December 2015

Sunday, 16 November 2008 14:44

How to reset activation timer in Vista

If you are running a copy of Vista that is not activated, you can see how much time is remaining by using this command:

slmgr -dli

To see the actual date and time that Vista will expire, run this command:

slmgr -xpr

You can reset that timer by running this command (as admin if you're using UAC) and rebooting:

slmgr -rearm

According to Microsoft's website, that rearm command will only work three times. So basically, you can extend your trial period up to 120 days.

Published in Windows Vista
Sunday, 16 November 2008 14:43

How to make a Transparent iframe

I assume you have basic html skills and you know all about iframes.

Step 1

Insert your iframe code between body tags.

<iframe src="/yourpage.html" name="myframe" width="250" height="250" frameborder="0" allowtransparency="true"></iframe>

Step 2

Now copy the code below, and paste it between <head> tags of the page you are linking to.

In this example this page is yourpage.html

<style type="text/css">
Body { Background: transparent; }
</style>
Published in Windows Vista
Sunday, 16 November 2008 14:43

How to fix a blank capture of a movie player

Screen captures of movie players, such as Windows Media Player, sometimes turn out blank because the movie is projected onto what is called a hardware overlay surface. Capturing this surface results in a blank spot that's usually black, but can be any color.


The solution is to tell the player not to use hardware overlay by turning off "hardware acceleration".

Published in Windows XP
Sunday, 16 November 2008 14:42

How to backup a MySQL database?

The following PHP Script will backup the content of a MySQL Database in a GZip file:

{code class="brush: php"}{/code}

If your database is too big and the script times out, here is another PHP script that gives you the opportunity to backup separate Tables.

You will need to create the folder called "DB_backup".

{code class="php"}Database Server could not be reached"); MYSQL_SELECT_DB($db) or die ( "

Database not Available

"); $path = getenv('DOCUMENT_ROOT')."/DB_backup"; $result = MYSQL_QUERY("SHOW TABLES"); $numrow = MYSQL_NUM_ROWS($result); for($i = 0;$i < $numrow;$i++) { $table = MYSQL_RESULT($result,$i); echo "$table ... "; system(sprintf("mysqldump --opt -h $host -u $dbuser -p$dbpw $db $table | gzip > %s/$table.sql.gz",$path)); echo "DONE\n\n"; } MYSQL_CLOSE(); ?>{/code}

Backup by SSH (untested but works on 1and1)

1. Using the Secure Shell interface to log in and run the following commands.

2. use the following command to dump the database to your web space:

mysqldump -h [hostname] -u [username] -p[password] [databasename] > [outputfile])

After pressing [Enter] the system will prompt you for the password of your database.

Once the dump has been completed you will find the outputfile in your web space.

Having filled in all the information the command will look like this:

mysqldump -h db73.oneandone.co.uk -u dbo42764332 -p XXXXXXXX db42764332 > db42764332.dump
Published in Windows Family
Sunday, 16 November 2008 14:41

Fix your LCD s dead pixels

Software Method

Try running pixel fixing software. Stuck pixels can often be re-energized by rapidly turning them on and off.

  • JScreenFix - A web-based Java Applet that randomly turns on and off each pixel at up to 60 times a second to fix stuck pixels.
  • UDPixel 2.1 - A free windows application which help you to locate and fix 1 or more stuck pixels.

If this fails, complete the following methods.

Pressure Method

  1. Turn off your computer's monitor.
  2. Get yourself a damp washcloth, so that you don't scratch your screen.
  3. Take a household pen, pencil, screwdriver, or some other sort of instrument with a focused, but relatively dull, point. A very good tool would be a PDA stylus.
  4. Fold the washcloth to make sure you don't accidentally puncture it and scratch the screen.
  5. Apply pressure through the folded washcloth with the instrument to exactly where the stuck pixel is. Try not to put pressure anywhere else, as this may make more stuck pixels.
  6. While applying pressure, turn on your computer and screen.
  7. Remove pressure and the stuck pixel should be gone. This works as the liquid in the liquid crystal has not spread into each little pixel. This liquid is used with the backlight on your monitor, allowing different amounts of light through, which creates the different colors.

Tapping Method

  1. Turn on the computer and LCD screen.
  2. Display a black image, which will show the stuck pixel very clearly against the background. (It is very important that you are showing a black image and not just a blank signal, as you need the backlighting of the LCD to be illuminating the back of the panel).
  3. Find a pen with a rounded end. A Sharpie marker with the cap on should be fine for this.
  4. Use the rounded end of the pen to gently tap where the stuck pixel is - not too hard to start with, just enough to see a quick white glow under the point of contact. If you didn't see a white glow, then you didn't tap hard enough, so use just slightly more pressure this time.
  5. Start tapping gently. Increase the pressure on the taps gradually for 5-10 taps until the pixel rights itself.
  6. Display a white image (an empty text document is good for this) to verify that you haven't accidentally caused more damage than you fixed.

Tips

  • If the pressure and tapping don't work directly on the stuck pixel, start moving outward around the stuck pixel. If you see the pixel flicker while doing this then you know where you can focus the pressure and tapping techniques rather than directly on the pixel.
  • Many people report success with this technique but these instructions won't work in every case. It may take a few attempts to make sure you are pressing exactly on the stuck pixel.
  • These instructions will fix "stuck" pixels, not "dead" ones. Dead pixels appear black while stuck pixels can be one constant color like red, blue or green.
  • An alternative, but similar technique involves gently massaging the stuck pixel with a warm damp (not wet) soft cloth.
  • Alternative technique to tapping: Using a rounded pencil eraser, push with moderate pressure into screen at stuck pixel.
  • If these instructions don't work, you can hopefully get the monitor replaced through your manufacturer. If your monitor falls under the specifications of replacement, get in contact with the manufacturer to set up replacement plans.

Warnings

  • Do not attempt to open the monitor as it will void the warranty and the manufacturer will not replace it.
  • Make sure you don't get any electrical equipment wet or it may break.
  • Some people claim that touching the screen can cause more pixels to become stuck, although this has not been proven.
  • Be prepared to suffer a complete loss; you may crack the glass when tapping or putting pressure on an LCD assembly.
Published in General
Sunday, 16 November 2008 14:40

Enable Right Click

Method 1

Create a favourite with the URL below, whenever the right click is disabled, click on the favourite.

javascript:void(document.onmousedown=null);void(document.onclick=null);void(document.oncontextmenu=null)

Method 2

When you right click on an object you get a box poping up to say right click is disabled, or something to that effect.

  1. Do not close the box, move the box so the 'OK' button is over where you want to right click.
  2. Press the left mouse button and hold, now press and hold the right button and hold.
  3. Now let go of the left button, then the right button.
  4. Now the right click menu should appear.
Published in General
Sunday, 16 November 2008 14:09

Cannot View Secure Web Sites (https:)

If you cannot view or access secure web pages (those beginning with an https:// URL) you may experience an of these symptoms:

  • You cannot get into hotmail and yahoo email accounts.
  • Cannot view secure web sites
  • Cannot get into pay pal
  • Cannot do a windows update
  • Cannot get into bank web sites

Use Dial-a-Fix or:

To resolve this problems, these steps to reset a dll file required to view secure web sites.

  1. Click Start.
  2. Click Run.
  3. Type regsvr32 softpub.dll
  4. Click OK. A pop-up should display with the message Dll Register Server in softpub.dll Succeeded.
  5. Click OK.
Published in Windows XP

I'd like to share with everyone a way to tweak your gamma, brightness, and contrast for your LCD screen. As you know, the Ferrari keyboard only allows you to adjust the overall brightness of the picture. Using ATI's Catalyst control panel, you can further adjust the individual levels to help you find just the right settings.

Depending on your tastes, the default screen settings might appear a bit bright and not very saturated with color, at least to my liking. After I updated my ATI Mobility Catalyst drivers to the latest and greatest, I updated the following settings in the ATI control panel as follows:

Gamma: 1.00
Brightness: -45
Contrast: 95

To adjust your settings:

1. Load up the ATI control panel (either right-click the desktop and select the ATI Catalyst Control Center or get to it via Display Properties)
2. On the "View" button on the toolbar, make sure you have 'Advanced View' selected
3. In the "Graphics Settings" area (the treeview), select "Color"
4. Adjust the sliders until you find the levels that suit you best.

After doing so, the screen is much more readable and I can easily see higher color contrast and definition.

ATI Mobile Catalyst drivers:
http://www.ati.com/online/mobilecatalyst/

Published in Laptops
Sunday, 16 November 2008 14:06

Windows Automatic Logon (autologon)

These methods should work for XP, Vista and Windows 7


1. Go to the Start Menu and the Run box.

2. Type in the following and click OK:

control userpasswords2

3. In the new Windows that appears select the account you wish to make the primary logon.

4. Now uncheck the "Users must enter a username and password..." box.

5. Hit Apply and a dialog box will appear asking you to confirm the selected users password.

6. Click OK and you are finished.


For Vista, if the above does not work try:

a) click Start and type ‘netplwiz’ or click that name on the Start menu
b) in the GUI window that comes up, uncheck the “Users must enter a username and password to use this computer” box
c) click ‘Apply’
d) in the new dialog box that opens type the name of the account you want to auto-logon by default (if the account is not normally passworded then it blank)
e) click OK and exit

Published in Windows Family
Sunday, 16 November 2008 14:05

Vista is no longer activated

Make sure you are not connected to the internet !!!

Vista was installed using a trial key and has now run out

  1. when prompted select go online to buy a new key.
  2. type C: into the address bar and press enter.
  3. enter any folder.
  4. right click and create shortcut, enter cmd click next and finish.
  5. right click on the shortcut and run as administrator, and allow if needed.
  6. type slmgr -rearm , if needed run slmgr -cpky (this removes serial number from the registry).
  7. restart the PC.

Your Vista should now let you in, this method might only reset the license 3 times.

 

A hacked vista was upgraded

If you have upgraded vista which had been activated by the clony one click activator it will give you similiar fault to above, however it will no be successful until the clony hack is removed.

To do this, type 'control panel' into the webbrowser, close all uneeded windows down as there is a limit on them. remove the clony activator as normal, reset the machine and then follow the above instuctions.

 

Still asking for product key

in the unlikely event of vista asking for a product key enter one of the following default keys

Ultimate     VMCB9-FDRV6-6CDQM-RV23K-RP8F7
Business     VMCB9-FDRV6-6CDQM-RV23K-MRW4W
BusinessN    VMCB9-FDRV6-6CDQM-RV23K-QXX44
HomeBasic    VMCB9-FDRV6-6CDQM-RV23K-3V4VD
HomeBasicN   VMCB9-FDRV6-6CDQM-RV23K-GFJBT
HomePremium  VMCB9-FDRV6-6CDQM-RV23K-76PKF
Published in Windows Family
Page 93 of 95