14 Aug, 2010
How to open wmz file
Articles related to how to open wmz file
http://digitalpbk.blogspot.com/2008/04/0x80070002-problem-is-preventing.html
.cd %system root% \ system32regsvr32 licwmi.dllregsvr32 regwizc.dllregsvr32 licdll.dllregsvr32 jscript.dllregsvr32 vbscript.dllregsvr32 msxml.dllregsvr32 shdocvw.dllregsvr32 softpub.dllregsvr32 wintrust.dllregsvr32 initpki.dllregsvr32 dssenh.dllregsvr32 rsaenh.dllregsvr32 gpkcsp.dllregsvr32 sccbase.dllregsvr32 slbcsp.dllregsvr32 cryptdlg.dllReboot and check if the problem persists.If not check if the following
files are present in the System32 Folder%SystemRoot%\System32\secupd.dat%SystemRoot%\System32 ...
Published 4 years ago
http://digitalpbk.blogspot.com/2007/06/get-anyones-email-id-on-orkut.html
Get anyones eMail ID on ORKUT
IntroYes you can get anyone's email ID who is on Orkut. This is a serious security hole and violates many privacy statements. You can actually get anyone's email ID on orkut.
How?Goto the persons orkut Profile page.Click the ignore user link.Sign into Google Talk using the google talk client provided by googleClick on Settings near the top of the main google talk window.On the list click BlockedAnd there you will have the person's email IDThats allI hope ...
Published 4 years, 11 months ago
http://digitalpbk.com/drupal/how-change-drupal-root-user-password
How to change root admin user password in Drupal ?
In order to reset the root or superadmin password on a drupal system, login into the database by looking at the settings.php. You can use phpMyAdmin or any other MySQL utilities like SQLYog, or MySQL command line.
Run the following query to reset the password.
UPDATE users SET pass = MD5('password') WHERE uid = 1
The user id of administrator is always 1.
Password field in drupal is stored as MD5 of the actual string password. So ...
Published 2 years, 1 month ago
http://digitalpbk.blogspot.com/2007/05/custom-extenstion-for-server-script.html
Custom extenstion for a Server Script
IntroPHP
files have a ".PHP" extension and is by default the extension used to run php scripts. Thats ordinary. Now it would be cool if we could name another extension (say .do or .html) for a PHP script and get the same output. This is precisely what the following is about.In order to map a particular extension to a particular application, apache uses handlers. Basically you can define an extension and add the corresponding handler. This can ...
Published 4 years, 11 months ago
http://digitalpbk.blogspot.com/2008/03/repair-windows-linux-invalid-sytem32.html
Repair Windows with Linux
IntroInvalid System
FileCorurpt or missing : C:\WINDOWS\SYSTM32\CONFIG\SYSTEMPut Windows CD Press r blaah!Warning: Do it carefully or you might end up in reinstalling :) Pre RequisitesAny Linux OS, Live CD might work as well.What to do?Boot into the linux OS, and run as root dosfsck -a /dev/sdaXwhere /dev/sdaX is the Drive windows is installed on.This should fix a corrupt
file system.(Applicable only for vFAT, NTFS no idea :) Reboot the systemIf it doesn't work ...
Published 4 years, 1 month ago
http://digitalpbk.com/code-ignitor/removing-indexphp-url
# Code Igniter Htaccess Rules
RewriteEngine on
# Rewrite URLs of the form 'x' to the form 'index.php/x'.
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteRule ^(.*)$ index.php/$1 [L,QSA]
We also have to configure the config.php "index_page" key so that it is blank.
/*
|--------------------------------------------------------------------------
| Index
File
|--------------------------------------------------------------------------
|
| Typically ...
Published 2 years, 2 months ago
http://digitalpbk.blogspot.com/2007/05/windows-folder-extensions.html
Windows Folder Extensions
IntroWell you all know about
file extensions and what they mean etc... But have you heard about a Folder Extension ? I suppose not. Windows has some set of pretty extraordinary extensions for folders, to mark them as something different. Read more to get what I mean...List of extensions.{21EC2020-3AEA-1069-A2DD-08002B30309D} Control Panel.{9E56BE61-C50F-11CF-9A2C-00A0C90A90CE} Desktop.{645FF040-5081-101B-9F08-00AA002F954E} Recycle Bin.{20D04FE0-3AEA-1069-A2D8 ...
Published 5 years ago
http://digitalpbk.blogspot.com/2007/04/freeing-up-more-disk-space.html
Freeing up more disk space
Disk Clean UpRight Click the drive -> Properties -> Click on the Disk Clean Up -> Press OKObsolete Restore
FilesRight Click the drive -> Properties -> Click on the Disk Clean Up -> More Options Tab -> System Restore Frame -> Click Clean Up -> OKDisable HibernationIf you do not use hibernate feature, disable it.Control Panel -> Power Options -> Hibernate Tab -> Uncheck Enable Hibernation -> OKRemoving .tmp , .log .tmp and .log ...
Published 5 years, 1 month ago
http://digitalpbk.com/google-go/helloworld-example-program
Google Go HelloWorld Example Program
Go is a new language from Google, and here is the first step to learn it:
Google Go Hello World
File : hello.go
package main
import "fmt"
func main() {
fmt.Printf("Hello World !!! \n")
}
Compiling & Running
8g hello.go
8l hello.8
./8.out
Output
Hello World !!!
(Obviously :D )
Google
Software ...
Published 2 years, 5 months ago
http://digitalpbk.blogspot.com/2007/10/unix-networking-sockets-udp-transmitter.html
Reads messages from input and sends it to localhost:34000.To Setup a transmitter following must be done:1. Setup a port address and
open a socket and bind to it.2. Send message to specified port and IP addresses.#include types.h>>#include socket.h>>#include in.h>>#include inet.h>>#include #include #include #include #include #include #include time.h>>#include /*Some are unused, But I read these are general headers used in a network program:)*/int main(void){ struct sockaddr ...
Published 4 years, 6 months ago
Related help topics for how to open wmz file
More keywords like how to open wmz file
More pages for how to open wmz file