Pages

Saturday, October 30, 2010

PROXIFIER PORTABLE EDITION v2.9 Full Version


Bypass firewall, tunnel connections through HTTP and SOCKS proxy servers.
Proxifier is a program that allows network applications that do not support working through proxy servers to operate through a HTTP or SOCKS proxy server or a chain of proxy servers.. Proxifier solves all of these problems and gives you the opportunity to work with your favorite software without any restrictions.
Portable Edition requires no installation and can be run from removable media such as USB stick, Floppy, etc... There are many network applications that do not support working through proxy servers and thus cannot be used from LAN or with firewalls. These can compromise corporate privacy and lead you to many other restrictions

With Proxifier you can work with any Internet clients (browsers, ftp, ssh, ICQ, eMule,video/audio,irc, games like World of Warcraf) from network that is separated from Internet by a firewall (only one open port is required).
Proxifier will help secure your privacy. Send and receive email through a proxy server or a chain of proxy servers, all email clients are supported (Outlook, Eudora, Netscape and others).

Friday, October 29, 2010

Computer Repair Collection v1.2 Free Download (MF Link)

This is a collection of most useful tools that helps to repair Operating System(OS).
All these programs have been tested on XP and Vista.
Most of the tools are freeware however some are shareware also.

The collection contents the following tools.:


 
    CPUz----------------------CPU Info


    EVEREST---------------Hardware Lister


    Spin Right----------------Hard Drive Restore (Works VERY Good)


    CDSpeed-----------------CD Drive Tester


    Bad Copy 3.7-------------Removable Storage Recovery

    Undelete Plus------------Hard Disk Recovery


     ImgBurn------------------CD/DVD Image Burner


    Chainsaw------------------File Splitter


    LC ISO Creator---------CD/DVD ISO Creator


    OverDisk------------------Disk Space Usage Chart


    AusLogics Disk Defrag-----Hard Disk Defrag


    98WinsockFix-------------Windows 98 Winsock Fix

    AdapterWatch-------------Network Device Monitor


    C Port------------------------Port Monitor


    ipconfig-----------------------Batch File Shortcut


    netstat------------------------Batch File Shortcut


    LSPFix-----------------------Layered Service Provider Remover


    UpdateHOSTS-------------HOSTS File Controller


    Winsock XP Fix------------Windows XP Winsock Fixer



    AdAware Pro-----------------Adware Removal

    Kazaa Begone---------------Kazza P2P Spyware Removal


    ADSSpy-----------------------Alternate Data Streams Display


    BugOff-------------------------Exploit Removal


    CWShredder------------------CWShredder Adware Remover


    F-Secure BlackLight--------Hidden Process Detection


    Kill2Me-------------------------Kill2Me Adware Remover



   Driver Magician---------------Driver Backup and Restore

  Greyout Button Enabler------Greyout Button/Toolbar Enabler


  Resize Window Enabler------Resize Any Window


 Unknown Devices--------------Unknown Devices Lister

Windows XP Cd Key-----------Windows XP Cd Key Changer

Wednesday, October 13, 2010

The First Indian Web Browser : Epic

Epic was released on 15 July 2010. It is developed by Hidden Reflex, a software company founded by Alok Bharadwaj in 2008 which is based on Bangalore, India. Epic was designed specifically for Indian users.

KEY FEATURES


§        Epic browser is based on Mozilla Firefox and supports Firefox add-ons and extensions too. This truly enhances the     overall flexibility of Epic browser on the go in a seamless manner at all times.
        
          It utilizes Google’s Indic Translation tool for users to type in Hindi, Tamil, Bengali and other forms of Indianlanguages on the go in a seamless manner without any hassles.

§  F





Epic claims there are over 1500 free applications that will work with the browser, as well as many themes and wallpapers
Epic currently supports 12 Indian languages including Kannada, Hindi, Bengali, Telugu, Punjabi, Marathi, Gujarati, Sanskrit, Nepali, Tamil,
Malayalam and Urdu. There's additional transliteration support for Arabic, Persian, Russian, and Greek. 

Saturday, October 9, 2010

Create A Download Manager In Java


         Have you ever thought to create a software of your own. Here I am going to explain how to create a Download Manager using Java programming  landguage. First of all I should write “What is a download manager and what does it do?”.

What is a download manager and what  does it do?
    A download manager is a program or you can say it a software who downloads a file or data from a server to user computer requested by the user. The download process is nothing but the simple form of client/server relationship.

  The Download Manager uses a simple yet effective GUI (Graphical User Interface) built with Java’s Swing libraries. The Download Manager is broken into a few classes for natural separation of functional components. These are:
 Download, DownloadsTableModel, ProgressRender and DownloadManager classes .

      The DownloadManager class is responsible for the GUI interface and makes use of DownloadsTableModel and ProgressRender class. The Download class represents a “managed’ download.

The Download Class
 import java.io.*;
import java.net.*;
import java.util.*;

// This class downloads a file from a URL.
class Download extends Observable implements Runnable {
   
    // Max size of download buffer.
    private static final int MAX_BUFFER_SIZE = 1024;
   
    // These are the status names.
    public static final String STATUSES[] = {"Downloading",
    "Paused", "Complete", "Cancelled", "Error"};
   
    // These are the status codes.
    public static final int DOWNLOADING = 0;
    public static final int PAUSED = 1;
    public static final int COMPLETE = 2;
    public static final int CANCELLED = 3;
    public static final int ERROR = 4;
   
    private URL url; // download URL
    private int size; // size of download in bytes
    private int downloaded; // number of bytes downloaded
    private int status; // current status of download
   
    // Constructor for Download.
    public Download(URL url) {
        this.url = url;
        size = -1;
        downloaded = 0;
        status = DOWNLOADING;
       
        // Begin the download.
        download();
    }
   
    // Get this download's URL.
    public String getUrl() {
        return url.toString();
    }
   
    // Get this download's size.
    public int getSize() {
        return size;
    }
   
    // Get this download's progress.
    public float getProgress() {
        return ((float) downloaded / size) * 100;
    }
   
    // Get this download's status.
    public int getStatus() {
        return status;
    }
   

Wednesday, October 6, 2010

Team Viewer Portable Version

TeamViewer is a simple and fast solution for remote control, desktop sharing and file transfer that works behind any firewall and NAT proxy. To connect to another computer just run TeamViewer on both machines without the need of an installation procedure. With the first start automatic partner IDs are generated on both computers. Enter your partner's ID into TeamViewer and the connection is established immediately. With many thousand users worldwide TeamViewer is a standard tool to give support and assistance to people in remote locations. The software can also be used for presentations, where you can show your own desktop to a partner. TeamViewer also is VNC compatible and offers secure, encrypted data transfer with maximum security. TeamViewer is completely free for private use.




TeamViewer  establishes connections to any PC all around the world within just a few seconds. You can remote control your partner's PC as if you were sitting in right front of it. Find out why more than 4.000.000 users trust TeamViewer.

SOME FEATURES OF TEAM VIEWER:

• One solution for everything. While most competitors offer different packages for remote support, remote administration, training and sales (and also charge for them...) TeamViewer is the one-stop solution for everything you need: TeamViewer includes all modules in one simple and very affordable package.
• Remote administration of unattended servers. TeamViewer can also be used to control unattended computers and servers. Installation as a system service even allows remote reboot and reconnect.
• File transfer. TeamViewer comes with integrated file transfer that allows you to copy files and folders from and to a remote partner - which also works behind firewalls
• Highest security standard. TeamViewer is a very secure solution. All versions feature completely secure data channels with key exchange and RC4 session encoding, the same security standard used by https/SSL.
• No installation required. To install TeamViewer no admin rights are required. Just run the software and off you go...
• High performance with international router network. Optimized for connections over LANs AND the Internet, TeamViewer features automatic bandwidth-based quality selection for optimized use on any connection.
TeamViewer uses an extended international server network with server locations in many countries all over the world, so no matter where you are located we will make sure that a high-security, high-performance router near your home destination will ensure great performance.
• Remote support without installation. With TeamViewer you can remotely control any PC anywhere on the Internet. No installation is required, just run the application on both sides and connect - even through tight firewalls.
• Remote presentation of products, solutions and services. The second TeamViewer mode allows you to present your desktop to a partner. Show your demos, products and presentations over the Internet within seconds - live from your screen.
• Works behind firewalls. The major difficulties in using remote control software are firewalls and blocked ports, as well as NAT routing for local IP addresses. If you use TeamViewer you don't have to worry about firewalls: TeamViewer will find a route to your partner.
• Flexible use for a variety of applications. TeamViewer lets you connect to your partners in many different ways: You can either view or control your partner's desktop in order to do online-support; You can transmit your screen to your partners for presentation purposes - You may even change directions during a session for high fidelity teamwork!

HOW TO MAKE A USB BOOTABLE

 Instructions to making a bootable USB drive using Vista/Windows7
This guide will not work on Windows XP.
1. Insert your USB stick into USB port (MUST be 4GB or higher).
 
Warning: Backup the data on your USB drive as we are going to format it

2. Open the Command Prompt: (follow steps listed below to do this)

Go to Start Menu >

All programs >

Accessories >

Right click on ‘Command Prompt’

Select ‘Run as Administrator’

3. When the Command Prompt opens, enter the following command:

DISKPART (hit enter)

LIST DISK (hit enter)

(Note: Once you enter the LIST DISK command, it will show the disk numbers of all drives connected to your PC)

4. In this step, enter all the below commands one by one and hit enter:

SELECT DISK 1 (Replace “DISK 1? with your USB drive’s disk number, For example: If your usb is 4GB,
and Disk 2 shows 4000mb disk size, type SELECT DISK 2, as that is your usb drive)
CLEAN

CREATE PARTITION PRIMARY

SELECT PARTITION 1

ACTIVE

FORMAT FS=FAT32 (Format process may take a few minutes, depending on the size of the USB drive)

ASSIGN

EXIT

(Note: Don’t close the command prompt as we need it for the next step. Just minimize it)

5. Insert your Windows DVD in the DVD drive.
Note the drive letter of the DVD Drive and USB Drive.
(Here I use “D” as my DVD drive letter and “F” as my USB drive letter)

NOTE: Drive letters can be assigned or changed. In the start menu right click “Computer”,
select “Manage”. A window will open. Select Disk Managment (Near the bottom of the list
on the left side panel), Right click a drive to assign, change or remove the drive letter).

6. Go back to command prompt window and execute the following commands:

D: CD BOOT (Where D: is your DVD drive letter) And hit Enter.

BOOTSECT.EXE/NT60 F: (Where F: is your USB drive letter) And hit Enter.

XCOPY D:\*.* /S/E/F F:\ (Where D: is your DVD drive, and F: is your USB Drive) And hit Enter.

8. Wait for DVD contents to copy to USB.
Done. Now You can  use this bootable USB as a bootable DVD on any computer
that comes with USB boot feature (most of the current motherboards support this feature).

Write Odia (Oriya) Using English Letters

As Described as by the Publisher:

dhwani Unicode is a software(probably the first Unicode Translator) for odia
language.This uses Unicode characters.The Unicode is provided by Odia.org
This is a simple unicode to write odia letters through English alphabet.This produce
odia equivalent letter for each input of English letters.



Basically there are 3 softwares for different versions of MS Windows operating
system.This, Unicode is for Windows XP SP2 2003 and above.

This is a great software for those who wants to view or write in odia in windows.
The current version of this software is dhwani Unicode version 1.2 and updated versions
are yet to release soon.


Size: 750kb

System Requirements:

* Windows XP(SP2) and up.
* .NET Framework 2.0 and up.(It will automatically install it.).
* Mukta Font By CDAC,Pune,India.

                                                          DOWNLOAD

Download dhwani Unicode from www.odia.org here

Tuesday, October 5, 2010

Teracopy Pro v2.07beta Full Version


TeraCopy Pro is a software by Code Sector Inc. released as a Commercial. TeraCopy Pro setup is approx. Not specified in size and it runs on Windows.


TeraCopy Pro Copy your files faster and easier! TeraCopy is a compact program designed to copy and move files at the maximum possible speed, also providing you with a lot of features: * Copy files faster. TeraCopy uses dynamically adjusted buffers to reduce seek times. Asynchronous copy speeds up file transfer between two physical hard drives. * Pause and resume file transfers. Pause copy process at any time to free up system resources and continue with a single click. * Error recovery. In case of copy error, TeraCopy will try several times and in the worse case just skips the file, not terminating the entire transfer. * Interactive file list. TeraCopy shows failed file transfers and lets you fix the problem and recopy only problem files. * Shell integration. TeraCopy can completely replace Explorer copy and move functions, allowing you work with files as usual.

DOWNLOAD  TERACOPY FROM  MEGA UPLOAD 


Please do inform if download link is broken....

Monday, October 4, 2010

PC Security v6.4 Full version Free Download

PC Security - lock down your system like never before.

Exercise total control over your computer with the following security options:
      Explorer Control,
      File Lock,
      Folder Lock,
      System Lock,
      Internet Lock,
      Shortcut/Program Lock,
      Restricted System,
      Window Lock,
       intruder Detection with Alarm,
      Flexible and complete password protection and Drag and Drop support.,folder/file hide and
      many more    options.
A very powerful and easy to use protection utility for security of your personal data on your computer.

What's New in This Release:

• Folder lock for XP and 2000, Improved window lock, Lock scheduler, security on/off switch, Home navigation screen,
System Requirement: Windows All
Size: About 3 mb

INSTRUCTION:
1.DOWNLOAD PC Security v6.4 from link below

            www.mediafire.com/?mmwylwlvgux

2. Install the software by double clocking the set up file.
3.After finishing the setup it will display the welcome screen.
4.Enter the initial password “security” without double quotes.
5.Select registraion
6.Download registration serial key from link below and use it.

          www.mediafire.com/?ae231jd0g6q1xl8

ENJOY :)

Sunday, October 3, 2010

USEFUL RUN COMMANDS


To open RUN goto Start>>RUN or
Simply press “Windows logo key + R
A
Add/Remove Programs = appwiz.cpl
Administrative Tools = control admintools
Abort Shutdown= shutdown –a
C
Calculator = calc
Certificate Manager = certmgr.msc
Character Map = charmap
Check Disk Utility = chkdsk
Control Panel = control
Command Prompt = cmd
Component Services = dcomcnfg
Computer Management = compmgmt.msc or CompMgmtLauncher
D
Date and Time Properties = timedate.cpl
Device Manager = devmgmt.msc
Direct X Troubleshooter = dxdiag
Disk Cleanup Utility = cleanmgr
Disk Management = diskmgmt.msc
Disk Parmelonion Manager = diskpart
Display Properties = control desktop or desk.cpl
Driver Verifier Utility = verifier or /reset
E
Event Viewer = eventvwr.msc
F
File Signature Verification Tool = sigverif
Folders Properties = control folders
Fonts = control fonts
Free Cell Card Game = freecell

G
Group Policy Editor = gpedit.msc
I
Internet Explorer = iexplore
Iexpress Wizard = iexpress
Internet Properties = inetcpl.cpl
IP Configuration = ipconfig.exe
K
Keyboard Properties = control keyboard
L
Libraries = explorer or Windows key + E
Local Security Settings = secpol.msc
Local Users and Groups = lusrmgr.msc
Logs You Out Of Windows = logoff
M
Microsoft Paint = mspaint
Mouse Properties = control mouse
Mouse Properties = main.cpl

N
Network Connections = control netconnections
Network Connections = ncpa.cpl
Notepad = notepad

o
On Screen Keyboard = osk
P
Performance Monitor = perfmon.msc
Phone and Modem Options = telephon.cpl
Power Configuration = powercfg.cpl
Printers and Faxes = control printers
Private Character Editor = eudcedit

R
Regional Settings = intl.cpl
Registry Editor = regedit.exe
Remote Desktop = mstsc
Resultant Set of Policy = rsop.msc
S
Scheduled Tasks = control schedtasks
Security Center = wscui.cpl
Services = services.msc
Shared Folders/MMC = fsmgmt.msc
Shuts Down Windows = shutdown
Sounds and Audio = mmsys.cpl
Spider Solitare Card Game = spider
SQL Client Configuration = cliconfg
System Configuration Editor = sysedit
System Configuration Utility = msconfig
System File Checker Utility = sfc
System Information = msinfo32
System Properties = sysdm.cpl or
Windows key + Pause/Break

T
Task Manager = taskmgr
U
Utility Manager = utilman or Windows key+u
User Accounts = netplwiz or control userpasswords2

W
Windows Firewall = firewall.cpl
"
Windows Media Player = wmplayer
Windows Magnifier = magnify
Windows Management Infrastructure = wmimgmt.msc
Windows System Security Tool = syskey
Wordpad = write