Search This Blog

Thursday, March 26, 2009

Straight (2009) PDVDRip

http://rapidshare.com/files/213240582/Straight-09PR-ByHumour.zip.001
http://rapidshare.com/files/213240530/Straight-09PR-ByHumour.zip.002
http://rapidshare.com/files/213240522/Straight-09PR-ByHumour.zip.003
http://rapidshare.com/files/213240497/Straight-09PR-ByHumour.zip.004
http://rapidshare.com/files/213240505/Straight-09PR-ByHumour.zip.005
http://rapidshare.com/files/213240622/Straight-09PR-ByHumour.zip.006
http://rapidshare.com/files/213240336/Straight-09PR-ByHumour.zip.007

Sunday, March 22, 2009

Search for all account without password and lock them

Search for all account without password and lock them
For security, reason it is necessary to disable all account(s) with no password and lock them down. Solaris, Linux and FreeBSD provide account locking (unlocking) facility.

Lock Linux user account with the following command:
passwd -l {user-name}

Solaris UNIX display password status
passwd -u {user-name}-l : This option disables an account by changing the password to a value, which matches no possible encrypted value.

Lock FreeBSD user account with the following command:
pw lock {username}FreeBSD unlocking the account use:
pw unlock {username}Lock Solaris UNIX user account with the following command:
passwd -l {username}Lock HP-UX user account with the following command:
passwd -l {username}For unlocking the HP-UX account you need to edit /etc/passwd file using text editor (or use SAM):

vi /etc/passwd However, how will you find out account without password? Again, with the help of 'passwd -s' (status) command you can find out all passwordless accounts.

Linux display password status
passwd -S {user-name}Where,
-S : Display account status information. The status information consists of total seven fields. The second field indicates the status of password using following format:

•L : if the user account is locked (L)
•NP : Account has no password (NP)
•P: Account has a usable password (P)
# passwd -S radminradmin P 10/08/2005 0 99999 7 -1

Solaris UNIX display password status
passwd -s {user-name}Where,
-s : Display account status information using following format:

•PS : Account has a usable password
•LK : User account is locked
•NP : Account has no password
FreeBSD
I have already written about small awk one line approach to find out all passwords less accounts.

Automated Scripting Solution
However, in real life you write a script and execute it from cron job. Here is small script for Linux:

#!/bin/shUSERS="$(cut -d: -f 1 /etc/passwd)"for u in $USERSdopasswd -S $u | grep -Ew "NP" >/dev/nullif [ $? -eq 0 ]; thenpasswd -l $ufidoneFreeBSD script:

#!/bin/bashUSERS="$(awk -F: 'NF > 1 && $1 !~ /^[#+-]/ && $2=="" {print $0}'/etc/master.passwd | cut -d: -f1)"for u in $USERSdopw lock $udoneSun Solaris script:

#!/bin/shUSERS=`passwd -sa | grep -w NP | awk '{ print $1 }'`for u in $USERSdopasswd -l $udone

Change your Network Card MAC Address on Ubuntu

There are a lot of reasons you might want to manually set your MAC address for your network card. I won't ask you what your reason is.

To change this setting, we'll need to edit the /etc/network/interfaces file. You can choose to use a different editor if you'd like.

gedit /etc/network/interfaces

You should see the line for your network interface, which is usually eth0. If you have dhcp enabled, it will look like this:

auto eth0
iface eth0 inet dhcp

Just add another line below it to make it look something like this:

auto eth0
iface eth0 inet dhcp
hwaddress ether 01:02:03:04:05:06

Obviously you would want to choose something else for the MAC address, but it needs to be in the same format.

/etc/init.d/networking restart

You will need to restart networking or reboot to take effect.

Password Recovery Procedure for the Cisco

Applyed 2000, 2500, 3000, 4000, AccessPro, and 7000

DescriptionThis document describes the password recovery procedure for the following Cisco products:
•Cisco 2000 •Cisco 2500•Cisco 3000•Cisco 4000 •Cisco AccessPro•Cisco 7000 (RP)•Cisco AGS•Cisco IGS•Cisco STS-10x

Step-by-Step ProcedureAttach a terminal or PC with terminal emulation to the console port of the router. Use the following terminal settings:
9600 baud rate
No parity
8 data bits
1 stop bit
No flow control
1.Type show version and record the setting of the configuration register. Click here to see output of a show version command. The configuration register setting is usually 0x2102 or 0x102.
2.Using the switch, turn off the router and then turn it on. 3.Press Break on the terminal keyboard within 60 seconds of the powerup to put the router into ROMMON. If the break sequence doesn't work, try CTRL+BREAK or use the terminal program to send the break as an ascii code.
4.Type o/r 0x2142 at the > prompt to boot from Flash without loading the configuration. 5.Type i at the > prompt. The router reboots but ignores its saved configuration.
6.Type no after each setup question or press Ctrl-C to skip the initial setup procedure. 7.Type enable at the Router> prompt. You'll be in enable mode and see the Router# prompt.
8.Important Type config mem or copy start running to copy the nonvolatile RAM (NVRAM) into memory. Do not type config term. 9.Type wr term or show running. The show running and wr term commands show the configuration of the router. In this configuration you see under all the interfaces the shutdown command, which means all interfaces are currently shutdown. Also, you can see the passwords either in encrypted or unencrypted format.
10.Type config term and make the changes. The prompt is now hostname(config)#.
11.Type enable secret . 12.Issue the no shutdown command on every interface that is used. If you issue a show ip interface brief command, every interface that you want to use should be "up up". 13.Type config-register 0x2102, or the value you recorded in step 2. 14.Press Ctrl-z to leave the configuration mode.The prompt is now hostname#.
15.Type write mem or copy running startup to commit the changes. Example of Password Recovery on a Cisco 2500The example shown here is password recovery on a Cisco 2500.
Router>enPassword:Password:Password:% Bad secrets Router>show versionCisco Internetwork Operating System SoftwareIOS (tm) 2500 Software (C2500-JS-L), Version 12.0(7)T, RELEASE SOFTWARE (fc2)Copyright (c) 1986-1999 by cisco Systems, Inc.Compiled Mon 06-Dec-99 17:10 by phanguyeImage text-base: 0x0306C4E0, data-base: 0x00001000 ROM: System Bootstrap, Version 5.2(8a), RELEASE SOFTWAREBOOTFLASH: 3000 Bootstrap Software (IGS-RXBOOT), Version 10.2(8a), RELEASE SOFTWARE (fc1) Router uptime is 5 minutesSystem returned to ROM by power-onSystem image file is "flash:/c2500-js-l.120-7.T" cisco 2500 (68030) processor (revision D) with 8192K/2048K bytes of memory.Processor board ID 02315272, with hardware revision 00000000Bridging software.X.25 software, Version 3.0.0.SuperLAT software (copyright 1990 by Meridian Technology Corp).TN3270 Emulation software.1 Ethernet/IEEE 802.3 interface(s)1 Token Ring/IEEE 802.5 interface(s)2 Serial network interface(s)32K bytes of non-volatile configuration memory.16384K bytes of processor board System flash (Read ONLY) Configuration register is 0x2102Router> !--- The router was just powercycled and during bootup a!--- break sequence was sent to the router.! Abort at 0x10EA83C (PC)>o/r 0x2142>i System Bootstrap, Version 5.2(8a), RELEASE SOFTWARECopyright (c) 1986-1995 by cisco Systems2500 processor with 8192 Kbytes of main memory F3: 13626872+197596+780568 at 0x3000060 Restricted Rights Legend Use, duplication, or disclosure by the Government issubject to restrictions as set forth in subparagraph(c) of the Commercial Computer Software - RestrictedRights clause at FAR sec. 52.227-19 and subparagraph(c) (1) (ii) of the Rights in Technical Data and ComputerSoftware clause at DFARS sec. 252.227-7013. cisco Systems, Inc. 170 West Tasman Drive San Jose, California 95134-1706 Cisco Internetwork Operating System SoftwareIOS (tm) 2500 Software (C2500-JS-L), Version 12.0(7)T, RELEASE SOFTWARE (fc2)Copyright (c) 1986-1999 by cisco Systems, Inc.Compiled Mon 06-Dec-99 17:10 by phanguyeImage text-base: 0x0306C4E0, data-base: 0x00001000 cisco 2500 (68030) processor (revision D) with 8192K/2048K bytes of memory.Processor board ID 02315272, with hardware revision 00000000Bridging software.X.25 software, Version 3.0.0.SuperLAT software (copyright 1990 by Meridian Technology Corp).TN3270 Emulation software.1 Ethernet/IEEE 802.3 interface(s)1 Token Ring/IEEE 802.5 interface(s)2 Serial network interface(s)32K bytes of non-volatile configuration memory.16384K bytes of processor board System flash (Read ONLY) --- System Configuration Dialog --- Would you like to enter the initial configuration dialog? [yes/no]: !--- Ctrl-C pressed! Press RETURN to get started! 00:00:08: %LINK-3-UPDOWN: Interface Ethernet0, changed state to up00:00:08: %LINK-3-UPDOWN: Interface Serial0, changed state to up00:00:08: %LINK-3-UPDOWN: Interface Serial1, changed state to up00:00:09: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to up00:00:09: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1, changed state to up00:01:29: %LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet0, changed state to up00:01:29: %LINK-3-UPDOWN: Interface Ethernet0Translating "Router"...domain server (255.255.255.255), changed state to up00:01:30: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1, changed state to up00:01:31: %SYS-5-RESTART: System restarted --Cisco Internetwork Operating System Software IOS (tm) 2500 Software (C2500-JS-L), Version 12.0(7)T, RELEASE SOFTWARE (fc2)Copyright (c) 1986-1999 by cisco Systems, Inc.Compiled Mon 06-Dec-99 17:10 by phanguye00:01:32: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to down00:01:33: %LINK-5-CHANGED: Interface Ethernet0, changed state to administratively down00:01:33: %LINK-5-CHANGED: Interface Serial0, changed state to administratively down00:01:33: %LINK-5-CHANGED: Interface Serial1, changed state to administratively down00:01:33: %LINK-5-CHANGED: Interface TokenRing0, changed state to administratively down00:01:34: %LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet0, changed state to down00:01:34: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1, changed state to down00:01:34: %LINEPROTO-5-UPDOWN: Line protocol on Interface TokenRing0, changed state to downRouter>enRouter#copy start runDestination filename [running-config]? 1278 bytes copied in 10.448 secs (127 bytes/sec) Router#conf tEnter configuration commands, one per line. End with CNTL/Z.Router(config)#enable secret CiscoRouter(config)#int e0Router(config-if)#no shut *Mar 1 00:04:12.863: %LINK-3-UPDOWN: Interface Ethernet0, changed state to up*Mar 1 00:04:13.947: %LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet0, changed state to upRouter(config-if)#int s0Router(config-if)#no shut*Mar 1 00:04:18.107: %LINK-3-UPDOWN: Interface Serial0, changed state to up*Mar 1 00:04:19.167: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to upRouter(config-if)#int s1Router(config-if)#no shutRouter(config-if)#*Mar 1 00:04:27.055: %LINK-3-UPDOWN: Interface Serial1, changed state to up*Mar 1 00:04:28.071: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1, changed state to upRouter(config-if)#exitRouter(config)#config-register 0x2102Router(config)#^ZRouter#wr mem*Mar 1 00:05:09.035: %SYS-5-CONFIG_I: Configured from console by consoleBuilding configuration...[OK]Router#Router#

Cisco Router Configuration Commands

Cisco Router Configuration Commands

Set a console password to cisco
Router(config)#line con 0
Router(config-line)#login
Router(config-line)#password cisco

Set a telnet password
Router(config)#line vty 0 4
Router(config-line)#login
Router(config-line)#password cisco

Stop console timing out
Router(config)#line con 0
Router(config-line)#exec-timeout 0 0

Set the enable password to cisco
Router(config)#enable password cisco

Set the enable secret password to peter.

This password overrides the enable password and is encypted within the config file
Router(config)#enable secret peter

Enable an interface
Router(config-if)#no shutdown

To disable an interface
Router(config-if)#shutdown

Set the clock rate for a router with a DCE cable to 64K
Router(config-if)clock rate 64000

Set a logical bandwidth assignment of 64K to the serial interface
Router(config-if)bandwidth 64
Note that the zeroes are not missing

To add an IP address to a interface
Router(config-if)#ip addr 10.1.1.1 255.255.255.0

To enable RIP on all 172.16.x.y interfaces
Router(config)#router rip
Router(config-router)#network 172.16.0.0

Disable RIP
Router(config)#no router rip

To enable IRGP with a AS of 200, to all interfaces
Router(config)#router igrp 200
Router(config-router)#network 172.16.0.0

Disable IGRP
Router(config)#no router igrp 200

Static route the remote network is 172.16.1.0, with a mask of 255.255.255.0, the next hop is 172.16.2.1, at a cost of 5 hops
Router(config)#ip route 172.16.1.0 255.255.255.0 172.16.2.1 5

Disable CDP for the whole router
Router(config)#no cdp run

Enable CDP for he whole router
Router(config)#cdp run

Disable CDP on an interface
Router(config-if)#no cdp enable



Cisco Router Show Commands
Requirement
Cisco Command

View version information
show version

View current configuration (DRAM)
show running-config

View startup configuration (NVRAM)
show startup-config

Show IOS file and flash space
show flash

Shows all logs that the router has in its memory
show log

View the interface status of interface e0
show interface e0

Overview all interfaces on the router
show ip interfaces brief

View type of serial cable on s0
show controllers 0 (note the space between the 's' and the '0')

Display a summary of connected cdp devices
show cdp neighbor

Display detailed information on all devices
show cdp entry *

Display current routing protocols
show ip protocols

Display IP routing table
show ip route

Display access lists, this includes the number of displayed matches
show access-lists

Check the router can see the ISDN switch
show isdn status

Check a Frame Relay PVC connections
show frame-relay pvc

show lmi traffic stats
show frame-relay lmi

Display the frame inverse ARP table
show frame-relay map



Cisco Router Basic Operations
Requirement
Cisco Command

Enable
Enter privileged mode

Return to user mode from privileged
disable

Exit Router
Logout or exit or quit

Recall last command
up arrow or

Recall next command
down arrow or

Suspend or abort
and and 6 then x

Refresh screen output



Compleat Command
TAB



Cisco Router Copy Commands
Requirement
Cisco Command

Save the current configuration from DRAM to NVRAM
copy running-config startup-config

Merge NVRAM configuration to DRAM
copy startup-config running-config

Copy DRAM configuration to a TFTP server
copy runing-config tftp

Merge TFTP configuration with current router configuration held in DRAM
copy tftp runing-config

Backup the IOS onto a TFTP server
copy flash tftp

Upgrade the router IOS from a TFTP server
copy tftp flash



Cisco Router Debug Commands
Requirement
Cisco Command

Enable debug for RIP
debug ip rip

Enable summary IGRP debug information
debug ip igrp events

Enable detailed IGRP debug information
debug ip igrp transactions

Debug IPX RIP
debug ipx routing activity

Debug IPX SAP
debug IPX SAP

Enable debug for CHAP or PAP
debug ppp authentication

Switch all debugging off
no debug all

undebug all

Monday, March 16, 2009

Heaven on Earth (2009) PDVDRip

http://www.easy-share.com/1904041955/HeavenOnEarth-PR-ByHumour.zip.001
http://www.easy-share.com/1904041957/HeavenOnEarth-PR-ByHumour.zip.002
http://www.easy-share.com/1904041973/HeavenOnEarth-PR-ByHumour.zip.003
http://www.easy-share.com/1904041976/HeavenOnEarth-PR-ByHumour.zip.004
http://www.easy-share.com/1904041979/HeavenOnEarth-PR-ByHumour.zip.005
http://www.easy-share.com/1904041985/HeavenOnEarth-PR-ByHumour.zip.006
http://www.easy-share.com/1904041989/HeavenOnEarth-PR-ByHumour.zip.007
http://www.easy-share.com/1904041996/HeavenOnEarth-PR-ByHumour.zip.008

Join using HJSPLIT, Get HJSPLIT here
http://www.easy-share.com/1903669275/15022009.rar

or

http://rapidshare.com/files/209725572/HeavenOnEarth-PR-ByHumour.zip.001
http://rapidshare.com/files/209725361/HeavenOnEarth-PR-ByHumour.zip.002
http://rapidshare.com/files/209725561/HeavenOnEarth-PR-ByHumour.zip.003
http://rapidshare.com/files/209725548/HeavenOnEarth-PR-ByHumour.zip.004
http://rapidshare.com/files/209725589/HeavenOnEarth-PR-ByHumour.zip.005
http://rapidshare.com/files/209725915/HeavenOnEarth-PR-ByHumour.zip.006
http://rapidshare.com/files/209725595/HeavenOnEarth-PR-ByHumour.zip.007
http://rapidshare.com/files/209725178/HeavenOnEarth-PR-ByHumour.zip.008

Join using HJSPLIT, Get HJSPLIT here
http://www.easy-share.com/1903669275/15022009.rar

Gulaal (2009) PDVDRip

http://www.easy-share.com/1904042470/Gulaal-PR-ByHumour.zip.001
http://www.easy-share.com/1904042485/Gulaal-PR-ByHumour.zip.002
http://www.easy-share.com/1904042502/Gulaal-PR-ByHumour.zip.003
http://www.easy-share.com/1904042506/Gulaal-PR-ByHumour.zip.004
http://www.easy-share.com/1904042511/Gulaal-PR-ByHumour.zip.005
http://www.easy-share.com/1904042522/Gulaal-PR-ByHumour.zip.006
http://www.easy-share.com/1904042524/Gulaal-PR-ByHumour.zip.007

Join using HJSPLIT, Get HJSPLIT here
http://www.easy-share.com/1903669275/15022009.rar

or

http://rapidshare.com/files/209723695/Gulaal-PR-ByHumour.zip.001
http://rapidshare.com/files/209723658/Gulaal-PR-ByHumour.zip.002
http://rapidshare.com/files/209723796/Gulaal-PR-ByHumour.zip.003
http://rapidshare.com/files/209723643/Gulaal-PR-ByHumour.zip.004
http://rapidshare.com/files/209723690/Gulaal-PR-ByHumour.zip.005
http://rapidshare.com/files/209723764/Gulaal-PR-ByHumour.zip.006
http://rapidshare.com/files/209723607/Gulaal-PR-ByHumour.zip.007

Join using HJSPLIT, Get HJSPLIT here
http://www.easy-share.com/1903669275/15022009.rar

Underworld Rise Of The Lycans (2009) DVDRip

The prequel story traces the origins of the centuries-old blood feud between the aristocratic vampires and their onetime slaves, the Lycans. In the Dark Ages, a young Lycan named Lucian emerges as a powerful leader who rallies the werewolves to rise up against Viktor, the cruel vampire king who has enslaved them. Lucian is joined by his secret lover, Sonja, in his battle against the Vampire army and his struggle for Lycan freedom.



Code:
http://rapidshare.com/files/207471280/LiP-Underworld_Rise_Of_The_Lycans_DVDRip.part1.rar
http://rapidshare.com/files/207484490/LiP-Underworld_Rise_Of_The_Lycans_DVDRip.part2.rar
http://rapidshare.com/files/207491326/LiP-Underworld_Rise_Of_The_Lycans_DVDRip.part3.rar
http://rapidshare.com/files/207497676/LiP-Underworld_Rise_Of_The_Lycans_DVDRip.part4.rar
http://rapidshare.com/files/207503798/LiP-Underworld_Rise_Of_The_Lycans_DVDRip.part5.rar
http://rapidshare.com/files/207509920/LiP-Underworld_Rise_Of_The_Lycans_DVDRip.part6.rar
http://rapidshare.com/files/207515820/LiP-Underworld_Rise_Of_The_Lycans_DVDRip.part7.rar
http://rapidshare.com/files/207519724/LiP-Underworld_Rise_Of_The_Lycans_DVDRip.part8.rar

A Practical Guide to Linux(R) Commands, Editors, and Shell Programming

The Most Useful Linux Tutorial and Reference Ever, with Hundreds of High-Quality Examples Covering Every Linux Distribution!

To be truly productive with Linux, you need to thoroughly master the shells and the command line. Until now, you had to buy two books to gain that mastery: a tutorial on fundamental Linux concepts and techniques, plus a separate reference. Worse, most Linux references offer little more than prettied-up man pages. Now, there’s a far better solution. Renowned Linux expert Mark Sobell has brought together comprehensive, insightful guidance on the tools system administrators, developers, and power users need most, and an outstanding day-to-day reference, both in the same book.


Code:
http://rapidshare.com/files/198626450/LiP-A_Practical_Guide_to_Linux_R__Commands__Editors__and_Shell_Programming.rar

Beginning SQL Server 2008 for Developers: From Novice to Professional

SQL Server 2008 is a first–rate database management system. It offers more capability than any previous release of SQL Server. More than just a classic relational database management system, SQL Server 2008 includes exciting and powerful features that make it useful for everything from large corporate data warehouses to ad hoc departmental databases. You’ll find enhanced support for XML, new support for spatial data, transparent data encryption, a policy–based management system, and more.


Code:
http://rapidshare.com/files/201477100/LiP-Beginning_SQL_Server_2008_for_Developers_From_Novice_to_Professional.rar

Microsoft® SQL Server® 2008 T-SQL Fundamentals

This book walks you through your first steps in T-SQL (also known as Transact-SQL), which is Microsoft SQL Server s dialect of the standard ANSI-SQL language. You ll learn the theory behind T-SQL querying and programming, how to develop T-SQL code to query and modify data, and get an overview of programmable objects. Although this book is intended for beginners, it is not merely a step-by-step book. It goes beyond the syntactical elements of T-SQL and explains the logic behind the language and its elements.

http://rapidshare.com/files/209812916/LiP-Microsoft_SQL_Server__2008_T-SQL_Fundamentals.rar

AutoCAD_LT_2009_32bit_with_Activation

http://rapidshare.com/files/209765246/AutoCAD_LT_2009_32bit_with_Activation.txt

Sunday, March 15, 2009

700 cracks and some 100's of serials

http://rapidshare.com/files/171192095/715_cracks_and_100_s_of_serials.rar

Tricks of the Microsoft Office 2007 Gurus

Norton, W. W. & Company, Inc. | ISBN-13: 9780393094268 | Jan-1954 | English | PDF | Pages: 496 | Size: 4.79 MB | RAR Compressed |

We all have those "go-to" people in our lives. The one you go-to for advice, the one you go-to for comfort, the one you go-to with technical questions...now you can be the one that others go-to for help with Microsoft Office 2007. Tricks of the Microsoft Office 2007 Gurus is full of exclusive tricks from Paul McFedries, an Office "insider," that will help you learn the Office applications inside and out. Designed to bridge the gap between your expectation and reality, you will go beyond the basics and learn newly discovered techniques, shortcuts, and best practices. Through real-world examples that showcase how the tips and tricks can be used in everyday business tasks, Tricks of the Microsoft Office 2007 Gurus will help you get the most out of Office 2007.

Table of Contents
-----------------
Part I Microsoft Word Tricks
Chapter 1 Text Tricks
Chapter 2 Formatting Tricks
Chapter 3 Document Tricks
Chapter 4 Page Layout Tricks
Part II Microsoft Excel Trick
Chapter 5 Formula and Function Tricks
Chapter 6 Workbook and Worksheet Tricks
Chapter 7 Data Analysis Tricks
Chapter 8 Chart Tricks
Part III Microsoft PowerPoint Tricks
Chapter 9 Slide and Presentation Tricks
Chapter 10 Animation Tricks
Chapter 11 Slide Show Tricks
Part IV Microsoft Outlook Tricks
Chapter 12 Email Tricks
Chapter 13 Calendar and Contact Tricks
Part V Microsoft Access Tricks
Chapter 14 Table and Query
Chapter 15 Form and Report Tricks
Part VI Appendix
Appendix A Working with VBA Macro
Index

http://rapidshare.com/files/154118463/Of_Gu_07_By_Toxic.rar

Cool Computer Tricks

This is something pretty cool...and unbelievable. ..
At Microsoft, the whole team, including Bill Gates, couldn't answer as to why this happened!

It was discovered by a Brazilian.
Try it out yourself...


Open Microsoft Word and type

=rand (200,99)

and then press ENTER


Use this script to Fly all your images in you desktop


Copy and Paste this in the address bar

javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);



Edit Any Website in Your Browser


Copy and Paste this in the address bar

javascript:document.body.contentEditable='true'; document.designMode='on'; void 0


Pls Share Something that you know like this :)
Use this script to Fly all your images in you desktop


Copy and Paste this in the address bar

javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);



Edit Any Website in Your Browser


Copy and Paste this in the address bar

javascript:document.body.contentEditable='true'; document.designMode='on'; void 0

Karma Aur Holi (2009) PDVDRip

http://www.easy-share.com/1903969273/KAH-PR-ByHumour.zip.001
http://www.easy-share.com/1903969274/KAH-PR-ByHumour.zip.002
http://www.easy-share.com/1903969275/KAH-PR-ByHumour.zip.003
http://www.easy-share.com/1903969276/KAH-PR-ByHumour.zip.004
http://www.easy-share.com/1903969277/KAH-PR-ByHumour.zip.005
http://www.easy-share.com/1903969278/KAH-PR-ByHumour.zip.006
http://www.easy-share.com/1903969279/KAH-PR-ByHumour.zip.007
http://www.easy-share.com/1903969280/KAH-PR-ByHumour.zip.008

Join using HJSPLIT, Get HJSPLIT here
http://www.easy-share.com/1903669275/15022009.rar

OR

http://rapidshare.com/files/207474622/KAH-PR-ByHumour.zip.001
http://rapidshare.com/files/207474740/KAH-PR-ByHumour.zip.002
http://rapidshare.com/files/207474852/KAH-PR-ByHumour.zip.003
http://rapidshare.com/files/207474798/KAH-PR-ByHumour.zip.004
http://rapidshare.com/files/207474639/KAH-PR-ByHumour.zip.005
http://rapidshare.com/files/207474593/KAH-PR-ByHumour.zip.006
http://rapidshare.com/files/207474597/KAH-PR-ByHumour.zip.007
http://rapidshare.com/files/207474496/KAH-PR-ByHumour.zip.008

Join using HJSPLIT, Get HJSPLIT here
http://www.easy-share.com/1903669275/15022009.rar

Jai Veeru (2009) PDVDRip

http://www.easy-share.com/1903994362/JaiVeeru09-PR-ByHumour.zip.001
http://www.easy-share.com/1903994363/JaiVeeru09-PR-ByHumour.zip.002
http://www.easy-share.com/1903994370/JaiVeeru09-PR-ByHumour.zip.003
http://www.easy-share.com/1903994377/JaiVeeru09-PR-ByHumour.zip.004
http://www.easy-share.com/1903994382/JaiVeeru09-PR-ByHumour.zip.005
http://www.easy-share.com/1903994387/JaiVeeru09-PR-ByHumour.zip.006
http://www.easy-share.com/1903994390/JaiVeeru09-PR-ByHumour.zip.007

Join using HJSPLIT, Get HJSPLIT here
http://www.easy-share.com/1903669275/15022009.rar

or

http://rapidshare.com/files/208255231/JaiVeeru09-PR-ByHumour.zip.001
http://rapidshare.com/files/208255852/JaiVeeru09-PR-ByHumour.zip.002
http://rapidshare.com/files/208255651/JaiVeeru09-PR-ByHumour.zip.003
http://rapidshare.com/files/208255750/JaiVeeru09-PR-ByHumour.zip.004
http://rapidshare.com/files/208255671/JaiVeeru09-PR-ByHumour.zip.005
http://rapidshare.com/files/208254496/JaiVeeru09-PR-ByHumour.zip.006
http://rapidshare.com/files/208254763/JaiVeeru09-PR-ByHumour.zip.007

Join using HJSPLIT, Get HJSPLIT here
http://www.easy-share.com/1903669275/15022009.rar

Google(3),orkut(3)trick, gtalk(1) Tricks

A really cool Google trick


1. Go to
www.google.com


2. Click "images"
3. Fill in "bikes, flowers, cars" or any other word.
4. You will get a page with alot of images thumbnailed.
5. Now delete the URL on the addressbar

6. Copy the script down here, and paste it in your adressbar


javascript:R= 0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI= document.images; DIL=DI.length; function A(){for(i=0; i
=========================================
.open
www.orkut.com

2.login to ur account
3.open ur scrapbook
4. Now delete the URL on the addressbar
5. Copy the script down here, and paste it in your adressbar


javascript:a=0;x=0;y=0;setInterval("a+=.01;x=Math.cos(a*3)*200;y=Math.sin(a*2)*2;moveBy(x,y)",2);void(0)
=========================================
1.open
www.orkut.com

2.login to ur account
3. Now delete the URL on the addressbar
4.Copy the script down here, and paste it in your adressbar


javascript:function flood(n) {if (self.moveBy) {for (i = 20; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} flood(10);{ var inp = "!!!skcoR peedunaybbob"; var outp = ""; for (i = 0; i <= inp.length; i++) { outp = inp.charAt (i) + outp; } alert(outp);}; reverse();
============================
1.Go to
www.google.com

2.Type in search
google i33t

3.Press on "i'm feeling lucky"
4.You will get a google alike page
5.Type there"google gothick"and press second button down{EyE Am ph331n6u(ky}

Also type "Google bsd","google linux" ,"google easter egg"and press i'm feeling lucky

Press Google holiday and see what comes by pressing i'm feeling lucky .. bottom of the page u will have years in order press them also for more
================================
Multiple login into gmail at the same time
1.create a gtalk shortcut on the desktop
2.right click that icon and select properties and then
3.then in the target place u will see like this


""C:\Program Files\Google\Google Talk\googletalk.exe" /startmenu"


4.rename it as
""C:\Program Files\Google\Google Talk\googletalk.exe" /nomutex"


5.click apply an the ok

6.u r done.now u r able to use multiple gtalk by clicking that shortcut
7.As u click on the shortcut .......u will as usual login to ur default account
8.now open a new gtalk and if loged in or trying to login cancel that and login with a new account you are done..
=========================
1.Go to any website
2Copy and paste this code there in address bar


javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0

3.You are done......start editing the site
4.For example see the image wits "bobby's google"
===================================================

Monday, March 9, 2009

Dhoondte Reh Jaoge (2009) PDVDRip

http://rapidshare.com/files/207087299/DRJ-PR-ByHumour.zip.001
http://rapidshare.com/files/207087305/DRJ-PR-ByHumour.zip.002
http://rapidshare.com/files/207087244/DRJ-PR-ByHumour.zip.003
http://rapidshare.com/files/207087335/DRJ-PR-ByHumour.zip.004
http://rapidshare.com/files/207087284/DRJ-PR-ByHumour.zip.005
http://rapidshare.com/files/207087306/DRJ-PR-ByHumour.zip.006
http://rapidshare.com/files/207087211/DRJ-PR-ByHumour.zip.007
http://rapidshare.com/files/207086513/DRJ-PR-ByHumour.zip.008

Join using HJSPLIT, Get HJSPLIT here
http://www.easy-share.com/1903669275/15022009.rar

OR

http://www.easy-share.com/1903955994/DRJ-PR-ByHumour.zip.001
http://www.easy-share.com/1903955996/DRJ-PR-ByHumour.zip.002
http://www.easy-share.com/1903956003/DRJ-PR-ByHumour.zip.003
http://www.easy-share.com/1903956004/DRJ-PR-ByHumour.zip.004
http://www.easy-share.com/1903956005/DRJ-PR-ByHumour.zip.005
http://www.easy-share.com/1903956007/DRJ-PR-ByHumour.zip.006
http://www.easy-share.com/1903956008/DRJ-PR-ByHumour.zip.007
http://www.easy-share.com/1903956009/DRJ-PR-ByHumour.zip.008

Join using HJSPLIT, Get HJSPLIT here
http://www.easy-share.com/1903669275/15022009.rar

13B (2009) PDVDRip

http://rapidshare.com/files/207084850/13B-PR-ByHumour.zip.001
http://rapidshare.com/files/207085036/13B-PR-ByHumour.zip.002
http://rapidshare.com/files/207084916/13B-PR-ByHumour.zip.003
http://rapidshare.com/files/207084890/13B-PR-ByHumour.zip.004
http://rapidshare.com/files/207084853/13B-PR-ByHumour.zip.005
http://rapidshare.com/files/207084957/13B-PR-ByHumour.zip.006
http://rapidshare.com/files/207085065/13B-PR-ByHumour.zip.007
http://rapidshare.com/files/207084585/13B-PR-ByHumour.zip.008

Join using HJSPLIT, Get HJSPLIT here
http://www.easy-share.com/1903669275/15022009.rar