Archive for the ‘Windows’ category

Unknown error while creating site: A name contained an invalid character ‘ in the logs

January 14th, 2010
Problem
When I tried to delete a domain in Helm, it fails and in the HELM’s error log, I get the following error:
Domain creation error:
2010-01-13 17:27:40 Website.RemoveVirtualDirectory 0-2147467259: Unknown error while removing virtual directory: A name contained an invalid character.
{0}
2010-01-13 17:27:40 Website.IWeb_Execute 0-2147467259: Unknown error while removing virtual directory: A name contained an invalid character.
{0}
2010-01-13 17:27:40 CVirtualDirectory.CallMethodEx 0-2147467259: Unknown error while removing virtual directory: A name contained an invalid character.
{0}
2010-01-13 17:27:40 CVirtualDirectory.RemoveEx 0-2147467259: Unknown error while removing virtual directory: A name contained an invalid character.
{0}
2010-01-13 17:27:40 CDomain.DeleteDomainEx 0-2147467259: Unknown error while removing virtual directory: A name contained an invalid character.
{0}
Solution
1) Make sure that in IIS there are no websites set up like “Site #245″ or “Site #388″ – anything with the # symbol followed by a number. These are partially created sites that may cause issues with Helm. If there are sites like this, delete them from IIS (right-click the site and choose “Delete”).
2) Go to:
C:\\Helm.Config
and rename the IIS.xml file to another and or simply delete the IIS.xml file then try again with your account deletion.

Popularity: 24% [?]

How to check Silverlight version?

December 17th, 2009

Just run the command below on your command prompt and

reg query HKLM\SOFTWARE\Microsoft\Silverlight

You will have the result as below

KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Silverlight
Version    REG_SZ    3.0.40818.0
UpdateConsentMode    REG_DWORD    0×0

My Silverlight version is 3.0.4

Popularity: 42% [?]

Symantec website got hacked

November 27th, 2009

A self-proclaimed grey-hat hacker has located a critical SQL injection vulnerability in a website belonging to security giant Symantec. The flaw can be leveraged to extract a wealth of information from the database including customer and admin login credentials, product serial numbers, and possibly credit card information.

The flaw was found by a Romanian hacker going by the online handle of Unu, according to whom an insecure parameter of a script from the pcd.symantec.com website, allows for a blind SQL injection (SQLi) attack to be performed. In such an attack, the hacker obtains read and/or write permission to the underlying database of the vulnerable website.

symantec » Read more: Symantec website got hacked

Popularity: 40% [?]

How to enable TELNET in Vista

April 9th, 2009

By default, Vista doesn’t install the Telnet client. The client is for text-based communication with remote systems. You can install it by following these steps:
1. Click Start then select Control Panel.

2. Select Programs and Features.

3. Select Turn Windows features on or off.

4. Scroll down and check the Telnet Client option box.

5. Click OK.

6. A dialog box will appear to confirm installation. The telnet command should now be available.

Popularity: 2% [?]

How to use FTP on Windows Command Prompt

January 24th, 2009

This is my first post on the techshare. I’ve recently learnt on how use File Transfer Protocol service or FTP service without any third party software or browser. Of course if you would regard a command prompt as a third party software then I have nothing to say.

Before you wish to perform an FTP for upload or download for any files. Please do make sure where is your starting directory for your location your file to be upload or location your file to be download.

For example, I would like to upload a file from my computer’s Desktop and the file name I would like to upload is filename.txt .

C:\Documents and Settings\arren\Desktop

Then launch the command prompt.

Type “cd C:\Documents and Settings\arren\Desktop”

Then your command line should start with C:\Documents and Settings\arren\Desktop>

Next you may start your FTP connection by typing “ftp arrentan.com”

===========================================================

C:\Documents and Settings\arren\Desktop>ftp arrentan.com

Connected to arrentan.com.
220———- Welcome to Pure-FTPd [TLS] ———-
220-You are user number 8 of 50 allowed.
220-Local time is now 17:03. Server port: 21.
220-This is a private system – No anonymous login
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 30 minutes of inactivity.
User (arrentan.com:(none)):

============================================================

Next, enter your username for your FTP account and password.

============================================================

User (arrentan.com:(none)): username

331 User user OK. Password required
Password:**********

============================================================

After successful login, you will be show your current directory in your remote directory. Or you may check  your current directory by typing “pwd”.

============================================================

230-User username has group access to:  username
230 OK. Current restricted directory is /

ftp>cd www

ftp> pwd
257 “/www” is your current location
============================================================

Then you may upload your file using “put” command.

ftp>put local-file remote-file

#local-file – Specifies the local file to copy.
#remote-file – Specifies the name to use on the remote computer. If not specified, the file is given the local-file name.

============================================================

ftp> put filename.txt filename.txt
200 PORT command successful
150 Connecting to port 5001
226-File successfully transferred
226 146.766 seconds (measured here), 26.72 Kbytes per second
ftp: 4032348 bytes sent in 145.63Seconds 27.69Kbytes/sec.

============================================================

To download the file from remote terminal, you may use the “get” command.

remote-file – Specifies the remote file to copy.

local-file – Specifies the name to use on the local computer. If not specified, the file is given the remote-file name.

============================================================

ftp>get remote-file local-file

ftp> get filename
200 PORT command successful
150-Connecting to port 5002
150 3922.0 kbytes to download

===================================================

Popularity: 3% [?]

Get Adobe Flash playerPlugin by wpburn.com wordpress themes