tag:blogger.com,1999:blog-298419722009-06-20T20:42:55.862+05:00ZEROGEEK...AVERY ACTION HAS IT OPPSIT REACTION & EQUAL ACTION...zerogeekhttp://www.blogger.com/profile/07531430981851776263noreply@blogger.comBlogger69125tag:blogger.com,1999:blog-29841972.post-42749563474466897202007-12-27T09:27:00.000+05:002007-12-27T09:30:23.538+05:00Sum research on .... windows. that is did,....****************<br /><br />Important Note: Before you read on, you need to keep one thing in mind. Whenever you make changes to the Windows Registry you need to Refresh it before the changes take place. Simply press F5 to refresh the registry and enable the changes. If this does not work Restart your system<br /><br />****************<br /><br />Exiting Windows the Cool and Quick Way<br />--------------------------------------<br /><br />Normally it takes a hell lot of time just Shutting down Windows, you have to move your mouse to the Start Button, click on it, move it again over Shut Down, click, then move it over the necessary option and click, then move the cursor over the OK button and once again (you guessed it) click.This whole process can be shortened by creating shortcuts on the Desktop which will shut down Windows at the click of a button. Start by creating a new shortcut( right click and select New> Shortcut). Then in the command line box, type (without the quotes.)<br /><br />'C:\windows\rundll.exe user.exe,exitwindowsexec'<br /><br />This Shortcut on clicking will restart Windows immediately without any Warning. To create a Shortcut to Restarting Windows, type the following in the Command Line box:<br /><br />'c:\windows\rundll.exe user.exe,exitwindows'<br /><br />This Shortcut on clicking will shut down Windows immediately without any Warning.<br /><br /><br /><br />Ban Shutdowns : A trick to Play on Lamers<br />-----------------------------------------<br /><br />This is a neat trick you can play on that lamer that has a huge ego, in this section I teach you, how to disable the Shut Down option in the Shut Down Dialog Box. This trick involves editing the registry, so please make backups. Launch regedit.exe and go to :<br /><br />HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer<br /><br />In the right pane look for the NoClose Key. If it is not already there then create it by right clicking in the right pane and selecting New > String Value.(Name it NoCloseKey ) Now once you see the NoCloseKey in the right pane, right click on it and select Modify. Then Type 1 in the Value Data Box.<br /><br />Doing the above on a Win98 system disables the Shut Down option in the Shut Down Dialog Box. But on a Win95 machine if the value of NoCloseKey is set to 1 then click on the Start > Shut Down button displays the following error message:<br /><br />This operation has been cancelled due to restrictions in effect on this computer. Please contact your system administrator.<br /><br />You can enable the shut down option by changing the value of NoCloseKey to 0 or simply deleting the particular entry i.e. deleting NoCloseKey.<br /><br />Instead of performing the above difficult to remember process, simply save the following with an extension of .reg and add it's contents to the registry by double clicking on it.<br /><br />REGEDIT4<br /><br />[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]<br /><br />"NoClose"="1"<br /><br />Disabling Display of Drives in My Computer<br /><br /><br /><br />To disable the display of local or networked drives when you click My Computer go to :<br />--------------------------------------------------------------------------------------<br /><br />HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer<br /><br />Now in the right pane create a new DWORD item and name it NoDrives. Now modify it's value and set it to 3FFFFFF (Hexadecimal) Now press F5 to refresh. When you click on My Computer, no drives will be shown. To enable display of drives in My Computer, simply delete this DWORD item. It's .reg file is as follows:<br /><br />REGEDIT4<br /><br />[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]<br /><br />"NoDrives"=dword:03ffffff<br /><br /><br /><br />Take Over the Screen Saver<br />--------------------------<br /><br />To activate and deactivate the screen saver whenever you want, goto the following registry key:<br /><br />HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ScreenSavers<br /><br />Now add a new string value and name it Mouse Corners. Edit this new value to -Y-N. Press F5 to refresh the registry. Voila! Now you can activate your screensaver by simply placing the mouse cursor at the top right corner of the screen and if you take the mouse to the bottom left corner of the screen, the screensaver will deactivate.<br /><br /><br /><br /><br />Pop a banner each time Windows Boots<br />------------------------------------<br /><br />To pop a banner which can contain any message you want to display just before a user is going to log on, go to the key:<br /><br />HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WinLogon<br /><br />Now create a new string Value in the right pane named LegalNoticeCaption and enter the value that you want to see in the Menu Bar. Now create yet another new string value and name it: LegalNoticeText. Modify it and insert the message you want to display each time Windows boots. This can be effectively used to display the company's private policy each time the user logs on to his NT box. It's .reg file would be:<br /><br />REGEDIT4<br /><br />[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Winlogon]<br /><br />"LegalNoticeCaption"="Caption here."<br /><br /><br /><br /><br />Delete the Tips of the Day to save 5KB<br />--------------------------------------<br /><br />Windows 95 had these tips of the day which appeared on a system running a newly installed Windows OS. These tips of the day are stored in the Windows Registry and consume 5K of space. For those of you who are really concerned about how much free space your hard disk has, I have the perfect trick.<br /><br />To save 5K go to the following key in Regedit:<br /><br />HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Tips<br /><br />Now simply delete these tricks by selecting and pressing the DEL key.<br /><br /><br />Change the Default Locations<br />----------------------------<br /><br />To change the default drive or path where Windows will look for it's installation files, go to the key:<br /><br />HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Setup\SourcePath<br /><br />Now you can edit as you wish.<br /><br /><br /><br />Secure your Desktop Icons and Settings<br />--------------------------------------<br /><br />You can save your desktop settings and secure it from your nerdy friend by playing with the registry. Simply launch the Registry Editor go to:<br /><br />HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer<br /><br />In the right pane create a new DWORD Value named NoSaveSettings and modify it's value to 1. Refresh and restart for the settings to get saved.<br /><br /><br />CLSID Folders Explained<br />-----------------------<br /><br />Don't you just hate those stubborn stupid icons that refuse to leave the desktop, like the Network Neighborhood icon. I am sure you want to know how you can delete them. You may say, that is really simple, simply right click on the concerned icon and select Delete. Well not exactly, you see when you right click on these special folders( see entire list below)neither the rename nor the delete option does not appear. To delete these folders, there are two methods, the first one is using the System Policy Editor(Poledit in the Windows installation CD)and the second is using the Registry.<br /><br />Before we go on, you need to understand what CLSID values are. These folders, like the Control Panel, Inbox, The Microsoft Network, Dial Up Networking etc are system folders. Each system folder has a unique CLSID key or the Class ID which is a 16-byte value which identifies an individual object that points to a corresponding key in the registry.<br /><br />To delete these system Folders from the desktop simply go to the following registry key:<br /><br />HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\Namespace{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}<br /><br />To delete an icon simply delete the 16 byte CLSID value within "NameSpace". The following are the CLSID values of the most commonly used icons:<br /><br />My Briefcase:{85BBD920-42AO-1069-A2E4-08002B30309D}<br /><br />Desktop: {00021400-0000-0000-C000-0000000000046}<br /><br />Control Panel:{21EC2020-3AEA-1069-A2DD-08002B30309D}<br /><br />Dial-Up-Networking:{992CFFA0-F557-101A-88EC-00DD01CCC48}<br /><br />Fonts: {BD84B380-8CA2-1069-AB1D-08000948534}<br /><br />Inbox :{00020D76-0000-0000-C000-000000000046}<br /><br />My Computer :{20D04FE0-3AEA-1069-A2D8-08002B30309D}<br /><br />Network Neighborhood:{208D2C60-3AEA-1069-A2D7-O8002B30309D}<br /><br />Printers :{2227A280-3AEA-1069-A2DE-O8002B30309D}<br /><br />Recycle Bin :{645FF040-5081-101B-9F08-00AA002F954E}<br /><br />The Microsoft Network:{00028B00-0000-0000-C000-000000000046}<br /><br />History: {FF393560-C2A7-11CF-BFF4-444553540000}<br /><br />Winzip :{E0D79300-84BE-11CE-9641-444553540000}<br /><br />For example, to delete the Recycle Bin, first note down it's CLSID value, which is: 645FF040-5081-101B-9F08-00AA002F954E. Now go to the Namespace key in the registry and delete the corresponding key.<br /><br />HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}<br /><br />Similarly to delete the History folder, delete the following key:<br /><br />HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Desktop\NameSpace\{FBF23B42-E3F0-101B-8488-00AA003E56F8}<br /><br /><br /><br />How to hide all icons from the Desktop<br />--------------------------------------<br /><br />Go to the following registry key:<br /><br />HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer<br /><br />In the right pane create a new DWORD value by the name: NoDesktop and set its value to: 1. Reboot and you will find no icons on the desktop.<br /><br />Till now you simply learnt how to delete the special system folders by deleting a registry key, but the hack would have been better if there was a way of adding the DELETE and RENAME option to the right click context menus of these special folders. You can actually change the right click context menu of any system folder and add any of the following options: RENAME, DELETE, CUT, COPY, PASTE and lots more.<br /><br />This hack too requires you to know the CLSID value of the system folder whose menu you want to customize. In this section, I have taken up Recycle Bin as the folder whose context menu I am going to edit.<br /><br />Firstly launch the registry editor and open the following registry key:<br /><br />HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder.<br /><br />In Case you want to edit some other folder like say the FONTS folder, then you will open the following key:<br /><br />HKEY_CLASSES_ROOT\CLSID\{CLSID VALUE HERE}\ShellFolder.<br /><br />In the right pane there will be a DWORD value names attributes. Now consider the following options:<br /><br /> 1. To add the Rename option to the menu, change the value of Attributes to<br /><br /> 50 01 00 20<br /> 2. To add the Delete option to the menu, change the value of Attributes to<br /><br />60 01 00 20<br /><br />3. To add both the Rename &amp; Delete options to the menu, change the value of Attributes to 70,01,00,20<br /><br />4. Add Copy to the menu, change Attributes to 41 01 00 20<br /><br />5. Add Cut to the menu, change Attributes to 42 01 00 20<br /><br />6. Add Copy &amp; Cut to the menu, change Attributes to 43 01 00 20<br /><br />7. Add Paste to the menu, change Attributes to 44 01 00 20<br /><br />8. Add Copy &amp; Paste to the menu, change Attributes to 45 01 00 20<br /><br />9. Add Cut &amp; Paste to the menu, change Attributes to 46 01 00 20<br /><br />10.Add all Cut, Copy &amp; Paste to the menu, change Attributes to 47 01 00 20<br /><br />We want to add only the Rename option to the right click context menu of the Recycle Bin, so change the value of attributes to: 50 01 00 20. Press F5 to refresh and then after rebooting you will find that when you right click on the Recycle Bin a RENAME option pops up too.<br /><br />To reset the default Windows options change the value of Attributes back to<br /><br />40 01 00 20<br /><br />The Registry File which one can create for the above process would be something like the below:<br /><br />REGEDIT4<br /><br />[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\Shell-Folder]<br /><br />"Attributes"=hex:50,01,00,20<br /><br />To access say the Modem Properties in the Control Panel Folder, the normal procedure is: Click on Start, Click on Settings> Control Panel and then wait for the Control Panel window to pop up and then ultimately click on the Modems icon.<br /><br />Wouldn't it be lovely if you could shorten the process to: Click on Start> Control Panel>Modems. Yes you can add the Control Panel and also all other Special System Folders directly to the first level Start Menu. Firstly collect the CLSID value of the folder you want to add to the start menu. I want to add Control Panel hence the CLSID value is: 21EC2020-3AEA-1069-A2DD-08002B30309D<br /><br />Now right click on the Start Button and select Open. Now create a new folder and name it: Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}<br /><br />NOTE: Do not forget the period after the 'l' in Panel. Similarly all system folders can be added to the Start Menu.(accept My Briefcase, I think)<br /><br />Deleting System Options from the Start menu<br /><br />You can actually remove the Find and Run options from the start menu by performing a simple registry hack. Again like always Launch the registry editor and scroll down to the below key:<br /><br />HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer<br /><br />Right-click on the right pane and select New, DWORD Value. Name it NoFind.(To remove the RUN option name it NoRun). Double-click the newly create DWORD to edit it's value and enter 1 as its value. This will disable the FIND option of the Start Menu and will also disable the default Shortcut key(F3 for Find.)<br /><br />To restore the Run or find command modify the value of the DWORD to 0 or simply Delete the DWORD value.<br /><br />Fed Up of the boring Old Yellow Folder Icons?[Drive Icons Included]<br /><br />NOTE: This trick hasn't been tried on Win98.<br /><br />You can easily change the boring yellow folder icons to your own personalized icons. Simply create a text file and copy the following lines into it:<br /><br />[.ShellClassInfo]<br /><br />ICONFILE=Drive:\Path\Icon_name.extension<br /><br />Save this text file by the name, desktop.ini in the folder, whose icon you want to change. Now to prevent this file from getting deleted change it's attributes to Hidden and Read Only by using the ATTRIB command.<br /><br />To change the icon of a drive, create a text file containing the following lines:<br /><br />[Autorun]<br /><br />ICON=Drive:\Path\Icon_name.extension<br /><br />Save this file in the root of the drive whose icon you want to change and name it autorun.inf For Example, if you want to change the icon of a floppy, SAVE THE icon in a:\icon_name.ico One can also create a kewl icon for the Hard Disk and create a text file [autorun.inf] and store it in "c:\".<br /><br /> Securing NT<br /><br />By default, NT 4.0 displays the last person who logged onto the system. This can be considered to be a security threat, especially in the case of those who choose their password to be same as their Username. To disable this bug which actually is a feature, go to the following key in the registry editor:<br /><br />HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon<br /><br />Click and select the ReportBookOK item and create a new string value called DontDisplayLastUserName. Modify it and set it's value to 1.<br /><br />As a system administrator, you can ensure that the passwords chosen by the users are not too lame or too easy to guess. NT has this lovely utility called the User Manager which allows the administrator to set the age limit of the password which forces the users to change the password after a certain number of days. You can also set the minimum length of passwords and prevent users to use passwords which already have been used earlier and also enable account lockouts which will deactivate an account after a specified number of failed login attempts.<br /><br />When you log on to Win NT, you should disable Password Caching, this ensures Single NT Domain login and also prevents secondary Windows Logon screen.<br /><br />Simply copy the following lines to a plain text ASCII editor like: Notepad and save it with an extension, .reg<br /><br />----------------DISABLE.reg-----------------<br /><br />REGEDIT4<br /><br />[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Network]<br /><br />"DisablePwdCaching"=dword:00000001<br /><br />----------------DISABLE.reg-----------------<br /><br />To Enable Password Caching use the following .reg file:<br /><br />--------------Enable.reg-----------------<br /><br />REGEDIT4<br /><br />[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Network]<br /><br />"DisablePwdCaching"=dword:00000000<br /><br />--------------Enable.reg-----------------<br /><br /><br /><br />Cleaning Recent Docs Menu and the RUN MRU<br /><br />The Recent Docs menu can be easily disabled by editing the Registry. To do this go to the following Key:<br /><br />HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer<br /><br />Now in the right pane, create a new DWORD value by the name: NoRecentDocsMenu and set it's value to 1. Restart Explorer to save the changes.<br /><br />You can also clear the RUN MRU history. All the listings are stored in the key:<br /><br />HKEY_USERS\.Default\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU<br /><br />You can delete individual listings or the entire listing. To delete History of Find listings go to:<br /><br />HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Doc Find Spec MRU<br /><br />and delete.<br /><br />Customizing the Right Click Context Menu of the Start Menu<br /><br />When you right click on the start menu, only 3 options pop up: Open, Explore, and Find. You can add your own programs to this pop up menu( which comes up when we right click on it.) Open Regedit and go to the following registry key:<br /><br />HKEY_CLASSES_ROOT\Directory\Shell<br /><br />Right click on the shell and create a new Sub Key (You can create a new SubKey by right clicking on the Shell Key and selecting New > Key.). Type in the name of the application you want to add to the start menu. I want to add Notepad to the Start Menu and hence I name this new sub key, Notepad. Now right click on the new registry key that you just created and create yet another new key named Command. Enter the full path of the application, in this case Notepad in the default value of Command in the right<br /><br />pane. So I Modify the value of the default string value and enter the full pathname of Notepad:<br /><br />c:\wndows\notepad.exe.<br /><br />Now press F5 to refresh. Now if you right click on the Start Button you will find a new addition to the Pop Up Menu called Notepad. Clicking on it will launch Notepad.<br /><br />We can not only add but also remove the existing options in this pop up box.<br /><br />To delete the Find option, go to the following registry key:<br /><br />HKEY_CLASSES_ROOT\Directory\Shell\Find<br /><br />Delete Find. DO NOT delete Open else you will not be able to open any folders in the Start Menu like Programs, Accessories etc. <br /><br />BMP Thumbnail As Icon<br /><br />You can actually change the default BMP icon to a thumbnail version of the actual BMP file. To do this simply go to HKCU\Paint.Picture\Default. In the right pane change the value of default to %1. Please note however that this will slow down the display rate in explorer if there are too many BMP thumbnails to display. You can use other icons too, simply enter the pathname.To restore back to the normal change the vale of default back to: C:\Progra~1\Access~1\MSPAINT.EXE,1.<br /><br />Customizing The Shortcut Arrow<br /><br />All shortcuts have a tiny black arrow attached to it's icon to distinguish from normal files. This arrow can sometimes be pretty annoying and as a Hacker should know how to change each and everything, here goes another trick. Launch the Registry Editor and go to:<br /><br />HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Shell Icons.<br /><br />Now, on the right pane is a list of icons ( we found out that on some systems, Windows 98 especially, the right pane is blank. Don't worry, just add the value as required ). Find the value 29. If it isn't there, just add it. The value of this string should be C:\Windows\system\shell32.dll, 29 ( which means the 30th icon in shell32.dll - the first one begins with 0 ). Now, we need blank icon to do this. Just create one with white as the whole icon. Go here to learn how to create an icon. Once done just change the value to C:\xxx.ico, 0 where "xxx" is the full path of the icon file and "0" is the icon in it.<br /><br />Now for some fun. If the blank icon is a bit boring, change it again. You will find that under shell32.dll there is a gear icon, a shared folder ( the hand ) and much more. Experiment for yourself!<br /><br />Use Perl to Get List or Services Running on your NT box<br /><br />Use the following Perl Script to get a list of Services running on your NT system<br /><br />--------------script.pl-----------------<br /><br />#!c:\per\bin\perl.exe<br /><br />use Win32::Service;<br /><br />my ($key, %service, %status, $part);<br /><br />Win32::Service::GetServices(' ',\%services);<br /><br />foreach $key (sort keys %services) {<br /><br />print "Print Name\t: $key, $services{$key}\n";<br /><br />Win32::Service::GetStatus( ' ',$services{$key};<br /><br />\%status);<br /><br />foreach $part (keys %status) {<br /><br />print "\t$part : $status{$part}\n" if($part eq "CurrentState");<br /><br />}<br /><br />}<br /><br />-------------script.pl-------------------<br /><br />Internet Explorer Tricks and Tips<br /><br />Resizable Full Screen Toolbar<br /><br />The Full Screen option increases the viewable area and makes surfing more enjoyable but sometimes we need the Toolbar but also need to have extra viewing area. Now this hack teaches you how to change the size of the Internet Explorer toolbar. This registry hack is a bit complicated as it involves Binary values, so to make it simple, I have included the following registry file which will enable the resizable option of the Internet Explorer toolbar which was present in the beta version of IE.<br /><br />REGEDIT4<br /><br />[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar]<br /><br />"Theater"=hex:0c,00,00,00,4c,00,00,00,74,00,00,00,18,00,00,00,1b,00,00,00,5c,\<br /><br />00,00,00,01,00,00,00,e0,00,00,00,a0,0f,00,00,05,00,00,00,22,00,00,00,26,00,\<br /><br />00,00,02,00,00,00,21,00,00,00,a0,0f,00,00,04,00,00,00,01,00,00,00,a0,0f,00,\<br /><br />00,03,00,00,00,08,00,00,00,00,00,00,00<br /><br />*******************<br /><br />HACKING TRUTH: Internet Explorer 5 displays the friendly version of HTTP errors like NOT FOUND etc . They are aimed at making things easier for newbies. If you would rather prefer to see the proper error pages for the web server you're using, go to Tools, Internet Options and select the Advanced tab. Then scroll down and uncheck the Show friendly http errors box.<br /><br />*******************<br /><br />Making the Internet Explorer &amp; the Explorer Toolbars Fancy<br /><br />The Internet Explorer toolbar looks pretty simple. Want to make it fancy and kewl? Why not add a background image to it. To do this kewl hack launch the Windows Registry Editor and go to the following key: HKEY_CURRENT_USER\SOFTWARE\Microsoft\ Internet Explorer\Toolbar\.<br /><br />Now in the right pane create a new String Value and name it BackBitmap and modify it's value to the path of the Bitmap you want to dress it up with by rightclicking on it and choosing Modify. When you reboot the Internet Explorer and the Windows Explorer toolbars will have a new look.<br /><br />Change Internet Explorer's Caption<br /><br />Don't like the caption of Internet Explorer caption? Want to change it? Open the registry editor and go to<br /><br />HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main.<br /><br />In the right pane create a new String Value names Window Title (Note the space between Window and Title). Right click on this newly created String Value and select Modify. Type in the new caption you want to be displayed. Restart for the settings to take place.<br /><br />Now let's move on to some Outlook Express Tricks.<br /><br />Colorful Background<br /><br />Don't like the boring background colors of Outlook Express? To change it launch the Windows Registry Editor and scroll down to the<br /><br />HKEY_CURRENT_USER\Software\Microsoft\Internet Mail And News key.<br /><br />On the left pane, click on ColorCycle or select Edit and Modify in the menu. Now change the value to 1. Close and restart. Now, launch Outlook Express and whenever you open up a New Message, hold down ctrl-shift and tap the z key to scroll to change the background color. Repeat the keystroke to cycle through the colors.<br /><br />Internet Explorer 5 Hidden Features<br /><br /><br />Microsoft Internet Explorer 5 has several hidden features which can be controlled using the Windows Registry. Open your registry and scroll down to the following key:<br /><br />HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions<br /><br />Create a new DWORD value named x(See complete list of values of x below) and modify it's value to 1 to enable it and to 0 to disable it.<br /><br />NoBrowserClose : Disable the option of closing Internet Explorer.<br /><br />NoBrowserContextMenu : Disable right-click context menu.<br /><br />NoBrowserOptions : Disable the Tools / Internet Options menu.<br /><br />NoBrowserSaveAs : Disable the ability to Save As.<br /><br />NoFavorites : Disable the Favorites.<br /><br />NoFileNew : Disable the File / New command.<br /><br />NoFileOpen : Disable the File / Open command.<br /><br />NoFindFiles : Disable the Find Files command.<br /><br />NoSelectDownloadDir : Disable the option of selecting a download directory.<br /><br />NoTheaterMode : Disable the Full Screen view option.<br /><br />Hacking Secrets<br /><br />Almost all system administrators make certain changes and make the system restricted. System Administrators can hide the RUN option, the FIND command, the entire Control Panel, drives in My Computer like D: A: etc. They can even restrict activities of a hacker my disabling or hiding, even the tiniest options or tools.<br /><br />Most commonly these restrictions are imposed locally and are controlled by the Windows Registry. But sometimes the smart system administrators control the activities of the hacker by imposing restrictions remotely through the main server.<br /><br />Poledit or Policy Editor is a small kewl tool which is being commonly used by system administrators to alter the settings of a system. This utility is not installed by default by Windows. You need to install in manually from the Windows 98 Installation Kit from the Resource Kit folder. user.dat file that we saw earlier.<br /><br />The Policy Editor tool imposes restrictions on the user's system by editing the user.dat file which in turn means that it edits the Windows Registry to change the settings. It can be used to control or restrict access to each and every folder and option you could ever think of. It has the power to even restrict access to individual folders, files, the Control Panel, MS DOS, the drives available etc. Sometimes this software does make life really hard for a Hacker. So how can we remove the restrictions imposed by the Policy Editor? Well read ahead to learn more.<br /><br />You see the Policy Editor is not the only way to restrict a user's activities. As we already know that the Policy Editor edits the Windows Registry(user.dat) file to impose such restrictions. So this in turn would mean that we can directly make changes to the Windows Registry using a .reg file or directly to remove or add restrictions.<br /><br />Launch Regedit and go to the following Registry Key:<br /><br />HKEY_CURRENT_USER/Software/Microsoft/CurrentVersion/Policies<br /><br />Under this key, there will definitely be a key named explorer. Now under this explorer key we can create new DWORD values and modify it's value to 1 in order to impose the restriction. If you want to remove the Restriction, then you can simply delete the respective DWORD values or instead change their values to 0. The following is a list of DWORD values that can be created under the Explorer Key-:<br /><br />NoDeletePrinter: Disables Deletion of already installed Printers<br /><br />NoAddPrinter: Disables Addition of new Printers<br /><br />NoRun : Disables or hides the Run Command<br /><br />NoSetFolders: Removes Folders from the Settings option on Start Menu (Control Panel, Printers, Taskbar)<br /><br />NoSetTaskbar: Removes Taskbar system folder from the Settings option on Start Menu<br /><br />NoFind: Removes the Find Tool (Start >Find)<br /><br />NoDrives: Hides and does not display any Drives in My Computer<br /><br />NoNetHood: Hides or removes the Network Neighborhood icon from the desktop<br /><br />NoDesktop: Hides all items including, file, folders and system folders from the Desktop<br /><br />NoClose: Disables Shutdown and prevents the user from normally shutting down Windows.<br /><br />NoSaveSettings: Means to say, 'Don't save settings on exit'<br /><br />DisableRegistryTools: Disable Registry Editing Tools (If you disable this option, the Windows Registry Editor(regedit.exe) too<br /><br />will not work.)<br /><br />NoRecentDocsHistory: Removes Recent Document system folder from the Start Menu (IE 4 and above)<br /><br />ClearRecentDocsOnExit: Clears the Recent Documents system folder on Exit.<br /><br />Nolnternetlcon: Removes the Internet (system folder) icon from the Desktop<br /><br />Under the same key: HKEY_CURRENT_USER/Software/Microsoft/CurrentVersion/Policies you can create new subkeys other than the already existing Explorer key. Now create a new key and name it System. Under this new key, system we can create the following new DWORD values(1 for enabling the particular option and 0 for disabling the particular option):<br /><br />NODispCPL: Hides Control Panel<br /><br />NoDispBackgroundPage: Hides Background page.<br /><br />NoDispScrsavPage: Hides Screen Saver Page<br /><br />NoDispAppearancePage: Hides Appearance Page<br /><br />NoDispSettingsPage: Hides Settings Page<br /><br />NoSecCPL: Disables Password Control Panel<br /><br />NoPwdPage: Hides Password Change Page<br /><br />NoAdminPaqe: Hides Remote Administration Page<br /><br />NoProfilePage: Hides User Profiles Page<br /><br />NoDevMgrPage: Hides Device Manager Page<br /><br />NoConfigPage: Hides Hardware Profiles Page<br /><br />NoFileSysPage: Hides File System Button<br /><br />NoVirtMemPage: Hides Virtual Memory Button<br /><br />Similarly, if we create a new subkey named Network, we can add the following DWORD values under it(1 for enabling the particular option and 0 for disabling the particular option):<br /><br />NoNetSetupSecurityPage: Hides Network Security Page<br /><br />NoNelSetup: Hides or disables the Network option in the Control Panel<br /><br />NoNetSetupIDPage: Hides the Identification Page<br /><br />NoNetSetupSecurityPage: Hides the Access Control Page<br /><br />NoFileSharingControl: Disables File Sharing Controls<br /><br />NoPrintSharing: Disables Print Sharing Controls<br /><br />Similarly, if we create a new subkey named WinOldApp, we can add the following DWORD values under it(1 for enabling the particular option and 0 for disabling the particular option):<br /><br />Disabled: Disable MS-DOS Prompt<br /><br />NoRealMode: Disable Single-Mode MS-DOS.<br /><br />So you see if you have access to the Windows Registry, then you can easily create new DWORD values and set heir value to 1 for enabling the particular option and 0 for disabling the particular option. But Sometimes, access to the Windows Registry is blocked. So what do you do? Go to the Windows Directory and delete either user.dat or system.dat (These 2 files constitute the Windows Registry.) and reboot. As soon as Windows logs in, it will display a Warning Message informing you about an error in the Windows Registry. Simply ignore this Warning Message and Press CTRL+DEL+ALT to get out of this warning message.(Do not press OK) You will find that all restrictions have been removed.<br /><br />The most kind of restriction found quite commonly is the Specific Folder Restriction, in which users are not allowed access to specific folders, the most common being the Windows folder, or sometimes even access to My Computer is blocked. In effect, you simply cannot seem to access the important kewl files which are needed by you to do remove restrictions. What do you? Well use the RUN command. (START >RUN). But unfortunately a system administrator who is intelligent enough to block access to specific folder, would definitely have blocked access to the RUN command. Again we are stuck.<br /><br />Windows is supposed to be the most User Friendly Operating System on earth. (At least Microsoft Says so.)<br /><br />It gives the User an option to do the same thing in various ways. You see the RUN command is only the most convenient option of launching applications, but not the only way. In Windows you can create shortcuts to almost anything from a file, folder to a Web URL. So say your system administrator has blocked access to the c:\windows\system folder and you need to access it. What do you do? Simply create a Shortcut to it. To do this right click anywhere on the desktop and select New > Shortcut. A new window titled Create Shortcut pops up. Type in the path of the restricted folder you wish to access, in this case c:\windows\system. Click Next, Enter the friendly name of the Shortcut and then click Finish. Now you can access the restricted folder by simply double clicking on the shortcut icon. Well that shows how protected and secure *ahem Windows *ahem is.<br /><br />****************<br /><br />HACKING TRUTH: Sometimes when you try to delete a file or a folder, Windows displays an error message saying that the file is protected. This simply means that the file is write protected, or in other words the R option is +. Get it? Anyway, you can stop Windows from displaying this error message and straightaway delete this file by changing its attributes to Non Read Only. This can be done by Right Clicking on the file, selecting Properties and then<br /><br />unselecting the Read Only Option.<br /><br />***************<br /><br />There is yet another way of accessing restricted folders. Use see, DOS has a lovely command known as START. Its general syntax is:<br /><br />START application_path<br /><br />It does do what it seems to do, start applications. So in you have access to DOS then you can type in the START command to get access to the restricted folder. Now mostly access to DOS too would be blocked. So again you can use the shortcut trick to launch, c:\command.com or c:\windows\command.com. (Command.com is the file which launches MS DOS).<br /><br />Accessing Restricted Drives.<br /><br />The problem with most system administrators is that they think that the users or Hackers too are stupid. Almost all system administrators use the Registry Trick (Explained Earlier) to hide all drives in My Computer. So in order to unhide or display all drives, simply delete that particular key.(Refer to beginning of Untold Secrets Section.)<br /><br />Some systems have the floppy disk disabled through the BIOS. On those systems if the BIOS is protected, you may need to crack the BIOS password. (For that Refer to the Windows Hacking Chapter). Sometimes making drives readable (Removing R +) and then creating Shortcuts to them also helps us to get access to them.<br /><br />Further Changing your Operating System's Looks by editing .htt files<br /><br />If you have installed Windows Desktop Update and have the view as Web Page option enabled, you can customise the way the folder looks by selecting View > Customise this folder. Here you can change the background and other things about that particular folder. Well that is pretty lame, right? We hackers already know things as lame as that. Read on for some kewl stuff.<br /><br />Well, you could also change the default that is stored in a Hidden HTML Template file (I think so..) which is nothing but a HTML document with a .htt extension. This .htt file is found at: %systemroot%\web\folder.htt.<br /><br />The %systemroot% stands for the drive in which Windows is Installed, which is normally C:<br /><br />You can edit these .htt files almost just like you edit normal .HTM or .HTML files. Simply open them in an ASCII editor like Notepad. The following is a list of .htt files on your system which control various folders and which can be edited to customise the way various folders look.<br /><br />controlp.htt Control Panel<br /><br />printers.htt Printers<br /><br />mycomp.htt My Computer<br /><br />safemode.htt Safe Mode<br /><br />All these files are found in the web folder in %systemfolder%. The folder.htt file has a line:<br /><br />'Here's a good place to add a few lines of your own"<br /><br />which is the place where you can add your own A HREF links. These links would then appear in the folder whose folder.htt file you edited. All this might sound really easy and simple, but you see these .htt files do not contain normal HTML code, instead they contain a mixture of HTML and web bots. Hence they can be difficult for newbies to understand.<br /><br />Well that's it for now, more tricks later, till then goodbye.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29841972-4274956347446689720?l=mifwarz.blogspot.com'/></div>zerogeekhttp://www.blogger.com/profile/07531430981851776263noreply@blogger.com0tag:blogger.com,1999:blog-29841972.post-28042104913692922452007-11-07T12:22:00.001+05:002007-11-07T12:22:31.181+05:00<p class="MsoNormal" style="background: white none repeat scroll 0% 50%; margin-bottom: 12pt; text-align: center; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" align="center"><strong><span style="background: rgb(0, 153, 153) none repeat scroll 0% 50%; font-size: 18pt; font-family: &quot;Bookman Old Style&quot;,&quot;serif&quot;; color: white; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"> Your </span></strong><strong><span style="background: rgb(255, 153, 51) none repeat scroll 0% 50%; font-size: 18pt; font-family: &quot;Bookman Old Style&quot;,&quot;serif&quot;; color: white; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"> Personality </span></strong><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"><o:p></o:p></span></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: red;">1. By Name</span></b><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: red;">2. By Month</span></b><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: red;">3. By Date</span></b><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: red;">4. By Signing Style</span></b><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> <div class="MsoNormal" style="background: white none repeat scroll 0% 50%; text-align: center; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" align="center"><span style="font-size: 9pt; font-family: &quot;Garamond&quot;,&quot;serif&quot;; color: rgb(255, 102, 153);"> <hr align="center" size="2" width="100%"> </span></div> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: red;">1. <u>By Name</u></span></b><b><u><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> </span></u></b><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"><o:p></o:p></span></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: rgb(51, 102, 0);">Does your name begin with: A?</span></b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: rgb(51, 102, 0);"><br />U are not particularly romantic, but you are interested in action. You mean business. With you, what you see is what you get. You have no patience for flirting and can't be bothered with someone who is trying to be coy, cute, demure, and subtly enticing. You are an up-front person. You often don't get hints &amp; you never pass any. Brains turn you on. You must feel that your partner is intellectually stimulating; otherwise you will find it difficult to sustain the relationship. You require loving, cuddling, wining, and dining to know that you're being appreciated. Your mate's physical attractiveness is important for you. You tend to be very practical, &amp; not very emotional. Your choices are very good &amp; can only lead to trouble. You are very self satisfied &amp; egoistic.<br />________________________________________________________<br /><br /><b>Does your name begin with: B?</b><br />You give off vibes of lazy sensuality. You enjoy being romanced, wined, and dined. You are very happy to receive gifts as an statement of the affection of your lover. You want to be pampered and know how to pamper your mate. You are private in your statement of endearments, and particular when it comes to love. You will hold off until everything meets with your approval. You can control your appetite &amp; feelings. You require new sensations and experiences. You are willing to experiment.<br />________________________________________________________<br /><b><br />Does your name begin with: C?</b><br />You are a very social individual, and it is important to you to have a relationship. You require closeness and togetherness. You want the object of your affection to be socially acceptable and good-looking. You see your lover as a friend and companion. You are very sensual, needing someone to appreciate and almost worship you. When this cannot be achieved, you have the ability to hold out on affection until you receive this. You are an expert at controlling your desires and doing without.<br />________________________________________________________<br /><br /><b>Does your name begin with: D?</b><br />Once you get it into your head that you want someone, you move full steam ahead in your suit. You do not give up your quest easily. You are nurturing and caring. If someone has a problem, this turns you on. You are highly passionate, loyal, and intense in your involvement's, sometimes possessive and jealous. You are very sharp &amp; talented often with sense of humor. When people bother to look deep inside they cannot resist what they see. You are stimulated by the eccentric and unusual, having a free and open attitude. You get jealous of other people and lose your temper.<br />________________________________________________________<br /><br /><b>Does your name begin with: E?</b><br />Your greatest need is to talk. If your date is not a good listener, you have trouble relating. A person must be intellectually stimulating or you are not interested sexually. You need a friend for a lover and a companion. You hate disharmony and disruption, but you do enjoy a good argument once in a while-it seems to stir things up. You flirt a lot, for the challenge is more important. But once you give your heart away, you are uncompromisingly loyal. You will fall asleep with a good book. Sometimes, in fact, you prefer a good book to a lover.<br />________________________________________________________<br /><br /><b>Does your name begin with: F?</b><br />You are idealistic and romantic, putting your lover on a pedestal. You look for the very best mate you can find. You are a flirt, yet once committed, you are very loyal. You are sensuous and privately passionate. Publicly, you can be showy, extravagant, and gallant. You are a born romantic. Dramatic love scenes are a favorite fantasy past time. You can be a very generous lover.<br />________________________________________________________<br /><br /><b>Does your name begin with: G?</b><br />You are fastidious, seeking perfection within yourself and your lover. You respond to a lover who is your intellectual equal or superior, and one who can enhance your status. You are sensuous and know how to reach the peak of stimulation, because you work at it meticulously. You can be extremely active-never tiring out. Your duties and responsibilities take precedence over everything else. You may have difficulty getting emotionally close to people.<br />________________________________________________________</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: rgb(51, 102, 0);">Does your name begin with: H?</span></b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: rgb(51, 102, 0);"><br />You seek a mate who can enhance your zest for life, fun &amp; everything you seek for. You will be very generous to your lover once you have attained a commitment. You are very affectionate &amp; very strong. Your gifts are actually an investment in your partner. Before the commitment, though, you tend to be very careful with your every move and equally cautious in your involvements often, as you believe that you have to look out for yourself. You are a sensual and patient lover. You will hold off till everything meets your full approval. You are a perfectionist, hard to satisfy and strong in your beliefs. Not influential, you always stand your ground. People can always count on you to stand by them in a crisis. You are a dreamer with a passion for life.<br />________________________________________________________<br /><br /><b>Does your name begin with: I?</b><br />You have a great need to be loved, appreciated...even worshiped. You enjoy luxury, sensuality, and pleasures of the flesh. You like necking spend hours just touching feeling &amp; exploring. You look for lovers who know what they are doing. You are not interested in an amateur, unless that amateur wants a tutor. You are fussy and exacting about having your desires satisfied. You are willing to experiment and try new modes of statement. You bore easily and thus require adventure and change. Your commitments don't last very long &amp; you often tend to stray. Loyalty is not one of your strong points. You are more sensual than sexual, but you are sometimes downright lustful.<br />________________________________________________________<br /><br /><b>Does your name begin with: J?</b><br />You are blessed with a great deal of physical energy. When used for a good cause there is nothing to stop you, except maybe that they aren't always used for the good. ( you could dance all night.) You respond to the thrill of the chase and the challenge of the mating game. You can carry on great romances in your head. At heart you are a roamer and need to set out on your own every so often. You will carry on long- distance relationships with ease. You are idealistic and need to believe in love. You have a need to be nurtured deep within.<br />________________________________________________________<br /><br /><b>Does your name begin with: K?</b><br />You are secretive, self-contained, and shy. You are very sexy, sensual, and passionate, but you do not let on to this. Only in intimate privacy will this part of your nature reveal itself. When it gets down to the nitty-gritty, you are an expert. You know all the little tricks of the trade, can play any role or any game, and take your love life very seriously. You don't fool around. You have the patience to wait for the right person to come along. You are very generous &amp; giving, often selfless. You are kind-natured &amp; sweet, which is found to be<br />attractive by many. You are a good friend.<br />________________________________________________________<br /><br /><b>Does your name begin with: L?</b><br />You can be very romantic, attached to the glamour of love. Having a partner is of paramount importance to you. You are free in your statement of love and are willing to take chances, try new sexual experiences and partners, provided it's all in good taste. Brains turn you on. You must feel that your partner is intellectually stimulating, otherwise you will find it difficult to sustain the relationship. You require loving, cuddling, wining, and dining to know that you're being appreciated.<br />________________________________________________________<br /><br /> <!--[if !supportLineBreakNewLine]--><br /> <!--[endif]--><b><o:p></o:p></b></span></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: rgb(51, 102, 0);">Does your name begin with: M?</span></b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: rgb(51, 102, 0);"><br />You may appear innocent, unassuming and shy; but we know that appearances can lie. When it comes to sex, you are no novice but something of a skilled technician. You can easily go to extremes, though, running the gamut from insatiability to boredom with the whole idea of love. You can be highly critical of your mate, seeking perfection in both of you. It is not easy to find someone who can meet your standards. You have difficulty expressing emotions and drawing close to lovers. You are often selfish, thinking you are always right no matter what. You never give in. Winning is your prime desire- at any cost. You often forget friends and family and you live for the moment.<br />________________________________________________________<br /><br /><b>Does your name begin with: N?</b><br />You are emotional and intense. When involved in a relationship, you throw your entire being into it. Nothing stops you; there are no holds barred. You are all consuming and crave someone who is equally passionate and intense. You believe in total freedom. You are willing to try anything and everything. Your supply of energy is inexhaustible. You want to be pampered and know how to pamper your mate. You also enjoy mothering your mate. You often have the greatest love affairs all by yourself, in your head. You are very imaginative.<br />________________________________________________________<br /><br /><b>Does your name begin with: O?</b><br />You are very interested in fun activities yet secretive and shy about your desires. You can re-channel much of your energy into making money and/or seeking we. You can easily have extended periods of celibacy. You are a passionate, compassionate lover, requiring the same qualities from your mate. Love is serious business; thus you demand intensity, diversity and is willing to try anything or anyone. Sometimes your passions turn to possessiveness, which must be kept in check.<br />________________________________________________________<br /><br /><b>Does your name begin with: P?</b><br />You are very conscious of social proprieties. You wouldn't think of doing anything that might harm your image or reputation. Appearances count. Therefore, you require a good-looking partner. You also require an intelligent partner. Oddly enough, you may view your partner as your enemy...a good fight stimulates those vibes. You are relatively free of hang-ups. You are willing to experiment and try new ways of doing things. You are very social and sensual; you enjoy flirting and need a good deal of physical gratification.<br />________________________________________________________<br /><br /><b>Does your name begin with: Q?</b><br />You require constant activity and stimulation. You have tremendous physical energy. It is not easy for a partner to keep up with you. You are an enthusiastic lover and tend to be attracted to people because of their ethnic groups. You need romance, hearts and flowers, and conversation to turn you on and keep you going.<br />________________________________________________________<br /><br /><b>Does your name begin with: R?</b><br />You are a no-nonsense, action-oriented individual. You need someone who can keep pace with you and who is your intellectual equal-the smarter the better. You are turned on more quickly by a great mind than by a great body. However, physical attractiveness is not very important to you. You have to be proved to be worthy for a partner. You have a need to prove yourself the best. You want feedback on your performance. You are open, stimulating &amp; romantic.<br />________________________________________________________<br /><br /><b>Does your name begin with: S?</b><br />For you, it is pleasure before business. You can be romantically idealistic to a fault and is capable of much sensuality. But you never loose control of your emotions. Once you make the commitment you stick like glue. You could get jealous and possessive. You tend to be very selfish often regarding yourself as the only human being on the planet. You like being<br />the center of attention. You are very caring, sensitive, private &amp; sometimes very passive. Turned on by soft lights, romantic thoughts. When it gets down to the nitty-gritty, you are an expert. You know all the little tricks of the trade, can play any role, or any game, and take your love life very seriously. You don't fool around. You have the patience to wait for the right person to come along. You are very generous &amp; giving, often selfless. You are kind nature &amp; sweet, which is found to be attractive by many. You are a good friend. </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"><o:p></o:p></span></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: rgb(51, 102, 0);">________________________________________________________<br /><br /><b>Does your name begin with: T?</b><br />You are very sensitive, private &amp; sometimes very passive. You like someone who takes the lead. Music, soft lights &amp; romantic thoughts turn you on. You fantasize &amp; tend to fall in &amp; out of love soon. When in love you are romantic, idealistic, mushy &amp; extremely. You enjoy having your senses &amp; your feelings stimulated, titillated &amp; teased. You are a great flirt. You can make your relationships fit your dreams, all in your own head. Once you put your mind to something you manage to stand by it and see your dreams through. You aren't very good at expressing your feelings. You like things your own way. You do not like change; you like to hold on to things. This may not always be good because if given an opportunity things may develop into great things. You work your way to the top. Attention must be given to what others say because even though you don't want to hear it their advice may turn ! out to save your life.<br />________________________________________________________<br /><br /><b>Does your name begin with: U?</b><br />You are enthusiastic &amp; at you're happiest when in love. When not in love you're in love with love and always looking for someone to adore. You see romance as challenge. You are a roamer &amp; needs adventure, excitement freedom. You enjoy giving gifts &amp; looking good. You<br />are willing to put others feelings above yours.<br />________________________________________________________<br /><br /><b>Does your name begin with: V?</b><br />You are individualistic &amp; you need freedom, space &amp; excitement. You wait till you know someone well before committing yourself. Knowing someone means psyching her/him out. You feel a need to get into his/her head to see hat makes him tick. You are attracted to eccentric types. You believe that age is no barrier. You are good at responding to danger, fear &amp; suspense.<br />________________________________________________________<br /><br /><b>Does your name begin with: W?</b><br />You are very proud, determined &amp; refuses to take no for an answer when it come to love. Your ego is at stake all the time. You are romantic, idealistic, often in love with love itself, not seeing your partner for who she or he really is. You feel deeply about love &amp; tends to throw all of your self into a relationship. Nothing is too good for your lover. You like laying love games.<br />________________________________________________________<br /><br /><b>Does your name begin with: X?</b><br />You need constant stimulation because you get bored quickly. You can handle more than 1 relationship at a time with ease. You can't shut off your mind. You can do 2 things at once. You are very talented.<br />________________________________________________________<br /><br /><b>Does your name begin with: Y?</b><br />You are sensual &amp; very independent. If you can't have it your way, you will forget the whole thing. You want to control your relationships, which doesn't work out too well. You respond to physical stimulation. However if you can make money you will give up the pleasures of the flesh for the moment. You have a need to prove yourself the best. You want feedback on your performance. You are open, stimulating &amp; romantic.<br />________________________________________________________<br /><br /><b>Does your name begin with: Z?</b><br />You are very romantic but show feels that to love means to suffer. You wind up serving your mate &amp; attracting people who have unusual trouble. You see yourself as a lover's savior. </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"><o:p></o:p></span></p> <div class="MsoNormal" style="background: white none repeat scroll 0% 50%; text-align: center; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" align="center"><span style="font-size: 9pt; font-family: &quot;Garamond&quot;,&quot;serif&quot;; color: rgb(51, 102, 0);"> <hr align="center" size="2" width="100%"> </span></div> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; text-align: center; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" align="center"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: red;">2. <u>By Month</u></span></b><b><u><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> </span></u></b><span style="font-size: 9pt; font-family: &quot;Garamond&quot;,&quot;serif&quot;; color: rgb(51, 102, 0);"><o:p></o:p></span></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><strong><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: navy;">JANUARY</span></strong><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: navy;"><br /></span></b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: maroon;">*Ambitious and serious *Loves to teach and be taught *Always looking at people's flaws and weaknesses *Likes to criticize *Hardworking and productive *Smart, neat and organised *Sensitive and has deep thoughts *Knows how to make others happy *Quiet unless excited or tensed *Rather reserved *Highly attentive *Resistant to illnesses but prone to colds *Romantic but has difficulties expressing love *Loves children *Homely person *Loyal *Needs to improve social abilities *Easily jealous. </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"><o:p></o:p></span></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><strong><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: navy;">FEBRUARY</span></strong><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: navy;"><br /></span></b><strong><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: maroon;"> </span></strong><strong><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> </span></strong><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: maroon;">*Abstract thoughts *Loves reality and abstract *Intelligent and clever *Changing personality *Temperamental *Quiet, shy and humble *Low self esteem *Honest and loyal *Determined to reach goals *Loves freedom *Rebellious when restricted *Loves aggressiveness *Too sensitive and easily hurt *Showing anger easily *Dislike unnecessary things *Loves making friends but rarely shows it *Daring and stubborn *Ambitious *Realizing dreams and hopes *Sharp *Loves entertainment and leisure *Romantic on the inside not outside *Superstitious and ludicrous *Spendthrift *Learns to show emotions. </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"><o:p></o:p></span></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><strong><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: navy;">MARCH</span></strong><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: navy;"><br /></span></b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: maroon;">*Attractive personality *Affectionate *Shy and reserved *Secretive *Naturally honest, generous and sympathetic *Loves peace and serenity *Sensitive to others *Loves to serve others *Not easily angered *Trustworthy *Appreciative and returns kindness *Observant and assess others *Revengeful *Loves to dream and fantasize *Loves traveling *Loves attention *Hasty decisions in choosing partners *Loves home decors *Musically talented *Loves special things *Moody. </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"><o:p></o:p></span></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><strong><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: navy;">APRIL</span></strong><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: navy;"><br /></span></b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: maroon;">*Active and dynamic *Decisive and haste but tends to regret *Attractive and affectionate to oneself *Strong mentality *Loves attention *Diplomatic *Consoling *Friendly and solves people's problems *Brave and fearless *Adventurous *Loving and caring *Suave and generous *Emotional *Revengeful *Aggressive *Hasty *Good memory *Moving *Motivate oneself and the others *Sickness usually of the head and chest *Easily get too jealous. </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"><o:p></o:p></span></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: navy;">MAY<br /></span></b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: maroon;">*Stubborn and hard-hearted *Strong-willed and highly motivated *Sharp thoughts *Easily angered *Attracts others and loves attention *Deep feelings *Beautiful physically and mentally *Firm standpoint *Easily influenced *Needs no motivation *Easily consoled *Systematic (left brain) *Loves to dream *Strong clairvoyance *Understanding *Sickness usually in the ear and neck *Good imagination *Good debating skills *Good physical *Weak breathing *Loves literature and the arts *Loves traveling *Dislike being at home *Restless *Hardworking *High spirited *Spendthrift </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"><o:p></o:p></span></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: navy;">JUNE<br /></span></b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: maroon;">*Thinks far with vision *Easily influenced by kindness *Polite and soft-spoken *Having lots of ideas *Sensitive *Active mind *Hesitating *Tends to delay *Choosy and always wants the best *Temperamental *Funny and humorous *Loves to joke *Good debating skills *Talkative *Daydreamer *Friendly *Knows how to make friends *Abiding *Able to show character *Easily hurt *Prone to getting colds *Loves to dress up *Easily bored *Fussy *Seldom show emotions *Takes time to recover when hurt *Brand conscious *Executive *Stubborn *Those who loves me are enemies *Those who hates me are friends. </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"><o:p></o:p></span></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: navy;">JULY<br /></span></b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: maroon;">*Fun to be with *Secretive *Difficult to fathom and to be understood *Quiet unless excited or tensed *Takes pride in oneself *Has reputation *Easily consoled *Honest *Concern about people's feelings *Tactful *Friendly *Approachable *Very emotional *Temperamental and unpredictable *Moody and easily hurt *Witty and starkly *Sentimental *Not revengeful *Forgiving but never forgets *Dislike nonsensical and unnecessary things *Guides others physically and mentally *Sensitive and forms impressions carefully *Caring and loving *Treats others equally *Strong sense of sympathy *Wary and sharp *Judge people through observations *Hardworking *No difficulties in studying *Loves to be alone *Always broods about the past and the old friends *Likes to be quiet *Homely person *Waits for friends *Never looks for friends *Not aggressive unless provoked *Prone to having stomach and dieting problems *Loves to be loved *Easily hurt but takes long to recover *Overly concerned *Puts in effort in work. </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"><o:p></o:p></span></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: navy;">AUGUST<br /></span></b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: maroon;">*Loves to joke *Attractive *Suave and caring *Brave and fearless *Firm and has leadership qualities *Knows how to console others *Too generous and egoistic *Take high pride of oneself *Thirsty for praises *Extraordinary spirit *Easily angered *Angry when provoked *Easily jealous *Observant *Careful and cautious *Thinks quickly *Independent thoughts *Loves to lead and to be led *Loves to dream *Talented in the arts, music and defense *Sensitive but not petty *Poor resistance against illnesses *Learns to relax *Hasty and rusty *Romantic *Loving and caring *Loves to make friends. </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"><o:p></o:p></span></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: navy;">SEPTEMBER<br /></span></b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: maroon;">*Suave and compromising *Careful, cautious and organized *Likes to point out people's mistakes *Likes to criticize *Quiet but able to talk well *Calm and cool *Kind and sympathetic *Concerned and detailed *Trustworthy, loyal and honest *Does work well *Sensitive *Thinking *Good memory *Clever and knowledgeable *Loves to look for information *Must control oneself when criticizing *Able to motivate oneself *Understanding *Secretive *Loves sports, leisure and traveling *Hardly shows emotions *Tends to bottle up feelings *Choosy especially in relationships *Loves wide things *Systematic. </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"><o:p></o:p></span></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: navy;">OCTOBER<br /></span></b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: maroon;">*Loves to chat *Loves those who loves him *Loves to takes things at the center *Attractive and suave *Inner and physical beauty *Does not lie or pretend *Sympathetic *Treats friends importantly *Always making friends *Easily hurt but recovers easily *Bad tempered *Selfish *Seldom helps unless asked *Daydreamer *Very opinionated *Does not care of what others think *Emotional *Decisive *Strong clairvoyance *Loves to travel, the arts and literature *Soft-spoken, loving and caring *Romantic *Touchy and easily jealous *Concerned *Loves outdoors *Just and fair *Spendthrift and easily influenced *Easily lose confidence. </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"><o:p></o:p></span></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: navy;">NOVEMBER<br /></span></b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: maroon;">*Has a lot of ideas *Difficult to fathom *Thinks forward *Unique and brilliant *Extraordinary ideas *Sharp thinking *Fine and strong clairvoyance *Can become good doctors *Careful and cautious *Dynamic in personality *Secretive *Inquisitive *Knows how to dig secrets *Always thinking *Less talkative but amiable *Brave and generous *Patient *Stubborn and hard-hearted *If there is a will, there is a way *Determined *Never give up *Hardly become angry unless provoked *Loves to be alone *Thinks differently from others *Sharp-minded *Motivates oneself *Does not appreciate praises *High-spirited *Well-built and tough *Deep love and emotions *Romantic *Uncertain in relationships *Homely *Hardworking *High abilities *Trustworthy *Honest and keeps secrets *Not able to control emotions *Unpredictable. </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"><o:p></o:p></span></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: navy;">DECEMBER<br /></span></b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: maroon;">*Loyal and generous *Patriotic *Active in games and interactions *Impatient and hasty *Ambitious *Influential in organizations *Fun to be with *Loves to socialize *Loves praises *Loves attention *Loves to be loved *Honest and trustworthy *Not pretending *Short tempered *Changing personality *Not egoistic *Takes high pride in oneself *Hates restrictions *Loves to joke *Good sense of humor *Logical. </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"><o:p></o:p></span></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><strong><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: red;"><o:p> </o:p></span></strong></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><strong><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: red;"><o:p> </o:p></span></strong></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><strong><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: red;"><o:p> </o:p></span></strong></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><strong><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: red;"><o:p> </o:p></span></strong></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><strong><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: red;"><o:p> </o:p></span></strong></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><strong><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: red;">3. <u>By Date</u></span></strong><strong><u><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> </span></u></strong><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"><o:p></o:p></span></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">If your birthday is on.. Scroll down to find out about your nature..                        </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> <table class="MsoNormalTable" style="width: 381pt;" border="0" cellpadding="0" width="508"> <tbody><tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">December 23rd - January 1st</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: rgb(204, 0, 0) none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: white;">Red</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">January 2nd - January 11th</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: rgb(255, 153, 51) none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><st1:city st="on"><st1:place st="on"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: white;">Orange</span></st1:place></st1:City><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">January 12th - January 24th</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: rgb(255, 204, 0) none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: white;">Yellow</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">January 25th - February 3</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: fuchsia none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: white;">Pink</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">February 4th - February 8th</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: aqua none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">Blue</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">February 9th - February 18th</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: green none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: white;">Green</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">February 19th - February 28th</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: rgb(204, 51, 0) none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: white;">Brown</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">March1st - Match 10th</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: teal none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: white;">Aqua</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">March 11 - March 20th</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: lime none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">Lime</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">March 21 st</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: black none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: white;">Black</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">March 22 nd - March 31st</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: purple none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: white;">Purple</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">April 1st - April 10th</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: navy none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: white;">Navy</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">April 11th - April 20th</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: gray none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: white;">Silver</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">April 21st - April 30th</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: white none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">White</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">May 2nd - May 14th</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: blue none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: white;">Blue</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">May 15th - May 24th</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: rgb(230, 231, 177) none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">Gold</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">May 25th - June 3rd</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: green none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: white;">Cream</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">June 4th - June13th</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: gray none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: white;">Gray</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">June 14 - June 23rd</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: maroon none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: white;">Maroon</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">June 24th</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: gray none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: white;">Gray</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">June 25 - July 4th</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: red none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: white;">Red</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">July 5th - July 14th</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: rgb(255, 102, 0) none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><st1:city st="on"><st1:place st="on"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: white;">Orange</span></st1:place></st1:City><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">July 15th - July 25 th</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: yellow none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">Yellow</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">July 26th - August 4 th</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: rgb(255, 51, 153) none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: white;">Pink</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">August 5th - August 13th</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: blue none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: white;">Blue</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">August 14th - August 23rd</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: green none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: white;">Green</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">August 24 - September 2nd</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: rgb(102, 0, 51) none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: white;">Brown</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">September 3rd - September12th </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: aqua none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">Aqua</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">September 13th - September 22nd</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: lime none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">Lime</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">September 23rd</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: olive none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: white;">Olive</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="background: white none repeat scroll 0% 50%; font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">September 24th - October 3rd</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: rgb(128, 0, 255) none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: white;">Purple</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">October 4th - October 13th</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: navy none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: white;">Nave</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">October 14th - October 23rd</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: silver none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: white;">Silver</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">October 24 - November 11th</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: white none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">White</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">November 12th - November 21st</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: rgb(230, 231, 177) none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">Gold</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">November 22nd - December1st</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: rgb(255, 204, 153) none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">Cream</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">December 2nd - December11th</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: gray none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: white;">Gray </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">December 12th - December 21st</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: maroon none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: white;">Maroon</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 164.25pt;" width="219"> <p class="MsoNormal"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;">December 22nd</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> <td style="padding: 0in; background: teal none repeat scroll 0% 50%; width: 204.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="273"> <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: white;">Teal</span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> </td> </tr> </tbody></table> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black; display: none;"><o:p> </o:p></span></p> <table class="MsoNormalTable" style="width: 398.25pt;" border="0" cellpadding="0" width="531"> <tbody><tr style=""> <td style="padding: 0in; width: 398.25pt;" width="531"> <p class="MsoNormal" style="text-align: center;" align="center"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;">RED</span></b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><br /> Cute and lovable type, you are picky but always in love ...and liked to be loved. Fresh and cheerful, but can be "moody" at times. Capable with people, nice, soft, and that can love you for the way you are. Likes people that are easy to talk to, and can make you feel comfortable. </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 398.25pt;" width="531"> <p class="MsoNormal" style="text-align: center;" align="center"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;">CREAM</span></b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><br /> Competitive and sportive. Don't like losing and always cheerful! You are trustworthy, and very out-going. You choose love carefully, and don't fall in love easily. But once you find the right one, you don't let go for a long long time. </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 398.25pt;" width="531"> <p class="MsoNormal" style="text-align: center;" align="center"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;">TEAL<br /> </span></b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;">You are mostly interested in your looks. And have high standards in picking love. You think and make a solution precisely, and hardly make stupid mistakes. You like to lead, and is easy for you to make new friends. </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 398.25pt;" width="531"> <p class="MsoNormal" style="text-align: center;" align="center"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;">GREY</span></b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><br /> You are attractive, and active. You never hide your feelings, and express everything that's inside. But can be selfish at times. You want to be noticed, and don't like to be treated unequally. You can brighten up people's day. You know what to say at the right time, and you have a good sense of humor. </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 398.25pt;" width="531"> <p class="MsoNormal" style="text-align: center;" align="center"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;">GREEN</span></b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><br /> You get along well with new people. You are not really a shy person, but sometimes you can hurt people's feelings by your words... You like to be loved and noticed by your lover, but mostly you are single, waiting for the right person. </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 398.25pt;" width="531"> <p class="MsoNormal" style="text-align: center;" align="center"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;">GOLD</span></b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><br /> You know what's right and what's wrong. You are cheerful and out going. It's hard for you to find the one you want, but once you find the right person, you won't be able to fall in love again for a long time. </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 398.25pt;" width="531"> <p class="MsoNormal" style="text-align: center;" align="center"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;">PINK</span></b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><br /> You are always trying your best in everything, and like to help and care for other people. But you are not easily satisfied. You have negative thoughts, and you look for romantic love like in a fairytale. </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 398.25pt;" width="531"> <p class="MsoNormal" style="text-align: center;" align="center"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;">YELLOW</span></b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><br /> You are sweet and innocent. Trusted by many people, and have a strong leadership towards relationships. You make good decision and make the right choice at the right time. And always dreaming of romantic relationship. </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 398.25pt;" width="531"> <p class="MsoNormal" style="text-align: center;" align="center"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;">MAROON</span></b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><br /> You are intelligent, and know what's right. You like to take things go your way, which can sometimes cause trouble or not thinking about other people's feelings. But you are patient when it comes to love... Once you get a hold of the right person, it's hard for you to find a better love. </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 398.25pt;" width="531"> <p class="MsoNormal" style="text-align: center;" align="center"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;">ORANGE</span></b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><br /> You are responsible for your own actions, and you know how to treat people. You always have goals to reach, and are competitive. When it comes to friendship, you find it hard to trust someone, but once you find the right friend, you trust them for ever. </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 398.25pt;" width="531"> <p class="MsoNormal" style="text-align: center;" align="center"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;">PURPLE</span></b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><br /> You are mysterious, never selfish and get interested in things easily. Your day can be sad or happy depending on your mood. You are popular between friends but you can act stupid at times, and forget things easily. You go for person that's trustworthy. </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 398.25pt;" width="531"> <p class="MsoNormal" style="text-align: center;" align="center"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;">LIME</span></b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><br /> You are calm, but easily stressed out. You get jealous easily, and complain over little things. You can't get stuck into one thing, but you have a capable personality for everyone to trust you and like you. </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 398.25pt;" width="531"> <p class="MsoNormal" style="text-align: center;" align="center"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;">SILVER</span></b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><br /> You are imaginative and shy, but you like trying new things. You like to challenge yourself. You learn things easily, and like "Hard to get". Your love life is normally hard and confusing. </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 398.25pt;" width="531"> <p class="MsoNormal" style="text-align: center;" align="center"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;">WHITE</span></b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><br /> You dream and have goals in your life. You get jealous easily and you don't react to things easily. You are different and sometimes thought highly by others. </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 398.25pt;" width="531"> <p class="MsoNormal" style="text-align: center;" align="center"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;">OLIVE</span></b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><br /> You are warm and light hearted. You seem to flow well with friends and family. You don't like violence and know what's right. You are kind and cheerful, but don't envy other people easily. </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 398.25pt;" width="531"> <p class="MsoNormal" style="text-align: center;" align="center"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;">BROWN</span></b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><br /> You are active and sportive. It's hard for other people to become close with you, but you fall in love easily. But once you find out you can't get something, you give up and let go easily as well. </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 398.25pt;" width="531"> <p class="MsoNormal" style="text-align: center;" align="center"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;">BLUE</span></b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><br /> You have low self-esteem, and very picky. You are artistic and like to fall in love, but you let your love pass by, by loving with your mind, not your heart. </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 398.25pt;" width="531"> <p class="MsoNormal" style="text-align: center;" align="center"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;">NAVY</span></b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><br /> You are attractive, and love your life. You have a strong feeling towards everything. And very easily distracted. Once you get angry at someone, it's hard for you to forgive them. </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 398.25pt;" width="531"> <p class="MsoNormal" style="text-align: center;" align="center"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;">AQUA</span></b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><br /> Your feelings change suddenly and easily. You are always lonely, and like travelling. You are truthful, but listen and believe other people too easily. It's hard to find love for you, and you get lost in love easily. Sometimes you get hurt by love. </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 398.25pt;" width="531"> <p class="MsoNormal" style="text-align: center;" align="center"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;">BLACK</span></b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><br /> You are challenging, and have the "guts". But you don't like changes in your life. And once you make a decision, you keep it that way for a long time. Your love life is also challenging, and different. </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0in; width: 398.25pt;" width="531"> <p class="MsoNormal" style="text-align: center;" align="center"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;">ORANGE</span></b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><br /> You are responsible for your own actions, and you know how to treat people. You always have goals to reach, and are competitive. When it comes to friendship, you find it hard to trust someone, but once you find the right friend, you trust them for ever. </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><o:p></o:p></span></p> </td> </tr> </tbody></table> <div class="MsoNormal" style="background: white none repeat scroll 0% 50%; text-align: center; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" align="center"><span style="font-size: 9pt; font-family: &quot;Garamond&quot;,&quot;serif&quot;; color: black;"> <hr align="center" size="2" width="100%"> </span></div> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: rgb(255, 0, 51);"><o:p> </o:p></span></b></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: rgb(255, 0, 51);"><o:p> </o:p></span></b></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: rgb(255, 0, 51);"><o:p> </o:p></span></b></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: rgb(255, 0, 51);"><o:p> </o:p></span></b></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: rgb(255, 0, 51);"><o:p> </o:p></span></b></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: rgb(255, 0, 51);"><o:p> </o:p></span></b></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: rgb(255, 0, 51);"><o:p> </o:p></span></b></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: rgb(255, 0, 51);"><o:p> </o:p></span></b></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: rgb(255, 0, 51);"><o:p> </o:p></span></b></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: rgb(255, 0, 51);"><o:p> </o:p></span></b></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: rgb(255, 0, 51);"><o:p> </o:p></span></b></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: rgb(255, 0, 51);"><o:p> </o:p></span></b></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><b><span style="font-size: 9pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: rgb(255, 0, 51);">4. <u>By Signing Style</u></span></b><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <o:p></o:p></span></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; margin-bottom: 12pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><b><span style="font-size: 10pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: purple;">SINGLE UNDERLINE BELOW THE SIGN</span></b><span style="font-size: 10pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: purple;"><br />These persons are very confident and are good personalities. They are a little bit selfish but believe in "Happiness of human life".<br /><br /><b>TWO DOTS BELOW THE SIGN</b><br />These persons are considered to be Romantic, can easily change their fianc�es as if they change their clothes. They prefer beauty in other persons &amp; they themselves try to look beautiful. They easily attract others.<br /><br /><b>SINGLE DOT BELOW THE SIGN</b><br />These persons are more inclined towards classical arts, simple &amp; are very cool. If you loose faith with them, then these persons will never look back at you. Hence its always better to be careful with these people.<br /><br /><b>NO UNDERLINES OR DOTS BELOW THE SIGN</b><br />These persons enjoy their life in their own way, never pay attention to others views. These are considered to be good natured but are selfish too.<br /><br /><b>RANDOM SIGN, NO SIMILARITY BETWEEN NAME &amp; SIGN </b><br />These persons try to be very smart, hide each &amp; every matter, never say anything in straight forward manner, never pay attention to the other person of what he is talking of.<br /><br /><b>RANDOM SIGN, SIMILARITY BETWEEN NAME &amp; SIGN </b><br />These persons are considered to be intelligent but never think. These people change their ideas &amp; views as fast as the wind changes its direction of flow. They never think whether that particular thing is right or wrong. You can win them just by flattering them.<br /><br /><b>SIGN IN PRINTED LETTERS</b><br />These persons are very kind to us, have a good heart, selfless, are ready to sacrifice their life for the sake of their near &amp; dear. But these seems to think a lot and may get angry very soon.<br /><br /><b>WRITING COMPLETE NAME AS THEIR SIGN</b><br />These persons are very kind hearted, can adjust themselves to any environment &amp; to the person they are talking. These persons are very firm on their views &amp; posses a lot of will power. </span><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"><o:p></o:p></span></p> <p class="MsoNormal" style="background: white none repeat scroll 0% 50%; margin-bottom: 12pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"><o:p> </o:p></span></p> <p class="MsoNormal"><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"><br /><br /> <o:p></o:p></span></p> <p class="MsoNormal" style="text-align: center;" align="center"><b><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"><br />*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*</span></b><span style="font-size: 8.5pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: black;"> <b><br /> <!--[if !supportLineBreakNewLine]--><br /> <!--[endif]--></b><o:p></o:p></span></p> <p class="MsoNormal"><o:p> </o:p></p><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29841972-2804210491369292245?l=mifwarz.blogspot.com'/></div>zerogeekhttp://www.blogger.com/profile/07531430981851776263noreply@blogger.com0tag:blogger.com,1999:blog-29841972.post-78388788943262644392007-10-25T10:20:00.000+05:002007-10-25T10:21:07.325+05:00osum fightss vedio check it outhttp://www.explosivefightvideos.com/media/905/Awesome_Girl_Fight.html<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29841972-7838878894326264439?l=mifwarz.blogspot.com'/></div>zerogeekhttp://www.blogger.com/profile/07531430981851776263noreply@blogger.com0tag:blogger.com,1999:blog-29841972.post-42835411647192553742007-10-24T22:53:00.000+05:002007-10-24T22:56:25.096+05:00Ip TableShttp://iptables-tutorial.frozentux.net/iptables-tutorial.html<br /><br />this is a gud link 4 read about ip table...<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29841972-4283541164719255374?l=mifwarz.blogspot.com'/></div>zerogeekhttp://www.blogger.com/profile/07531430981851776263noreply@blogger.com0tag:blogger.com,1999:blog-29841972.post-80230824528493901062007-10-21T16:30:00.000+05:002007-10-21T16:42:55.838+05:00LIVED A WASTED LIFE.<span style="font-size:78%;">Im about to share u my darkest secret of , 2006 december 27 is the day that i breaked up with my girl friend after 4 years of a relationship.<br />she got red handed to me, cought her while having sex with another guys. woow...wowo... wata seens it will be... but it over now.... never trust any one... </span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29841972-8023082452849390106?l=mifwarz.blogspot.com'/></div>zerogeekhttp://www.blogger.com/profile/07531430981851776263noreply@blogger.com1tag:blogger.com,1999:blog-29841972.post-76388171793010383422007-10-11T01:15:00.000+05:002007-10-11T01:33:22.655+05:00WANTED PEOPLE<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_aPC90Reuzu0/Rw021VMinrI/AAAAAAAAABQ/lfTwVZDvIFw/s1600-h/terrorists.bmp"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_aPC90Reuzu0/Rw021VMinrI/AAAAAAAAABQ/lfTwVZDvIFw/s400/terrorists.bmp" alt="" id="BLOGGER_PHOTO_ID_5119808641240833714" border="0" /></a><br />HELP TO FIND THESE PEOPLE, u will not get a reword but u have a won every one's heart.<br />if found plez. contact 332111 , 119...<br />help needed.?<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29841972-7638817179301038342?l=mifwarz.blogspot.com'/></div>zerogeekhttp://www.blogger.com/profile/07531430981851776263noreply@blogger.com0tag:blogger.com,1999:blog-29841972.post-77872118160342589482007-10-07T18:22:00.000+05:002007-10-07T18:31:41.223+05:00soohhh.... aaaah its been a long time that i have'nt blogged. we well i was so busy with my life?<br />nd my job everything..so busy now that im sick in the middle of the ramazan , im having fever coffing, sneezing headachs, every thing man, nd i think i will not be able to play baibalaa eid games . shit im so fedup...<br />wow recently their was ground breaking history bombing also shit dame , wat bloodly minded peoples are their.<br /><br />islam is a peace full religion. y the hell.<br /><br />bye 4 now coz now im going to get sum sleep<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29841972-7787211816034258948?l=mifwarz.blogspot.com'/></div>zerogeekhttp://www.blogger.com/profile/07531430981851776263noreply@blogger.com4tag:blogger.com,1999:blog-29841972.post-78970892620621265542007-10-07T18:20:00.000+05:002007-10-07T18:22:16.142+05:00NO TO TERRORISM! DON'T TOUCH OUR MALDIVES!<strong>We don't want terrorists and terrorism in our Maldives!</strong> <p><strong>Join the cyber-protest by Maldivian bloggers.</strong></p><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29841972-7897089262062126554?l=mifwarz.blogspot.com'/></div>zerogeekhttp://www.blogger.com/profile/07531430981851776263noreply@blogger.com0tag:blogger.com,1999:blog-29841972.post-24426382949003913382007-08-18T02:38:00.001+05:002007-08-18T03:41:58.532+05:00FACT MALDIVES simple lie's EXpoSEd.<p class="MsoNormal">It’s midnit 2.38am...i was watching a movie and wanted to take a break. So I decided to check Dhivehi Observer (DO) , I jst read sum "golhabo" crap in DO.. it doesn’t matter Hmm.</p> <p class="MsoNormal">Their goes interesting topic of<span style=""> </span>“ Zee News, <st1:country-region st="on"><st1:place st="on">Maldives</st1:place></st1:country-region>' referendum an acid test for Gayoom” </p> <p class="MsoNormal">here is the link. News check it out. </p> <p class="MsoNormal"><a href="http://www.zeenews.com/znnew/articles.asp?rep=2&aid=389101&amp;sid=WOR&sname=&amp;news=Maldives%E2%80%99%20referendum%20an%20acid%20test%20for%20Gayoom">http://www.zeenews.com/znnew/articles.asp?rep=2&aid=389101&amp;sid=WOR&sname=&amp;news=Maldives%E2%80%99%20referendum%20an%20acid%20test%20for%20Gayoom</a></p> <p class="MsoNormal"><o:p> </o:p></p> <p class="MsoNormal">after this thought of check fact <st1:country-region st="on"><st1:place st="on">maldives</st1:place></st1:country-region>….the greate supporter of the "golhabo", dictator Gayyoom" or else I dnt knw wat to call him (oopss…are they going to arrest me…)"hehe..hmm.. here goes ….</p> <p class="MsoNormal">“<st1:country-region st="on"><st1:place st="on">Maldives</st1:place></st1:country-region>' referendum an acid test for Gayoom” the same topic…they said it from <span style=""> </span>Zee News.</p> <p class="MsoNormal">I Open it seem voilaa …. The fact guys have modifed the sum part… and their dnt want to give the direct link from the zee site their have said that the source is from Zeenews.com so if sum one want to find more about the article.. it will be really hard to find from the zeenews.com.. that wat their have done…….</p> <p class="MsoNormal"><o:p> </o:p></p> <p class="MsoNormal">Link from fact <st1:country-region st="on"><st1:place st="on">maldives</st1:place></st1:country-region>.. </p> <p class="MsoNormal"><a href="http://factmaldives.com/2007/v4/index.php?categoryid=1&p2_articleid=2072">http://factmaldives.com/2007/v4/index.php?categoryid=1&amp;p2_articleid=2072</a></p> <p class="MsoNormal"><o:p> </o:p></p> <p class="MsoNormal"><a href="http://www.zeenews.com/znnew/articles.asp?rep=2&aid=389101&amp;sid=WOR&sname=&amp;news=Maldives%E2%80%99%20referendum%20an%20acid%20test%20for%20Gayoom">Link from Zee News.</a></p> <p class="MsoNormal"><o:p> </o:p></p><br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_aPC90Reuzu0/RsYgjuTi5aI/AAAAAAAAABA/KsyGfwpYgpM/s1600-h/zee1.bmp"><img style="cursor: pointer; width: 391px; height: 369px;" src="http://1.bp.blogspot.com/_aPC90Reuzu0/RsYgjuTi5aI/AAAAAAAAABA/KsyGfwpYgpM/s400/zee1.bmp" alt="" id="BLOGGER_PHOTO_ID_5099799426141185442" border="0" /></a><br /><p class="MsoNormal"><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_aPC90Reuzu0/RsYd7eTi5ZI/AAAAAAAAAA4/Un34P29ti6s/s1600-h/fact+1.bmp"><img style="cursor: pointer; width: 392px; height: 327px;" src="http://4.bp.blogspot.com/_aPC90Reuzu0/RsYd7eTi5ZI/AAAAAAAAAA4/Un34P29ti6s/s400/fact+1.bmp" alt="" id="BLOGGER_PHOTO_ID_5099796535628195218" border="0" /></a></p> cum on fact u can better than this i think.. wat a shame.. hello open ur lie this is age digital ... not the cave man ... ...<br /><p class="MsoNormal">If these sort of people are on presidential system supporter... which do lie to the public... how can their be gud... .</p><p style="text-align: left;" class="MsoNormal">.<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_aPC90Reuzu0/RsYiI-Ti5bI/AAAAAAAAABI/LKSpX9TXp2k/s1600-h/barulamaney.bmp"><img style="cursor: pointer; width: 260px; height: 160px;" src="http://2.bp.blogspot.com/_aPC90Reuzu0/RsYiI-Ti5bI/AAAAAAAAABI/LKSpX9TXp2k/s400/barulamaney.bmp" alt="" id="BLOGGER_PHOTO_ID_5099801165602940338" border="0" /><br /></a></p><p style="text-align: left;" class="MsoNormal"><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_aPC90Reuzu0/RsYiI-Ti5bI/AAAAAAAAABI/LKSpX9TXp2k/s1600-h/barulamaney.bmp">i have seen wat presidential system have done to us in past 30 years.. i dnt want it any more. i want a big change..<br /></a></p><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29841972-2442638294900391338?l=mifwarz.blogspot.com'/></div>zerogeekhttp://www.blogger.com/profile/07531430981851776263noreply@blogger.com2tag:blogger.com,1999:blog-29841972.post-11417688268965202772007-08-07T23:45:00.000+05:002007-08-07T23:47:18.549+05:00Aussie Hacker cracks Iphone<span id="article_body_title"><span style="font-size:6;">Aussie Hacker cracks Iphone </span></span> <br /><br /><span style="font-size:130%;">Iphone goes where no Iphone has been before<br /><br /></span><b>A CLEVER HACKER</b> has managed to trick Apple’s Iphone so that he could place calls on the Australian Telstra network.<br /><a href="http://www.blogger.com/post-create.g?blogID=29841972">detals...</a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29841972-1141768826896520277?l=mifwarz.blogspot.com'/></div>zerogeekhttp://www.blogger.com/profile/07531430981851776263noreply@blogger.com0tag:blogger.com,1999:blog-29841972.post-67111006889832079902007-07-24T12:42:00.000+05:002007-07-24T12:44:26.011+05:00PAINTED IN BLACK - Fasyi jst love this song so i thought that i will give buzzz......hehehhe<br /><br /><br /><div style="text-align: center;">PAINTED IN BLACK<br /></div><br /><div style="text-align: center;">Lived a wasted life since the day you were born<br />You lacked the sense to care<br />Time that waits for no man you just let it go by<br />But now its to late to care<br /><br />Walls confine your mind just too narrow and blind<br />Darkness at you will stare<br />Ignorance that made you laugh you'll never realize<br />Your life is what it will tear<br /><br />Your time is over there's no where to run<br />You lived it all but left your prayers undone<br />You're headed for and there's no turning back<br />Your past life is all just painted in black<br /><br />Ooh Painted in black<br />Ooh Painted in<br /><br />Evil that we see in you is the curse of the one inside you<br />You're the Devils lair<br />Chains that is holding your brain will lose it strength you'll die<br />Just one more breath to spare<br /><br />Death is not the end you suffer endlessly<br />And there'll be no one to care<br />Then it'll be too late when you realize back there<br />A smile was what you did spare<br /><br />Your time is over there's no where to run<br />You lived it all but left your prayers undone<br />You're headed for and there's no turning back<br />Your past life is all just painted in black<br /><br />Ooh Painted in black<br />Ooh Painted in<br /></div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29841972-6711100688983207990?l=mifwarz.blogspot.com'/></div>zerogeekhttp://www.blogger.com/profile/07531430981851776263noreply@blogger.com0tag:blogger.com,1999:blog-29841972.post-31007551589365411692007-07-14T02:55:00.000+05:002007-07-14T03:38:35.122+05:00WHATS ALL ABOUT NUMERIC 3? RELATED..TO.....TONITE I WAS WATCHING NGC CHANNEL A PROGRAM NAME THIALAND ....(LITTLE BORING) ND IT STARTED TO SHOW THIS BUDDISAM SUM THING..... ONE THING THAT I NOTICS WAS THEIR ALSO DO SUM SORT OF PRAYING......IN PHYICAL WAY (IN DHIVEHI WE SAY <span style="font-weight: bold;">HAMDU EYILUN</span>) BUT EACH OF THESE ACTION IS LONG LAST 3 TIME.....<br /><br />WELL LET SEE TO ISLAM...WHILE WE ARE ON PRAYING FIRST QURAN WE RECITE ALSO 3 SOORAI , "RUKU" THE <span style="font-weight: bold;">KALIMA</span> THAT WE SAY IT 3 TIME , AS WELL SAJIDA ALSO WE SAY 3 TIMES....BUT IN ISLAM WE HAVE 5 PRAYER TO DO EACH DAY .... LET'S SEEE.........<br /><br />1. FATHISNAMAADHU HAS 2 "RAKUAI"<br /><br />2. MENDHURU NAMAADHU HAS 4 "RAKUAI"<br /><br />3. ASURU NAMAADHU HAS 4 "RAKUAI"<br /><br />4. GAGURIB NAMAADU HAS 3 "RAKUAI"<br /><br />5. ISHA NAMAADU HAS 4 "RAKUAI"<br /><br /><br />IN PREPARING TO DO THE PRAYER FIRST WE TO "VULOOKURUN" WE HAVE TO WASH SUM BODY PART 3 TIME RIGHT...<br /><br />AN GETTING <span style=";font-family:&quot;;font-size:12;" >MARRYED ND </span><span style=";font-family:&quot;;font-size:12;" >DEVOICE IS ALSO RELATED TO 3 TIME TO EACH ACTION ... RIGHT... ND RECITING SUM IMPORTANT </span>QURAN SOORAI ALSO NEED TO DO IT 3 TIMES..<br />ND MOST PEOPLE BELIEVES 3 IS A LUCK NUMBER AFTER ALL.........ND MY FAVORTIE BASKET BALL ALLEN IVERSON ALSO PLAYS TO 3 ... . MEE TOO PLAYES TO THAT NUMBER.....<br /><br />THATS ALL DUDSS........IT BEEN TOO LATE JST DROP A COMMENT OK IT HAVE BEEN SEEN THIS LITTLE WRITING...<br /><br />SORRY 4 THE SPELLING MISTAKE OK...... IT ON LITTLE HURRY.....<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29841972-3100755158936541169?l=mifwarz.blogspot.com'/></div>zerogeekhttp://www.blogger.com/profile/07531430981851776263noreply@blogger.com0tag:blogger.com,1999:blog-29841972.post-90490821127065064772007-07-13T00:26:00.000+05:002007-07-13T00:27:57.773+05:00happy birthday to me ..... happy birthday to me.................. it my birthday<br />(the horror : FRIDAY THE 13TH) MUHAHAHHA<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29841972-9049082112706506477?l=mifwarz.blogspot.com'/></div>zerogeekhttp://www.blogger.com/profile/07531430981851776263noreply@blogger.com5tag:blogger.com,1999:blog-29841972.post-89482803687562964692007-07-07T02:00:00.000+05:002007-07-07T02:13:28.879+05:00GANG FIGHT AGAIN...............<span style="font-size:130%;">Well i knw wat was the real problem .......the gang started to the fight without no reason gangs never go 4 a fight.. so plezz dnt publish rubbish..like this nd i knw which gang control which area nd who nd who.. that gangster over that area..well im writing a artical that all of u will think critical hehe.....</span> (<span style="font-size:78%;">ooops i was their in the gang....dnt tell this too loud ingay.hehe</span>)<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_aPC90Reuzu0/Ro6uvNR377I/AAAAAAAAAAk/qwplNCKTHV4/s1600-h/bosnia+fight.bmp"><img style="cursor: pointer; width: 400px; height: 245px;" src="http://4.bp.blogspot.com/_aPC90Reuzu0/Ro6uvNR377I/AAAAAAAAAAk/qwplNCKTHV4/s400/bosnia+fight.bmp" alt="" id="BLOGGER_PHOTO_ID_5084193155389583282" border="0" /></a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29841972-8948280368756296469?l=mifwarz.blogspot.com'/></div>zerogeekhttp://www.blogger.com/profile/07531430981851776263noreply@blogger.com1tag:blogger.com,1999:blog-29841972.post-75687269369561263982007-06-21T11:28:00.000+05:002007-06-21T11:36:11.982+05:00UDHA ARANI KEEVEY THA MIHAARUMihaaraka ais udha arani eyi hurihaa aamun , maumoon a dhey ra goi hadaaa thi very tha nooney.<br /><br />Maumoon aamun a dhey ra goi hadaa thi vey tha......<br /><br />keevey baaaa? any one have any idea.....<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29841972-7568726936956126398?l=mifwarz.blogspot.com'/></div>zerogeekhttp://www.blogger.com/profile/07531430981851776263noreply@blogger.com0tag:blogger.com,1999:blog-29841972.post-22485784816594274102007-02-24T00:13:00.000+05:002007-02-24T00:47:37.338+05:00Gang Fights...In male'Alots of gangsters are my friends , nd recently their have been gangs up rise in male'.. nd i want to see all the fights, so i started to hang around with a gangster (sorry that i cant mention their name in this article) , so sum times i feel luck.. be coz i get to see most of the big nd small fights......... hehe (im not particapating ok duds...)<br /><br />JS nd Bows , recently had a fight i got withness in .... shit man it so wild. nd that<br />BD nd AMDC kamathi has been getting redhot for last few weeks... i have seen their 2 fights.<br /><br />This friday afternoon around 1.30 i got a news that BG is going to attack AMDC kamathi.. 1:50 / 2:10<br />fight went , from movment on ward i got the news i was on run to see the fight, hehe i didnt get miss a single shot.. hehe........ i saw the full seen, BG gang brought i sward, nd iron bar, nd lots of gang dud z from BG....AMDC kamathi people got 6 sward. but less people.<br /><br />Hussain Sumeih Hussain ,Raiykosheege ,Feeroaz Magu , got <span class="sb13"><span style=";font-family:Verdana;font-size:85%;" >critically injured , nd u knw ... both side has casualty's.. nd the most funny thing that i saw was when the fight is over the S.O.D came with body armor hehe...<br /><br />check out the picture from DO...<br />http://www.do2004.com/DO/breakingnews/Gangfighting_2302200711825.htm<br /></span></span><br />my advice : dnt get involved in kinda fighting but try to watch the happnings.. nd dnt get too close to the fight.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29841972-2248578481659427410?l=mifwarz.blogspot.com'/></div>zerogeekhttp://www.blogger.com/profile/07531430981851776263noreply@blogger.com6tag:blogger.com,1999:blog-29841972.post-63224257647301188642007-01-17T00:21:00.000+05:002007-01-17T01:15:09.545+05:00<div class="smallfont"> <strong>How to make folder backgrounds in WinXP</strong> </div> <hr style="color: rgb(0, 43, 51);" size="1"> <!-- / icon and title --><!-- message --> First you need to make a folder within whatever folder you want a background image, and name this folder <b>Folder Settings</b>. Inside it, place any Bitmap (.bmp) image you want to use as the background, and name it <b>Background</b>. Remember, it <i>has</i> to be a Bitmap image!<br /><br />Next, open up Wordpad and copy/paste this:<br /><hr /><br />[ExtShellFolderViews]<br />{BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-00C04FD706EC}<br />{5984FFE0-28D4-11CF-AE66-08002B2E1262}={5984FFE0-28D4-11CF-AE66-08002B2E1262}<br /><br />[{BE098140-A513-11D0-A3A4-00C04FD706EC}]<br />Attributes=1<br />IconArea_Image=Folder Settings\Background.bmp<br />IconArea_Text=0x00FFFFFF<br /><br />[.ShellClassInfo]<br />ConfirmFileOp=0<br />IconFile=%USERPROFILE%\<span style="color:red;">place address of icon you want to use right here--see below</span>.ico<br />IconIndex=0<br /><br />[{5984FFE0-28D4-11CF-AE66-08002B2E1262}]<br />PersistMoniker=file://Folder Settings\Folder.htt<br />PersistMonikerPreview=%WebDir%\folder.bmp<br /><hr /><br /><b>IconArea_Text</b> can be any color you want. <b>0x00FFFFFF</b> will make the text of files/folder names white. Experiment with 0 (zero) & F combinations until you find something you like.<br /><br />For <b>IconFile</b>, simply find an icon on your system that you like, right-click on it, and copy the location to the correct place in the Wordpad document. <b>Don't</b> copy the drive letter, such as C:\. Only copy what comes <i>after</i> C;\. For instance, here's one from my system: <i>Documents and Settings\BoCoMoFo\My Documents\Icon Library\Logos\tfp.ico</i><br /><br />Once you've done that, you need to save the text file with the extension <b>.ini</b>. It's full name should be <b>desktop.ini</b>. When it's saved, the icon of the text document will be a piece of paper with a gear on it. After you've done this, hit refresh (F5) or close the folder and re-open it. You should now have a custom background! <b>Once everything is working correctly, right-click Folder Settings & desktop.ini and mark them both as Hidden.</b><br /><br />Let me know if you need any more help. Also note that for some unknown reason, this won't work for every folder. <img src="http://www.tfproject.org/tfp/images/smilies/rolleyes.gif" alt="" title="Roll Eyes (Sarcastic)" class="inlineimg" border="0" /> Don't ask me why.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29841972-6322425764730118864?l=mifwarz.blogspot.com'/></div>zerogeekhttp://www.blogger.com/profile/07531430981851776263noreply@blogger.com1tag:blogger.com,1999:blog-29841972.post-45713808239114072482007-01-16T23:56:00.000+05:002007-01-17T00:04:41.031+05:00how change ur pen driver background this very simple thing jst give a try.........<br /><br />1.make Notepad file named as "desktop.ini" (remove the cotation signs")<br /><br />2.Copy the thing below<br /><br />[{BE098140-A513-11D0-A3A4-00C04FD706EC}]<br />iconarea_image=Love_Cats.jpg<br />iconarea_text=0x000f98<br /><br /><br />3. Find a Picture file place it in the pendrive nd then rename the "Love_Cats.jpg" in the above script to ur own picture file name...<br /><br />GO nd impress ur friends ok catch u later ok.... sorry my blog reader i havent done any posting coz im very busy thats y ...... when i get time i have new stuff comming up.........<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29841972-4571380823911407248?l=mifwarz.blogspot.com'/></div>zerogeekhttp://www.blogger.com/profile/07531430981851776263noreply@blogger.com0tag:blogger.com,1999:blog-29841972.post-76502479495748861992006-12-18T00:32:00.000+05:002006-12-18T00:40:43.798+05:00GREETINGSSSS..............<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_aPC90Reuzu0/RYWczLzug8I/AAAAAAAAAAM/9Kvvv_OY508/s1600-h/birthday.gif"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://2.bp.blogspot.com/_aPC90Reuzu0/RYWczLzug8I/AAAAAAAAAAM/9Kvvv_OY508/s400/birthday.gif" alt="" id="BLOGGER_PHOTO_ID_5009582563676554178" border="0" /></a><br /><span style="font-weight: bold;font-family:georgia;font-size:180%;" ><span style="color: rgb(255, 0, 0);">HAPPY BIRTH DAY SWORN ANGEL IN ADVANCES<br /><span style="font-size:78%;"><span style="font-size:100%;">my new friend......<br />hope this will be a gud present to u.....<br /></span></span></span><br /></span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29841972-7650247949574886199?l=mifwarz.blogspot.com'/></div>zerogeekhttp://www.blogger.com/profile/07531430981851776263noreply@blogger.com0tag:blogger.com,1999:blog-29841972.post-40146979603770495902006-12-18T00:13:00.000+05:002006-12-18T00:31:30.673+05:00So after all u dnt have to get phycial access to mother board to Clear CMOS pwd<p>The below debug routine will clear CMOS, BIOS, Passwords, Settings, Viruses, and other items residing in the CMOS. During this process you may get returned characters which are an indication that the string has gone in, if you by chance get ERROR ensure that you have typed the line in correctly, if not retype. Ensure that you do not skip any lines, that it is ALL typed in correctly to help prevent problems.<br /></p> <p>After typing debug you will get "-" which is were you can begin by typing A and pressing enter.</p> <p>A <strong><enter></enter></strong><br /> MOV AX,0 <strong><enter> </enter></strong><br /> MOV AX,CX <strong><enter></enter></strong><br /> OUT 70,AL <strong><enter></enter></strong><br /> MOV AX,0 <strong><enter></enter></strong><br /> OUT 71,AL <strong><enter></enter></strong><br /> INC CX <strong><enter> </enter></strong><br /> CMP CX,100 <strong><enter> </enter></strong><br /> JB 103 <strong><enter> </enter></strong><br /> INT 20 <strong><enter> </enter></strong><br /> <strong><enter></enter></strong> Note: <em>Nothing is typed on this line </em><br /> G <strong><enter></enter></strong> <em>By pressing G this will execute the above script, ensure you have read and agree to the above disclaimer.</em><br /> Q <strong><enter></enter></strong> </p> <p>Then reboot and you will get a Setup Checksum Error. Go into setup, correct all the incorrect values, time, date.......So after all u dnt have to get phycial access to mother board to Clear CMOS pwd nd to look after the jumper pins...tested by me...<br /></p><p></p><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29841972-4014697960377049590?l=mifwarz.blogspot.com'/></div>zerogeekhttp://www.blogger.com/profile/07531430981851776263noreply@blogger.com1tag:blogger.com,1999:blog-29841972.post-6970856386865031142006-12-15T00:42:00.000+05:002006-12-15T01:59:18.838+05:00My heart Beats..........well, been going out with the same girl for 1 year 3 months . is this healthy or normal?<br /><br /><br />bye 4 now.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29841972-697085638686503114?l=mifwarz.blogspot.com'/></div>zerogeekhttp://www.blogger.com/profile/07531430981851776263noreply@blogger.com2tag:blogger.com,1999:blog-29841972.post-1164972198777025622006-12-01T16:14:00.000+05:002006-12-01T16:23:18.800+05:00<h2>Whois Record for Thebalaabodu.com<o:p></o:p></h2> <table class="MsoNormalTable" style="width: 100%;" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr style=""> <td style="padding: 0.75pt; width: 100%;" valign="top" width="100%"> <h3>Front Page Information<o:p></o:p></h3> <table class="MsoNormalTable" style="" border="0" cellpadding="0" cellspacing="1"> <tbody><tr style=""> <td style="padding: 0.75pt;"> <p class="MsoNormal">Website Title:<o:p></o:p></p> </td> <td style="padding: 0.75pt;"> <p class="MsoNormal"><a href="http://www.thebalaabodu.com/" title="Visit the site">The Balaabodu Community :: Maldives</a> <o:p></o:p></p> </td> </tr> <tr style=""> <td style="padding: 0.75pt;"> <p class="MsoNormal">Record Type:<o:p></o:p></p> </td> <td style="padding: 0.75pt;"> <p class="MsoNormal">Domain Name<o:p></o:p></p> </td> </tr> <tr style=""> <td style="padding: 0.75pt;"> <p class="MsoNormal"><st1:place st="on">Meta</st1:place> Description:<o:p></o:p></p> </td> <td style="padding: 0.75pt;"> <p class="MsoNormal">The Balaabodu Community of <st1:country-region st="on"><st1:place st="on">Maldives</st1:place></st1:country-region>. Youth Online Usergroup Forum! The Rebel Web of Maldivian Youths. No Politics. No Education. No Drugs. Nothing but the Truth!<o:p></o:p></p> </td> </tr> <tr style=""> <td style="padding: 0.75pt;"> <p class="MsoNormal"><st1:place st="on">Meta</st1:place> Keywords:<o:p></o:p></p> </td> <td style="padding: 0.75pt;"> <p class="MsoNormal">The Balaabodu <st1:place st="on"><st1:city st="on">Community</st1:City>, <st1:country-region st="on">Maldives</st1:country-region></st1:place>, Youth, Pictures, Pics, Articles<o:p></o:p></p> </td> </tr> <tr style=""> <td style="padding: 0.75pt;"> <p class="MsoNormal">AboutUs:<o:p></o:p></p> </td> <td style="padding: 0.75pt;"> <p class="MsoNormal"><!--[if gte vml 1]><v:shapetype id="_x0000_t75" coordsize="21600,21600" spt="75" preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f"> <v:stroke joinstyle="miter"> <v:formulas> <v:f eqn="if lineDrawn pixelLineWidth 0"> <v:f eqn="sum @0 1 0"> <v:f eqn="sum 0 0 @1"> <v:f eqn="prod @2 1 2"> <v:f eqn="prod @3 21600 pixelWidth"> <v:f eqn="prod @3 21600 pixelHeight"> <v:f eqn="sum @0 0 1"> <v:f eqn="prod @6 1 2"> <v:f eqn="prod @7 21600 pixelWidth"> <v:f eqn="sum @8 21600 0"> <v:f eqn="prod @7 21600 pixelHeight"> <v:f eqn="sum @10 21600 0"> </v:formulas> <v:path extrusionok="f" gradientshapeok="t" connecttype="rect"> <o:lock ext="edit" aspectratio="t"> </v:shapetype><v:shape id="_x0000_i1025" type="#_x0000_t75" alt="" style="'width:12pt;"> <v:imagedata src="file:///C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\msohtml1\01\clip_image001.gif" href="http://img.domaintools.com/aboutus16.gif"> </v:shape><![endif]--><!--[if !vml]--><img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/msohtml1/01/clip_image001.gif" class="text_align" shapes="_x0000_i1025" border="0" height="16" width="16" /><!--[endif]--><a href="http://www.aboutus.org/Thebalaabodu.com" title="Visit the site">Wiki article on Thebalaabodu.com</a><o:p></o:p></p> </td> </tr> </tbody></table> <h3>Server Data<o:p></o:p></h3> <table class="MsoNormalTable" style="" border="0" cellpadding="0" cellspacing="1"> <tbody><tr style=""> <td style="padding: 0.75pt;"> <p class="MsoNormal">Server Type:<o:p></o:p></p> </td> <td style="padding: 0.75pt;"> <p class="MsoNormal">Apache/2.2.2 (Unix) mod_ssl/2.2.2 OpenSSL/0.9.7a PHP/4.4.2 <o:p></o:p></p> </td> </tr> <tr style=""> <td style="padding: 0.75pt;"> <p class="MsoNormal">IP Address:<o:p></o:p></p> </td> <td style="padding: 0.75pt;"> <p class="MsoNormal">209.51.202.242 <o:p></o:p></p> </td> </tr> <tr style=""> <td style="padding: 0.75pt;"> <p class="MsoNormal">IP Location:<o:p></o:p></p> </td> <td style="padding: 0.75pt;"> <p class="MsoNormal"><!--[if gte vml 1]><v:shape id="_x0000_i1026" type="#_x0000_t75" alt="United States" style="'width:13.5pt;height:9pt'"> <v:imagedata src="file:///C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\msohtml1\01\clip_image002.gif" href="http://img.domaintools.com/flags/us.gif"> </v:shape><![endif]--><!--[if !vml]--><img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/msohtml1/01/clip_image002.gif" alt="United States" shapes="_x0000_i1026" border="0" height="12" width="18" /><!--[endif]-->- Enet Inc <o:p></o:p></p> </td> </tr> <tr style=""> <td style="padding: 0.75pt;"> <p class="MsoNormal">Response Code:<o:p></o:p></p> </td> <td style="padding: 0.75pt;"> <p class="MsoNormal">200<o:p></o:p></p> </td> </tr> <tr style=""> <td style="padding: 0.75pt;"> <p class="MsoNormal">Blacklist Status:<o:p></o:p></p> </td> <td style="padding: 0.75pt;"> <p class="MsoNormal">Clear <o:p></o:p></p> </td> </tr> <tr style=""> <td style="padding: 0.75pt;"> <p class="MsoNormal">SSL Cert:<o:p></o:p></p> </td> <td style="padding: 0.75pt;"> <p class="MsoNormal"><a href="https://thebalaabodu%20community/">thebalaabodu community</a> expires in 214 days<o:p></o:p></p> </td> </tr> <tr style=""> <td style="padding: 0.75pt;"> <p class="MsoNormal">Website Status:<o:p></o:p></p> </td> <td style="padding: 0.75pt;"> <p class="MsoNormal">Active <o:p></o:p></p> </td> </tr> </tbody></table> <h3>Registry Data<o:p></o:p></h3> <table class="MsoNormalTable" style="" border="0" cellpadding="0" cellspacing="1"> <tbody><tr style=""> <td style="padding: 0.75pt;"> <p class="MsoNormal">ICANN Registrar:<o:p></o:p></p> </td> <td style="padding: 0.75pt;"> <p class="MsoNormal">DSTR ACQUISITION VII, LLC<o:p></o:p></p> </td> </tr> <tr style=""> <td style="padding: 0.75pt;"> <p class="MsoNormal">Created:<o:p></o:p></p> </td> <td style="padding: 0.75pt;"> <p class="MsoNormal">14-Jul-2004<o:p></o:p></p> </td> </tr> <tr style=""> <td style="padding: 0.75pt;"> <p class="MsoNormal">Expires:<o:p></o:p></p> </td> <td style="padding: 0.75pt;"> <p class="MsoNormal">14-Jul-2007<o:p></o:p></p> </td> </tr> <tr style=""> <td style="padding: 0.75pt;"> <p class="MsoNormal">Registrar Status:<o:p></o:p></p> </td> <td style="padding: 0.75pt;"> <p class="MsoNormal">REGISTRAR-LOCK<o:p></o:p></p> </td> </tr> <tr style=""> <td style="padding: 0.75pt;"> <p class="MsoNormal">Whois Server:<o:p></o:p></p> </td> <td style="padding: 0.75pt;"> <p class="MsoNormal">whois.dotregistrar.com<o:p></o:p></p> </td> </tr> <tr style=""> <td style="padding: 0.75pt;"> <p class="MsoNormal">Name Server:<o:p></o:p></p> </td> <td style="padding: 0.75pt;"> <p class="MsoNormal">NS1.THEBALAABODU.COM<o:p></o:p></p> </td> </tr> </tbody></table> <h3>DomainTools Exclusive<o:p></o:p></h3> <table class="MsoNormalTable" style="width: 316.4pt;" border="0" cellpadding="0" cellspacing="1" width="422"> <tbody><tr style="height: 13.4pt;"> <td style="padding: 0.75pt; height: 13.4pt;"><nobr> <p class="MsoNormal"><span style="font-size: 7.5pt; color: red;">*</span> Registrar History:<o:p></o:p></p> </nobr></td> <td style="padding: 0.75pt; width: 228.75pt; height: 13.4pt;" width="305"> <p class="MsoNormal">2 registrars.<o:p></o:p></p> </td> </tr> <tr style="height: 13.4pt;"> <td style="padding: 0.75pt; height: 13.4pt;"> <p class="MsoNormal"><span style="font-size: 7.5pt; color: red;">*</span> NS History:<o:p></o:p></p> </td> <td style="padding: 0.75pt; width: 228.75pt; height: 13.4pt;" width="305"> <p class="MsoNormal">5 changes. Using 5 unique name servers in 2 years.<o:p></o:p></p> </td> </tr> <tr style="height: 13.4pt;"> <td style="padding: 0.75pt; height: 13.4pt;"> <p class="MsoNormal"><span style="font-size: 7.5pt; color: red;">*</span> IP History:<o:p></o:p></p> </td> <td style="padding: 0.75pt; width: 228.75pt; height: 13.4pt;" width="305"> <p class="MsoNormal">8 changes. Using 8 unique IP addresses in 2 years.<o:p></o:p></p> </td> </tr> <tr style="height: 14.1pt;"> <td style="padding: 0.75pt; height: 14.1pt;"> <p class="MsoNormal">Whois History:<o:p></o:p></p> </td> <td style="padding: 0.75pt; width: 228.75pt; height: 14.1pt;" width="305"> <p class="MsoNormal"><a href="http://domain-history.domaintools.com/?q=thebalaabodu.com&page=results">49 records</a> have been archived since 2005-06-21<o:p></o:p></p> </td> </tr> <tr style="height: 13.4pt;"> <td style="padding: 0.75pt; height: 13.4pt;"> <p class="MsoNormal">Reverse IP:<o:p></o:p></p> </td> <td style="padding: 0.75pt; width: 228.75pt; height: 13.4pt;" width="305"> <p class="MsoNormal"><a href="http://www.domaintools.com/reverse-ip/?hostname=thebalaabodu.com">3 other sites</a> hosted on this server.<o:p></o:p></p> </td> </tr> <tr style="height: 13.4pt;"> <td style="padding: 0.75pt; height: 13.4pt;"><nobr> <p class="MsoNormal">Monitor Domain:<o:p></o:p></p> </nobr></td> <td style="padding: 0.75pt; width: 228.75pt; height: 13.4pt;" width="305"> <p class="MsoNormal"><!--[if gte vml 1]><v:shape id="_x0000_i1027" type="#_x0000_t75" alt="" style="'width:11.25pt;height:11.25pt'"> <v:imagedata src="file:///C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\msohtml1\01\clip_image003.gif" href="http://img.domaintools.com/xz15.gif"> </v:shape><![endif]--><!--[if !vml]--><img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/msohtml1/01/clip_image003.gif" title="Monitor this domain" class="button" onclick="'snapsMonitor(" shapes="_x0000_i1027" border="0" height="15" width="15" /><!--[endif]-->Set Free Alerts on thebalaabodu.com<o:p></o:p></p> </td> </tr> <tr style="height: 14.1pt;"> <td colspan="2" style="padding: 0.75pt; width: 314.95pt; height: 14.1pt;" width="420"><nobr> <p class="MsoNormal"><o:p> </o:p></p> </nobr></td> </tr> </tbody></table> <h3>Whois Record<o:p></o:p></h3> <p class="whoisrecord"><br /> Registrant:<br /> Ahmed Nathaf Nafiu (THEBALAABODU-COM-DOM)<br /> m.onigandu<br /> muranga magu<br /> Male', kaafu 00<br /> maldives<br /> +960.7882224<br /> <a href="http://whois.domaintools.com/domain-privacy/"><span style="text-decoration: none;"><!--[if gte vml 1]><v:shape id="_x0000_i1028" type="#_x0000_t75" alt="Whois Privacy and Spam Prevention by DomainTools.com" href="http://whois.domaintools.com/domain-privacy/" style="'width:122.25pt;" button="t"> <v:imagedata src="file:///C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\msohtml1\01\clip_image004.gif" href="http://img.domaintools.com/email.pgif?md5=1a8afa0b79e18b1102b9910d8b7f34d1"> </v:shape><![endif]--><!--[if !vml]--><span style=""><img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/msohtml1/01/clip_image004.gif" alt="Whois Privacy and Spam Prevention by DomainTools.com" shapes="_x0000_i1028" align="middle" border="0" height="17" width="163" /></span><!--[endif]--></span></a><br /> <br /> Domain Name: THEBALAABODU.COM<br /> Status: PROTECTED<br /> <br /> Administrative Contact:<br /> Ahmed Nathaf Nafiu <a href="http://whois.domaintools.com/domain-privacy/"><span style="text-decoration: none;"><!--[if gte vml 1]><v:shape id="_x0000_i1029" type="#_x0000_t75" alt="Whois Privacy and Spam Prevention by DomainTools.com" href="http://whois.domaintools.com/domain-privacy/" style="'width:122.25pt;" button="t"> <v:imagedata src="file:///C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\msohtml1\01\clip_image004.gif" href="http://img.domaintools.com/email.pgif?md5=1a8afa0b79e18b1102b9910d8b7f34d1"> </v:shape><![endif]--><!--[if !vml]--><span style=""><img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/msohtml1/01/clip_image004.gif" alt="Whois Privacy and Spam Prevention by DomainTools.com" shapes="_x0000_i1029" align="middle" border="0" height="17" width="163" /></span><!--[endif]--></span></a><br /> m.onigandu<br /> muranga magu<br /> Male', kaafu 00<br /> maldives<br /> +960.7882224<br /> <br /> Technical Contact, Zone Contact:<br /> Ahmed Nathaf Nafiu <a href="http://whois.domaintools.com/domain-privacy/"><span style="text-decoration: none;"><!--[if gte vml 1]><v:shape id="_x0000_i1030" type="#_x0000_t75" alt="Whois Privacy and Spam Prevention by DomainTools.com" href="http://whois.domaintools.com/domain-privacy/" style="'width:122.25pt;" button="t"> <v:imagedata src="file:///C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\msohtml1\01\clip_image004.gif" href="http://img.domaintools.com/email.pgif?md5=1a8afa0b79e18b1102b9910d8b7f34d1"> </v:shape><![endif]--><!--[if !vml]--><span style=""><img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/msohtml1/01/clip_image004.gif" alt="Whois Privacy and Spam Prevention by DomainTools.com" shapes="_x0000_i1030" align="middle" border="0" height="17" width="163" /></span><!--[endif]--></span></a><br /> m.onigandu<br /> muranga magu<br /> Male', kaafu 00<br /> maldives<br /> +960.7882224<br /> <br /> Record last updated on 06-Aug-2006.<br /> Record expires on 15-Jul-2007.<br /> Record created on 15-Jul-2004.<br /> <br /> Domain servers in listed order:<br /> <br /> Name Server: ns1.thebalaabodu.com <o:p></o:p></p> </td> </tr> </tbody></table><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29841972-116497219877702562?l=mifwarz.blogspot.com'/></div>zerogeekhttp://www.blogger.com/profile/07531430981851776263noreply@blogger.com0tag:blogger.com,1999:blog-29841972.post-1163658095842709612006-11-16T11:20:00.000+05:002006-11-16T11:21:35.850+05:00reloading the current page.testing the current page<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29841972-116365809584270961?l=mifwarz.blogspot.com'/></div>zerogeekhttp://www.blogger.com/profile/07531430981851776263noreply@blogger.comtag:blogger.com,1999:blog-29841972.post-1163655831845261342006-11-16T10:34:00.000+05:002006-11-16T10:50:42.150+05:00Recently i have been ask from a private company to reset their sql coz they sys admin left the company without any further notice hehe.....poor management.... hehe.. here is wat i did..<br /><br />1. Log on to your system as Administrator. <br /><br />2. Stop the MySQL server if it is running. For a server that is running as a Windows service, go to the Services manager: <br /><br />3. Start Menu -> Control Panel -> Administrative Tools -> Services<br />Then find the MySQL service in the list, and stop it. <br />If your server is not running as a service, you may need to use the Task Manager to force it to stop. <br /><br />4. Create a text file and place the following command within it on a single line: <br /><br />5. SET PASSWORD FOR 'root'@'localhost' = PASSWORD('MyNewPassword');<br />Save the file with any name. For this example the file will be C:\mysql-init.txt. <br /><br />6. Open a console window to get to the DOS command prompt: <br /><br />7. Start Menu -> Run -> cmd<br /><br />8. We are assuming that you installed MySQL to C:\mysql. If you installed MySQL to another location, adjust the following commands accordingly. <br />At the DOS command prompt, execute this command: <br />C:\> C:\mysql\bin\mysqld-nt --init-file=C:\mysql-init.txt<br />The contents of the file named by the --init-file option are executed at server startup, changing the root password. After the server has started successfully, you should delete C:\mysql-init.txt. <br />If you install MySQL using the MySQL Installation Wizard, you may need to specify a --defaults-file option: <br /><br />C:\> "C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt.exe"<br /> --defaults-file="C:\Program Files\MySQL\MySQL Server 5.0\my.ini"<br /> --init-file=C:\mysql-init.txt<br />The appropriate --defaults-file setting can be found using the Services Manager: <br />Start Menu -> Control Panel -> Administrative Tools -> Services<br />Find the MySQL service in the list, right-click on it, and choose the Properties option. The Path to executable field contains the --defaults-file setting. <br /><br />9. Stop the MySQL server, then restart it in normal mode again. If you run the server as a service, start it from the Windows Services window. If you start the server manually, use whatever command you normally use. <br /><br />10. You should be able to connect using the new password.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29841972-116365583184526134?l=mifwarz.blogspot.com'/></div>zerogeekhttp://www.blogger.com/profile/07531430981851776263noreply@blogger.com0tag:blogger.com,1999:blog-29841972.post-1163009758076800352006-11-08T23:11:00.000+05:002006-11-08T23:18:50.473+05:00MDP to change the govement guys lets see whats gona happen, on tenth of this month Police team has to play the final match against The Group i think police team will not come to the match coz they are ob alert. lets see wat going to happen. gud luck to both sides. nd im not on any side. i will be observering.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29841972-116300975807680035?l=mifwarz.blogspot.com'/></div>zerogeekhttp://www.blogger.com/profile/07531430981851776263noreply@blogger.com0