Archive

Posts Tagged ‘attach’

Charactercher Cartoon To Replace The Current Face In Attach

October 31st, 2011 Comments off

I would like the current face replaced by a better Charactercher of the person pictured. Original Adobe Illustrator vector files will be supplied.

Check Out Page Needing Fixing Its Php We Need The Attach

June 29th, 2011 Comments off

We need the attachment function to work on our php order page everything else works the website is hosted through godaddy and go daddy has issues with attaching stuff on line in forms and emailing to ppl, what happens now is you can fill the order from out and you can attach stuff and that info gets emailed to me but for some reason the attachments dont go through and we get a error message on the preview page of the order when ppl fill the form out they can hit the preivew button to preivew there info then they hit the check out button . pay out 30US

Categories: Fix, PHP Tags: , , , , , ,

Sms Via Php And Php Code Edit

March 19th, 2010 Comments off

Requirement

Payment is via escrow and done after 50% of the work is done and shown

Must complete project in 2 working days

Pls read all the document before you bid, don’t send your company history to us, just let us know that you can do it

Max budget is $50

Requirement
1) Create SMS send out functionality
a. Read the document sms service
b. See a sample php code that we use to send out transaction details via email
i. Same php will be used to send out transaction details to mobile
c. I also attached the php code (xxx.php)

2) Upload csv
a. We are unable to upload csv file from the uploadcsv.php code to the database table called statement
i. I attach the database table
ii. I attach the uploadcsv file
iii. Also see the document called transaction upload error
iv. I attach 2 csv file, that are files we are trying to uploaded

3) Create a page to edit member records (record are already in database)
a. I attach the database table called member
b. Also read the document called edit member record
c. I also attach a php code to guide you on how to create the edit member php page

4) Commission page error
a. We are unable to add a value to the database via the php code bank_com.php
i. Read the document commission page error
ii. Let me know if u need any more php files

Categories: PHP Tags: , , , , , ,

Attach Link With Thumbnail

December 1st, 2009 Comments off

Need Facebook style “Attach Link” functionality

We have a custom built blog/CMS and we need a method for adding links to posts with thumbnail images. Needs to be similar to how Facebook works when you attach a link to a post.

1. enter the url of the webpage you want to link to the post
2. see a list of thumbnails from available images on the webpage
3. select an image to attach to the link
4. download the image and resize it to a max width/height
5. save it in the database as a link and image associated with the post

For now we don’t need to worry about displaying the images on the post. Just need a method for capturing, linking and storing the images. The platform is PHP 5 and MySQL 5. Let me know what method you would propose to accomplish this. Also include a quote and time frame for completion. There is additional work on the project but this is a small piece that we want to try out with a new developer, then move on to more work if the relationship works out well.

Fileuploading/online Scan Tool

October 28th, 2009 Comments off

Below are my Requirements and if anyone can provide contact me, If someone Did this before please contact me.

I have a Website and an Order Form, Customer comes to my website and upload multiple files with Order form.
Now i want something which can scan files for viruses online. If It passes online check then it get attach with form. If It contains any virus, It should say Viruses found then it don’t let you attach files with form for Server safety.

Example: It is something similarly like Yahoo Email, If you attach files in yahoo email, it First Scan files with Norton Antivirus Online Scanner and then attach files,
Similarly in case of downloading files, It first scan and then lets you download.

See Demo Example: http://www.filterbit.com/

I need a full working Multiple file uploading Script in Ajax php with online Scan tool available.
Let me know if anyone can provide me the same.

Regards
anky

New Creations Church Database

August 5th, 2009 Comments off

I need a small Access Database by next Monday August 11,2009. It is just for show and tell. The project needs to be in access with tables, fields, queries, attach reports,etc. Most of the data can be made up. I going to attach additional information about this project and it will also need a user manual along with it. I have also attach an example of a powerpoint database project.

Thanks,

Sr-mf-003 Change Request

July 21st, 2009 Comments off

This is a 4 part project. Part 1 needs to completed by this friday 6/5/2009 est. Parts 2,3 and 4 can be completed by the following friday. I need both the .java and .class files for each part.

Please insert comments that a novice like myself can understand.

Part 1

Mortgage Calculator- Complete Change Request #4 in Service Request SR-mf-003. Insert comments in the program to document the program. Attach a design flow chart to the source code of the program.

Change Request #4: Write the program in Java (with a graphical user interface) and have it calculate and display the mortgage payment amount from user input of the amount of the mortgage, the term of the mortgage, and the interest rate of the mortgage. Allow the user to loop back and enter new data or quit. Please insert comments in the program to document the program.

Part 2

Mortgage Calculator Change Request #5 in Service Request SR-mf-003. Insert comments in the program to document the program. Attach a design flow chart to the source code of the program.

Change Request #5: Write the program in Java (with a graphical user interface) and have it calculate and display the mortgage payment amount from user input of the amount of the mortgage and the user’s selection from a menu of available mortgage loans:

Categories: Java Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Drupal Views Customization

July 8th, 2009 Comments off

I have a content type which has an attached image, I have a view which displays the nodes in rows with the image thumbnail at the far right on each row.

If image:attach does not exist for the node, I want to display user:picture, or a default image in its place.

I can add both image:attach and user:picture to the fields displayed, where they both appear in the view, but I only want user:picture field to appear if image:attach doesn’t exist.

I know this can be done quite easily and quickly with theming, but I’m not an expert in this area.

Fix Php Script For E-mailing

June 5th, 2009 Comments off

On www.ppl.ie when you do submit vacancy, an input form is displayed. It allows the user to attach a file (usually Word doc) and submit to the website owners.

The form is submitted via SMTP using Pear::Mail (code is below). The body of the mail is not being displayed. I can send previous code (non-SMTP) where the body of the mail was being displayed but the attachment was not working

here’s the code:
<?php
if($_POST['submit_vacancy'])
{
if(!$_POST['company'])
$error[] = ‘Input company’;
if(!$_POST['contact'])
$error[] = ‘Input contact name’;
if(!$_POST['mail'] && !$_POST['phone'])
$error[] = ‘Input your e-mail or contact number’;
elseif($_POST['mail'] && !eregi(‘^[a-z0-9._-]+at blanked out[a-z0-9._-]+.[a-z]{2,4}$’, $_POST['mail']))
$error[] = ‘Input correct e-mail’;

if(count($error)==0)
{
include(RelativePath . “/inc/pear/Mail.php”);
include(RelativePath . “/inc/pear/Mail/mime.php”);
$html = “Hello! rnA New vacancy has been submitted. rnCompany: $_POST[company] rnName: $_POST[contact] rnContact Number: $_POST[phone] rnE-mail: $_POST[mail] rnWebsite: $_POST[website] rnJob Title: $_POST[jobtitle] rnSalary: $_POST[salary] rnComments: $_POST[comments] rn”;

$crlf = “rn”;
$hdrs = array(
‘From’ => ‘mail address blanked out’,
‘Subject’ => ‘VACANCY SUBMISSION FROM PPL SITE – “‘.$_POST[company].’”‘,
‘CC’ => ‘mail address blanked out’,
‘Reply-To’ => ‘mail address blanked out’
);
$to = ‘mail address blanked out, mail address blanked out’;
$to = $to.”, “.$hdrs['CC'];

$mime = new Mail_mime($crlf);

$mime->setTXTBody($html);
//$mime->setHTMLBody($html);

if($_FILES['attach_spec']['tmp_name'])
$mime->addAttachment($_FILES['attach_spec']['tmp_name'], $_FILES['attach_spec']['type'], $_FILES['attach_spec']['name']);

$body = $mime->get();
$hdrs = $mime->headers($hdrs);

$smtpinfo["host"] = “mail address blanked out”;
$smtpinfo["port"] = “25″;
$smtpinfo["auth"] = true;
$smtpinfo["username"] = “mail address blanked out”;
$smtpinfo["password"] = “mail address blanked out”;

$mail =& Mail::factory(“smtp”, $smtpinfo);

if($mail->send($to, $hdrs, $body))
{
$show_page = “message”;
$smarty->assign(“message”, “Thank you very much for submitting your Vacancy – we will be in contact with you as soon as possible”);
}
else
{
$cms_go_header = “http://”.$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'].”?sended=error”;
}

}
}
?>

Fix Php Script For E-mailing

June 5th, 2009 Comments off

On www.ppl.ie when you do submit vacancy, an input form is displayed. It allows the user to attach a file (usually Word doc) and submit to the website owners.

The form is submitted via SMTP using Pear::Mail (code is below). The body of the mail is not being displayed. I can send previous code (non-SMTP) where the body of the mail was being displayed but the attachment was not working

here’s the code:
<?php
if($_POST['submit_vacancy'])
{
if(!$_POST['company'])
$error[] = ‘Input company’;
if(!$_POST['contact'])
$error[] = ‘Input contact name’;
if(!$_POST['mail'] && !$_POST['phone'])
$error[] = ‘Input your e-mail or contact number’;
elseif($_POST['mail'] && !eregi(‘^[a-z0-9._-]+at blanked out[a-z0-9._-]+.[a-z]{2,4}$’, $_POST['mail']))
$error[] = ‘Input correct e-mail’;

if(count($error)==0)
{
include(RelativePath . “/inc/pear/Mail.php”);
include(RelativePath . “/inc/pear/Mail/mime.php”);
$html = “Hello! rnA New vacancy has been submitted. rnCompany: $_POST[company] rnName: $_POST[contact] rnContact Number: $_POST[phone] rnE-mail: $_POST[mail] rnWebsite: $_POST[website] rnJob Title: $_POST[jobtitle] rnSalary: $_POST[salary] rnComments: $_POST[comments] rn”;

$crlf = “rn”;
$hdrs = array(
‘From’ => ‘mail address blanked out’,
‘Subject’ => ‘VACANCY SUBMISSION FROM PPL SITE – “‘.$_POST[company].’”‘,
‘CC’ => ‘mail address blanked out’,
‘Reply-To’ => ‘mail address blanked out’
);
$to = ‘mail address blanked out, mail address blanked out’;
$to = $to.”, “.$hdrs['CC'];

$mime = new Mail_mime($crlf);

$mime->setTXTBody($html);
//$mime->setHTMLBody($html);

if($_FILES['attach_spec']['tmp_name'])
$mime->addAttachment($_FILES['attach_spec']['tmp_name'], $_FILES['attach_spec']['type'], $_FILES['attach_spec']['name']);

$body = $mime->get();
$hdrs = $mime->headers($hdrs);

$smtpinfo["host"] = “mail address blanked out”;
$smtpinfo["port"] = “25″;
$smtpinfo["auth"] = true;
$smtpinfo["username"] = “mail address blanked out”;
$smtpinfo["password"] = “mail address blanked out”;

$mail =& Mail::factory(“smtp”, $smtpinfo);

if($mail->send($to, $hdrs, $body))
{
$show_page = “message”;
$smarty->assign(“message”, “Thank you very much for submitting your Vacancy – we will be in contact with you as soon as possible”);
}
else
{
$cms_go_header = “http://”.$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'].”?sended=error”;
}

}
}
?>

Sr-mf-003 Change Request

June 3rd, 2009 Comments off

This is a 4 part project. Part 1 needs to completed by this friday 6/5/2009 est. Parts 2,3 and 4 can be completed by the following friday. I need both the .java and .class files for each part.

Please insert comments that a novice like myself can understand.

Part 1

Mortgage Calculator- Complete Change Request #4 in Service Request SR-mf-003. Insert comments in the program to document the program. Attach a design flow chart to the source code of the program.

Change Request #4: Write the program in Java (with a graphical user interface) and have it calculate and display the mortgage payment amount from user input of the amount of the mortgage, the term of the mortgage, and the interest rate of the mortgage. Allow the user to loop back and enter new data or quit. Please insert comments in the program to document the program.

Part 2

Mortgage Calculator Change Request #5 in Service Request SR-mf-003. Insert comments in the program to document the program. Attach a design flow chart to the source code of the program.

Change Request #5: Write the program in Java (with a graphical user interface) and have it calculate and display the mortgage payment amount from user input of the amount of the mortgage and the user’s selection from a menu of available mortgage loans:

Categories: Java Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Sr-mf-0033 Change Request

June 2nd, 2009 Comments off

This is a 4 part project. Part 1 needs to completed by this friday 11/21/2008 est. Parts 2,3 and 4 can be completed by the following firday.

Please insert comments that a novice like myself can understand.

Part 1

Mortgage Calculator- Complete Change Request #4 in Service Request SR-mf-003. Insert comments in the program to document the program. Attach a design flow chart to the source code of the program.

Change Request #4: Write the program in Java (with a graphical user interface) and have it calculate and display the mortgage payment amount from user input of the amount of the mortgage, the term of the mortgage, and the interest rate of the mortgage. Allow the user to loop back and enter new data or quit. Please insert comments in the program to document the program.

Part 2

Mortgage Calculator Change Request #5 in Service Request SR-mf-003. Insert comments in the program to document the program. Attach a design flow chart to the source code of the program.

Change Request #5: Write the program in Java (with a graphical user interface) and have it calculate and display the mortgage payment amount from user input of the amount of the mortgage and the user’s selection from a menu of available mortgage loans:

Categories: Java Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

File Attach To Shopping Cart

March 28th, 2009 Comments off

I need someone to make a file attach to my shopping cart so customers can attach there artwork to their order. I would like them to be able to preview there upload and i would also needit so when i view there order ican download them files from there.

Bear