Paypal Reservations Form 3

Paypal Reservations Form 3
I need a simple reservations page with basic options:

first, last name
city
email
(captcha)

reservation field:

select dive shop: (x) Any ( ) Cabo Pulmo Divers ( ) Pepe;s ( ) Pilu&Henri ( ) CP Watersports ( ) Miguel’s ( ) CP Eco Adventures ( ) Ricardo’s

(x)first dive day (month) (day) number of divers ( ) number of snorkelers ( )
(x)second dive day (month) (day) number of divers ( ) number of snorkelers ( )
(x)third dive day (month) (day) number of divers ( ) number of snorkelers ( )
(x)fourth dive day (month) (day) number of divers ( ) number of snorkelers ( )
(x)fifth dive day (month) (day) number of divers ( ) number of snorkelers ( )

(button: Process my reservation)

this creates a (paypal) confirmation page, containing calculation
of number of divers/snorkelers/number of days = 12% of total cost deposit
and then sends a paypal money request to customer with the details
containing the link to follow by which to pay or create an account and pay.

copy of email form sent to me, site admin.

some tweaks and changes in the above form pending

place your bid based on 2 work hrs.

thanks
JMS

Css/html Template Customizat 2

Css/html Template Customizat 2
I have a kubelance template which is basically css/html (with some php tags in it which are easy to decipher) and we want to change a few things on it – there will be 3 or 4 html pages that will need to be changed, some divs will need to be widened, some text will have to change color.

Simple job – 2-3 hours max should be ready

Site Registration

Site Registration
I have a site now where members have to register but in order to complete registration they must click the link that was sent to them via e-mail within 24 hours or their account is deleted.

The dedicated server that my site is on now is overseas and I believe the IPs are blacklisted. Is it possible to setup a cheap hosting account and then we’ll have the e-mails sent from that server instead of the one the site is actually hosted on?

I believe most hosting accounts for like $5 a month allow 250-500 emails to go out an hour which is more than enough. If this can be completed, please let me know and place your bid!

Googlemap Api Integration

Googlemap Api Integration
Locations stored in a database should be displayed on a Google Map depending on an address or city selected. By clicking on an marker set from the database, it should display details in a box.

Script language is PHP5, database MySQL and for the AJAX part prototype/scriptaculous is required.

For an programmer with basic skills in GoogleMaps API and prototype/scriptaculous that shouldn’t be a big deal. Please consider that in your bid.

Multisites Linked Together.

Multisites Linked Together.
I need the structure setup for a chain of sites on the same server.

A way to link 9 sites in total on my server (I will build the sites myself using Drupal, unless this in not a good idea), They need to be all linked together (so I presume using the same mysql database unless this is not a good idea) and one of them will be a “multi-vendor” estore where users will have their own store page/area inside it (my favourite is Interspire Virtual Mall but I am not sure if it is possible to integrate the Interspire system into a Drupal CMS or if Interspire has a registering and payment for users to have their own store that is automated.

In short, a way to interlink 8 Drupal sites to a Multi-vendor shopping Mall that all use the same SSO and an “open a shop inside the estore” function that is fully automated.

The successful person to help me with my project will be able to tell me why their method to achieve the above will be the most adaptable for any future changes and why it will run the most stable.

Please ff free toask me any questions if you need to know more about this project.

Domain Registration

Domain Registration
i want a script which automatically connects domain registration sites and registers the domain.

Registration sites i want:
name.com
moniker.com
dynadot.com

Example input:

http://www.mydomain.com/moniker/reg.php?username=”name”&password=”pass”&domain=”example.com”

i will just post my username, password and the domain name, script will automatically register the domain.

Install A Penny Auction Scri 2

Install A Penny Auction Scri 2
Hello everybody,
I need someone to help me install a penny auction script. Its not a telebid script. The files are already uploaded onto the server, so all u need to do is install..
You also need to know some php.. because there might be need to change some stuff up.. rarely.

Well, if you have any questions.. please ask them before bidding.
I would really appreciate it .
Thanks

Php Code To Remove Http Www

Php Code To Remove Http Www
Hello

I have code that works fine when used on a regular domain like test.com but if used on a subdomain like test.test-test.com it is not working, it strips everything but test.com

Here is what I need it to do. The $domain is pulled from the database on the host site it could be http://domain.com or http://www.domain.com or even http://www.test.test-test.com and maybe even sometimes http://www.test-test.com/test

I need to check $domain for the host site against the $siteurl data that is stored in the database, all of the $siteurls are the domain only no http or www.

so what I need it to do is if $domain (http://www.test.test-test.com) remove the http://www and compare it to the $siteurls stored in the database which would be test.test-test.com, if a match then do this action.

Hope I explained that well enough for someone to understand.

Here is the existing code:

$pattern = ‘/\w+\..{2,3}(?:\..{2,3})?(?:$|(?=\/))/i’;
$url = $domain;
if (preg_match($pattern, $url, $domain1) === 1) {

if($domain1[0]==”$siteurl1″) {
$enabled = $sitestatus1;
$site = $site1;
} elseif($domain1[0]==”$siteurl2″) {
$enabled = $sitestatus2;
$site = $site2;
} elseif($domain1[0]==”$siteurl3″) {
$enabled = $sitestatus3;
$site = $site3;
} elseif($domain1[0]==”$siteurl4″) {
$enabled = $sitestatus4;
$site = $site4;
}
} //end prgmatch

Scripting For Classified Ad

Scripting For Classified Ad
I am building a classified ad website and need someone to write the scripts. I already have the template designed. I want it to fuction kind of like hoobly or Kijiji. What I need is for a variety of customers to be able to create an account, so they can login and place items for sale. I want to have a “place ad” or “sell” button set up so that it can be clicked and it takes you to a form that the customer has to put their name, location, what kind of item they are selling and a description of what they are selling. I will have about 20-30 different categories for the customer to choose from. The customer will also have to input the price and their contact information. Then there will be a submit button and a Captcha. Once they hit the submit button, I need a payment form with button and a Captcha to be the next step. After they fill out the payment form. Once they enter the payment information and hit the submit button. I need to collect the payment and post their ad. I need their ad to be automacticly sent to a certian category and self update the site or the category. Now, this site is will have people looking to buy items coming to it. These people do not have to have a login. I want it so that they can browse the site freely. So they can find the items they are looking for. I also want to protect the my customers login information. Below I have icluded some examples of how I want the site to function. My template has is more custom and looks and completely different.

http://atlanta.kijiji.com/?keyword=kijiji&crlp=3342900430_413521&MT_ID=754&mpch=ads

http://www.hoobly.com/

http://www.bullifieds.com/index.php

I want my site to funtion like above, but my layout is simular to the following site.

http://www.americanbullyworld.com/
If you need more information please contact me.

New Job

New Job
I have a MLM script with PAYPAL API but the API is not working, every time somebody pay and sign up, I have to active the person manually. I want it to be on autopilot I can’t active hundreds or thousands of people manually. I need you to fix the problem, I will send you the script on a zip file so you will fix it on your computer.

Also I can’t sign up free member I want you to add it to the script so I can sign up free member.

I want you to give me the 2 bids separated.

Facebook App And Php Function

Facebook App And Php Function
Hello,
Follow these articles:

http://wiki.developers.facebook.com/index.php/Stream.publish

Publish facebook page status or wall post automatically

I want a simple facebook app and a php function, on that function I will be able to input text and attachment to appear on wall or pages or users who accept the app permission (extended permission if need).

Thanks.

Personality Test Mod (elgg)

Personality Test Mod (elgg)
I want something like this: http://gamebrahma.com/mod/question/assessment.php

There’s an existing module that you may probably be able to customize to suit our purposes here: http://community.elgg.org/pg/plugins/webcubes/read/252928/survey-plugin

The user should be able to take the test and the results should be published to his profile as a badge (or badges, as the case may be).

The questions, weighted scores, and interpretations are in an Excel file for you to use.