Windows jobs

Installing Multiple VMware Workstations

I need help learning how to install multiple VMware Workstations on my computer. I will need to know the necessary tools required to accomplish this, and the provider can work with me through teamviewer and instant messaging.

See also: , , , , , , , , , , , , ,

Search Finder / Yellow Pages Style Web Site

This is a web site dedicated to helping people find a specific business or businesses that are in line with a consumers specific needs. It will enable business owners the opportunity to list their business and assist consumers more easily find the business owned by a specific company

Business list within the website under whatever business they may own. The business will be listed by certain criteria serviced as I specify.

See also: , , , , , , , , , , , , , , , ,

Need Batch File To Setup Ftp Users Windows Server

We setup user groups and have a batch file that sets up users with default virtual directories on our server. The user is setup with a directory of the same name and the user if defaulted to that location when they login so they will be uploading to the correct location (e.g. jim logs in and is automatically in the jim directory). We need a second batch file that completes the same exact process but allows us to name a different default directory (not one that is the same as the user). Eg. jims assistant, sam, logs in and is defaulted to the jim directory so all files are uploaded to the jim directory NOT the sam directory.

Here is the current batch file code:
@echo off
set /p username=Please input the new users username:
set /p group=Which group should this user belong to? (uploaddownload or userdirectoryonly):
set /p password=What should their password be? (this is case sensitive!):
mkdir c:webserverftproot%username%
net user %username% %password% /add
net localgroup Users %username% /delete
net localgroup %group% %username% /add
xcacls C:webserverftproot%username% /G %username%:RWC /E
iisftpdr /create "FTP_Site" %username% C:webserverftproot%username%

We need a second one that can be run after this one to add users to each directory. Those users should be defaulted into the directory we enter and be added to the group we enter for appropriate permissions.

See also: , , , , , , , , , , , , , , , ,

Two Time VPN Connection Solutions

We set up VPN connection in windows 2003 system(Lets name it VPN1), and we also set up a VPN connection in Linux centos system(Lets name it VPN2), we dial VPN1 first, and then dial VPN2, we are able to connect to the internet but we are not able to play the game World of warcraft, the aim of this solution is help us able to play world of warcraft after two vpns.

User-Internet-VPN1-Internet-VPN2–Internet–world of warcraft

we can log into the game but it can not read the server list.

See also: , , , , , , , , , , , , , , , ,

Java Application Work, Urgent Work

Hey All,

I have some work for any one of you interested in making some quick money for a day or 2 days work within next week or so as its deadline is 17/03/2010.

Work Description:

An application which detects all the http request from a computer which is much like http listener,which can be done using sockets or third party libraries. This app should than record it and save it on to a text file with Save option. This app can be developed more with personal ideas from you or me .
A detailed work of each and every part of code should be accompanied with all references.

I have full specifications and code( downloaded from internet) to help you immensely with the work.I consider this as a work a day`s work about (6 -8 hrs) for someone who is experienced and well versed in all aspects of programming mainly in JAVA. Please submit your best bids possible considering this. I am willing to pay as high as possible subject to yr experience and quality of your work , so please submit your bids as soon as possible . Preference will be given to people from Londonand surroundings .

My contact details are in the file I have uploaded so feel free to drop me an email and leave yr quotes and yr contact details .

Many Thanks to All, now start bidding , don`t be shy , impress me :)

See also: , , , , , , , , , , , , , , , ,

Virtual Assistant Vacancies

Hello, I run an internet marketing company and I need a virtual assistant with webmaster/seo capabilities to complete various tasks in my company. Although this is not a full time job it is ongoing if you show yourself capable.
Graduate of Computer Engineering, Information Technology, Journalism, Marketing or equivalent
Excellent English proficiency
2 years experience in E-Marketing and/ or Search Engine Optimization
Knowledgeable in Web Design and Development using HTML, XHTML, CSS, and PHP
Understanding of various site analytical tools including Google Analytics
Extremely familiar with Article Submission Marketing
Knowledge of Keyword Research and experience performing it
Expertise in site analysis and review.
Experience in, and ability to perform directory submissions, forum postings, PR and article submission, blogs and other related initiatives
WordPress Customization and Maintenance
Simple Graphics Editing
Linking
List Building
Audio and Video uploading
Any other skills related to business

I require you to be:

* Dependable – you are available and working for me according to the hours we determine. I can count on you to work hard and finish tasks.
* Flexible – Internet marketing changes all the time Ill need you to be willing to take on new skills and learn new tools.
* Well Equipped: This is a work-at-home position. You must have an up to date computer, broadband/high speed internet access, etc.
Use the form below if you want to submit additional information to your project description. This info will be displayed under your original description with the date and time you submitted it. Service Buyers who have bid on your project will be notified of the change by e-mail.

See also: , , , , , , , , , , , , , , , ,

Configure Windows Server 2003 And Exchange

Hello,

We need help from a specialist in configuring a Windows Small Business Server 2003 and specifically Exchange.

The project involves:

- Enabling Outlook Mobile Access
- Enabling Outlook Web access
- Enabling appropriate (SSL) security
- Make it possible to connect to Exchange from Outlook with RPC over HTTPS
- Configure a Sonicwall firewall accordingly to meet the requirements mentioned above.

Happy bidding.

See also: , , , , , , , , , , , , , , , ,

Good Web Designer & SEO Expert

Hello,

We are a web hosting company in Ireland & we are looking to hire a freelance web designer to spend 1 day per week (8 hours) working on our website. The initial contract will be for 1 month however if we are happy with the job then we will give a 6 month contract. Jobs include:

1) Making sure every aspect of the website works & that its easy to use.
2) Updating and managing existing content on the website.
3) Improving the performance & loading times.
4) Updating any 3rd party scripts to the latest versions.
5) Adding new content & improving the look and feel of the website.
6) Adding function to the website (for example better domain searches)
7) Coming up with creative ideas to improve the website.

Requirements:

1) Must be really good with graphics (photoshop), php & html with style sheets.
2) Must be reliable, hard working & have good English.
3) Must have experience & knowledge of servers/web hosting.
4) Must be able to work with WHMCS, Wordpress & phpBB

Our existing website is available here : http://www.webworld.ie.

Thanks
Dave Geoghegan
www.webworld.ie

See also: , , , , , , , , , , , , , , , ,

Split A Folder Of Txt Files & Paste The Output To Folders

Windows App

Split a single folder of text files, and paste the output to multiple folders.

The multiple folders to be generated from a txt list.

Example.

Folder C:/DATA/ has 1000 text files

C:/DATA/1.txt
C:/DATA/2.txt
C:/DATA/3.txt
C:/DATA/4.txt
C:/DATA/5.txt
C:/DATA/6.txt
C:/DATA/7.txt
C:/DATA/8.txt

etc.,,

I want to copy 1 or more to a variable list of folders.

Example :

cats
dogs
horses
mice

So assuming I select copy 1

The output will be :

C:/DATA/cats/1.txt
C:/DATA/dogs/2.txt
C:/DATA/horses/3.txt
C:/DATA/mice/4.txt
C:/DATA/cats/5.txt
C:/DATA/dogs/6.txt
C:/DATA/horses/7.txt
C:/DATA/mice/8.txt

If I selected copy 2

The output would be :

C:/DATA/cats/1.txt
C:/DATA/cats/2.txt
C:/DATA/dogs/3.txt
C:/DATA/dogs/4.txt
C:/DATA/horses/5.txt
C:/DATA/horses/6.txt
C:/DATA/mice/7.txt
C:/DATA/mice/8.txt

The output folders may require sub folders.

Example :

Assuming I select "food"

The output would be :

C:/DATA/cats/food/1.txt
C:/DATA/cats/food/2.txt
C:/DATA/dogs/food/3.txt
C:/DATA/dogs/food/4.txt
C:/DATA/horses/food/5.txt
C:/DATA/horses/food/6.txt
C:/DATA/mice/food/7.txt
C:/DATA/mice/food/8.txt

The imput/select variables will be :

1) Path to folder of files to split
2) Path to output folders
3) List of primary name(s) for output folder
4) Sub name for output folder
5) Number of files to copy to each output folder

All select/enter functions to have "Browse to" where appropriate.

Payment by Escrow or Paypal

See also: , , , , , , , , , , , , , , , ,

Customized Web Based GPS Tracking Software Required

Customized Web based GPS tracking software required. Full informations are available for experienced companies.

See also: , , , , , , , , , , , , , , , ,

We Need To Create A Website And Integrate Ecurrency Payment

We need to create a website and integrate ecurrency payment options such as Perfect Money, Liberty reserve, Pecunix, Global Digital pay Hoopay C-gold and Solidtrust Pay.

The website will be 4 pages at best.

We need you to create the website based on our needs which we will discuss with you.

This should be a simple process.

we also need you to teach us HOW to integrate the ecurrency API so that we can create more websites.

See also: , , , , ,

Outlook Plugin

The main functionality is to sync calendar events to our server from Outlook.

This means that when the plugin is installed there needs to be a menu item somewhere where it can be configured – they will put their a key that will be used on every request to authenticate them. They can also specify how often we sync to our servers – once a day or oevery other day or once a week.

Once this has been done – you pop a small window asking them if they want to synchronzie now. If they select yes then you fire off the sync – you can display some form or progress indicator and give them an option to hide the window so they can continue working.

We need together to define the API to our server. But it will take the basic web service methods:
calendarSyncAll(..)
calendarSyncEvent(..)

The synchronization will run every day (or whatever period they selected) as a background thread. However if they create, update, or delete an event you will fire off on a separate thread a new request to our server so we can update the event on our side.

This is basically what we need. It needs to be branded in the logos etc and be of good design.

In terms of logging and trouble shooting – perhaps we should so expose an API method where you can send an stack traces that occur as Im sure well hit problems on some clients.

It will need to work on outlook 2000, 2003, 2007, 2010.

After completion of this project there will be new functionality added such as syncing Tasks, sending emails, sending attachments to our server. This can be scoped and sized after completion of this project.

See also: , , , , , ,

Dual Audio Output Software

I am looking for a basic program that lets you output audio to multiple devices at the same time, without haveing to keep going into control panel->sounds and audio devices….and then changing your default audio device.

this will help me as I have a pc with built-in audio (connected to my pc desk speakers) and I also have installed an AGP hdmi video card, connected to my LCD television.

If I want sound to go to my LCD tv, I select HD3450 audio as my default device, bu then when I want to use my pc speakers, I have to go back into control panel->audio devices, and change it again.

If its not possible to make both audio devices work at the same time, then perhaps as an alternitive solution, a small icon in the bottom right of the screen (near the clock) which acts as a shortcut, where I right click and select the audio output device I want, rather than having to keep going into control panel every time.

This is a very basic program, so would expect small bids!

I will also definitely give preference to any programmer who can provide a working demo :-)

the program should be XP/Vista/7 compatible.

thanks

See also: , , , , , ,

Install And Configure SQL Server 2005 With Remote Access

Looking for somebody to install and configure an instance of Microsoft SQL Server 2005 on a hosted Windows server, following best practices for security.
We will need to open up remote access to allow SQL Enterprise Manager and Query Analyzer to access this SQL instance from a different location.
We also need to create a trusted relationship between this SQL Server 2005 instance and a SQL Server 2000 instance located on a different network so that data can be transferred between the two.

See also: , , , , , ,

Private Project For OrderScout

We need a program that will auto refresh a website multiple times (user defined #/hour)and then either 1) alert user for a manual final accept or 2) capture an appraisal order when it appears with secified criteria met (zip code, due date, type) click on a pop-up box affirming that the individual wants the appraisal order,another box to confirm, and then starting the whole process over again.

See also: , , , , , , , , , , , , , ,

VB Web Data Scraping Subito.it

Hi, my name is Nicola, I

See also: , , , , , , , , , , , , , , , , , , , , , , , ,

Win7 Pre Installation App

I have a lot of notebook(new) and i need install one application(openoffice), change wallpaper and configure 3 favorites in IE. The netbooks have windows 7, and never are initialinng.
I looking a solution to boot by usb pen drive, transfer the openoffice installation to desktop user(think when i will it the user no exist beacause no are initializing the OS), change wallpaper and add 3 favorites in IE.
Take a note, im prefer no iniatiling the netbook to a more fast installation.

See also: , , , , , , , , , , , , , , , , , ,

Windows Macro Program

There is currently a Mic connected to the audio in (mic ) port of the computer

I am running a streaming software that i would like to switch on automatically whenever audio comes in from the mic port

I require you to write a windows program (that will work on XP and windows 7) to perform this action.

so bacially when ever audio comes in from the mic port, it will set off a macro which then opens up a specific program.

the second part is for it then close this specific program after the audio has stopped coming in ( say around 30 mins).

Key features

1- be able to work on XP and windows 7
2- have a interfact where i can select the program that i want this Macro to open and close
3 – have the option for me to change in minutes after how long to close the program (so it needs to monitor the audio in and then close the program only after this specified time)
4 – be able for me to set at what sound level in the macro should sart off on – there are sometimes low sounds that might come in that i do not want to trigger the program – i would like this feature to be part of the program innterfact – prefarably on a sound graph which shows the current level of sound coming in and i can adjust the starting of it at a certain level

See also: , , , , , ,

Monitoring File Changes

We are looking for java code that can monitor changes to files on Windows, linux and mac os. The key issue here is performance. Please suggest your approach to solving this.

See also: , , , , , , , , , , ,

Java Permissions Library

We are looking for people with experience in this field. Our goal is to read ownership and permissions on windows and permissions on linux, and this from a java application. We also need to be able to set the permissions. In our research there was not much to find to complete this task other than to wait for the new java jdk 7, but this makes our release impossible until the end of the year if i am correctly. So any other ideas are welcome to realise this. We read that the current java.io implementation in java 6 java.io.File class (setReadable, setWriteable and setExecutable) does not allow for the full range of settings needed on Windows and Linux.

The goal is a java library with source code to integrate in our applications. It must work on Windows, Mac OS and Linux.

See also: , , , , , , , , , , , , , , , , , , , , , , , ,

2 Simple Advertising Programs

The PlentyOfFish tools: ads.pof.com

This tool should be similar to the facebook tool, in terms of what it does and how it works. ads.POF.com has a TON of targeting options, many more than facebook. They operating on a cpm bidding bases when creating a campaign (facebook allows both cpc and cpm). This application should have ALL of the targeting options that plentyoffish (ads.pof.com) allows and should allow you to split-test images and text ads. It should allow you to split test gender and age as well. — It should also have a banner ad space at the bottom of the application to allow me to have advertisments. — PlentyofFish does not have "campaigns" like facebook does. So every ad is just an individual ad. So if you look at the facebook tool – you will see how it allows you to "add to an existing campaign or create a new campaign". This isnt neccessary with POF b/c there are no campaigns, just individual ads.

Myspace – Myads.com Tool:

Myads.com is another advertising source – Id like the application to allow automation of ad creation as well. Unlike Facebook (and just like ads.pof.com) there are no campaigns to be created, so that feature is not needed. Every ad created on myads.com is its own campaign with its own daily budget, etc. — You will need to make sure that this application includes targeting options for ALL of the demographics myspace allows you to target (age, gender, etc). Also – you will need to integrate the "categories" options that myspace allows you to target like "books" "movies" etc. just look into the website, everything that is available to do in there should be available in the appliaction.

Also – make sure that myads.com appliaciton will allow you to auto-create and utilize all ad banner sizes available, the rec banner (300×250), the leaderboard banner, and the skyscaper banner sizes.

My budget is $300 – $350 maximum!!!

See also: , , , , , ,

Font Installation Program

I do not know for sure which category this request belongs in. Im not sure what language(s) it requires. I run a free download font website. I need software that will create executable installation files for Windows. Im trying to create a really user friendly download system that will allow users to run a file to install the font(s) they select to download. So this is a two part process:

PROGRAM A (CREATOR)
– Does not have to be pretty, but allows for me to manipulate several variables for the INSTALLER package.
– Enables me to drag and drop one or more .TTF or .OTF files that will then be added to the installer.
– Allows me to link to TWO separate .TXT "README" files that will display when a user runs the INSTALLER.
– Allows me to select a 600×450 .JPG file to use as a skin for the INSTALLER
– Allows me to provide link to 468×60 banner and hyperlink (see below)
– Allows me to specify name and location of INSTALLER package
– Runs on Windows XP, Vista, and 7 (including 64-bit)
– Id like to set default settings for one of the readme files and for the banner settings and for the output location, but would like the ability to change these settings when necessary.

PROGRAM B (INSTALLER)
– This program will be generated by program A. It needs to be prettier and user friendly.
– It will be skinned by the assigned .JPG, but all buttons and links will not move, just the background image can be customized.
– First screen will display a README .TXT file. A "NEXT" button is displayed.
– The next screen allows the user to select and unselect fonts in the package to install then "NEXT"
– Next screen dispalys the other README .TXT file and requires the user to confirm acceptance
– After those steps, the installer will install selected fonts directly into Windows.
– Confirmation screen will show installation process and issue a congratulations message. Check box on this page confirms that link and bookmark should be created. (see below) "FINISH" button here
– Must be compatible with Windows XP, Vista, and 7.
– Installs desktop link to website and bookmark in browser(s) to website. (Upon user confirmation)
– If internet connection is present, draws a 468×60 banner from a web location (specified in CREATOR) and links to a hyperlink also assigned in creator. If no internet connection exists, an embedded 468×60 banner (also assigned through the CREATOR) will be displayed and will link to hyperlink also assigned in creator. This banner will exist on all screens (readme, isntallation and confirmation screens).
– Will function in the Windows environment without the need for installation of any additional DLL or other files. Must stand alone.

Those are the basics of what this software will need to do. There may be some small additional features needed. The chosen developer will need to be willing to go through multiple revisions until I am completely satisfied. I may also hire the developer to write supplementary software. Specifically, I see the potential for a "mass replace" software that could replace the .JPG skin or readme .TXT file in multiple INSTALLER packages.

The winning bidder will have experience and be able to provide samples of work.

See also: , , , , , ,

Basic Administrative

Basic Windows administrative. This project requires saving images that are stored on a server to a local hard drive. This is literally as simple as right clicking the images and then selecting save as. The file names of the images should remain the same. There are approximately 3,000.

See also: , , ,

Link Building For French & German Computer Related Websites

This project involves registering as a user to some of the more popular PC
tech support forums in France (French language) and Germany (German language), helping people out with their PC problems, posting comments on computer related blogs, as well as negotiating paid links
to our sites.

The idea is to help people with their specific problem, i.e. answer their
question, and also direct them through a natural link or signature link to one of our
specific topic websites or blogs – i.e. ultimately get high quality backlinks to the site.

Each week youll provide a spreadsheet of forum URLs where you have posted or links you have obtained.
A post should be 1-2 short paragraphs in length of ORIGINAL WRITING.
Forum / Blog spamming will not be tolerated!

In order to be qualified for this project you need to be a native speaker of either or both French & German with understanding of computers, operating systems, windows etc. and also a basic understanding of SEO. Previous experience in a similar project would be an advantage.

Please submit a bid for 50 posts only. The initial 50 would serve as a sample i.e. "proof of concept". If successful, this project will grow and develop to a monthly arrangement – and will also expand to recruiting paid links per above. Please consider the quoted project budget as a rough monthly framework to which this is expected to grow.

Looking forward to your offers!

See also: , , , , , ,

Internet Traffic Controller

I Need a Very Simple Program with a very Simple GUI that has the following Features

Features
————
-Blocks malicious programs or/and any program from transmitting data to/from Send/Receive the INTERNET on all ports all Protocols(TCP , UDP , HTTP , HTTPS , etc…).

-Blocks all Ports and programs from using these ports unless the user allows the program to us this port.

-adding a filtering rule that will be assigned for one time and of course can be edited by the user for each program that tries to access the Internet .

-integrates an open and powerful plug-in system to extend its capabilities

-officially detected by the Windows Security Center (Action Center with Windows 7) as a well-known firewall providing critical protection of your computer.

-Works on all Nic Cards and all connection (Secured WiFi connection ,Internet Connection Sharing (ICS) , VPN (Virtual Private Network) .

-Blocks all incoming or/and outgoing data transition (connections) to/from IP list for example (95.211.112.135 to 95.211.112.255).

-Connects to web a page over HTTPS to download the Blocked IPs List.

-optimized to keep the performances of your computer and the maximum speed of your Internet connection (No memory Leaks , No High Cpu Usage).

-XMl file to Localize sample in any language

-option to Enable/disable all filters/one filter while the program still active

-Simple User Interface

-Must Be in c# 2.0 , Pure C# No Third party (of course use Imports from the OS Dlls )

-No Need for installation package the project files and the .cs will be enough

Must Support these OS
————————
- Windows 7 (32 and 64 bits) New !
- Windows Vista (32 and 64 bits)
- Windows XP (32 and 64 bits)
- Windows 2000
- Windows server 2003

-the freelancer with the best price and a demo will win the project.

-we will need 4 business days to test for bugs , memory leaks , etc….

this should be easy for someone knows what he is doing .

a Bonus will be awarded after the 100% satisfaction of your work.

Good Luck for all freelancers

See also: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

$50 For Simple Keylogger Update Project For Tuhin

Need my keylogger program updated.

– Require email captcher and a few other simple changes.

Project for Tuhin for $50.
Thanks!

(I also require the project code for the program once done.)

See also: , , , , ,

Registry Cleaner Software Project

I need registry cleaner software, please let me know if you already have developed one and have source code.
I will need rebranding of the software and modifications to the user interface (if any are needed).
The software must be full of features and comparable to all top registry cleaners on the market.

I would need FULL 100% rights to the rebranded software which I could do anything I please with.

Thanks.

See also: , , , ,

Basic Marketing Tool

This is an easy project for the average programmer. I am looking to have a marketing research tool created.

This tool will take a domain name and perform a domain name search using the Site Explorer tool (siteexplorer.search.yahoo.com) from yahoo. The idea is to find all of the webpages of a website that has been indexed by yahoo. When searched yahoo returns 1000 URLs of the website that has been indexed by them. The tool also provides a TSV file that can be downloaded.

This program will need to automatically perform the search and then download the TSV file that is provided.

Once the program grabs the TSV file it needs to pull all of the URL information from the file. There will be other information inside the file but I need the program to extract only the URLs inside the file.

The program must use proxies because only a certain amount of searches can be done from the same IP address.

The program needs to be built for maximum speed as well.

Once the URLs are gathered the URLs will be passed on to a CSV file. There will be a template provided that shows the information that should be used in the CSV file.

The program must be a desktop application and compatible with windows.

The program must be in wizard format.

The information that is put into the wizard will be the information that is passed on to create the CSV file in the last step.

Once the URLs are gathered from the TSV file there must be an option to save the list of URLs.

The program must be able to perform these searches for multiple websites, up to 1000, at one time.
Meaning I want to be able to load a list of up to 1000 websites and the program will perform this action for all of them, starting with the first one, then the second and so on.

The last step is the generation of the CSV files and there must be an option to save them to the computer.

The program needs to search without the http://www. , which means it will only use, for example, about.com, not http://www.about.com. The software does not need to add the http://www. To the URL, it just needs to do the search the way the URLs are entered.

See also: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,