Archive

Posts Tagged ‘offers’

Php Mysql Script Improvements

November 5th, 2011 Comments off

This project is about improvements for script running on http://www.offershared.com/ .

REQUIREMENTS

Admin:
* Define sponsored levels ($0.5, 1 …) – could be as comma separated values in settings; = amount paid per day for listing a sponsored offer
* Make offer sponsored from backend (by admin): select from sponsored levels
* Set user as sponsor: select from sponsored level and all his offers will be added with that sponsorship level
+ also applies to old offers, so it can be used for changing or demoting
* New admin settings:
- limits for maximum number of active offers per regular account (100) and sponsored account (10000)
- maximum offer duration in days for regular account (30) and sponsored account (365)

Offers page:
* Display latests 5 offers from that merchant and View all… link that shows a page with all offers from that merchant:
+ Merchant offers page will be similar to category page:
http://offershared.com/offers/computers
Instead will have http://offershared.com/merchant/name
* Display offer tags (in left column) with links to tag pages (tags will be used similar to categories, except defined by user instead of admin: see below)

User:
* When adding offer, in addition to category, user can define a list of comma separated tags for his offer (& add number of maximum tags allowed per offer setting in admin configuration)
* Can define a rss/xml url to import (daily by cron) offers from rss (define xml tag names for retrieving ie. title tag will be retrieved from xml tag: name, same for description tag, link tag, won info tag, coupon tag, expiration time)
Will be used by merchants/partners to import offers from sources like http://www.codecoupondiscount.com/feed/rss.php?website=TemplateMonster.com
+ These are not posted to merchant’s twitter/fb to prevent flood triggers. Instead will post a link to merchant’s offers list with custom message: New offers: http://offershared.com/merchant/name
+ Limits (ie. maximum active offers per account, offer duration in days) also apply for imported offers – no new offers are added if maximum per account is reached
* User should also have login account details independent of Twitter/Facebook . Noticed you implemented these as different tables so it should be easy to implement:
+ User should be able to also signup with a regular registration form (user and pass) instead of TW/FB.
+ When signing up with TW/FB that should prefill his username and a site password should be generated and sent with the verification email (so he can also login with user/pass).
+ User can disconnect from associated Twitter / Facebook accounts and connect different accounts:
Would be great to include an (x) or (remove) link next to each of the listed registered (attached) accounts so user can easily remove FB/TW and add other. Clicking the (x/remove) should delete that info and show a (connect) link instead to attach his current logged in FB/TW account as it’s done when one is not present.

Frontpage and category pages:
* Tag cloud under offers list with top tags ie. vps(5), dedicated (3) (& number of tags to show setting in admin)
+ Tags will link to tag pages (similar to category page), that will also show tags of offers that also have that tag (related tags)

CODING
+ CSS must be used when defining the interface.
+ Latest twitter, facebook libraries must be used.
+ Code must be secure and safe from exploits (ie. sanitize variables before using in sql or paths, verify upload file types).

PROJECT TERMS
Communication will be done via PMB.
A compatible hosting account will be provided to upload progress.
Progress updates should be uploaded and reported at least 2 times per week, since start.
Bid with realistic durations and include some extra time to make sure you can do it within the time frame. Cancellation will be required if project is not ready within bid time frame.

SELECTION
To be considered for this project, specify samples (links to previous projects, sites) of your previous php coding work (coding on zend framework is best).

PAYMENT
All amount will be escrow on project start and will be released when everything is done, functional, delivered as in project requirements.

Data Scrape Job

October 31st, 2011 Comments off

I need to scrape data from a website. I need data, I DO NOT need images.

All that I need is the the “title” for the top 20 most popular products in each category for shopzilla.com as follows:

Create a script to capture product keyword/category combinations
a. Go to www.shopzilla.com and click browse button on top right — http://www.shopzilla.com/category-guide
b. Click on first category link (Ab & Waist Machines)
c. Capture title strings of first 20 offers shown and store each to the right of the category name in an Excel file
d. To be clear, please output to an Excel file with the category name in column A, title of the first offer in column B, and the other 19 offers in the subsequent columns to the right
e. Repeat these steps for each category link (approximately 1100)
f. If no offers show for a category for whatever reason, then record category name and state “no offers” where the first offer would have been

If you have any questions, please ask. If you can do this for me, please place a bid. I have more work like this coming, so consider this as an “audition” for those as well. I’d like to find someone who can get the job done. :)

AL

Affiliate Offer Aggregator / Search Engine

October 27th, 2011 Comments off

Need a custom website developed with robust admin area. Similar to o-dig-ger dot com (remove -) and off-er-vau-lt dot com

It will need to be able to pull offers from all of the affiliate networks API’s and datafeeds.

It will need to have the ability for users to leave reviews for offers/networks.

Area for network owners to sign up/become a featured advertiser

Banner advertising system built in

area for users to sign up and review networks/offers

Basically all the features found on the two sites I mentioned above. Do NOT bid on this project without first studying those two sites.

Php Mysql Script Improvements 2

October 24th, 2011 Comments off

This project is about improvements for script running on http://www.offershared.com/ .

REQUIREMENTS

Admin:
* Define sponsored levels ($0.5, 1 …) – could be as comma separated values in settings; = amount paid per day for listing a sponsored offer
* Make offer sponsored from backend (by admin): select from sponsored levels
* Set user as sponsor: select from sponsored level and all his offers will be added with that sponsorship level
+ also applies to old offers, so it can be used for changing or demoting
* New admin settings:
- limits for maximum number of active offers per regular account (100) and sponsored account (10000)
- maximum offer duration in days for regular account (30) and sponsored account (365)

Offers page:
* Display latests 5 offers from that merchant and View all… link that shows a page with all offers from that merchant:
+ Merchant offers page will be similar to category page:
http://offershared.com/offers/computers
Instead will have http://offershared.com/merchant/name
* Display offer tags (in left column) with links to tag pages (tags will be used similar to categories, except defined by user instead of admin: see below)

User:
* When adding offer, in addition to category, user can define a list of comma separated tags for his offer (& add number of maximum tags allowed per offer setting in admin configuration)
* Can define a rss/xml url to import (daily by cron) offers from rss (define xml tag names for retrieving ie. title tag will be retrieved from xml tag: name, same for description tag, link tag, won info tag, coupon tag, expiration time)
Will be used by merchants/partners to import offers from sources like http://www.codecoupondiscount.com/feed/rss.php?website=TemplateMonster.com
+ These are not posted to merchant’s twitter/fb to prevent flood triggers. Instead will post a link to merchant’s offers list with custom message: New offers: http://offershared.com/merchant/name
+ Limits (ie. maximum active offers per account, offer duration in days) also apply for imported offers – no new offers are added if maximum per account is reached
* User should also have login account details independent of Twitter/Facebook . Noticed you implemented these as different tables so it should be easy to implement:
+ User should be able to also signup with a regular registration form (user and pass) instead of TW/FB.
+ When signing up with TW/FB that should prefill his username and a site password should be generated and sent with the verification email (so he can also login with user/pass).
+ User can disconnect from associated Twitter / Facebook accounts and connect different accounts:
Would be great to include an (x) or (remove) link next to each of the listed registered (attached) accounts so user can easily remove FB/TW and add other. Clicking the (x/remove) should delete that info and show a (connect) link instead to attach his current logged in FB/TW account as it’s done when one is not present.

Frontpage and category pages:
* Tag cloud under offers list with top tags ie. vps(5), dedicated (3) (& number of tags to show setting in admin)
+ Tags will link to tag pages (similar to category page), that will also show tags of offers that also have that tag (related tags)

CODING
+ CSS must be used when defining the interface.
+ Latest twitter, facebook libraries must be used.
+ Code must be secure and safe from exploits (ie. sanitize variables before using in sql or paths, verify upload file types).

PROJECT TERMS
Communication will be done via PMB.
A compatible hosting account will be provided to upload progress.
Progress updates should be uploaded and reported at least 2 times per week, since start.
Bid with realistic durations and include some extra time to make sure you can do it within the time frame. Cancellation will be required if project is not ready within bid time frame.

PAYMENT
All amount will be escrow on project start and will be released when everything is done, functional, delivered as in project requirements.

Affiliate Marketing Offer Wall

September 24th, 2011 Comments off

I want an offer wall created with backend admin. Admin does not have to be pretty this is for my own use.

An offer wall is when someone enters the site
1.they enter their name, email and mobile number (would like live validation)
2. the name, email, etc is saved to auto responder
3. they answer a series (5ish) yes / no questions.
4. They are then presented with offers based on the answers to the yes / no questions. These offers I assume will be in an iframe. I would like to pass the info collected in step 1 to prefill the offer. They can then submit the offer or skip. Either way it goes to the 2nd offer etc.
5. After all offers are complete it will send them to an exit URL (offer)

For the back end I need to be able put in the questions and offers. If question 1 answer is yes show offer A (url in iframe) if question 1 no show offer B (or no offer at all)

and the exit URL.

I picked small budget as I have no idea what this will cost, if more that’s ok.

Build A Real Estate Searchable Site

September 21st, 2011 Comments off

I will not entertain any offers from companies. Individual Freelancers only!!! DON’T WASTE MY TIME…OR YOURS!

I need someone to develop a real estate site like this one – http://www.indianapamultilist.com, but obviously with much better design elements as well as back-office database usability functions.
- Must be easy for the site owner to add new listings,
- mark new listings as “NEW” or “SOLD”,
- keep a record of previously listed or expired listings that can be re-listed if homeowner wants it to be listed again.
Those are a few things to think about but your input will be valued.
I would like to see your portfolio but just as importantly, give me a brief description of what you will do to make it user-friendly when you bid. Must be a WordPress format like this site offers – http://www.dsidxpress.com/.
I will not entertain any offers from companies. Individual Freelancers only!!!

Php Mysql Script Improvements

August 26th, 2011 Comments off

This project is about improvements for script running on http://www.offershared.com/ .

REQUIREMENTS

Admin:
* Define sponsored levels ($0.5, 1 …) – could be as comma separated values in settings; = amount paid per day for listing a sponsored offer
* Make offer sponsored from backend (by admin): select from sponsored levels
* Set user as sponsor: select from sponsored level and all his offers will be added with that sponsorship level
+ also applies to old offers, so it can be used for changing or demoting
* New admin settings:
- limits for maximum number of active offers per regular account (100) and sponsored account (10000)
- maximum offer duration in days for regular account (30) and sponsored account (365)

Offers page:
* Display latests 5 offers from that merchant and View all… link that shows a page with all offers from that merchant:
+ Merchant offers page will be similar to category page:
http://offershared.com/offers/computers
Instead will have http://offershared.com/merchant/name
* Display offer tags (in left column) with links to tag pages (tags will be used similar to categories, except defined by user instead of admin: see below)

User:
* When adding offer, in addition to category, user can define a list of comma separated tags for his offer (& add number of maximum tags allowed per offer setting in admin configuration)
* Can define a rss/xml url to import (daily by cron) offers from rss (define xml tag names for retrieving ie. title tag will be retrieved from xml tag: name, same for description tag, link tag, won info tag, coupon tag, expiration time)
Will be used by merchants/partners to import offers from sources like http://www.codecoupondiscount.com/feed/rss.php?website=TemplateMonster.com
+ These are not posted to merchant’s twitter/fb to prevent flood triggers. Instead will post a link to merchant’s offers list with custom message: New offers: http://offershared.com/merchant/name
+ Limits (ie. maximum active offers per account, offer duration in days) also apply for imported offers – no new offers are added if maximum per account is reached
* User should also have login account details independent of Twitter/Facebook . Noticed you implemented these as different tables so it should be easy to implement:
+ User should be able to also signup with a regular registration form (user and pass) instead of TW/FB.
+ When signing up with TW/FB that should prefill his username and a site password should be generated and sent with the verification email (so he can also login with user/pass).
+ User can disconnect from associated Twitter / Facebook accounts and connect different accounts:
Would be great to include an (x) or (remove) link next to each of the listed registered (attached) accounts so user can easily remove FB/TW and add other. Clicking the (x/remove) should delete that info and show a (connect) link instead to attach his current logged in FB/TW account as it’s done when one is not present.

Frontpage and category pages:
* Tag cloud under offers list with top tags ie. vps(5), dedicated (3) (& number of tags to show setting in admin)
+ Tags will link to tag pages (similar to category page), that will also show tags of offers that also have that tag (related tags)

CODING
+ CSS must be used when defining the interface.
+ Latest twitter, facebook libraries must be used.
+ Code must be secure and safe from exploits (ie. sanitize variables before using in sql or paths, verify upload file types).

PROJECT TERMS
Communication will be done via PMB.
A compatible hosting account will be provided to upload progress.
Progress updates should be uploaded and reported at least 2 times per week, since start.
Bid with realistic durations and include some extra time to make sure you can do it within the time frame. Cancellation will be required if project is not ready within bid time frame.

PAYMENT
All amount will be escrow on project start and will be released when everything is done, functional, delivered as in project requirements.

Prestashop Template Editing

August 13th, 2011 Comments off

I have purchased a PrestaShop template (http://www.prestashop.com/) and I need the template edited as stated below. The template is to be used to sell electronics under retail price(Similiar to penny auctions, but not quite) Read below, and if you can do it, or need more info, shoot me a message.

What I am looking to do is add text fields under the featured product

deal (main top product window) that allows people to make offers on

products (everyone has to be registered to make an offer) so there

should be a 2 textfields under the main featured product:

Offer:_______ Email:_______

On the side (you will be able to see) different menus for catagories,

manufacturers, cart, and tags. I will be removing the “tags” box and

be adding one for newsletter (I will be doing that) However, I will

need another one of these boxes added called “MAKE AN OFFER” with the

textfields:
Item Code:______
Offer:__________
Email:__________

If the person making an offer (either in the offer box or featured

item area) is registered then it should show them that (either a 4

second fade away pop up box or on a page) there offer has been sent

(the info should PHP to a designated email that I will set up), If

they are not registered then it should tell them (either a 4 second

fade away pop up box or on a page) “You must register first in order

to submit an offer on any item”

Membership:

The site is already designed so that people have to register in order

to buy, i would like to keep that and also add 2 forms of membership.

One for members and one for V.I.Ps. So that people can register at no

cost and be allowed to make purchases and offers. A paid membership

cost $24 per year and adds other incentives (such as 50% down and

balance billed in 30 days, more of their offers accepted) and a VIP

membership that cost $36 per year, (which gives them even more offers

accepted, 50% down and balance billed in 60 days, and free shipping).

The sign in for members and VIPs can just be added to the log in page

in addition to join as a member or VIP.

Structure:

If automated, the offers are accepted systematically, by accepting

offers that are (whatever number I have set) above my product cost

(with shipping) with a predetermined number (say every 400 for non

members, 200 for basic members and 100 for VIP member) being accepted

no matter what the offer is (they are called wild card offers).

Ideally I would want the system to be completely automatic. Sending

formatted emails of declined offers (might say “Sorry, we could not

accept this offer. Please try again) and a formatted email for

accepted offers (“your offer has been accepted!”)that have a link

which takes them to the page of the item they made an offer on, with

the original price crossed out and their accepted price offer in bold.

The system should automatically cancel out the shipping cost if they

are a VIP member.

For the members they have an option of paying 50% up front and the

balance in 30 or 60 days. This should be a simple check box that

presents the option on the payment page perhaps as a check box. 50% of

the total should then be displayed with a reminder that the remaining

balance will be automatically billed to their credit card on

xx/xx/xxxx (date that is 30 days from the day of purchase for members

or the date 60 days from the purchase date for VIP members). A

reminder should also be sent to their email. In 30 or 60 days the

balance should be charged to the credit card they have on record or a

reminder should be sent to my email (the email of billing) reminding

me to charge them the balance. As a payment caution a notice would

probably be sent to the customers email perhaps 3 days before they are

actually charged.

I would like it all to be automated however, I need to be able to

control the features, to change properties, margins, offers, etc,…

as well as over ride features or turn them on and off. I will also be

constantly adding new products, so the system need to be able to

integrate the new products {pictures, price, shipping, acceptable

offer amount, etc,…) every time a new item is added. perhaps I could

control through an admin panel. yes there is already a shipping and

payment module installed on the template ( i do not know if you will

have to modify).

The checkbox (if it is a checkbox) is only to present the option to

members to pay 50% of their total and then the rest in 30 days

(automatically billed on their credit card) if a member or 60 days if

a VIP. If they are paying 100% up front there would be no reason to

check the 50% payment check box.This option would not be available for

non-paying members.

I will definitely need records of all members, their membership type,

history of visits, purchases, offers, purchase/visit ratio, credit

card information and so on.

Offers should be automatic based on set input values (margin or

number) and i should be able to set a number limit for each type of

member that will give accept an offer (no matter what the offer is)

based on the amount of accepted offers received from that member type.

EX: for non-paying members every 400 accepted offer will be accepted

(no matter what is offered) or for paying members, every 200 accepted

offer is accepted (no matter what the offer is) and for VIP members

every 100 accepted offer is accepted (no matter what the offer is). I

will need to be able to control that number.

Is this possible? If so, how would I go about it? Would anyone be willin to do this for me, and if so how much? Thanks!

We Need Experienced Affiliates For Our Cpa Network

August 5th, 2011 Comments off

I am looking for some freelancers who can generate 500 up of CPA leads a week for some countries like US, UK, AUS, Canada & More. I am only interested in freelancers that have an experienced on this type of work and who have done this kind of work with success! I’m an Affiliate Manager of our Network so you don’t need to work with someone else to provide leads for them. You will be owning your own account to our Network once your application is approved.

** LEADS MUST BE QUALITY, 100% REAL. No DODGY TRAFFIC/FAKE SIGNUPS

IN OTHER WORDS…

* No Fake Emails
* No Proxy Servers
* No VPN softwares
* Every IP & EMail address MUST BE unique
* Only countries specific traffic for offers
* No Fake Zip Codes
* No Fake Cell Phone Numbers
* No duplicate sign ups
* No fraudulent sign ups
* No Automated Methods
* No Auto Bots or Software

If anyone who will apply these forbidden methods will be blocked from our Network right away without notice and you will not get paid because We can easily track fraudelent leads.

TYPES OF OFFERS THAT WE HAVE IN OUR NETWORK WITH HIGH PAYOUTS:

EMAIL / STATE / ZIP SUBMIT OFFERS
INSURANCE OFFERS
DATING OFFERS
EDUCATION OFFERS
DOWNLOAD OFFERS
GAMING OFFERS
BIZ OPPS OFFERS
CONTENT LOCKING OFFERS
INCENTIVE OFFERS
SURVEY OFFERS
DEBT RELIEF OFFERS
DIET OFFERS
FINANCE/DEBT RELIEF OFFERS
1ST PAGE SUBMIT OFFERS

WITH A TOTAL OF 900+ OFFERS AND WE ARE ADDING MORE OFFERS MONTLY.

We Need Experienced Affiliates For Our Cpa Network

August 5th, 2011 Comments off

I am looking for some freelancers who can generate 500 up of CPA leads a week for some countries like US, UK, AUS, Canada & More. I am only interested in freelancers that have an experienced on this type of work and who have done this kind of work with success! I’m an Affiliate Manager of our Network so you don’t need to work with someone else to provide leads for them. You will be owning your own account to our Network once your application is approved.

** LEADS MUST BE QUALITY, 100% REAL. No DODGY TRAFFIC/FAKE SIGNUPS

IN OTHER WORDS…

* No Fake Emails
* No Proxy Servers
* No VPN softwares
* Every IP & EMail address MUST BE unique
* Only countries specific traffic for offers
* No Fake Zip Codes
* No Fake Cell Phone Numbers
* No duplicate sign ups
* No fraudulent sign ups
* No Automated Methods
* No Auto Bots or Software

If anyone who will apply these forbidden methods will be blocked from our Network right away without notice and you will not get paid because We can easily track fraudelent leads.

Payments will be made montly through PayPal or Wire transfer. That means if you have worked for whole month, you will get paid the next month of the 5th day. If we have noticed that you are sending a very good quality of leads, we will switch you for bi-weekly payment.

TYPES OF OFFERS THAT WE HAVE IN OUR NETWORK WITH HIGH PAYOUTS:

EMAIL / STATE / ZIP SUBMIT OFFERS
INSURANCE OFFERS
DATING OFFERS
EDUCATION OFFERS
DOWNLOAD OFFERS
GAMING OFFERS
BIZ OPPS OFFERS
CONTENT LOCKING OFFERS
INCENTIVE OFFERS
SURVEY OFFERS
DEBT RELIEF OFFERS
DIET OFFERS
FINANCE/DEBT RELIEF OFFERS
1ST PAGE SUBMIT OFFERS

WITH A TOTAL OF 900+ OFFERS AND WE ARE ADDING MORE OFFERS MONTLY.

Sharecash.org/dengee.net Clone

July 8th, 2011 Comments off

I am looking for a sharecash.org clone with admin panel to approve, reject, or suspend users and clicks, ban IP’s, and a section to add different advertisers/pop-up offers. There needs to be a referral system, where the referrer gets x% of what the referral earns as well.

Must have ability to include CPA offers that pop-ups before the visitor can download the file. Also must include a geo tracking system by country of visitors who want to download the file so we can arrange the offers so they’re displayed properly.

This is a small project, looking at getting this done for less than $300.

City Areas Offers

June 30th, 2011 Comments off

Our idea is a website like Groupon but with a main difference, localization. In Italy, expecially big cities (rome,milan,turin, naples) it is possible to find Group offers for hotels, restaurants, shops and so on but on a city level. I found out that because of traffic or long distances people would prefer offers in their area.
The website will at first begin with rome, divided in areas (all info will be supplied). Clicking on one area you will find the “offer of the day” and “other offers”. Offers can be purchased within 24 hours and be valid after purchase for 1 year. We want the possibility of customer registration, newsletter (emailing the offer of the day by area), control panel where we can post new offers on the website. The look should be more or less like www.groupon.it and the graphic like www.castyourselftv.com .
On the offer webpage there will be a description of the offer, a timer regarding the offer validity, pictures, button paypal and credit card for purchasing.

Any info please contact me. Thanks

Categories: Groupon, Hotel Tags: , , , , , ,

Ecommerce Website Design

June 1st, 2011 Comments off

My company would like to commission a website similar to groupon.co.uk with some difference in the way in which the registration and purchasing process is run.

The major components of this website are;

- Basic Ecommerce platform with shopping cart for promotional offers
- Mailing List
- Mass Mail Application to send mails to mailing list and monitor emails (bounce, opened, unopened etc)
- Referral scheme offering credits to successful referrals
- Ability to easily update content on a regular basis with new offers and promotions
- Ability to show case any new offers added on a daily basis
- See website for more info

Please take a look at the website yourself before making an offer.

New Theme And Visual Modifications In Joomla + Virtuemart

May 26th, 2011 Comments off

We have already travel agency page with offers and with poor design, so we need to change it and display our offer in nicer way.
We need:
– Change the theme of the site
– Theme should be chosen form http://www.joomlart.com/ more or less similar to page http://www.unmondeadeux.com/, when we accept we will buy it.
We need change way of presenting data on the site, more or less similar to provided travel agency page
There should be some kind of rating of the offers, that will be displayed with order of rating
Structure of the page:
- Header
horizontal menu with continents
sub-menu with countries in selected continents
wide slider under the menu
- Content
On main page
it should be shown 5 to 10 offers that are most popular among the tourists of the agency
On category / subcategory page
should be list of the offers from category / subcategory ordered by the most popular ones
On product page should be details about the product with pictures that are displayed with nice lightbox script

Website That Pays Members By Completing Offers

May 26th, 2011 Comments off

This project is a site that allows members to earn money by completing offers.

The site must contain:
- An automated payment system AlertPay
- Members’ Area
- Email Marketing
- Admin Control panel

Cpa Offers 2

May 23rd, 2011 Comments off

I need a landing page to capture leads and then offer a prospect three different cpa offers: debt reduction, weight loss and auto insurance. These offers will all be tied together with a qualification form. See www.Goforgrants.com as an example. I have a landing page. I will purchase a domain.

Dan

Cpa Offers

May 2nd, 2011 Comments off

I need a landing page to capture leads and then offer a prospect three different cpa offers: debt reduction, weight loss and auto insurance. These offers will all be tied together with a qualification form. See www.Goforgrants.com as an example. I have a landing page. I will purchase a domain.

Dan

Cpa Content Locker

April 25th, 2011 Comments off

I’m looking for a php coder to create a content locker.
The content locker must be easily customizable..
EX: background image, popup size,colors for text.

I also need the locker to be used with a postback script, this way the locker does NOT unlock till the conversion is made, So no need for a timer to remove the gateway after clicks.
(might be able to provide you with this)

This script must also use a geo-targeting option,
This way I can add offers from all countries and have it only show the offers that will convert from their location.

An option on how many offers to show on the gateway would also be a plus.

Looking to have this done ASAP.

Grab Their Attention And Make Them Want To Signup

April 20th, 2011 Comments off

We are looking for someone who can help use to get the users and webmaster to want to signup and list their site!

We are getting the users to the site, so traffic is not the issues, but we need something to grab their attention and have them want to signup to use or service or list their sites within our service.

OK , first who are we:
We are Buy4Less-Domain, a Domain Names & Websites auction type marketplace, where user will fine 1000′s of top level domain names and full websites offers for sale using a bidding type offers and counter-offers between the buyer and seller!

So what we need:
We need to first grab the new users and webmaster attention!, so they will see and read and want to join the site and use the service to buy or to list their site offer for sale with our marketplace auction service.

If you need to see the live site to see what you may be able to do then review the site at the following URL:
http://www.buy4less-domain.com/

AdSpace

Titles-24

March 20th, 2010 Comments off

Need articles written for the titles listed below

Here are 24 Titles..

how to make money online for free
make money online and work from home
make money online with affiliate program
internet business make money online
make money online instantly
make extra cash from home
make money business opportunity
blue offers free
free stuff without completing offers
free baby formula offers
free internet offers
totally free stuff
free beauty samples
free shampoo samples
free baby product samples
free samples of products
free fragrance
bulletin surveys
customer satisfaction survey questions
make money online paid service
reviews of cashcrate and major sites like that
instant paid surveys

Requirements
SEO ready
350 words,
need the articles optimized, with the h1, and h2-h6 tags .
also anchor text
keyword density 2.5-2.8
no spelling errors please.

Jave Hibernate And Ant Work

March 3rd, 2010 Comments off

80% of this work is done. The ant part is not working, the 3rd phase has not been implemented and there are some other issues that need to be resolved. Over all though 80% of the work is done.

I’m willing to pay $100-150 for this work.

Here’s the 3rd phase:

Yes, please recast to Ant:

Compare button should have 3 main outputs:

1. Output#1

Run the function that is already coded in the RateAnalyzer to compare the current offer to past offers of the same genre (by job category, degree-converted to years of experience, and years of experience) to determine if offer good for candidate, good for company, or okay for both.

See: RatesCombiner.evalOffer()

2. Output#2

Pull back a miniature table that consists of all of the data that is normally output by the existing command-line version of the RateAnalyzer for the JobCategory that was chosen by the candidate. I want to see: min, mean, max, stddev, and offerCount for all offers made in this JobCategory neatly arranged in a table that I could eyeball. I want the table row that most closely matches the current offer data to be highlighted so that it stands out from the rest of the rows.

3. Output#3

Create a pull-down widget in the Offer GUI that will allow the user to select which Contract the candidate may go on. Compare the offer to all of the “billRates” against that contract by using a simple formula and output the results to a table. Each billRate is coded against a given “laborCategory”. The simple formula to use:

Output should be displayed in dollars per_hour earned: (BillRate – (multiplier * hour(remove_this)lyRate)

I have attached some sample bill rates. You will have to create likely Contracts and BIllRate tables to accomodate this data being in the database.

HERE IS THE ORIGINAL PROJECT: AGAIN 80% of this is done.

We are attempting to automate several areas of our company. One area involves generating “conditional offer for hire packages” for prospective employees. What this involves is gathering up documents from a file-folder, customizing some of the files with some values, converting the customized files into PDF format, and packaging the whole set of files into a .ZIP archive that can then be emailed. We have written a software program that performs this functionality, and we call it the Offer Generator. We are happy with it. However, we need some changes to this functionality that I describe below.

We have another functionality that we created. This functionality is designed to help us understand what represents a reasonable Conditional Offer. We have therefore gathered together all of the offers that we have made in the past, and categorized them according to job function and computed the minimum, maximum, mean, and standard deviation for each of these job functions within a given number of years of experience. We convert the candidate’s highest degree into a number of years of experience by a set conversion factor so that we have only 2 dimensions of data to deal with.

This task basically involves combining these two functionalities into a single program. Both functionalities are crafted using Java 5 and the combination of them should involve a database that is accessible via Hibernate. We have already created the database schema.

Milestones:

1. Get both functionalities compiled and up and running
2. Modify the Offer Generator to get input from the user for years of experience and education
3. Consider design of RateAnalyzer schema, propose changes, implement changes, and upload previous offers into schema, and make sure that the schema can be read from, and the program that reads from the schema offers the same level of functionality as the RateAnalyze
4. Upload bill rates database into newly designed portion of schema
5. CHange OfferGenerator to output new offers to schema and add button that allows user to compare the offer to rateAnalyzer categories and another button that allows user to see offer compared against bill rates (there is a special comparison function that will need to be implemented).

Everything needs to be implemented in Java, SQL, hibernate, possibly web-services, possibly Spring framework.
——————————————

Your execution on this project must be exemplary. I demand quality and the following stipulations must be adhered to in order to insure a high-quality product:

1. There must be a design written up in an industry accepted tool (Visio, Powerpoint, Rational Rose, etc) and I need to approve this design in advance — we want a graphical layout of your approach with clear titles and a sensible layout of components and functionalities — I must see this format in either .JPG or .PDF

2. All source code, test code, build files, design diagrams, documentations will be delivered by you and owned by us;

3. For each milestone, I expect to see unit test code (preferably in JUnit or acceptable) that will continue to work as the project proceeds to successive milestones.
This test code should exercise important flows through the system in a way to exercise success and failure conditions of the key features of the algorithm or routines that you use.

4. I expect detailed, concise and understandable documentation to be generated in English and delivered by you for each milestone — detail the parts of the code, the assumptions you made, the problems you encountered, the possibilities you considered and the way forward that you chose;

5. Source code comments where appropriate;

Incentives Offers Website

March 2nd, 2010 Comments off

I have been running an incentives website using the script from fsrevolution.com, and enjoy all it’s features, however it’s limited due to the encrypted code. Also, very slow to respond.

My intentions with this project are to find a developer who match the FSR features (excluding running multiple sites with single install).

The script features are listed here:

http://www.fsrevolution.com/features/

If you have developed a similar script please send me a PM with a link to review.

I hope to select a qualified programmer ASAP.

Payment will be made by Scriptlance Escrow.

Aust Comparison Affiliate Site

February 23rd, 2010 Comments off

Build an Australian Comparison Website filled with affiliate offers mostly from the 3 biggest Australian networks DGM, CG and CM. I want someone who is able to reverse engineer websites if I show you something I want. I want the site to be generated and updated with the least work possible so I can focus on marketing the website.

The site can be started listing the merchants in each category. For some categories I would like to list all the offers/products and have more advanced search and comparison.

Design Inspiration / Layout
Have featured/most popular deals listed, then browse from providers.
Boxes for each category on main page.

Please look at these sites carefully

Cpa Partner

February 19th, 2010 Comments off

I am looking for a partner to make money with cpa offers.

We would split the profit 50/50.

I dont know much about emailing people or posting cpa offers on facebook. I hear if you have a big group on facebook….10,000 plus fans, you can make $300 a day. Thats $150 a peice.

please reply if you have experience or know how to do this.

A big email list helps.

If you cant parnter with me but you can gaureentee me a certain number of completed cpa offers….that works too.

Thanks!

Partner To Make Money With Cpa

February 19th, 2010 Comments off

I am looking for a partner to make money with cpa offers.

We would slip the profit 50/50.

I dont know much about emailing people or posting cpa offers on facebook. I hear if you have a big group on facebook….10,000 plus fans, you can make $300 a day. Thats $150 a peice.

please reply if you have experience or know how to do this.

A big email list helps.

If you cant parnter with me but you can gaureentee me a certain number of completed cpa offers….that works too.
Thanks!

Cpa Partner

February 19th, 2010 Comments off

I am looking for a partner to make money with cpa offers.

We would slip the profit 50/50.

I dont know much about emailing people or posting cpa offers on facebook. I hear if you have a big group on facebook….10,000 plus fans, you can make $300 a day. Thats $150 a peice.

please reply if you have experience or know how to do this.

A big email list helps.

If you cant parnter with me but you can gaureentee me a certain number of completed cpa offers….that works too.

Thanks!

Translation Of Site Texts

February 17th, 2010 Comments off

We want to translate the content of one of our websites to several European languages. The total number of words is 524. The full text is supplied in English and will be in a flat text document. There is no need to change text formatting etc. The text should be translated to a number of European languages from the list at the end of this description. Please keep in mind that we don’t accept machine translations. These are easy to recognize. We further won’t accept offers from people who don’t speak the destination language as a mother tongue. It should therefore be obvious that offers from countries outside Europe won’t be considered as serious offers.

Please bid per language, and indicate in your bid which language is your specialism. Just to make sure that you fully understood this text, please include in your response in your local language the name of the local dish you most like from your country.

The language list:
German, French, Polish, Hungarian, Croatian (Latin), Serbian (Cyrillic), Romanian, Russian, Ukrainian, Bulgarian, Czech, Danish, Swedish, Finnish, Spanish, Norwegian

Submit Button Help

January 27th, 2010 Comments off

Take a look at cashcrate.com/offers.php or treasuretrooper.com/offers I need help with a submit button to submit offers to my control panel (admin panel) i would need to be able to go to my control panel and edit/delete/add a offer and the offer would appear on the page. i would also need a approve/delete a offer. i would like the offer to have a submit button to be able to submit to me for approval and a hide button to hide the offer.

if you have any questions please contact me thank you

Youtube Comment

January 16th, 2010 Comments off

I have a member based site. I want to create a section that will pay my members to make comments on youtube. How? (X page is the page needed to be created)

-Logged in member on my site goes to the X page and browses offers he can complete: There should be a table of offers that include “offer name” “youtube comment to be posted” “money earned per comment” “number of comments to be posted” “submit” where when they press submit they would have to enter their youtube username they used. The script should then look up the username and the comments he made and request a “pending reward” in my admin panel. I should be able to see the username, sample comments and the total amount of comments on what vid in my admin panel so I know if the user completed the request. If I approve (manually), money he earned should go into his balance (every user already has a balance so wouldn’t be too hard to do that)

So short said.

User interface:
Table with offers (check above)
Submit button where he can enter his youtube name

Admin interface:
Pending requests(approve or deny) that show site username, youtube username, amount of comments made, where he made the comments and sample comment or something like that.
Option to add new offers, edit and delete.

Before making a bid for this project, I need to know 100% though if it is possible to do what I requested (youtube name, comment extract…) If not, let me know so I don’t search further.

Leads 2

January 12th, 2010 Comments off

Hi, I need some leads done by USA ip address only , what im looking for is someone to run leads for me on simple 1 and 2 page submit offers, any method you can do this as long as there real usa ip address and not all the same.. im looking for about 30 offers per day to be done, there all free offers,… will pay a range from 30cents to 1.50usd per converted lead. you can make $200 to $800 per week, will pay each week…

Flyer For Monthly Offers In A3

January 9th, 2010 Comments off

Realization of a flyer for a video games store and accessories. Flyer will be printed in A3 international format. It is required:
- Innovative and original design, Japanese Style.
- 5 unique project ideas concepts (mock-ups) to choose from.
- No clip-art or parts of previous work should be used in your design.
- Unlimited revisions to my selected design choice until I am 100% satisfied with the new design.
- Editable source file to work on it (because I will then change in Italian language) in Photoshop or Illustrator.
- Optimization or research better quality of my supplied images files for the offers to print in best quality.
- Availability to work on the project each month when I need (the flyer will be printed each month with new offers).

PLEASE ONLY BID IF YOU CAN SUPPLY MOCK UP IN PMB…

Java And Hibernate Fixes 2

January 8th, 2010 Comments off

I’m willing to pay $150-225 for this work It must be done in 15 days or less.

We are attempting to automate several areas of our company. One area involves generating “conditional offer for hire packages” for prospective employees. What this involves is gathering up documents from a file-folder, customizing some of the files with some values, converting the customized files into PDF format, and packaging the whole set of files into a .ZIP archive that can then be emailed. We have written a software program that performs this functionality, and we call it the Offer Generator. We are happy with it. However, we need some changes to this functionality that I describe below.

We have another functionality that we created. This functionality is designed to help us understand what represents a reasonable Conditional Offer. We have therefore gathered together all of the offers that we have made in the past, and categorized them according to job function and computed the minimum, maximum, mean, and standard deviation for each of these job functions within a given number of years of experience. We convert the candidate’s highest degree into a number of years of experience by a set conversion factor so that we have only 2 dimensions of data to deal with.

This task basically involves combining these two functionalities into a single program. Both functionalities are crafted using Java 5 and the combination of them should involve a database that is accessible via Hibernate. We have already created the database schema.

Milestones:

1. Get both functionalities compiled and up and running
2. Modify the Offer Generator to get input from the user for years of experience and education
3. Consider design of RateAnalyzer schema, propose changes, implement changes, and upload previous offers into schema, and make sure that the schema can be read from, and the program that reads from the schema offers the same level of functionality as the RateAnalyze
4. Upload bill rates database into newly designed portion of schema
5. CHange OfferGenerator to output new offers to schema and add button that allows user to compare the offer to rateAnalyzer categories and another button that allows user to see offer compared against bill rates (there is a special comparison function that will need to be implemented).

Everything needs to be implemented in Java, SQL, hibernate, possibly web-services, possibly Spring framework.
——————————————

Your execution on this project must be exemplary. I demand quality and the following stipulations must be adhered to in order to insure a high-quality product:

1. There must be a design written up in an industry accepted tool (Visio, Powerpoint, Rational Rose, etc) and I need to approve this design in advance — we want a graphical layout of your approach with clear titles and a sensible layout of components and functionalities — I must see this format in either .JPG or .PDF

2. All source code, test code, build files, design diagrams, documentations will be delivered by you and owned by us;

3. For each milestone, I expect to see unit test code (preferably in JUnit or acceptable) that will continue to work as the project proceeds to successive milestones.
This test code should exercise important flows through the system in a way to exercise success and failure conditions of the key features of the algorithm or routines that you use.

4. I expect detailed, concise and understandable documentation to be generated in English and delivered by you for each milestone — detail the parts of the code, the assumptions you made, the problems you encountered, the possibilities you considered and the way forward that you chose;

5. Source code comments where appropriate;

Leads

January 3rd, 2010 Comments off

Hi, I need some leads done by USA ip address only , what im looking for is someone to run leads for me on simple 1 and 2 page submit offers, any method you can do this as long as there real usa ip address and not all the same.. im looking for about 30 offers per day to be done, there all free offers,… will pay a range from 30cents to 1.50usd per converted lead. you can make $200 to $800 per week, will pay each week…

Java And Hibernate Fixes

January 1st, 2010 Comments off

I’m willing to pay $150-225 for this work It must be done in 15 days or less.

We are attempting to automate several areas of our company. One area involves generating “conditional offer for hire packages” for prospective employees. What this involves is gathering up documents from a file-folder, customizing some of the files with some values, converting the customized files into PDF format, and packaging the whole set of files into a .ZIP archive that can then be emailed. We have written a software program that performs this functionality, and we call it the Offer Generator. We are happy with it. However, we need some changes to this functionality that I describe below.

We have another functionality that we created. This functionality is designed to help us understand what represents a reasonable Conditional Offer. We have therefore gathered together all of the offers that we have made in the past, and categorized them according to job function and computed the minimum, maximum, mean, and standard deviation for each of these job functions within a given number of years of experience. We convert the candidate’s highest degree into a number of years of experience by a set conversion factor so that we have only 2 dimensions of data to deal with.

This task basically involves combining these two functionalities into a single program. Both functionalities are crafted using Java 5 and the combination of them should involve a database that is accessible via Hibernate. We have already created the database schema.

Milestones:

1. Get both functionalities compiled and up and running
2. Modify the Offer Generator to get input from the user for years of experience and education
3. Consider design of RateAnalyzer schema, propose changes, implement changes, and upload previous offers into schema, and make sure that the schema can be read from, and the program that reads from the schema offers the same level of functionality as the RateAnalyze
4. Upload bill rates database into newly designed portion of schema
5. CHange OfferGenerator to output new offers to schema and add button that allows user to compare the offer to rateAnalyzer categories and another button that allows user to see offer compared against bill rates (there is a special comparison function that will need to be implemented).

Everything needs to be implemented in Java, SQL, hibernate, possibly web-services, possibly Spring framework.
——————————————

Your execution on this project must be exemplary. I demand quality and the following stipulations must be adhered to in order to insure a high-quality product:

1. There must be a design written up in an industry accepted tool (Visio, Powerpoint, Rational Rose, etc) and I need to approve this design in advance — we want a graphical layout of your approach with clear titles and a sensible layout of components and functionalities — I must see this format in either .JPG or .PDF

2. All source code, test code, build files, design diagrams, documentations will be delivered by you and owned by us;

3. For each milestone, I expect to see unit test code (preferably in JUnit or acceptable) that will continue to work as the project proceeds to successive milestones.
This test code should exercise important flows through the system in a way to exercise success and failure conditions of the key features of the algorithm or routines that you use.

4. I expect detailed, concise and understandable documentation to be generated in English and delivered by you for each milestone — detail the parts of the code, the assumptions you made, the problems you encountered, the possibilities you considered and the way forward that you chose;

5. Source code comments where appropriate;

Jave And Hibernate Fixes

December 30th, 2009 Comments off

I’m willing to pay $150-225 for this work It must be done in 15 days or less.

We are attempting to automate several areas of our company. One area involves generating “conditional offer for hire packages” for prospective employees. What this involves is gathering up documents from a file-folder, customizing some of the files with some values, converting the customized files into PDF format, and packaging the whole set of files into a .ZIP archive that can then be emailed. We have written a software program that performs this functionality, and we call it the Offer Generator. We are happy with it. However, we need some changes to this functionality that I describe below.

We have another functionality that we created. This functionality is designed to help us understand what represents a reasonable Conditional Offer. We have therefore gathered together all of the offers that we have made in the past, and categorized them according to job function and computed the minimum, maximum, mean, and standard deviation for each of these job functions within a given number of years of experience. We convert the candidate’s highest degree into a number of years of experience by a set conversion factor so that we have only 2 dimensions of data to deal with.

This task basically involves combining these two functionalities into a single program. Both functionalities are crafted using Java 5 and the combination of them should involve a database that is accessible via Hibernate. We have already created the database schema.

Milestones:

1. Get both functionalities compiled and up and running
2. Modify the Offer Generator to get input from the user for years of experience and education
3. Consider design of RateAnalyzer schema, propose changes, implement changes, and upload previous offers into schema, and make sure that the schema can be read from, and the program that reads from the schema offers the same level of functionality as the RateAnalyze
4. Upload bill rates database into newly designed portion of schema
5. CHange OfferGenerator to output new offers to schema and add button that allows user to compare the offer to rateAnalyzer categories and another button that allows user to see offer compared against bill rates (there is a special comparison function that will need to be implemented).

Everything needs to be implemented in Java, SQL, hibernate, possibly web-services, possibly Spring framework.
——————————————

Your execution on this project must be exemplary. I demand quality and the following stipulations must be adhered to in order to insure a high-quality product:

1. There must be a design written up in an industry accepted tool (Visio, Powerpoint, Rational Rose, etc) and I need to approve this design in advance — we want a graphical layout of your approach with clear titles and a sensible layout of components and functionalities — I must see this format in either .JPG or .PDF

2. All source code, test code, build files, design diagrams, documentations will be delivered by you and owned by us;

3. For each milestone, I expect to see unit test code (preferably in JUnit or acceptable) that will continue to work as the project proceeds to successive milestones.
This test code should exercise important flows through the system in a way to exercise success and failure conditions of the key features of the algorithm or routines that you use.

4. I expect detailed, concise and understandable documentation to be generated in English and delivered by you for each milestone — detail the parts of the code, the assumptions you made, the problems you encountered, the possibilities you considered and the way forward that you chose;

5. Source code comments where appropriate;

Signup Offers

December 28th, 2009 Comments off

Hi, I am looking for someone to do some free signup offers for me, this could be a long term project if you are good,

Ip address must come from USA ips.

There simple 1-3 page submits.

You can get data from whitepages.com

I will pay $1-$1.50 per offer that the lead converts on my end, Looking to get around 20-30 lead offers done.

I will have you do a few for testing resons to see if you can get them converted..
thanks

Offers In A City

December 24th, 2009 Comments off

I need a template for my portal.The portal is about providing information about offers or discounts giving by shops in the city especially clothes.Only unique template will get the project.Check the attachment and bit

Need Usa Signups No Cc Needed

November 30th, 2009 Comments off

Need USA Signups No CC needed,

You must do a few test signups with a few of my offers to see what converts the best with you, but you must use usa ip address, and if you can change your usa ip that is the best..

no credit card needed, just simple 1-3 page submit offers

Once i see your offers convert then i will pay $1usd for each lead that converts. this is an on going job if you work out well

Affiliate Script

November 21st, 2009 Comments off

This is what we are looking for if you are experience you should know how whole affiliate sites work
General Functions:
Import completed offers automatically from other Affiliate networks and credited specific accounts (SOAP API?)
Post back Crediting for Incentive Affiliates
Post back Affiliate’s leads to their website using the following variables
* campaign: The campaign ID number of the offer being posted.
* name: The name of the offer being posted.
* rate: The commission earned (i.e, 5.75). If the offer is being reversed, this will be a negative number (i.e, -5.75).
* sid: The SID that you passed to the campaign.
* status: This will be either 1 or 2, for completed or reversed, respectively.

Admin Functions:
Manage Affiliates
Approve/deny/Suspend
View details
Contact info
Earnings
View leads
By offer, IP, etc
Reverse leads
Manual Credit leads
View campaigns running
Support tickets
Search for affiliates by IP, etc.
Mass email
New offers
Offers go down
Updates
Process Payments
Incoming/outgoing
Admin can view daily report for both merchants and affiliates for clicks/sales/leads/impressions and subsales
Graphical Reports including: Bubble plot, Return Day Analysis, Affiliates at a Glance, Distribution report
Detail report for all approved/pending recurring commissions
Admin can view real-time reports for a given period for both merchants and affiliates broken down by clicks, sales, leads, impressions, subsales, pending payments and reversed sales
Admin can view detail transaction report for a given period for both merchants and affiliates
Can set customized payouts for select affiliates
Fraud Prevention
View clicks on offers by IP’s
Ban IP’s from doing offers

Campaign Functions
Add/edit/delete campaigns
Add/edit/delete Categories
Unique campaign codes for tracking/postback
Edit payout to user AND me
Images (multiple sizes)
Description
Requirements
(Screenshots)

Affiliate Functions
View campaigns
Edit profile
View Payments
Reports
View by SubID
Daily
Monthly
Yearly
Clicks
Conversion %
CSV Export
Option for their postback link to enable postback crediting
Referral Program (Earn 5% of monthly earnings)

Merchant Functions
Option to add their campaigns
Options to set prices per lead
Payment to me via Paypal
Account “balance”
Reports of leads/sales
20% Fee

Need Someone Offers

November 10th, 2009 Comments off

Need some cpa offers filled out must be usa ip address. will pay 50cents to 1.50 for each offer filled out that converts on my end.. this could be an on going job, but you must have more then one usa ip…

will start off with a few links for you to do and see if the offers convert in real time if so ill have more…

you can use whitepages dot com for peoples name.. to fill offers out..

anyhow post me a pm on what you can do.. thanks

Bear