Clickbank And Paypal Cross 2
Looking to get a website done that is similar to clickbank with some paypal features! I want the website to be like clickbank, but have some of the verification methods that paypal has. Withdraws to bank account and to atm debit cards.
Category: PHP Projects
PHP Projects
Youtube Clone Configuration
Youtube Clone Configuration
I have Avangate’s AVS – Adult Video Script – Branding Free Option. I need to host it on Godaddy to most importantly do Streaming Video. I need someone versed in Linux. Some configuration is needed to get the app running. You have to do it twice for me on two seperate domains. PLEASE EMAIL ME [email protected] Need this done asap. IF YOU BID MAKE SURE YOU ARE GOING TO AT LEAST DO THE JOB. IM SICK AND TIRED OF PROGRAMERS THAT BID AND NEVER HEAR FROM AGAIN.
A Simple Clone 2
A Simple Clone 2
Hello,
I want a similar www.scriptcopy.com Scripts directory website developed.
My site will have exactly same options as this site has.
Design will be changed however.Choosen programmer will show me design mockup.
PayPal will be integrated.
Admin will control everything.
All same functionalities like this site.
Budget: 150$ Max.
Need a Professional Programmer to do this.
Thanks
Magento Store Rss Feed
Magento Store Rss Feed
I have an ecommerce magento store that is stored in my ftp folder but currently is not active. Right now, all we have active is a landing page that is not integrated or connected to our magento store in any way.
We have a number of steps we want to complete to monetize or store which I will explain below.
1. We need to have the landing page integrated with the magento store so that when someone opts into the landing page they are re-directed to the store. They will need to be directed to a page based on the keyword they used to find the ad that brought them to the landing page in the first place, so that it is relevant to their search. We would also like for the landing page slightly adjusted to allow space for banner ads on it to serve and help minimize advertising cost.
2. We would also like to have a feed set up to display the prices of two competitors along with our price of each of the products we carry in our magento store. We would use affiliate links for them to click on the competitor products which would redirect to the competitor site through our affiliate link. So in our store there will be three options for each product: our price; competitor 1 price; and competitor 2 price. If they click on our product they will be sent to our checkout page. If they click on one of the competitor products they will be redirected, through our affiliate link, to the competitor product page.
3. Finally, we would need to ad some banner space and adsense space throughout our product pages in order to maximize revenues.
It might help to explain our goals… we are not all that concerned with selling the products ourselves. We are in a highly competitive market and as such, we want to use our competitors market share to our advantage rather than trying to compete with them directly. It will be sort of the Progressive Car Insurance model of our industry.
I will set up a screen flow presentation upon acceptance of the product to be sure we are on the same page. Thanks for your consideration.
Need Design And Html
Need Design And Html
chk this link http://techmodi.com/demo/sperse
i want the same design and good commented html…
please post bid so that we can work on continuously..
thanks
New Design Into Existing Site
New Design Into Existing Site
We have a new site design and need the new design we have placing into our existing website.
The site design is already created in PSD files and the existing site is built in PHP and MYSQL.
Only experienced persons need apply. we will not read any messages that have not placed the word’DESIGNER’ into the message header.
Real Estate Classifieds Site
Real Estate Classifieds Site
Hi,
I need professional real estate classified site for UK market, where the advertiser subscribes and pays to place ads.
We are looking for someone who has already done this kind of sites before, please provide demo with admin area to prove you have done the sites, if you don’t provide demo your bids will be deleted, if you impress us with Your work, we will award you the project.
Please see the reference sites below for ideas.
http://www.houseladder.co.uk
http://move-home.com/index.php
http://www.rightmove.co.uk/property-for-sale.html
http://www.propertyrenter.com
http://www.propertyclassifieds.co.za
We need the best and honest web developer to create the site for us. We are looking for quality but at a reasonably low cost as we are on a tight budget with other projects in the pipeline.
NO TIME WASTERS PLEASE
We look forward to working with you.
Kind regards
Mario
Need Website Templates 40
Need Website Templates 40
Need 40 templates immediately for client by next week in web 2.0 and web 3.0
Good designer contact asap
Ajaxify Php Code
Ajaxify Php Code
I need someone to transform my PHP code into a nice ajax. I have 3 PHP files that need to be ajaxified. The biggest file has 500 lines. I only need certain aspects of this to be ajaxified, not the whole file.
Post your bid. I’ll provide other info including files via PM upon request.
WordPress Thumbnail Generation
WordPress Thumbnail Generation
Need 3 sizes of thumbnails generated automatically for my WordPress theme:
1 previews in homepage slider
2 tiny thumbs under slider
3 preview thumbs in the portfolio page.
Also need an image uploader built into the WP post edit page to streamline the process.
Site is http://76.12.88.190/starbuck
Simple Database Operations
Simple Database Operations
Included is a ZIP file with 3 files:
callback.php – main script
jos_alphasuserpoints.sql – The database containing the table in question
op-log.txt – the log file
It is simple database and php operations script in which simple logic will be used to manipulate a database table. The database in question is bigger then one table, but this is the only table that should concern you.
A third party server is going to send a string of data to this script in the the following form:
SUCCESS: Fulfillment: http://myserver.com/callback.php?snuid=FSM-ADMIN&affl=test¤cy=1234&id=my_unique_id&verifier=alphanum_string Response: GET 200 OK(
!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”
html xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”en-gb” lang=”en-gb” dir=)
This will be where you come in. The script contains more details in comments. Here is the main part. This is simple database table querying and manipulation. Most of the work has been done, and you should only concern yourself with the following, taken from the script.
//INSERT LOGIC TO CREDIT POINTS TO USERS
//MUST COMPARE SERVER SENT VARIABLE ‘snuid’ AND ALL TABLE FIELDS ‘referreid’
//IF A MATCH EXISTS PROCEED. IF NO MATCH IS DETECTED THE SCRIPT MUST END WITH ‘Callback Validation Failure’
//WITH THE DATABASE MATCH THE SCRIPT MUST THEN GET THE DATA FOR ‘points’ IN THAT ‘referreid’ ROW
//IT MUST THEN ADD THE SERVER SENT VARIABLE ‘currency’ AND TABLE DATA FOR ‘points’
//THEN IT MUST REPLACE ‘points’ IN THE MATCHED ‘referreid’ TABLE ROW WITH THE NEW CALCULATED VALUE
//FINALLY THIS PART OF THE SCRIPT MUST END AND THE DATABASE CLOSED.
//SCRIPT FUNCTIONS
mysql_connect($host,$user,$password);
//SELECT THE DB
mysql_select_db($db) or die( “Unable to select database”);
//DATABASE OPERATION PREP
//CLOSE MySQL
mysql_close();
//THIS IS WHERE THE MOST IMPORTANT PART OF THE SCRIPT SHOULD BE, WHERE YOU WILL CODE THE ABOVE LOGIC
//END INSERT LOGIC TO CREDIT POINTS TO USERS. YOU ARE DONE:) EASY
Serious bids and fluent English speakers only please. I know this is not complicated. I am just not advanced enough to do it. I do understand the logic though.
Google Street View Site
Google Street View Site
Hey there I’m looking for someone to design a website for me kind of using all the functions of google streetview API. Sort of like vpike dot com I am to bust to try and figure it all out right now and want the site launched ASAP
Here is a link to the api details. I can program but I don’t do websites to good, it really doesn’t look to hard..
http://code.google.com/apis/maps/documentation/services.html#StreetviewClientQuerys
What I want it to do. ALL using google tools I assume it should be done in php??? But let me know.
1) Type in an address it pulls um the street cam, (the api already does this you just need to pass the variables of the address.
2) Driving directions
3) An added way for me to easily add hard coded locations.
4) Let me know what other cool things can be done with the API, this can be an add-on price.
Do I hear 1 dollar??? No just kiddin let me know your ideas. Thanks
Datalife Engine Modules
Datalife Engine Modules
hello,
i need someone who can create datalife engine modules for me. are you a good and a cheap scripter? please contact me then
i need module as: censored word option which will clean bad words and a few more modules
Virus Cleaning And Add Ones
Virus Cleaning And Add Ones
Hi.
I need an expert programmer who would clean my server from virus and malwares and Virus injections threads .
On server there are Live sites-I need you to create a Robot which would FIX And Not Delete the Virus (as I don’t have backups of recent sites).
once this issue is resolved-I need the following:
I have a custon Blog which has some minor issues.
*Cpanel admin I get an error ordering to install script(the virus above injector).
*Loading new Video and Wav not working properly.
*New Articles to be on top page older at the Buttom.
*I have a Flash site -email submission needs to fix the encodings as emails are coming not understood text
*Add new Photo of manager with text in 2 pages .
*I need to add 2 more HTML pages with short text and photos at other small site.
Please Bid Only if you know how to build the virus protection Robort.
You must be available on Skype or Messanger and update me.
Once you proved your quality work- well hire you for an Ongoing projects with us.
Bids Above 40$ shall be Ignored.
Buzz Plugin For WordPress
Buzz Plugin For WordPress
I need a WordPress Plugin which will have Google Buzz Share button in it. The button can be seen on: mashable.com
You can build exactly like that.
Note: Most important thing is that the button should automatically add an excerpt, title like in : http://savedelete.com/how-to-add-google-buzz-share-button-on-your-wordpress-blog.html
And also its counter should be acurate.
The Counter is like when someone clicks on Buzz This Button and its been shared on Google Buzz then its counter remember the number of times the story is been shared.
From the Link above (savedelete.com) the code can be taken and a wordpress plugin is required for counting capabilities.
Other Requirements: Good English for understandability & Chat on Gtalk is highly required.
I am attaching the image from mashable for more reference.