Archive

Archive for October, 2009

Php Mysql System

October 28th, 2009 Comments off

CUSTOMER INFO MANAGEMENT SYSTEM.

We are not going to have someone going to waste our money and time.
Thats why we not paying anything until the software running and on your server and we test it and than you are happy maybe we shall give more than we promise and we are happy too.

Thank you very much..
The Bidders for this project will need to accept our Terms and Conditions.

Easy Service Magic Banner Form

October 28th, 2009 Comments off

I am a new Service Magic affiliate. I want a simple banner form to put on my site where the user can input their zip code (or it can be put in automatically) and select the contractor type to perform a search using the Service Magic site. The Service Magic site is to open in a new window with the information the user put in from our form.

My site will be a wordpress site and I would like to have the option of inputing a custom field (such as plumbing contractor, electrical contractor, etc.) on the page, so the landing page will always input that into the banner sized form automatically.

Survey System

October 28th, 2009 Comments off

I need new funcionalities to this application – freesurveysapp (visit http://www.freesurveyapp.com/)

The main (title) page I will create by myself. There will be presenting information of what I am offering, why do all kind of people need internet surveys, what are the advatages of them and how simple it can be done.
BUT WHAT I NEED:

\*// From admin interface I should be able to add new languages (I will need 2 of them). In a user friendly way I should be able to translate existing website from english to my desirable language. In the result a user will have an opportunity to swap languages in the website’s main page. E.g. from english to russian.

\*// In the main page (I’ll create it) when a user clicks “Registration” he/she should get something simular how it is done here: http://en.e-formas.lv/?languageCodeChange=en (CLICK “PRICES”). User is offered to choose from 4 subscribtion plans. According to the subscribtion plan chosen user is allocated in one of the 4 user groups – free, basic, standard or pro. Each group has particular restrictions. I need you to figure out how to accommodate this restrictions to the groups.

The restrictions of the four groups are as follows.
FREE – Surveys (able to create up to 2), Questions in a Survey (up to 10 per survey), Max count of respondents (up to 50 per survey), Password protection (disabled (There is not an option provided to set password for a survey));
BASIC – Surveys (able to create up to 10), Questions in a Survey (up to 25 per survey), Max count of respondents (up to 250 per survey), Password protection (disabled (There is not an option provided to set password for a survey));
STANDARD – Surveys (able to create up to 20), Questions in a Survey (unlimited), Max count of respondents (up to 1000 per survey), Password protection (enabled);
PRO – Surveys (unlimited), Questions in a Survey (unlimited), Max count of respondents (unlimited), Password protection (enabled);

This can’t be very hard to do because in default survey creation process user can already choose max. count of respondents and either to password protect the survey or not. Have to disable the opportunity to choose and set constant values for appropriate groups in registration process. Tough part in my opinion is to limit the count of surveys and questions user being able to create. At least I think so..

If it does not raise the cost of the project a lot I would not mind being able to manage these user group restrictions from admin interface. But it also suits for me if you could just guide me where do I have to change the code. You can fulfil this task how it is easier for you!

\*// Survey creation is divided in 6 steps:
1. Properties; 2. Edit; 3. Style; 4. Permissions; 5. Activation; 6. Invitations
I need that the user groups BASIC, STANDARD and PRO after clicking “5. Activation” get statement “This section will be available just after the money transfer will be made.”
So I need an option in admin interface to activate this section for every BASIC, STANDART and PRO account after they have paid.

\*// In registering form a safety code (avoiding spam, bots) field is needed.

Well, it seems all. You guys have more experience and knowledge so I hope that you understood me. If there are some other needs you notice which I need for the site to run logically, please inform me. Hope it won’t cost a fortune for me :)
————————————————————————————————-
I REALLY NEED A POGRAMMER WHO WILL GET TO THIS JOB WITH THE BEST INTENSIONS.
NO SUPERFICIAL CODER NEEDE!
P.S. – I have no idea how much does this job may cost to get it done. So bid as much as you think it’s worth doing.

Categories: ASP, MS SQL Tags: , , , , , ,

Simple Osc Job

October 28th, 2009 Comments off

I need someone to do some simple changes to a customized osc product page. It only has to do with the shopping cart, checkout, and order page in admin. SHould take you less than 30 minutes.

Categories: osCommerce, PHP Tags: , , , ,

Easy Joomla Project

October 28th, 2009 Comments off

This is a simple website for a group of artists..the total sections are about 7-8 (home, about us, services , location , photogallery, contact ,ecc)
Each member that register to website will have their own profile where he can insert information about himself and will be able to upload pictures on his profile.
The website will be in italian, for this maybe its preferable to work with Joomla as i have the italian version of joomla + there are a lot of modules that can be used….wherever if you prefer to work with other CMS please let me know.
i have choose the following template from templatemonster http://osc.template-help.com/joomla_25920/
if anything isnt clear please contact me
ps. we are looking for long relation cooperation..we have about 3-4 new projects each week and at the moment we are looking 2 webmasters to work with us in outsorcing
regards
Giancarlo

Categories: CMS, Joomla, PHP Tags: , , , , , ,

Custom Shop Expert

October 28th, 2009 Comments off

Hi ,

Looking for an expert who can customize the opensource shop script according to our VAT calculations/shipping etc. More details for suitable providers.

Recommend the best shop and share your past work addons/mods.

Goodluck :)

Os Commerce Site

October 28th, 2009 Comments off

I require design and build of an OS Commerce Shopping Cart, project will be fairly easy as it will be a white label site so we have site to look at to get layout ideas etc.
1. design
2. simple logo
3. set categories
4. set up pay pal integration
5. put in 5 sample products
6. install on server
7. test and support for 30 days

Txt Editor

October 28th, 2009 Comments off

DUE 10/30/09 (Fri) 10:00 am (Eastern time)

Write a program with very basic text-editing capabilities. Create a JFrame with two JTextAreas. The first text area must be editable, the second one should not be editable. Your JFrame must also have two buttons, which should work as follows:

1. The first button should open up a file chooser dialog, allowing the user to select a text file that will be displayed in the editable text area. You can use a JFileChooser for this.

2. The second button provides the following functionality: The user selects some text in the first text area, and then when the second button is clicked, that text should appear in the second text area, clearing any text that was previously there. (It’s like a Copy-and-Paste button in one, unlike the usual convention of having two separate buttons, one for Copy and one for Paste.)
Since the files can be larger than the text areas, you will need to give them scroll bars. This may be accomplished by placing each area in a JScrollPane.

Note that all this functionality can be easily by tying together standard functions in the Swing libraries. You should spend some time exploring the documentation for JTextComponent, JTextArea, JFileChooser and so on. You are highly encouraged to look at the Swing tutorial on the Java website
http://java.sun.com/docs/books/tutorial/uiswing/index.html
which contains a huge amount of explanatory content, examples, and sample code. Every single thing you need to know to complete this assignment can be learned from these two resources.

Deliverables
You must submit the source code (The .java files, not the .class files) for the programs.

Restrictions
Your program must compile using Java 6.0 or later. It’s okay to develop your program using the IDE of your choice, although Eclipse is recommended. Your program should include comments!

Categories: Java Tags: , , , , , ,

Contract Law Essay 2be Written

October 28th, 2009 Comments off

I need an essay to be written on Contract Law.

This work needs to be done by someone who has knowledge in the building law and constract administration industry.

The essay must be 1000 words and the work must not be copied. I will do a plagirism check to make sure none of the work is copied work. I need it completed by Friday evening.

Aim: To demonstrate knowledge of the importance of contract law and its impact on construction.

Task: A representative of Housewarm Ltd, Mr Glow, visited Mr Smith on 1 September 2008. Mr Glow told Mr Smith that Housewarm could install loft insulation in his house for a guaranteed price of

Categories: Writing Tags: , , , , , ,

Auctions Penny Script

October 28th, 2009 Comments off

Hi guys,

I’m looking for a penny auction script. If you have created one, please send a demo with admin access so i can check it.

I’m open to all kind of penny auction scripts but do not bid if you plan to send me some nulled/stolen script.

This is what i’m looking in the script:

- Penny, Nail, Peak, Free, Future, Ended, Fixed, 10sec, 15sec & 20sec auctions;
- Time increment (20sec or more) will reset everytime a bid is placed;
- Rewards System, Coupons System, HelpDesk, etc…
- NO autobots, autobidders;
- BidButler System;
- Authorize.net, Paypal & Google Checkout gateways;

Thanks,
joelr

Flash Countdown/timer

October 28th, 2009 Comments off

I want a basic flash countdown/timer for my upcoming website.
You can see the countdown on http://ucla.edu

The programmer should be able to provide me with a admin page from where I can edit the time etc.
Example: http://www.layoutcodez.net/countdown/

I want this made within a few hours.
Please make sure NO COMPANY logos or any mode of promotion is not included on the page and on the countdown.

So the lowest bid and fastest service shall get a thumbs up!

Css Custom Menu

October 28th, 2009 Comments off

I am looking for a CSS based drop down menu.
The menu bar will consist of 3 different images.
When hover they swap to a pressed version of the image and display drop-down menu.
When clicked they go to a url.
When they go to url… the menu will be on that page and need to have the image pressed stay in the pressed position.

The CSS needs to be in a separate style sheet, not on page if possible.

See attachment for the images, specs, and notes.

Need this done ASAP.

Only send PMB messages if you have a specific question to clarify scope.

Unsub/report Spam Form Pages

October 28th, 2009 Comments off

I need a basic “report spam” page created, along with a unsubscribe form page, and a contact us page installed. All basic HTML pages, nothing fancy. I need this done today.

Psd 2 Xhtm/css + Cms

October 28th, 2009 Comments off

Hi all,

I’m looking for someone who can do psd 2 xhtm/css for me, after that, i need a simple cms to be integrated.

There are psd 6 files, home, about, products, sub products page, contact and terms, all are in simple design.

For the cms, admin is able to manage products, the product will be shown in product page and also in index page slide(jquery) as well. For the navigation, we need to use jquery too. That’s simple is it, no need complicated cms.

Things to note:
1. In index page and product page, there will be a “watch video” button, when user click on it, they need to fill up their personal details, and then the links will be sent to them to view the video.

2. This proeject need to be completed in 2 days time.

Before you bid, please make sure you’re:
- Clear enough for the project requirements.
- Good communication!
- Able to keep us updated for the website frequently.
- Able to communicate with us by online messenger.

Happy bidding!

Categories: CMS, CSS, MS SQL, PHP, XHTML Tags: , , , , , ,

Excel Into Shelfari Account

October 28th, 2009 Comments off

I need someone to use my excel spreadsheet of books I own/read and put it into my http://shelfari.com account. These are a total of 297 books (and audiobooks). The Excel spreadsheet is attached.

I need you to:
1) log in to my account
2) Copy the name of a book from my exel spreadsheet into the search box to search for the title of the book
3) Add the right book to my shelf: check to see if what I have is the audiobook by using columnn “C” (clearly labeled “Book” or “Audiobook”) – if its the audiobook, scroll to the right and add the audio version to the shelf – its the one with the wide picture. If none is available, take the default edition to the left.
6)A box will pop-up, asking you questions.

7) If the row on the excel spreadsheet indicates a date in the “Date finished” colum, when adding the book, check the checkbox “i’ve read it” and enter the date into the drop-down boxes.
8) After clicking “next”, enter my rating if there is one from the “My Rating” colum in the spreadsheet. (MY ratings are 1-10 but Shelfari uses 1-5 so just divide by two)
8) After clicking “next”. select “I own it” and click “Next”
9) On the following page click on all the tags that appear in the “suggested tags” section – if none appears just click “next”. After clicking on tags, click “Save and next” and on the following page just click “Done”.
10) Start the search on the next book

Rinse and repeat :)

My estimate is this should take 3-5 hours.

Script Fixes

October 28th, 2009 Comments off

Hi,
Same script, different project.
Basically, I have a few versions of this script.
One includes a members area, so members join.
One includes a way to make several sending codes at once.
I just need these scripts organized and fixed if necessary.
Most errors are small, or even due to me being cofused;-)
Thanks,
Lisa

Article Writer Needed

October 28th, 2009 Comments off

I need 5 articles written. Each of them must be 400 words long. Please bid if you can deliver the 5 articles in 24 hours. Articles must be copyscapefree and must be grammatically correct

Iframe 6 Cpa Landing Pages

October 28th, 2009 Comments off

I need 6 CPA Offer landing pages iFramed. I need the actual offer graphic shown, and I need my own “Unsubscribe, Contact Us, etc links shown on the page.

Move Site To New Server

October 28th, 2009 Comments off

Hi:

I have a site that needs to be move to my new host. Must do so utilizing ftp.

Need asap.

Thank you.

Iphone Xcode Programmer Needed

October 28th, 2009 Comments off

I need 2 small additions made to my app.

1. Small button on the top which opens a window that displays text information

2. Add a tab to the bottom which displays a list of files in the specified directory, allowing to delete and rename the files.

Small Website Changes (flash)

October 28th, 2009 Comments off

This project should take someone less than a half hour and I am looking to get the project done immediately. This is what I need:

I need a menu button to be linked to an HTML page. The button is in flash.
I need a couple text words that are in flash edited.
I need music removed from a flash site.
I need colors and headers changed on 3 link exchange pages.

Those are the things I need done.

I prefer paypal, I prefer someone with feedback, and you must have MSN or AIM. Again, I want the project started immediately.

Asp To Vba Conversion

October 28th, 2009 Comments off

I’ve a ASP planner that show a list of bookings for some apartments.It reads an access 2007 db which have forms to insert and modify the bookings.
I need to link the access page to the access forms, so i can click on a booking and open the forms “modify” or click on a empty date and open the form “insert”.
I don’t know if it is possible, maybe it is needed to convert the ASP file to VBA or the access forms to ASP…
I need it asap, today or tomorrow maximum, let me know any solution.

Multiplayer Poker Software

October 28th, 2009 Comments off

I need a multiplayer poker software developed with all the features available in Pokerstars.com, fultilt.com, etc

Must have prior experience in Poker software development. Should have payment support, etc.

Prefer to get downloadable version, but will consider something coded in php, ajax.

Must have high security measures in place.

Need full source code, with 100% ownership.

Server Admin Required

October 28th, 2009 Comments off

My server load keeps going upto 50%

I want you to find out why this is happening and stop it so the server is back to normal

Also i require you to teach me how to find the issue and how to resolve it for future referrence

Server
cPanel 11.24.5-S38506 – WHM 11.24.2 – X 3.9
CENTOS 5.3 i686 standard on server1

Styling Fix Ecommercetemplates

October 28th, 2009 Comments off

I need to fix styling elements on an a site built in ecommercetemplates.

The fix needed is on pages:
http://www.personalised-teddybears.co.uk/proddetail.php?prod=bracken_large
I require each product option to be on a single line, spread across and centred on the page (see www.personalised-teddybears.co.uk/scriptlance1.jpg for how it needs to look)

Also need a similar solution on page
http://www.personalised-teddybears.co.uk/products.php?cat=5
(see www.personalised-teddybears.co.uk/scriptlance1.jpg for how it needs to look)

Please confirm time, price and any issues.

Clone WordPress Site

October 28th, 2009 Comments off

I have a very basic starter wordpress site and would like to enhance it so that it resembles this site : http://www.evanmarckatz.com/blog/

For that I will need only 5 pages added, pics placed throughout the site and the banner redesigned. I will add content myself.

I am a Life Coach with concentrations in 3 other coaching areas so I want the site to link to each of the 3 other coaching blogs, a product page, and a what is coaching page.

Very easy project but I need it completed fast. Please submit wordpress samples.

Online User Hunting Log Clone

October 28th, 2009 Comments off

I am needing a clone of http://onlinefishinglog.com/ online log for users.

i need a php user log that part of the information can be public viewed with some private. also integrated into vbulletin for users usernames and passwords.

Categories: MySQL, PHP Tags: , , , , , ,

Joomla Template Work

October 28th, 2009 Comments off

I have designed an e-commerce website and want my psd file programmed into a joomla template

Video Podcast Development

October 28th, 2009 Comments off

Conducting a short film competition in another country, I need to know what format the participants will submit their videos and the cost of creating video podcasts from those videos.

Can the video podcast be burned on to a dvd or would a website need to be set up. If you can provide me your quotes

Port Coupon Program To Drupal

October 28th, 2009 Comments off

Drupal expert for this and future jobs wanted. This job is to port php /mysql coupon script on dumont.us I have access since my code – to drupal site nj.org. I am not programmer so this may take an hour or 5 hours so please quote in range if you can examine just what is involved. Site is drupal 6 with prosepoint. Sorry, some feedback mandatory

Categories: Drupal, MySQL, PHP Tags: , , , , , ,

Newsletter Sending

October 28th, 2009 Comments off

My client has a newsletter which he currently sends to aprox 125,000 opt in clients. He wants to start sending this out daily.

I require a quote of the cost to have someone send this out for us every day for 30 days. The emails are not spam, all the recipients have received the newsletter previously.

We currently using a service which delivers all the newsletters in an hour, we are looking for similar delivery speed.

Please send quote for 1 month of service.

Phpbb Modifications Required

October 28th, 2009 Comments off

I have currently run a forum which contains sub-forums, the link to one of these is a redirect link to another archive forum, which is not phpbb.
This forum is currently available to everyone including guests.
I need every page on the archive forum to be available to registers users only of the phpbb forum.

I need all links which are posted to open in new windows.

I also need an MOD installation of a special rank + Images MOD.

Just to warn bidders, this forum contains adult content.

For the url and any other questions, please send a me a PM. Thank you.

Article Writers Needed

October 28th, 2009 Comments off

Looking for a few GREAT article writers who can consistently write two or three 250-500 word articles per week per blog.

You can choose how many blogs you want to work on. You will be responsible for finding new and relevant topics.

Must work well alone and never miss deadlines.

Looking to pay 5$ per 250 words. MUST BE FLUENT IN ENGLISH. Both grammatically as well as lexicon.

You will be hired as an IC and submit an invoice monthly. This will last anywhere from 3 week to months.

Bulk Re-writing Project.

October 28th, 2009 Comments off

I have a re-writing assignment of 1000+ articles for the right article re-writing specialist/s. I want these articles to be re-written over a period of 3-4 months, if possible.

I am willing to pay $1 MAX per a 550 word article re-write. But if you can bid at a rate lower than that, then you would be preferred, as this is a bulk re-writing project.

The original articles will be 500-700 words long, and the re-writes have to be a minimum of 550 words. NOT LESS THAN 550 words at any time.

I’ll be giving you the keywords, which should pop-up about five to eight times in the whole article.

The articles will have to be re-written in your own words as far as possible, without losing the meaning of the article. Grammar will have to be immaculate. Punctuation and sentence structuring too has to be of the best quality. US English preferred. Please have a look at the attached text sample for the original and re-written sample.

I will be sending you the articles in batches of 20-25, and I want them to be re-written and copyscaped/dupecop checked and returned in a max of 4 days. The earlier, the better. Remember, the faster the 1000+ articles are done, the faster you will get your money.

Payment will be done by PayPal or GAF Direct Money Transfer ONLY. NO ESCROW PAYMENTS. Period!
Payment will also be done in batches, i.e. as soon as I receive the batch of the 20-25 re-written article, I’ll check ALL of them and then once they are found to be of satisfactory conditions, the payment will be done.
This will be done for ALL the 1000+ articles. No Exceptions.

If you don’t like any of the above conditions, then do not bid. Please give me your rate for a 550 word re-written article, and also for the full bulk of articles.

I will be selecting more than one bidder, because of the enormity of the project.

Serious bidders ONLY.
MY MAX BUDGET IS $1/ARTICLE.

Need Sports Articles Written

October 28th, 2009 Comments off

I need 3 sports related articles written on the topic of wrestling and kick boxing.

I will be submitting these articles to article directories under my own author bio.

1. Minimum 250 words each article.

2. Writer must have excellent English writing skills. No spelling or grammar mistakes.

3. Each article must be uniquely written into an original work (no copy and paste from several sources, (I will check them using Copyscape and some other software).

4. Once payment is completed, you agree that I will own all rights to the content, and that you should never use or post it anywhere without my permission.

5. Your bid is for the total of 3 unique articles that will pass copyscape.

Please don’t bid if you can’t complete the articles on time according to your bid.

Tax And Accounting Website

October 28th, 2009 Comments off

Need a Very professional website design. Must be completed in three days.

I need samples to see some samples of your work. This It will be based upon combination of two website links that I will provide.

Lowest bid from qualified designer will be awarded project.

Scraping Tool: Urls Alexa

October 28th, 2009 Comments off

Hi,

I need a scraper built for Alexa. Basically I want to be able to search for a certain category of urls, and then use the tool to scrape all the urls in that category. So that I end up with a long list of just the urls that are in that category.

If I need to clarify something further, please feel free to ask.

Thanks.

Need An Car Video Site Created

October 28th, 2009 Comments off

Hi, I’m looking for a site to be created.
It will need along with the obvious admin controls
1) video uploader on homepage to display videos
2) interface for automobile dealerships around the country United States to open an account and have their own page to display their autos for sale and upload videos of their autos if necessary
3)there will be membership fees
4)must be a search function for users to search autos for sale by zip code etc as yahoo autos has
5)want this site to be able to be viewed over mobile devices..videos to be view as well over mobile devices
will go more into detail upon request

Repair Tubepress In WordPress

October 28th, 2009 Comments off

I have two sites where Tubepress plugin has stopped functioning. I need someone to repair both sites.

I have tried updating the plugin but it fails entirely.

Both sites are:

http://www.videoofbirth.com
http://www.instructionalonlinevideos.com

X-cart Category Modification

October 28th, 2009 Comments off

I have an existing X-Cart store that needs a category hard-coded to the category list box. We want to hard-code the category so it is not an actual category in the store’s database but rather as a link to an external web site.
Please be familiar with X-Cart.

Bear