Shiva's brief....!!!
- Shiva Rangan
- Hello world, this is your Shiva Rangan. first of all lemee tell u abt mah blog's name..actually i believe in all rounder's life...i dun believe in doin wt everybody is doin...mah life is a mixture of serious as well as creative ocupations...on one hand am a model and a fashion fotografer wich tells mah creative side and on the other hand i love computer programming and other technical things wich shows mah serious sides....so mah blog's title justify mah life..lets move ahead... I am a fashion photografer in Elite Modelos, India. i am very much into fashion modelling as well and i love to do print ads and photoshoots. by the tym, i have done fotoshoots for Le' cooper, La' bella, gladrags, MAXIM, elite, Mash Audio Visuals, Sparky and many more. I have done fashion fotografy for brands like Sparky, imagesbazaar, elite, Mash audio visuals, MAXIM etc and many more. I am a tech-man..i mean i am deeply into computer programming, for instance let us say C, C++ and JAVA programming are sumthing lyk oxygen to me...from sumtyms UNIX has also been included in mah tech-list. Ph: +919818124226 E-mail: rangan.shiva@gmail.com elecrimson@yahoo.com Website: http://shivarangan.co.nr
Tuesday, November 25, 2008
Reveal the real password behind the asteriks (*) or dots (.) in any website....!!!! cool trick to hack any account..!!!
1)open the login page of any website say orkut, yahoo, gmail etc.
2)Type the username and password in the provided feilds...
3)Copy and paster the entire javascript in the address bar of your browser and press enter:
javascript: alert(document.getElementById('Passwd').value);
4)as soon as you will press enter, a popup window will show you the password you typed....
Enjoy hacking...
love u all....!!!!
Monday, November 24, 2008
Chat with anyone using MS-DOS command prompt...!!!! Amazing windows trick guyzzzz....
1) Open the notepad and write the following script:
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
2) Now save this script as Messenger.bat.
3)Open command prompt and drag this .bat file into it and press enter or simply double click the bat file you created just now.
4) You will see the following screen:
5)Type in the IP address of the user you wanna chat with and press enter. You will see the following screen:
6) Start typing the message and press enter. Your message will be sent to the receiver. The receiver should follow the same procedure in order to reply to your message.
Njoi lyf and temee if you encounter any problems....Tk cr...
love you all...!!!!
Sunday, November 23, 2008
Block websites in your PC by modifying the windows....!!!!!
newaz i have found a way out...by adding juss 2 to 3 lines of code to the window file, you can block anyone to stop viewing that website on your system....!!!! juss concentrate on the method...!!!
you might or might not have heard about the HOSTS file in windows...
from now onwards you will consider HOSTS file as a master file for blocking websites....!!
1) Go to your HOSTS file which is located at:
C:\WINDOWS\SYSTEM32\DRIVERS\ETC for windows Vista and XP
C:\WINNT\SYSTEM32\DRIVERS\ETC for Windows 2k
C:\WINDOWS for Windows 98 and ME
2. Open HOSTS with Notepad.
The default Windows HOSTS looks like this:
______________________
# Copyright © 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a “#” symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
#
127.0.0.1 localhost
_______________________________________
3) Directly under the last line that is 127.0.0.1 localhost, write the name of the website you want to block.
For example to block the myspace.com homepage, simply type:
127.0.0.1 myspace.com
127.0.0.1 http://www.myspace.com/
You need to write the URL of the website in both the ways...as suggested above...!!!
You can add as many sites as you wish to block in this fashion.
4) Save the file and close the notepad.
6) Just check the website by entering the address of the website in your Internet browser. You will find that the website can't be accessed...!!!!!
In some cases the reboot of the system is also required. So if you find that the website is still being accessed, just restart the system once and then try...!!!
In case of any queries, just mail me to get the solution...
Loads of Love...
Lock your files. (without using any software)...!!!
Now lemee tell you guys a trick on how to protect your files from unauthorized use...!!!!! you might have seen many folder lock softwares on the net... but they might get expired after a certain time limit or they may be complicated to use...whatever the problem is...some ppl lyk to experiment and thats lyk how i am...!!!
This trick is quite interesting and the heart of this trick is the code which i will provide here....!!!! if you are using any trial version of any folder locker, den you can't hide the locker software completely from the computer...isnt it.....it may be visible in control panel, in taskbar or may be in the programs list....but this locker is not at all visible anywhere in computer.....everything is situated on a "batch" file...!!! now perform the following steps in order to create you very own folder locker....its easy to use and its very safe....chk it out...
1) Following is the code to locker folder:
**********************************************************
cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%== type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End
2) Just copy and paste the above code as it is in a notepad file. Do not dare to modify anything from the code.
3)Now modify the code. Type in the password you want to use to unlock your files in the 24th line. Just remove the line saying "type your password here" and enter your desired password. Do not put any quotes surrounding the password. ("). The 24th line will look like this now:
if NOT %pass%== SHIVARANGAN goto FAIL
where SHIVARANGAN will be the password.
4)Save this notepad file as Locker.bat anywhere you wish to.
5)Now double click on the Locker.bat file.
6)When you will click this Locker.bat file, you will find that a folder named "Locker" is created automatically at the same location. Now just put in the files you want to hide in that "Locker" folder and again double click on the Locker.bat file. It will ask to lock that folder. Just type Y to confirm and your files will be invisible.
7)If you want to unlock the files, just click on the same Locker.bat file. It will ask for the password. Enter that password and press enter. Your folder gets appeared with your files in it.
If you have any problem using this trick, juss put in your comments....your problems will be solved there nd then,....
Loads of Love...!!!
Saturday, November 22, 2008
Customize the System Properties box ....!!!!!!!
This is a minor customization, and frankly . . . who cares?? But for some of us, well . . . we just love to tinker.
To get to the systems properties box, go to Control Panel and double-click on System or right-click on My Computer and select Properties. You will see one or two images on the left, and a bunch of text on the right.
the upper left default picture is an image of the XP logo inside a computer monitor
the lower left picture, by default does not exist - but you may have one there, since companies that manufacture PC's often put their OEM logo there (Original Equipment Manufacturer). That is the purpose of that space. But you can use your own image by creating a bitmap file called oemlogo.bmp
the text references the file oeminfo.ini - which is easily editable in Notepad
BEFORE
AFTERIMPORTANT - many sites that describe this process insist that your image must be 8-bit indexed bmp (256 colors) - but you can use full 24-bit color for the two bmp images !!! However, you will need 8-bit (256 color) images if you want to use transparency. In all cases, use BMP files, not GIF's.
Important: You must have the text file oeminfo.ini or else the bitmap will not be displayed !!
The text that you can customize is under the headings "Registered To" and "Computer" (you cannot modify the "System" text.
After customizing you may need to reboot before the new image and text shows up.
To add custom manufacturer and support information you need to create two new files and store them in the following folders:
Win95-98-ME - "windows\system"
WinNT-2000-XP - either "windows\system32" or "winnt\system32"
You are customizing the OEM text, and the OEM image of the System Properties box.
_____________________________________________________________
The Text - OEMinfo.ini
The first file is a text file called "OEMINFO.INI" - and it can be edited to change the OEM text info on the right. To create the file open notepad and copy the template below, make any changes and save the file in the System directory.
25 characters max per line.
OEMINFO.INI Template
[General] (*** additional text is placed in the box by your system in a few lines after this text)
Manufacturer=Your Company,
Inc.Model=Your Computer ModelSupportURL=http://your.support.site/
LocalFile=c:\your\local\support\file.htm
[Support Information] (NOTE - you will only see this text if you click the "Support Info" button)
Line1=first line of support information
Line2=second line
Line3=third line
Line4=fourth line
.
.
.
LineN=nth line - up to 10 lines;
Do not delete Line1, Line2 etc. Juss edit the text on the right hand side of =.
Create as many lines as you need by incrementing the Line numberIt must strictly conform to the following requirements:
Here is a typical oeminfo.ini file :
[General]
Manufacturer=PC Doc
Model=Dell XPS 450R (1.4 MHz)
[Support Information]Line1=John Doe
Line2=200 Main St.
Line3=Sterling, MN 20987
*** Changing the info on the processor, underneath model/manufacturer, can be done at this registry key: HKEY_LOCAL_MACHINE\Hardware\Description\System\CentralProcessor\0\ProcessorNameString.
_______________________________________________________________
The Lower Left Image - OEMlogo.bmp
The file is a bitmap named Oemlogo.bmp - again, you must also have the text file oeminfo.ini or else the bitmap will not be displayed !!
Display Size - this can vary and there are several settings listed for this file on the web - all seem to work. But the limit is no larger than 180 pixels wide and 120 pixels high. If you use OEM Logo Manager the limit is 180x114 !!
180x120 is a common size (OEM Logo Manager help file says the max is 180x114 - but I have used 180x120)
Microsoft recommends a square - 172x172 for Normal fonts, which greatly exceeds the OEM Logo Manager help file's height limit of 114
Palette - for transparent images use 256-color (8 bit) - for non-transparent use millions of colors (24-bit)
Transparency and the Palette - use the Windows 256-color system palette - create a .bmp with 256 colors (tested with system and IE browser palette), and the transparent color will default to either the pixel color used in the bottom left or top left corner of the image (I have seen both quoted from several sources) !!! If you create a .bmp with the standard VGA palette (16 predefined colors), the transparent color is the pixel just to the right of the bottom left pixel !! Either way, you can simply add a border around your image and the color of the border will be the transparent color since that includes bottom left, top left, and the pixel next to bottom left. If you have a background colour that you do not want to be transparent put another colour at pixel (0,0), preferably 1 that doesn't appear in the rest of the image.
Caution - I have personally used 256-color Windows system palette with Photoshop and the result was horrible !!! Not sure what palette is actually needed to make it look good. You ca open any of the image in the Samples folder of OEM Logo Manager and use the same palette - since all of those image palettes work. But they are simple palettes with only a few colors.
NOTE1: If your bitmap image is smaller than this specification, it appears centered in the rectangle. If it is larger than this specification, part of it may appear to be cropped under certain font and screen resolutions, or it may not appear at all.
NOTE2: you can use TweakXP Pro and can use filenames other than "OEMlogo.bmp". Open the utility and goto Windows Tweaks II / Specify OEM info on Systems Properties Page". The files for this are stored in "Program Files\TweakXP Pro\OEMlogo" folder, but you can browse and select any you like so long as they are approx 176x120, 256 colors.
How to Change Windows XP Boot Screen using Tuneup Utilities....
So here is the step by step procedure:


hAcK wInDoWS XP wItH EASE...!!!




