Archive

Archive for June, 2009

Add Products To Website

June 17th, 2009 Comments off

I have a completed website that I need to add products to. I need you to take the same products that www.cellforcash.com has, and add them to my website. Please give me an estimated time of completion and your bid.

I just need the product images and price of each product added to my website.

Thanks

Template With Floating Text

June 17th, 2009 Comments off

Looking for a developer to build a one page template.

The Target platform is ASP.NET (2.0). No code-behind is required.

It is imperative that all styling is achieved through use of CSS.

Applicants must have positive reviews and a portfolio of professionally designed pages.

The template will have a professional web 2.0 feel. The project owner will provide numerous images that will be used on the site. The look and feel, background, header design of the template should seamlessly blend the color schemes of these images into the template.

The template must be SEO optimized; using meta tags for title, content and keywords as well as establishing appropriate header tags for the content provided.

The page must maintain integrity on all size monitors and work on all versions popular browsers released on or after January 1, 2008.

The template will contain a Background, a Header, a Footer and a Body. The body will be broken into 2 sections. One relatively narrow section the

Penny Auction Problems

June 17th, 2009 Comments off

This website is a penny auction website, similar to bidstick.com, bidray.com, swoopo.com, rockybid.com, bidboogie.com
Here are the jobs to do.

1. Every time I click a bid to my site, it makes it like it was 2 bids, and goes up by 2 cents, when only suppose to go up by 1 cent because is a penny auction and also waste the 2 bids when only suppose to waste 1 bid.

2. In this job, I need the counter of the site to go down by one second and not by 2 seconds or 4 seconds and etc. I think is loading problem of the site, but it needs to be going down always by one second.

3. Every time I put the bidding time as I want it, on the page of the product does not show it exactly as I put it, but it does work great, only the way it show it does not, but this is not a problem on the home page, only on the page of every product.

4. Also a error page appear sometimes on the site, probably of loading problem.

Please Undestand that this 4 jobs should be easy if you are a professional developer, if you are not professional you may have a hard time fixing some of the jobs.

Thank you and please bid if you are 100 percent sure you can do the 4 jobs.

Help Installing Script

June 17th, 2009 Comments off

Easy Job Here… I bought the – Softbiz Online Classifieds PLUS, the Installation Help File is just short of useless or maybe I’m retarded?? I need step by step directions in “lay-mans” terms to get this thing working like it should. Walk me through the entire process start to finish, all files have been uploaded in their respective folders of the domain I want to use it on. I guess I need to configure everything in my cpanel and also the necessary files. All I know is it Doesn’t work, you tell me how to make it work…..

No Cpanel access. just a 1 to 58 step process written out for me.

Thanks

Small Video Plugin

June 17th, 2009 Comments off

In my joomla profiles I need my members to be able to upload a video file [similiar to youtube] and it generate a flv that can be previewed using jw flv player, and a 3gp file for download. It can be a hack of the Nans gallery plugin that I’m using for the gallery which allows for all types of file types to be uploaded – but I need the video to be able to be converted on the flv for both preview and download.

Flash Countdown Timer

June 17th, 2009 Comments off

Hi

Looking for a flash countdown timer that has a countdown to the following date

Date: December 21, 2012 Time: 12:00AM US Pacific time

The timer must use the date / time on the users computer, the countdown timer must not have any obvious issues, such as the following

60seconds – this should be 0 seconds
24hours – the highest possible number of hours would be 23

If you can tell the time, it isnt difficult to know what isnt right on a clock.

I would provide a slice of graphic where the timer would need to sit, you can see this here,

(NOTE IF YOU CANT SEE THE IMAGES AFTER CLICKING, COPY AND PASTE THE LINK INTO YOUR BROWSER)

http://www.graphicsgenie.com/09june/2012/slice.jpg

The required timer must look like this slice (for reference)

http://www.graphicsgenie.com/09june/2012/sliceREF.jpg

This is how the overall header will look,

http://www.graphicsgenie.com/09june/2012/header.jpg

I will provide the font on acceptance of job

Please do not waste my time by saying you can do this, when you actually dont know how,

If I come across the right person of good quality there WILL be lots more work to come.

Any questions please use the PMB

Thanks

Darren

Script Change

June 17th, 2009 Comments off

Please see the attached files.

Here is a live link how the site looks:
http://nck-manager.de/site/tabelle_strength_top11.php

When you check the PHP file you will see that the number is generated by four different positions and each position has a fix number of player strenghts taken from the database.

Torwart has one position
Abwehr has four positions
Mittelfeld has three positions
Sturm has three positions

I need the script changed, so that the User can choose how many players are taken from each position.

Torwart needs to stay at one. So no change there.
All others should be numbers between 1 and 6 but the total can not be more than 10.

Please do NOT send any references unless I ask for them!

Please ask questions before you bid if something is not clear.

Thx

Viruemart Customization

June 17th, 2009 Comments off

Sheet music and CD store implementation in VirtueMart

General description:
Customize Virtuemart to sell sheet music and CD’s.

The process will be done in several steps, and the first step is described here. If you do a good job on the first step you will get the next ones.

The first step is to add support for names and roles connected to products.

When you sell sheet music and CD’s the customers need to be able to search for people connected to the products. Artists, composers, arrangers etc. A typical store that utilizes this is Amazone.com.

Database modifications:
We need two new tables: vm_roles and vm_prod_roles.

The People table
Since VirtueMart already have a people-table with relevant fields I’d like to use that unless the programmer can come up with a good argument to use a separate table. Relevant VirtueMart table is vm_user_info.
Only one field must be added: roles YES or NO. Only people with YES here shows up in the product-people list.

The Role Table
Contains info about the possible roles that a person can have in a product.
Table name: vm_roles
Field name Type Comment
role_id Int(11) Auto_increment Unique nr
role_type Text 255 composer, arranger, artist etc
role_short Text 10 Abbr to be used in lists (Ex Comp for composer, Arr for arranger etc)
role_sort_order int Sort order in lists
Role_placement Text Where should the text appear in layout and whether to display Last name, First Name, or Company fields

The People/Product/Role Table
One person can have multiple roles in a product (For example he can be both composer AND artist on the same CD). We need a table to define his role(s) in the specific product.
Table name: vm_prod_roles
Field name Type Comment
prod_role_id Int(11) Auto_increment Unique nr
product_id Int(11) Linked to product
user_id Int(11) Linked to user
role_id Int(11) Linked to role

Modifications to layout
Shop side
1. Include results from the people database in the free text search. Search the first and last name.
2. Include product categories in search.
3. Create two new Browse pages with and without product thumbnails. See attached file for details.
4. Ajax drilldown search system on top of the product listing. See attached file for details.
5. Allow the roles to be visible on all lists in the store through out the check out system, invoices etc. This is to identify products with similar names but different arrangers etc.

6. Add the roles to the

Article/content Writer

June 17th, 2009 Comments off

I am looking for high quality writer to develop up to 50 articles for various specific niches. The articles will be between 400-500 words in length.

At least 2 materially different and unique articles per topic (keyword) will need to be written. One article on each topic will be used as web page content on the Project Owner’s web site, while the other/s article for the topic (keyword) will be used for submission to various article and blog sites.

Specific niches and keywords will be provided once the project is awarded.

The articles must be SEO optimized. (Provide meta tags: including, title, content and keywords) and these content rich articles must be written in

Online Marketing Partnership

June 17th, 2009 Comments off

Hi,

I am seeking to partner with one company or individual that has the experience to make a website successful. I am seeking to give this partner 15% share in all company sales.

Can you bring thousands of real targeted visitors to our site? Let me know. Thank you

Data Entry.

June 17th, 2009 Comments off

i need data entry done.
What you need to do is,

1. go to sendfromchina.com
2. select the country. (i will require all countries)
3. put in weight ( i will require upto 30kg/0.5= 100entries/country)
4. you will get the price. just copy and paste the details for every country in the csv. ( i will provide you with the country codes)

* i will just need 1 of the registered air mail price and 1 of the express delivery price (the cheapest available to the country).

so what you will be required to do is copy and paste the Shipping price and Delivery Type.

So please bid.

all couriers seperate the countries in zone. so if you are able to get the zone details. it will be very very easy.

Create Database

June 17th, 2009 Comments off

Create database of listings for uploading to a web directory in travel industry.

The following basic info is needed:
Address, URL, description fields and three images per listing.

I’ll provide the links.

Please bid for 300 listings.

Niteflirt Clone

June 17th, 2009 Comments off

I am looking to have a website created just like www.niteflirt.com

Segmenting Quiz Script

June 17th, 2009 Comments off

We are looking for a simple quiz script (server-based) that can generate a code which can be pasted on any webpage so the quiz appears on that webpage.
Then it produces an answer sheet which shows the user which question they answered, what score they got and a detailed review of their answer as well as the other possible answers. This is again a script that can be pasted on any webpage.

The quiz actually remains on our server, while the page where the code is pasted pulls it from our server.

The details are there in an attachment file, which you MUST fully read and understand to apply for this job.

Look forward to work with you soon
-Roger

Forum Data Entry

June 17th, 2009 Comments off

I need (200) forum registrations set up. I will provide you with the list of forums, the gmail account info, the user id, the password and the personal details that need to be entered. Some forums require a birthdate, or city and state.

You will register at the 200 forums, enter a few items of personal info and then click the activation links for all the forums in the gmail account.

There will be one gmail account, one user id and one password that can be used for all 200 forum registrations.

I will require a spreadsheet with ALL forum urls, user id and password(s) you have set up. I will randomly check that they are correctly done.

I would like this job completely finished within 5 days. Please don’t bid if you can’t accomplish that.

Please put “bobble” in your bid so that I know you actually read this.

thank you,
steve

Design 3d Logo

June 17th, 2009 Comments off

1- We are looking for somebody who can make a 3d image of our simple logo.
We want the logo to be a ball shaped object.
The logo has to be fully visible. And the colors of the image have to be preserved. Original format is an illustrator file
2- Then in future making Animation with it

Please post if you have Relevant 3D experience.

Upload To Cpanel

June 17th, 2009 Comments off

I need help with a script to be changed,insert some codes and up load to my cpanel.

Government Background Image

June 17th, 2009 Comments off

All details here: http://www.taslia.net/lab/job.php

Expert Online Marketer

June 17th, 2009 Comments off

We are seeking a company or individual that is very successful at internet marketing.

We would like to offer a 20% commission and recurring commission in our sales. Our website is attached to this document for confidential reasons and that this listing shows in search engines (download attachment).

We have a system in place that will award you on a commission basis for your efforts. Please provide details of your experience, success, knowledge etc… so that we may know who is the right person for this offer. Thank you

Penny Auction Sold

June 17th, 2009 Comments off

We sold professional engine
- auto portal (cost 800 usd)
- penny auction (cost 1000 usd)

please send your offer

Design Logo

June 17th, 2009 Comments off

we need a logo for online and print use for another company we are starting.

we are a digital media and marketing company.

please link your portfolio with your bids or post links to portfolio in the PMB.

Thank you.

Content Writing Sites Links

June 17th, 2009 Comments off

We are interested in linking with other writing sites or educational sites if you know any or have one we will pay you commission for the lead or monthly for the link placed on your website. If interested please place your bid. Pay is 25US-100US month depending on quality of link.

Magento Shipping Integration

June 17th, 2009 Comments off

Hi

Please look at http://www.sendfromchina.com/webservice.php
i need this integrated into magento.
Possible?

And let me know your bids.
The codes are in Php and they claimed it won’t be too hard.
They have sample codes in the website.

Only bid if you know the job.

Signups On My Social Network

June 17th, 2009 Comments off

Hi
I need someone to create 100 new profiles on my site. Each signup should have at least a profile picture. 40 male and 60 female. Use English names, French names, and others. Please make names and login usernames realistic. Don’t mix too many numbers and names together. I want this to look very real. You need to use valid email addresses because the script sends out a confirmation link to the email address, and needs to be clicked on before registration is complete. Small budget $20. Site details will be given in private mail. Thanks.

Script Rewrite

June 17th, 2009 Comments off

Need to change php and mysql database to a new name.
Need to take out old name and change it to new one.
they are all php files and also the mysql tables need to be changed.

Website Buliding

June 17th, 2009 Comments off

Hi, Looking for an honest web builder.

Want to build a website 95% like http://www.cas-online.com/ except for the text will be my oun.

Wanting to have asses to the site,so I can update at a later date.

WordPress Themes For 2 Sites..

June 17th, 2009 Comments off

Hello,
I’m looking for someone to design 2 wordpress themes that will be running phpbay. They are the very basic, here is an example of a site that I would like them similar to:

http://silverspecialists.com as you can see, it is very simple.

Build one for CLOTHESONSALE.INFO and ELECTRONICSONSALE.INFO domain names.

Please submit a bid for both sites. Please only serious bidders..
Regards,
Brian

Simple Php Image Host Fix

June 17th, 2009 Comments off

Hi, I need someone to change the way PHP Image Host uploads files.

Currently you go to upload and click browse to find the image you want but it will only let you select one image at a time, then you have to click browse again and select another image, etc…

I need it so when I click browse I can click the first image in my folder and shift + click the last image in that folder and it will upload all of them.

I will send you the script files, its all open source shouldn’t take 10 minutes.

Connect Virtuemart To Ebay

June 17th, 2009 Comments off

We currently have a website which uses Virtumart and we would like to be able to send products directly into ebay from the website (so we don’t have to recreate products in turbo lister to send them to ebay).

We arelooking for a script which will do the following:

Website Build For Ebook

June 17th, 2009 Comments off

I need to build a website that will be selling a stock trading ebook. The product will be sold through Clickbank, so I am looking specifically for someone who has built a site selling a product through Clickbank. If you have not had experience with Clickbank, do not bid on this project.

A sample will be provided with example graphics and copy. We expect you to improve our graphics and build the site in its entirety. There will be a main landing page, an about the author page, a FAQ page and the Clickbank download page, etc.

I can not stress enough about not bidding if you have no Clickbank experience. We had a really sour experience on our last project. We expect time lines to be met and high quality work. Do not bid a time line you can not meet.

SEO experience is a major plus. Include your thoughts on SEO in your bid.

Thanks!

Clone Dance Website

June 17th, 2009 Comments off

I’m looking for a clone like this website: dancepartner.com with all functionality. This site dancepartner.com, focus on all types of dance there is. My site only focus on just one type of dance – one dance type only. Mine should have everything just like dancepartner.com plus a section that focuses on dancer for hire; where many dance instructors, performers, and competitors and are available for hire by the hour or evening. My site must be up to date in terms of modern tech and social networking functionality and must not look like the above site. It must be simple and easy to use and navigate for a 10 year old. It must be clean, professional and better than the above site in every way possible. Feel free to suggest the best way to make it a better working site. I’m looking to choose the most competitive bid. Please don’t bid if you can’t do this competitively. It is a copy of a site to fit my dance type – One dance type only. I need to see what you have done before.

Social Bookmarking 001

June 17th, 2009 Comments off

Type of Work: Account Creation + Social Bookmarking

Target Completion Date: 30/06/09

Payment: via Scriptlance Escrow

Account Set Up
This work is to create 10 accounts on popular social bookmarking accounts. You will be given an webmail account from which the accounts should be set up from. In addition you will be required to submit to us a spreadsheet of the account details (username, password etc) upon completion.

Bookmarking
We would then like you to bookmark 20 different pages/articles at all 10 of the social bookmarking sites over a 20 day period. Upon completion of this work we will require a spreadsheet detailing the dates and the urls of where the bookmarks are located.
That’s 200 bookmarks or 10 per day for 20 days.

Notes:
We will supply to you a spreadsheet of all titles and descriptions for specific urls upon acceptance of your bid.Please do not use any blackhat techniques or any automated software that may cause the accounts to be banned.

We are happy to reward people an extra bonus should the work be completed on time and to our complete satisfaction. This could also lead to regular work from us through Scriptlance.

Thanks for viewing.

Seo Back Links Help

June 17th, 2009 Comments off

1. We require 50 one way links, PR2+ (at least 10 links must be PR3+, at least 10 links must be PR4+ and at least 2 links must have PR5+)

2. Bids to submit to Web/Links Directories or article sites will be ignored.

3. Links must be permanent, free, one way/non-reciprocal and static.

4. Links should contain the target key phrase as a text hyperlink and links should be spread out to point to relevant pages of the website, not just the home page and should be followed by a short description.

5. The actual link page and the home page must both be PR2+.

6. Links must be deployed over 1 month period to avoid any search engine penalties.

7. All links must be FREE and shouldn’t appear in a paid links slot such as: “sponsored” links, advertisers, links, ads or any other slot links that will show the search engines. URL must not contain …/links/

8. No redirects, JavaScript links, hidden links, Flash sites/pages, or other unethical or black-hat tactics.

9. Link page must be search engine friendly, i.e. no redirects, cloaking, etc. Page must not be excluded by robots.txt and the anchor text must not contain the rel=nofollow tag.

10. Link pages must be cached by Google within the last 30 days and not from a site penalized or banned by Google or that seems to have incurred a Google penalty

11. No FFA, guest books, links within forums, links within newsgroups or links farms, Links from link exchanges etc. and never participate in any commercial web rings or link exchange programs, from bad neighbourhoods (porn or other offensive websites) and no more than 20 outbound links on each web page (where link is placed).

12. One link per domain, all from different c-classes/different IP’s.

13. Links from websites that already link to our site will not be counted.

14. All links should be listed in a spread sheet so I can review them.

15. Payment will be made by Escrow, and will not be released until I have verified the URL, PR and IP address of all 50 links. I will require any links that do not meet ALL of the listed conditions to be replaced.

Diggs For A Single Link – 200

June 17th, 2009 Comments off

We need 200 diggs for a single post. If you can do this, it will become a 2 times a week job.

Previous 2 providers couldn’t even get 15 diggs, so this time i cannot escrow the money until i see some results, like 50 diggs at least.

All diggs should come in 20 hours or less so the post will get on the front page of digg.

If you can start this tomorrow at about 1:00 PM GMT TIME, you will be selected.

I know prices for this run around $50 so don’t bid too much.

Small WordPress Fix

June 17th, 2009 Comments off

I need to fix an error on this page

http://alpharesidence.no/alphapress/?cat=9

As you can se, it gets mixed up in the bottom.
And also fix so the meta data is shown to the right of the pictures instead of below it.

Produc Postingclassified Sites

June 17th, 2009 Comments off

I need someone to post my products on free Classified websites for example :

http://www.CL.com
http://www.onlineauction.com/
http://www.deal4it.com/MyDeals.aspx
http://www.olx.com/
http://www.bidville.com
http://www.oztion.com.au/
http://www.kijiji.com

We sell jackets and shirts and you will be copying/transferring images and descriptions from our website.

You will move through the website product by product posting them to free classified site We have different brands and styles and i need them listed in all cities possible.

All ads must stay up before I will release funds, so IP’s, and other problems you must know what you are doing.

Please send quote for 500 postings, we will be needed thousands if things work out.

Descriptions will need to be slightly modified so that all the ads are not the same.

Help Installing Classified Ad

June 17th, 2009 Comments off

Easy Job Here… I bought the – Softbiz Online Classifieds PLUS, the Installation Help File is just short of useless or maybe I’m retarded?? I need step by step directions in “lay-mans” terms to get this thing working like it should. Walk me through the entire process start to finish, all files have been uploaded in their respective folders of the domain I want to use it on. I guess I need to configure everything in my cpanel and also the necessary files. All I know is it Doesn’t work, you tell me how to make it work…..

Thanks

Website Css Html

June 17th, 2009 Comments off

Hi all, I need this website done ASAP, so please dont answer if you need more than 24hrs.
I need is a programmer to put this design into table-less CSS and HTML,
The page must be verifed at validator.w3.org , and I want to see clean HTML and CSS coding with a seperate styles.css file in its own directory (CSS).

All text you see on the JPG is real text and NOT images and with title, Links will be text over images and menu links text will change colour and underline upon mouse over. The links will have drop down menus like here http://meyerweb.com/eric/css/edge/menus/demo.html All this via the CSS and will be with title tags and alt tags.

Height will be relevant to text in main content window, I will add more text later.

Size to be about 800 px across. Any images you need just cut out of picture. I will make them hi-res later.

I can help you with anything, All images available in a PSD! I dont need any website references, can you do it or not?. I wont pay till im satisfied it looks like the attached, and its neatly coded with remarks, a styles file and HTML complient. I will be pay immidiately after by escrow.
Only posts with bids will get a reply.

Communications by Skype amd strictly only english speakers.

Inner Pages Needed

June 17th, 2009 Comments off

Hi all,

i have a client website, its home page is designed will and conerted into html already.what he needs is html of his inner pages of site taking consideration menus at home page. www.indianwebcompany.com.my budget is not much below $30,so please bid accordingly.Lowest bidder will be chosen but with some feedbacks.Please visit site and use contact form as proff.its working!!

Press Release Submission

June 17th, 2009 Comments off

Placing 10 PR articles every day.
We will provide article template and the websites where to submit.
We pay $10 a week.

Bear