Archive

Posts Tagged ‘the email address’

Vdi Forms – Html Php Jquery

July 15th, 2009 Comments off

I have three forms (currently PDF) that must be recreated as web pages to submit the information via email and store it in a MySQL table. I have attached the three forms to the project. The HTML forms should look pretty much like the printed versions, but you can have some freedom to make them format well. HTML pages should be set to display properly within a width of 650px. You can use tables or css to layout the forms.

Form 1 – Booth Bargain Coupon Form – Nothing special with this form, you will have to add a place for an email address and the email address will need to be validated.

Form 2 – Exhibitor Registration Form – Nothing special with this form, it just needs the email address to be validated.

Form3 – Show Fee Invoice – This form is a little more complex as you will need to use javascript (jquery is OK, but no other JS library can be used) to total the fees on the form, you will have to add a place for an email address. The email address and CC number will need to be validated. CC validation must include card number (format, checksum and first digit) and expiration date (format, date in the future)

MySQL databse – You can create the MySQL database table structure yourself. 1 table for each form. Capture all submitted values into the MySQL columns. You can just send me the SQL statement to create the tables with the final project. I’ll do all the setup, change the connection credentials etc. when I post the project to the client website.

Email – The email will always be sent to a single email address (you can use anything you want for testing purposes) via sendmail and just needs to have each data item on a new line with the FieldName: FieldValue

That is it on this project. I’d like to have it complete by Next Wednesday, July 22nd.

Fix Website Login Asap

June 23rd, 2009 Comments off

Log in with Internet Explorer Thick Box does not work correctly.
When I log in (from thick box only) using IE I am immediately taken to a blank/white page that reads “You are already logged in” This is the url of this page: http://www.goodtherapy.org/login.html?a=do I click to go back, and I can see the login tab has changed to “go to member’s area” This means that I did log in successfully, but the browser did not direct me to member’s area page as it should.

Lost Password /Reset Password Button in Internet Explorer
Not working with username, only working with email address.
So, please change this text “Username or Email” to this “Please enter the email address associated with your GoodTherapy.org membership:”

Log in to with Opera does Thick Box not work correctly.
When I log in (from thick box only) using opera I am immediately taken to a blank/white page that reads “You are already logged in” This is the url of this page: http://www.goodtherapy.org/login.html?a=do I click to go back, and I can see the login tab has changed to “go to member’s area” This means that I did log in successfully, but the browser did not direct me to member’s area page as it should.

Lost Password /Reset Password Button in Opera
Not working with username, only working with email address.
So, please change this text “Username or Email” to this “Please enter the email address associated with your GoodTherapy.org membership:”

Firefox log in works correctly form both thick box and new window
Firefox password reset works correctly form both thick box and new window

Form & Sendmail Script

June 18th, 2009 Comments off

Hi, thanks for looking at my project!

This is for a sendmail that will send form info to an email address that will be specified by the user. The email address will be assembled from a text box (the email account name) plus a dropdown box (the email domain). The idea is to send a message to a cellphone, so the text area will be a number like 3605551212, and the domain will be selected from options with values like “messaging.sprintpcs.com”.

What we need is this:

You set up a hidden invisible DIV on our page, which contains a

Simple Email Project

June 15th, 2009 Comments off

Here is what we need.

We have a mailing script already installed on server.

We need an email address hooked to our script for sending out emails to our members.

We have already created the email address in Cpanel. So all that needs to be done is hooking the email address up to the script and testing it.

Data Entry – 250 Records

June 10th, 2009 Comments off

Project Description: Search the internet, search engines and business directories for “mobile detailing”, “mobile detailers” or “mobile car wash”. Record the contact information. Deliver in Excel.

Work Required:
1) Search the internet for business listings inside the US, all 50 states
2) Pull only listings that include the email address. Skip all listings that do not include the email address.
3) Provide the business name, telephone number, address and email
4) Deliver 250 records in excel.

Delivery time and your reviews are a LARGE factor in bid selection.

Thank you,
Peter

Integrating Shareasale Code

May 14th, 2009 Comments off

Please see attached doc and this:

In order for the ShareASale.com system to work, you will need to place a small piece of HTML code on the page where you want to reward your affiliates. Please read the this entire page before copying your specific code which is given at the bottom of this page.

These instructions may be difficult to understand for someone who has not worked with HTML or affiliate programs in the past – PLEASE do not hesitate to call us and we will be happy to explain and help you with the implementation of this code. For an experienced developer, this implementation should take no more than a few minutes.

Click here to download these instructions as a .pdf for distribution to your tech staff

Your Merchant ID: 8295
In order to complete this step of the setup, your technical staff will place the necessary Shareasale.com tracking code, and complete a test of the system.

The code given to you at the bottom of this page, should be placed in the HTML body of your

Website Member Area

May 5th, 2009 Comments off

We run a website (www.zameermusic.com). We would like to create a

Adf/xml Mod To Php Sendmail

April 22nd, 2009 Comments off

Hi there, thanks for looking at our project!

We currently have a simple script on our site called contact.php, which handles input from a form and sends an HTML email to an address specified as a hidden field in the form.

We would like to add a new function to this script. This is what we would like:

- At the top of the script, there should be a config area, where a set of email addresses will be located. Each email address should have an array that contains a SECONDARY email address. Once you have created a working example, the correct data for this section will, of course, be set up by me, the admin.

IF the script is run from the form, AND the email address specified is NOT one of the addresses in the config list, then the script should function normally, as it does now.

However, if the script is run from the form, AND the email address IS one of the ones in the config list, then the script should send the email as normal, BUT it should ALSO send a SECOND email.

The second email should be generated by using data that is passed through from these and additional hidden fields in the form. This second email should be sent to the SECONDARY email address, corresponding to the primary email address in the config part of the file.

The script should propagate this data into an email, as follows:

<code>

<adf>
<prospect>
<requestdate>2000-03-30T15:30:20-08:00</requestdate>
<vehicle>
<year>1999</year>
<make>Chevrolet</make>
<model>Blazer</model>
</vehicle>
<customer>
<contact>
<namepart=”full”>John Doe</name>
<phone>393-999-3922</phone>
<email>[customeremail]</email>
<comment>Keyless entry essential</comment>
</contact>
</customer>
<vendor>
<vendorname>Dealer A</vendorname>

Skill Test Website

April 12th, 2009 Comments off

I need a clone of skill2thrill dot com with some minor changes.

In the admin section I should be able to create 10 question with 4 answers, one true, three false.

Users will go through the questions just like at skill2thrill. question should be in a simple box, I’ll add background images.

Instead of requiring a mobile phone no. for results, I just want an email address. The email address will be sent a link where the user can find their test results. Results page will show correct percentage, with the option to take the test over.

Email addresses will be added to a mailing list.

In the admin section I would like to be able to mass email everyone on the list, the days 10 questions for each day, with a link back to the site. These emails need to contain an opt-out feature that will remove the email address from the list.

Just ask any questions! NEED ASAP!

Needs to work with basic hosting site with PHP Mysql.

Data Entry No Captcha

March 20th, 2009 No comments

I need someone to create 30 email accounts.

You will then follow my affiliate link and enter each email into a form and create an account. Therefore you will end up with 30 total accounts on the site with 30 different emails.

After entering the email address and account info into the website, you will need to confirm the email address. Then move on to the next email and continue until all 30 are done.

You will need to use a different proxy per signup.

Should be a quick 1 hour job!

Kayako Email Piping Issue

March 19th, 2009 No comments

We just installed Kayako, but we are having a problem with the Email Piping. Problem is that Kayako is installed on http://support.domain.com so the email address is support.at.support.domain.com

The reason why that is the email address is because domain.com is being used as a CNAME so we dont have access to that domain. We do have a email forwarding service that forwards all emails at domain.com to another email address.

So right now we have support.atdomain.com forwarding emails to support.atsupport.domain.com.

This sound a bit confusing but thats have Resellerclub.com have things if you want to run Supersite and Kayako together. Please do NOT BID if you have no experience with Kayako Email Piping and Resellerclub.com

I will give you cpanel access to support.domain.com and Kayako, NO SSH access will be provided. Let me know if you are able to do this quick fix.

~domain.com is not the real domain. The real domain name will be given to the programmer that is chosen.

Bear