Archive

Posts Tagged ‘using php’

Dynamic Pdf Invoice Created Using Php

February 3rd, 2012 Comments off

*****EMAIL ME BEFORE BIDDING*****

I need an invoice created using php and TCPDF or any other way suggested.

I have coded the php to retrieve information from the database and render it on screen.

The coder should set it up so that when I click a pdf icon, it will show the pdf on screen and I will be able to print it.

I will work with the coder to help this project along smoothly.

****I NEED THIS PROJECT DONE IMMEDIATELY****

Categories: PDF, PHP Tags: , , , , , ,

Subdomain Generation Using Php

October 19th, 2009 Comments off

Hello,

We have developed a personalized url script that creates URLs for our customers. We now need to take this one step further and put our customers into companies. We ant to do this by creating a sub-domain for our clients companies.

For example at the moment our software creates the following: http://www.oursite.com/joeblogs

we need to put Joe in his company. for example:

http://joescompany.oursite.com/joeblogs

This should be an easy addition to our existing software.

As usual, we are ready to go, and would like to start work ASAP

Email Through Imap Using Php

September 27th, 2009 Comments off

I am trying to connect to a IMAP mail server through PHP to send emails from my PHP script.

So far I can connect to the IMAP server, and see how many messages are in the mailbox, but when I use imap_mail the mail is sent from my PHP server, not the imap server I am connected to. I need someone to figure out how to send the mail from the imap server using PHP on my server. Code I have so far: http://mafia-rpg.com/code/mail.txt

Categories: PHP, Programming Tags: , , , , , ,

Realtime Price Comparison Site

August 18th, 2009 Comments off

–This is being re-listed due to the large amount of bids that would not have met my requirements. Please do not bid unless you can complete this project as required.–

I’m trying to start a price comparison website, focused on the Republic of Ireland insurance market. Initially, I want to focus on Car insurance, and the site will get quotes from numerous Irish based insurance websites when a user submits their details. I’ve initally set it up to get a quote from one site and it’s developed using PHP and CURL. The site will scrape the other insurance sites initally, and when we have a demo site up and running, I’m going to contact the individual companies to give us access to any available APIs or Web Services. Once the site is up and running, I will then be looking for further services to develop price comparison sections for health, motor bike, home, travel, etc.

I’m a qualified software engineer myself, and planned to complete the website myself, but have had limited time to focus on it technically. The site has been started using PHP and CURL. Check out the draft version at: http://www.pricearound.ie/motor and select a DOB more than 20 years ago, tick the check box and click submit.

There are numerous web-sites that I want to integrate to. Some are listed below. You should be able to integrate to all of these sites.

https://services.hibernian.ie/direct/product/car.htm?_flowId=motor-flow&_flowExecutionKey=e1s1
http://quoteengine.bestquote.ie/motor1.aspx
https://www.insure.ie/car_insurance?new_quote=y&type=private
http://www.123.ie/Motor/quote/get/quote.123?conversationId=43204
https://qquote.quoteexchange.co.uk/qinx.php
http://www.nononsense.ie/
http://www.fbd.ie/
https://car-insurance-quote.aaireland.ie/AA/maindetails.aspx
https://secure.axa.ie/CarInsurance.aspx?busID=2&termsAndConditionsAgreed=true

I have a start page set-up, but this will have to be enhanced to catch more required fields from a user. A user then fills in the form, ticks the terms & assumptions check-box and presses the submit button. In the background, the site goes off and queries each site in real-time to retreive an insurance quote. It’s very important to note that this has to be done in REAL-TIME, a batch or data mining program will not suffice. It’s currently using PHP & CURL, but you may call web-services, AJAX, etc. However, java code cannot be executed on my web server.

I want to keep the user input as small as possible, so each site will probabley require a certain amount of data transformation! For example – some sites expect an age, others expect a date of birth. All website quotes will then be provided to the user in a list format with the company name, logo and quote. If an insurance companies site returns more tha one price, all quotes should be displayed (ie. 3rd Party, 3rd Party F&T and Fully Comp.) Total transaction time may take up to 20-30 seconds. Car Types, Locations, etc will have to be developed and displayed at the front end also. I can provide a list or database insert scripts of these.

Similar existing UK based sites are www.confused.com, www.gocompare.com, etc.

If this is successful, they may be a lot of additional development coming on the horizon.

Just to clarify one issue regarding the project. A lot of people are offering to do scans of the websites, and save them to a database via cron. THIS WILL NOT WORK!

As I mentioned, the winning programmer may also be asked to add further sites in later projects, as-well aas develop quote pages for Home, Bike, Health insurance.

Only serious bids will be entertained, which are accompanied by a detailed explanation of how this is going to be implemented.

All bids must be fixed price, and you should be able to start within the next couple of weeks.

Thanks.

Scrape Data Using Php

July 17th, 2009 Comments off

Hi
I need a program which can work on SSL and scrape data from a bank account. I would put in the back login details and login url etc.. in a databse.. and it should read from there and get me the latest transactions and store it in database.
Then those transactions are being sent as an email to my email a/c on regular basis.

It has to be developed with all perfection. its a US bank…

I would give the details only to the person i select.

possibly, if some one can show me a demo of similar work they did like gather bank data online.

once this is done, the project is still more…left

thanks

Future Date Using Php And Ee

July 6th, 2009 Comments off

I am using Expression Engine and have a custom date field that is formatted and displayed correctly using {begindate format=”%F %d, %Y”}. I’d like to be able to display the date one year in the future. For example, if {begindate format=”%F %d, %Y”} shows March 24, 2009, I’d like also to be able to show March 24, 2010. I thought there would be a simple way to do this using the regular EE tags, but on the forum I was told that I need to use php. I assume that the php code will have to use the EE information and tags. So the person doing this will probably have to know about EE as well as php. I’ll make the EE template available to the programmer so they can test the work.

Thanks,
Geoff

Create Images Using Php

June 16th, 2009 Comments off

I want to create a dynamic banner.

The first layer will be the background that is a real, premade, static image that has our company’s name on it.

The second layer is an image that we will grab from our server. The image location/name will be determined by the query string. If the query string is ?image=imagenumber123, then the image that will be pulled and displayed is imagenumber123.png.

The the next layer is dynamic text that will be written on the background/first layer. This text will be determined by the query string. So, if the query string is ?text=some random text, then “some random text” has to be written on the background.

All of this has to be saved as an image. I have done most of it already. I learned how to do it within minutes, but since I’m new to it, cannot get all three layers merged. Hopefully, someone with more experience and who knows how easy it is, will do this and not charge too much. Thanks, and I will select someone in a few hours. If you have a demo, please provide one. I provide 100% escrow.

Hide My Files Using Php Script

June 1st, 2009 Comments off

Hello everyone,
My name is Jonathan Paul :)

Thanks for taking the time to read this project description.
If you have any concerns, please check my Scriptlance feedback.
(150+ jobs listed, and a 10/10 feedback score for every project)

Ok, here we go …

Some time ago, I hired a programmer to create a script to list the
files contained in a directory. It’s a very simple script, and it
uses PHP and javascript.

I wanted something very, very simple – so I could simply drop this
script into any directory, and it would list all of the files in a
more attractive way, than the standard Apache file listing etc.

Sometimes, I just want to drop a load of files into a directory,
and then list them nicely, so people can click on them, and start
to download them …

The script, has a javascript interface, that lists each file.

This is a very simple script :)

However, it does not mask or hide the location of the actual file.
And, I would like it hide the actual file locations from now on …

So – your job, is to modify my existing file listing script, and
basically hide the URL location of the files it is listing through
javascript. It sounds more complicated than it is … and I think
an experienced programmer could do this job in about 20 minutes.

I can provide full access to the script, including FTP etc. This
simple script does not use MySQL, and simply lists the files inside
a directory where the script itself resides. I think this is an easy
project and I will provide perfect feedback and fast payment.

Thanks,
Jonathan

Star Rating Using Php Ajax

May 24th, 2009 Comments off

I’d like a small script to add functionality to my site exactly as on the imdb movie rating system (see User Rating on this page http://www.imdb.com/title/tt0438488/ ):

Page loads with stars showing current score between 1 & 10 stars
User can hover over 1-10 stars
Stars light up as user hovers
Click a star and ajax kicks in to add that rating to a mysql db
A ‘your rating’ row appears below the site rating

You do not need to write any mysql.

Thank-you

Mysql Export Using Php

May 19th, 2009 Comments off

Experience I need: MySQL, PHP – Would be best if you also have experience with Instinct’s E-Commerce Shopping Cart Plugin and WordPress

Overview of what the system is and how it was created to this point: Using a customized Ecommerce Shopping Cart in WordPress. The customer orders this plugin saves into the database will need to be exported out daily by the business owning the site to be imported into their POS system to process the orders in their store. After getting the correct order information out using PHP, it is echoed in the same order as their POS system accepts data separated by commas. I’ll handle saving the data to the csv file and setting up so that it begins at the last exported order to current. Right now I just need someone more experienced in mysql querying and php to correctly pull the remainder of the right data out for each order. The beginning is complete, I have run into something over my head on some variation id numbers needed that queries multiple tables in the database instead of just one.

As an example, the purchase order number is 5. That id number needs to be used to query a variation table, which will give back 3 variation number fors every item in order # 5. Those variation numbers will need to be used to get the stores webitemid number from another table. I had no problem getting to this point, but I am incorrectly looping the information and just repetitively repeating one items variation information.

The layout of the csv file is one item per line. So if one order has 3 items, that order will print 3 lines, each showing different webitem numbers that refer to that item.

I already have the order id number and a sku number in a variable. I need the next 3 csv columns to echo out correctly. If there is a sku number, then the first of those 3 fields will use it and the other 2 will be the webitemid numbers. If not, the first webitemid number will start the 3 columns and fill them.

Here’s info on the db and tables and where I’m stuck at:

wp_cart_item_variations lists the variations in each order number. In that table, the value_id are the numbers needed for referencing the webitemid number in wp_variation_values. (Or at least that’s what I think – not sure if it would be simpler to use different numbers.)

This is the field column list of the required csv order (ignore the quotation marks please, I added them so that I could read the column names easier.
“order_id”,”customer_id”,”subtotal”,”tax”,”shipping”,”discount”,”order_total”,”date_placed”
,”bundle_id”,”customer_firstname”,”customer_lastname”,”customer_email”,”billing_address_1″
,”billing_address_2″,”billing_city”,”billing_state”,”billing_zip”,”card_message”,”card_signature”
,”product_id”,”flower_id”,”flower_qty”,”card_id”,”shipping_firstname”,”shipping_lastname”
,”shipping_email”,”shipping_address_1″,”shipping_address_2″,”shipping_city”,”shipping_state”
,”shipping_zip”,”shipping_method”,”shipping_delivery_date”,”status”,”organization”

The programming is working up to “product_id”. Unless you feel that one of the other columns I have programmed could be done better to make the rest of the exporting work better, that part doesn’t need done. I actually think unless you are also experienced in the e-commerce shopping cart for WordPress developed by Instinct, re-starting the whole process over is just going to be too confusing with a bunch of questions that I won’t have time to answer correctly.

There should always be the product_id and flower_id, but the flower_qty can be empty once in a while. There are a couple products that do not have a quantity option and are a specific flower arrangement.

The card_id is found in the wp_cart_contents table under giftcard. I already have this data being pulled in the programming, but you may need to alter my programming some. This is the odd field that has a whole bunch of info in one cell. (I really wish I could change that, but there would be so much more cart customizing needed. The cart itself needs the least amount of customizing so that it’s possible to upgrade.) The id number for the cards is entered at the beginning between * and with a space after it before the other information starts.

The remainder of the columns in the list with shipping address are also in that gift card cell.

The last 3 – shipping_delivery_date can just auto set to 00:00.0, status to 3000, and organization will be in the wp_submited_form_data table using the cart id and the form_id 18. That can be blank on some orders.

I can take care of the file saving etc, if you can just have it print or echo the result.

If you can do at least those 3 columns – that’s great. Even better if you want to go ahead and just finish up the others too. The rest are simply breaking apart a single variable that is already being pulled correctly.

Please type Hello Dzynit at the beginning of your bid so that I know it’s not automated. I would prefer someone in the US simply so that I can communicate during daytime hours for both of us. MSN chat needed.

Capatcha Reader Using Php

May 19th, 2009 Comments off

Hey
I need a php script to read the letters of a fairly simple capatcha

Sample images can be generated here

http://www.askpaulmartin.com/crispy/image.php

Qbms Web App Using Php

April 10th, 2009 Comments off

I need a php-driven interface between an existing website (with a very simple ‘store’) and the QuickBooks Merchant Service. I’ve built similar interfaces to other credit card processors, but the documentation provided by Intuit is so Windows-based that my head is spinning. I need someone who’s done this before to help tie these together. The data eventually needs to end up in a MySQL database. Time is tight, and so is the budget.

Bear