Archive

Archive for April, 2009

Rss Feeds To Twitter Project

April 27th, 2009 Comments off

Looking for someone to write a web based program that will take our rss feeds and posts them into Twitter based certain custom criteria that would be written into the program.

The program will allow us to update our Twitter accounts via rss feeds and also allow Twitter followers to

Install Imagemagick On Linux

April 27th, 2009 Comments off

install and configure ImageMagick on linux root server.

Parserfix

April 27th, 2009 Comments off

Hello,

We have a parser in which one of the sites which we spider is no longer spidering and grabbing the content or displaying it in our database search results. We need to fix this asap. Please bid the on the job we are anxious to fix it asap.

Skype is a must and hoping we can continue to work with you on adding new sites to our parser etc.

I believe the reason why the site has stopped parsing is due to a layout change of the target site. In addition we need to make sure once this parser is fixed it is operating through a proxy.

Once this fix is complete we would like to fix additional parser and add more sites and streamline the system as well as fix some more bugs and add additional functions to our site that we will give to the developer whom we choose.

Best,
Gea

Categories: PHP Tags: , , , ,

Bug In Perl

April 27th, 2009 Comments off

I have a Perl website hosted on Windows server. We moved the site from one Windows server to another similar Windows server. The site works, but for some reason upon payment the database is not updated and email is not sent as it used to work on another server. We need somebody who knows well Perl in Windows environment to fix the bug.

Need A Php File (site) Secured

April 27th, 2009 Comments off

This is a quick one.
I need to secure a php site, specially one page that has programming mistakes that allow code injection or file injection.

Myspace Profile Layout Coder

April 27th, 2009 Comments off

Hey all

I am a professional Myspace Profile Designer (specializing in band and clothing company profiles) who needs someone to help code and setup Myspace Profiles for my clients on an ongoing basis.

I have had some previous oDesk providers who have failed to meet my requirements so please only bid if you are dedicated to this task.

I design the Myspace profile in Photoshop, cut the PSD into slices then send you the PSD to export slices into images and upload them to my server.

You will then need you to change relevant details in my CSS & HTML template code and then copy and paste the code into a fake Myspace account I have setup.

The client will request some changes and you will be required to complete them.

I currently have a very good template and fast system so this should be a very easy ongoing job for anyone who knows CSS and HTML. There can be anywhere from 5 to 10 profiles a week if you are able to handle this.

I would like to instant message with you via Skype and will need you to be available and complete a profile within 2-3 days.

This will not be a full time job but could lead to it down the track if you are punctual and efficient.

Bonus points if you know WordPress as I have some wordpress work available aswell

Psd To Xhtml – Very Simple

April 27th, 2009 Comments off

Hi

I have an EXTREMELY simple landing page (1 page) that I need converted to xhtml. (see attached).

Looking to get this done asap and cheaply.

Add Slots

April 27th, 2009 Comments off

I WANT A SLOT GAME THAT I CAN CHANGE THE WEEL TO ADD PIC FOR PRIZES THAT OUT MENBERS CAN WIN

YOU PAY WITH BOUNS POINT TO SPIN
NEED TO SEE SAMPLE OF WORK
i want a slot the i can change the wheels to win prizes whe thay spin
thay will pay to spin with out bouns points
1- i want to add prizes when i need too
2- set how meny point per spin
3- if thay win have a prizes list
4- change odd”s
5- win free spins
6-win free credits
7- take point off the bank thay bave on member site
thats all for now may need more if you can do it
need see sample on how it works ,i want it to look and sound real slot

Mt4 Ea – Metaquoteslanguage

April 27th, 2009 Comments off

***Details of Fixes needed & problems of current Gloria EA****

I need someone with experience with MetaTrader`s MQL.

This Ea is a modification of my old SynergyEA. Synergy’s indicators have been deleted & replaced by my GloriaIndicator. The GloriaIndicator is just a shell containing all my indicators and arrows. Please test on my broker’s platform, because it’s rather particular with EA’s. It is www.investtechfx.com/
——————————————————————–

MISC:

**Comments are currently disabled. They should be turned on & display properly, each on new lines. Plus add current position of ScaleInPercent.
**Demo_Account (full functionality) & Live Account (certain account Numbers).
——————————————————————–

Enter trade immediately upon new signal, do not wait for next bar to enter.
——————————————————————–

MoneyManagement:
Is in the LibDerksUtils.mq4 library file
(Should work with DualWinMM, Martingale, or Independantly).

AllocatedPortion– Percent of account balance to be used.
TradeSizePercent– Calculated based on AllocatedPortion.
MinLots– Minimum lots to trade.
MaxLots– Maximum lots to trade, before a ResetEA or StopEA is triggered.
MaxLoss%–Maximum percent of AllocatedPortion lost, before StopEA or ResetEA.
ResetEA– True/False, if MaxLots or MaxLoss is reached, reset EA to base lots.
StopEA– True/False, if MaxLots or MaxLoss reached, stop EA.
——————————————————————–

DualWin & Martingale:

(A base lot is MinLot or TradeSizePercent, depending upon which is selected).

ScaleInPercent– Scales in percentage of current loss over several trades,
untill all recovered. Should recalculate after every trade,
to find total current loss. & trade according to strategy’s rules. eg. for DualWin, only scale in after a win.

ScaleIn+BaseLot –True/False,
Adds 1 base lot to ScaleInPercent lots, for each trade scaled-in, plus 1 for loss trade.

Martingale should use the actual loss,(not a multiplier) to get next lot size.
Martingale should recalculate after every Loss, to get total loss.
——————————————————————–

EXITS:
Are in the LibOrderReliable.mq4 library file.

***Include Hidden code… & add more RefreshRates()

Modify the Trailing Value, FirstSL, & SecondSL to include hidden code to scalp BELOW my broker’s 10 pip minimum. The code for Stops which are less than 10 & Instant Orders are in LibOrderReliable.mq4 library file.

Since my broker does not support “Instant orders”, extra code had to be added for RefreshRates(). It should refresh & continue retrying until closed, or a Error 141 for too many attempts. In which case,..???..ideas are welcome. Alert maybe.

Current ERROR messages:

OrderClose error 145 [Modification denied. Order too close to market]
OrderModify Error 1 (only occasionally)
=====================================================================

Question & Answer re: Error 145.

what does the error 145 “order is too close to market” mean?
* Market & Pending Order Control
* Error Code 1

http://docs.mql4.com/trading/errors

Metaquotes gives the dealers nasty little tools to prevent you from setting orders where you want, apparently they can also lock in a previous order when price gets close enough to it that it “might” be executed.

See also MarketInfo() MODE_STOPLEVEL and MODE_FREEZELEVEL

You are probably running into the “freeze level” setting at your friendly Dealer. “Modifying has been denied since the order is too close to market and locked for possible soon execution.

The data can be refreshed after more than 15 seconds using the RefreshRates function, and a retry can be made.” However, they can return error 141, meaning too many attempts have been made, which will stop your EA.
======================================================================

Edit Flash Template

April 27th, 2009 Comments off

I have a flash template website what I need is editing the site content information. and add slide show web 2.0

need reliable programer as i’ve got more project to come.

Need A Cl Extractor

April 27th, 2009 Comments off

I need it to be just like http://www.youtube.com/watch?v=0oFqJ6Uev-I

If you have more features you can think of adding, please suggest them.

Please view that video..

Categories: .NET, Programming Tags:

Data Entry

April 27th, 2009 Comments off

I need the company name, phone and email entered into an Excel sheet from this site.

http://www.aso.com/i.aso3/staticcontent.jsp?which=brokers/alpha/t-list

I do not know how many there are.

Copy And Paste Products

April 27th, 2009 Comments off

Need to have about 50 products copy and pasted into my new Volusion website from my existing Yahoo store and from affiliate sites.
Includes photos and content. Also may need to build the Categories/Navigation out for me.

Customized WordPress Theme

April 27th, 2009 Comments off

I would like a wordpress theme customized for me. I am looking to have one created pretty much identical in style to this one

http://www.press75.com/demos/urbanelements/#

I would like to change the background and some of the elements on the page.

Legal Adult Content

April 27th, 2009 Comments off

Looking for someone able to provide adult video’s to get a new site going. A gallery of pics from each video would be helpful.

Looking for a minimum of 10 video’s from any genre/scene style. Please specify how many video’s you are able to provide with your bid.

Here is the important part – You MUST provide ALL documentation necessary to be compliant under the current U.S.C. 2257 laws. That means I need copied of the 2257 forms for each video as well as copies of model releases.

I am only looking for legitimate, legal adult content. No questionable material please.

I Need 2 Banner Designed Asap

April 27th, 2009 Comments off

I want 2 banners size 468×60 with some flashing text.

Must be GIF

I want done ASAP

Clone Seo Tool

April 27th, 2009 Comments off

We need and exaxt clone of this SEO TOOL
http://website.grader.com

We want all the feature and the report should be absolutely the same.
ready made is welcome.

Modify My Existing Site

April 27th, 2009 Comments off

I have a site at http://futurereturn.com/loanmod/ that needs to be edited in the following ways:

1) Replace

Set Up My Blog

April 27th, 2009 Comments off

I need my blog set up and I want it to be designed to look very similar to another blog. I want an admin area so that I can make any necessary changes to the blog as well. This is an easy job for the right person.

Checklists Or Templates

April 27th, 2009 Comments off

I need some checklists/templates done. These are for networking engineers. While they can do the job by themselves, having checklists gives them the confidence to get things done right, the first time. The template will describe step by step the tasks need to be done … write the templates as if you are writing to a new graduate engineer. Ideally, I need screenshots when you do the templates. But that is not necessary.

Pls bid for the templates/checklists you can do and specify the time you need.

Payment will be made via Paypal after the successful submission of each template.

Pls ensure you have good ratings on this site and you feel confident to do this as I’d need more tasks for you to do, if you do this successfully.

1. Exchange migration from 2003 to 2007
2. New file server roll out win 2008
3. New mail server roll out exchange 2007
4. Server upgrade 2003 to 2008
5. SBS 2008 install
6. SBS 2003 to 2008 upgrade
7. Backup installation and migration
8. Network Printer setup
9. VPN Set up
10. DMZ set up
11. DC setup
12. DC setup – secondary
13. DNS server set up
14. DC migration
15. Windows to Linux migration
16. Linux to Windows migration
17. Mail server migration/upgrade
18. Set up webserver
19. Move webhosting company
20. Move email hosting

Thank you

Forex Eas Wanted

April 27th, 2009 Comments off

I need a programmer to make me 3 forex eas that show high profits in backtesting, the eas can be on any currency pair but must backtest profitably for at least the last 2 years.

Categories: C/C++, MS SQL, mSQL, SQL Tags: , , , , ,

Myspace Musicians Page Coding

April 27th, 2009 Comments off

I need my .psd design for my band coded for myspace. I’d like the html cut so I can replace the images later (header, photos on the side, background, etc). The video player is externally embeded flash file (located at ingrayband.com/myspace/video_player.swf). I would like to host all the files, so i can make tweaks later.

Operation Chef

April 27th, 2009 Comments off

Please provide a bid to convert www.operationchef.com into a Joomla! based website.

Ongoing Macro Creation Needed

April 27th, 2009 Comments off

I have some custom Macro-building software that is based on the Macro
Express 3 software from Insight Software Solutions, and any macros created with either program will be compatable with each other:
http://macros.com/

The coding language is unique to the program itself, but it has a very intuitive icon based scripting editor.

I am allowed to lend a programmer a copy of the custom Macro software I have, and it will fully work for 30 days before requiring a license.

I need to have a few custom macros created for me…I don’t have the time to figure out the software. The macros aren’t very difficult and should be *EASY* for most programmers to create. Items such as visiting websites listed in a file, taking screen shots of the sites, downloading certain pages of sites, etc. Pretty basic stuff.

Ultimately, I would like to have a macro creator “on call” for ongoing macro creation and development. This could very well turn in to a long term business arrangement…please take that into account with your bid.

I will create a screencam video of exactly what I need the macro to be able to do.

In your bid, or PM to me, please include how many macros and/or hours your bid includes.

PM me with any questions, thanks!

Clist Clone Needed

April 27th, 2009 Comments off

I need a complete clone of CList for use with my domain.

It must be an EXACT clone and work flawlessly, just like CList.

If you haven’t done this before Do Not Bid on this project.

I want freelancers with experience on this project and a Demo is a must.

PMB if more information is needed.

Thanks,

dthbah2006

Brochure Template

April 27th, 2009 Comments off

i am looking for a brochure template that is full bleed and high quality… for adobe illustrator. we are a service company who specializes in repair and remodeling… any suggestions????

i have included an example… all i need is the template… i have the photos and text.

Spining Articles 14 Tomorrow

April 27th, 2009 Comments off

I need 14 articles jetspinner articles.

7 on discs and Jockeys.

7 on Wedding.

This should be jetspinner of about 300 words.

No softwares please.

Need origina work.

I need it tomorrow by 3:00 am IST

Articles To Be Rewritten

April 27th, 2009 Comments off

I need 5 articles to be re written.Each should be 500 words.

Categories: Writing Tags: ,

Place Links

April 27th, 2009 Comments off

I am looking for someone who can:

1. Follow instructions
2. Do work and report on it
3. Complete tasks in a timely manner.

Here is the task:

1.I have a list of 50 site, that alloud a free website link to be placed.

2. Got to the site, most require a new account to be created(I will provide Free software that you can use to speed this)

3. Open the new account, place link to site.
4. Do all 50 site.

Full instructions will be given with pictures.

You will need to copy and paste into a spreadsheet, that page that shows the actual link.

Payment for the 50 links placed and confirmed: $50
Complete the project in 10 days- Possible future work available.

Maximize Cpc/affiliate Revenue

April 27th, 2009 Comments off

I have a couple of niche sites currently undergoing SEO/Link Building. I am seeking an experiened Marketer who can strategically help convert my traffic to clicks or purchases.

I currently use Google Adsense and have Google Analytics installed. I also have accounts for Chitika and Adbrite although they are not currently in use.

Some of the methods I am interested in include maximizing my results by proper ad placement, color combinations, font and border styles, etc.

I also need strategies for other ways to better monetize the sites through other marketing like advertising or affiliate programs that could even out-perform adsense. I have heard that Afililiate Marketing is actually the best way to generate income.

All methods MUST conform to the rules of the services or programs that are used and the results need to be verifiable. This should be a very simple project for an experiened marketer.

Vbulletin Google Tag Keywords

April 27th, 2009 Comments off

I saw this addon on vbulletin.org

http://www.vbulletin.org/forum/showthread.php?t=178714

I need an addon for my vbulletin forum. vB Google Search Cloud is not addon that i want. Because, this addon records all search terms to all pages. I need an addon that only records search terms to showthread. When user searches free rings and arrives to thread. This keyword will be added to thread. That means i dont want it to seen as spam for search engines. I hope you got it now.

Let me know if you have any questions

Fix Design For Major Browsers

April 27th, 2009 Comments off

Hi,
The project is to fix something that is not showing good in all the browsers at the moment, look www polargammon com at the top, you will see the images are not well aligned.
The design is made with Tables.
You need to fix it for browsers such as:
- IE
- FireFox
- Google Chrome
- Should also work in other browsers if possible, opera etc.

You will have 2 hours after bid selection to do the fix.
As I do not want this project to last days, many people tell me they can do a project in a week, 2 weeks, or 1 day, and rarely follow deadline.

2 Hours to fix this design problem, it is way enough, even 15 minutes would be good enough for experience coder…

If in 3 hours you can’t fix, it means you will not be able to and we CANCEL THE PROJECT so I can ask another Coder and not losing my time for this design fix.

Thanks

Backpage Posting Url Harvest

April 27th, 2009 Comments off

I would like have someone write a program that can harvest the posting URLs from backpage.com.

For example i would like to get a list of all of the posting URLs for the category “health and fitness” in every city on Backpage.

That is just an example. I would like to eventually get all of the posting URLs from back page, but they have to be organized by category.

If you are able make a small program that would be able to harvest these URLs let me know what it would cost.

If you are able to manually do this in a timely fashoin let me know how much you would charge per category.

Thanks for your interest.

Please reply with “I am not a bid bot” in your reply so I know you are not a bid bot.
Thanks

Csv To Mysql With Php & Flex

April 27th, 2009 Comments off

The project shall achieve the following objectives:

- upload interface for csv files
- conversion of the csv file to MySQL with a PHP script (run through a Flex interface)
- interrogation of the MySQL DB with a Flex interface

Thanks

Integrate Paypal & Oscommerce

April 27th, 2009 Comments off

We need someone who is skilled at integrating PayPal Pro into a our website using osCommerce for foreign currencies. If you can do this in a timely manner, please get back to us. In you response please include:

1. Experience you’ve had with osCommerce
2. If you have you had any specific experience implementing PayPal into osCommerce onto a website using foreign currency
3. Examples of websites you’ve done

Site Map For Website 2

April 27th, 2009 Comments off

Site mapping and website submission to search engine.This will be a custom install for the site, so when I add new pages there will be server side programming that will add the link to the site map automatically. Then ping the all the major search engines to crawl the site for a new sitemap.

Need Video Player And Uploader

April 27th, 2009 Comments off

I want a simple site.
With basic info about each user and basically the users will will be able to upload private photos and videos that will not allow others to be able to download them or rip them from the site without admin approval and user approval.
Access will be only users approved by admin and others with temp access. Temp access admin approval needed.
Administrative control over all videos and pics. the site is locked with only access granted by admin full users have full access

Basic information is Name Age Gender and description of full user. Temp user must have space for account names to be able to get access.
but will have name site name from with space for their screen name or url link.
That is all I want a video uploader and player space for a handful of full users password protected. and temp users. and a timeframe of how long it would take to get basic up
thank you

Seo For New Website

April 27th, 2009 Comments off

Hi All

The website is up an running and now the client wants to be found on the search engines. Since it’s a niche market (pest exterminations) in a specific locale of the world (BC Canada), the competition is not that bad.. Need only white-hat SEO techniques.

We only have about 4-5 keywords that we would like to work with. This is probably a one time project to get the word out on the major search engines. There is no social networking here… However I would like to work with developers who have experience in the following:

Directory Submission
Search Engine Submission

As usual, English is important and you must be able to communicate with me. Please contact me in PMB to let me have more details of your previous work in SEO. What did you do, how did it succeed.etc. It’s important that you should have experience in this and can do the work that is assigned to you.

Thanks
Projman

Prettymay Call Center Skype

April 27th, 2009 Comments off

I have a small cell center setuo where I have 5 reps. I am using PrettyMay Call Center Skype(PMCCS).

I am looking for someone who is very familiar with prettymay call center Skype(PMCCS) and can help me on the following:

1) i have one skype in # but all my lines record the same vm and missed calls.Do i need all lines(5) going at the

same time?
2) I have some reps that when they take lunch do they need to put on their away message, is that the only way

to set that they are unavailable
3) can you review my setup?
4) You would need to acces my computer by using “team viewer” or “log me in”.

NOTE: GUYS who really has Experience in etting this up need to apply oother please dont waste time.They would need to take the remote access and have to be on call with me

Thanks
SStech

Article Writer Wanted

April 27th, 2009 Comments off

Wanted Article Writer for 10-15 articles.
250 or more words
Topics to be chosen by us.

Please send bid and samples

Bear