[PHP] PHP OFX connection

2008-12-10 Thread Dan Harrington
Hello, No doubt some of you have heard of Quicken, Quickbooks, Microsoft Money and other providers. Apparently there is a data format called OFX (Open Financial Exchange) that these software packages use to download transaction data from banks. Just wondered if anyone in PHP land had successf

[PHP] PHP / Procmail / MIME decoder, Imagemagick, MySQL, PDF fax management system

2008-11-09 Thread Dan Harrington
Hello, I have seen procmail and PERL, and some MIME handling scripts...but I haven't seen PHP, Procmail, Mysql, and MIME handling to effectively handle incoming emails. I don't know PERL, so naturally I'd like to see it all written in stuff that I can understand and tweak if needbe. I have a Fax

[PHP] Batch process PDF files -- reduce color depth and resolution

2007-11-29 Thread Dan Harrington
Hello, Does anyone know of a good PDF library that works well with PHP (or even not) that can process multi-page PDF files (I am talking thousands) and reduce their color depth from color to black and white as well as reduce the resolution. I'd like it to run well on Linux. Thanks Dan -- PHP G

RE: [PHP] keeping credit card info in session

2007-04-08 Thread Dan Harrington
Its not the country rules to worry about, it is Visa and MasterCard who will come down hard on you with $$ penalties if you don't maintain cardholder security correctly. http://usa.visa.com/merchants/risk_management/cisp.html?ep=v_sym_cisp Dan -- Dan Harrington NXGEN Payment Services 112

[PHP] Create ACH Origination file with PHP

2007-01-26 Thread Dan Harrington
Hello, Does anyone know of a script that can create an ACH origination file with PHP? Thanks Dan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php credit reporting API

2006-09-02 Thread Dan Harrington
Hello, Anyone successfully implemented an online real-time credit reporting scenario for consumer lending? We need to pull credit in the united states for consumers before lending them money for school and I would like to use PHP to connect to a credit vendor. I have been surprised at how littl

RE: [PHP] Parsing images

2006-05-10 Thread Dan Harrington
Using ImageMagick, ray tracing algorithms, an OCR library, and fourier transforms, I bet that you could parse Capchas. Dan -Original Message- From: Dotan Cohen [mailto:[EMAIL PROTECTED] Sent: Thursday, May 11, 2006 12:29 AM To: PHP General (E-mail) Subject: [PHP] Parsing images Hey all,

RE: [PHP] Spell Checker

2006-04-18 Thread Dan Harrington
Possibly the Porter Stemming Algorithm could help you? Just an idea . . . Basically I'm thinking that in each string, you would break it down into a combination of root words and Prefixes and suffixes. Definitely some serious data crunching going on. Hope this helps. http://www.chuggnutt.com/st

RE: [PHP] flash file to recognize SESSION or REQUEST variables?

2006-04-10 Thread Dan Harrington
You are either asking one of two things, and I am not sure which: A) How to send information using GET or POST out from flash to a script file SendAndLoad is the flash function http://livedocs.macromedia.com/flash/mx2004/main_7_2/wwhelp/wwhimpl/common/h tml/wwhelp.htm?context=Flash_MX_2004&file=00

[PHP] Browser-based scanning

2006-04-10 Thread Dan Harrington
Hello everyone, I am needing to build a system that allows a user to visit a website driven by a unix hosted apache web server running PHP, login, and scan an image off of a TWAIN-compliant scanning device, and upload it to the web server where PHP and ImageMagick do some post-processing of the im

[PHP] Visa / MasterCard security compliance

2006-03-30 Thread Dan Harrington
Hello everyone, As you may know, Visa and MasterCard have some pretty extensive security requirements for merchants who accept a larger number of credit card transactions E.g. http://usa.visa.com/business/accepting_visa/ops_risk_management/cisp_merchan ts.html https://sdp.mastercardintl.com/do

RE: [PHP] system('bell'); ?

2006-02-04 Thread Dan Harrington
Ask not for whom the bell tolls, it tolls for thee! -Original Message- From: Gerry Danen [mailto:[EMAIL PROTECTED] Sent: Saturday, February 04, 2006 12:00 PM To: tedd Cc: php-general@lists.php.net Subject: Re: [PHP] system('bell'); ? bell is his C program... :) Outputs an ascii 7 (b

RE: [PHP] Can anyone recommend a hosting company

2005-12-16 Thread Dan Harrington
I'd recommend www.xiolink.com Thanks Dan -Original Message- From: Marty [mailto:[EMAIL PROTECTED] Sent: Friday, December 16, 2005 9:10 AM To: php-general@lists.php.net Subject: [PHP] Can anyone recommend a hosting company Can anyone recommend a fair priced, reliable hosting company th

[PHP] Re: PDF Generator

2005-12-04 Thread Dan Harrington
I have a TON of forms that I have to populate, can I make a PDF file using Acrobat Professional, and then use PHP to populate those forms and have text inserted into the pre-made text fields that I made using Acrobat? And if so, what is the best tool for that? I'd prefer to do it for free, but s

[PHP] Payflow Pro compile error

2005-09-11 Thread Dan Harrington
Greetings, It seems that I've gone around and around on this issue starting with PHP3 every time I install a new server. And here I am again. OS: Linux 2.4.21-27.ELsmp #1 SMP Wed Dec 1 21:59:02 EST 2004 i686 i686 i386 GNU/Linux php-5.0.4 library with pfpro listed in /etc/ld.so.conf and I ran

RE: [PHP] iCal parser and importing iCal to database

2003-01-30 Thread Dan Harrington
No kidding. And the very thought that apple in its "intrusion" into the world of UNIX hasn't made a group open-SQL-database-driven web-accessible iCal is kind of unreal. At least make it filemaker pro driven. :-) > -Original Message- > From: Reuben D. Budiardja [mailto:[EMAIL PROTECTE

RE: [PHP] PHP5

2002-10-01 Thread Dan Harrington
Who cares about a new version number, these days you have to think in much grander terms. Redesign the packaging without changing the product one bit, do a massive AD campaign, rename PHP, release a few press releases that you're now under new management... arrange for the arrest of a few "PHP

RE: [PHP] Open a new window by code

2002-08-24 Thread Dan Harrington
You can't with PHP exclusively as far as I know. But you can do this: "); and it will open a new window. > -Original Message- > From: Alva Chew [mailto:[EMAIL PROTECTED]] > Sent: Sunday, August 25, 2002 12:39 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Op

RE: [PHP] Strange session id problem - code is issuing a new one randomly

2002-08-14 Thread Dan Harrington
I'm having the same problem from time to time as well. Just straight up out of the blue it gives you a new SESSION id. --I'm interested to know what version of PHP you are using and what web server and its version too. Thanks Dan > -Original Message- > From: Thoenen, Peter Mr. EPS

[PHP] res_search & dn_expand undefined reference php 4.2.1 / apache 1.3.26 / redhat 6.2

2002-06-20 Thread Dan Harrington
Hey everyone, I'm getting this error regarding the PHP source files when compiling Apache. These are the arguments I used to configure php 4.2.1: ./configure --with-apache=../apache_1.3.26 \ --with-jpeg-dir=/usr/local/lib --with-pgsql --with-gd \ --with-ttf=/usr/local/lib --with-t1lib=/usr/loca

[PHP] regexp magic

2002-05-28 Thread Dan Harrington
Greetings everyone, I'm trying to do some regexp magic and just can't seem to get it done with PHP. Basically I want to evaluate a word and if the last character of the word is an 's', to knock it off, unless there are two consecutives at the end of the word. So 'boys' would become 'boy' and

RE: [PHP] Load Balancing and PHP Sessions

2002-04-25 Thread Dan Harrington
Couldn't you store the session information on disk using sessions.save on an NFS volume that is shared between machines? Dan > -Original Message- > From: Baumann Reto [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 25, 2002 3:39 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Load Balan

RE: [PHP] Manipulate the address field in the browser?

2002-04-09 Thread Dan Harrington
Sounds to me like an Apache Alias Directive is what you need. can you get at your apache configuration? :-) http://httpd.apache.org/docs/mod/mod_alias.html > -Original Message- > From: Erik Price [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 09, 2002 4:22 PM > To: Kevin Stone > Cc

RE: [PHP] post request

2002-04-03 Thread Dan Harrington
CURL? http://curl.haxx.se And I quote: "Curl is a tool for transferring files with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE and LDAP. Curl supports HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading, kerberos, HTTP form based upload, proxies, cookies, user+

RE: [PHP] Re: This is SOOOO FREAKY!!! Laughed like HELL !!! :-)

2001-10-03 Thread Dan Harrington
The real question is . . . . what OTHER secret codes are out there? > -Original Message- > From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 03, 2001 4:58 PM > To: Maxim Maletsky (PHPBeginner.com) > Cc: 'PHP'; [EMAIL PROTECTED] > Subject: [PHP] Re: This is S

RE: [PHP] Invalid MySQL result resource

2001-09-12 Thread Dan Harrington
> -Original Message- > From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 12, 2001 10:52 PM > To: Dan Harrington > Cc: speedboy; [EMAIL PROTECTED] > Subject: RE: [PHP] Invalid MySQL result resource > > > > $productresult = mysql_que

RE: [PHP] Invalid MySQL result resource

2001-09-12 Thread Dan Harrington
> -Original Message- > From: speedboy [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 12, 2001 10:27 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Invalid MySQL result resource > > > > "Supplied argument is not a valid MySQL result resource in . on line 52" > > > > Line 52

[PHP] Invalid MySQL result resource

2001-09-12 Thread Dan Harrington
Hello, What is the best way to accomplish the following?: Connect to MySQL database Execute a query Fetch a row from that query (mysql_fetch_array) Based on the data from the original query, generate a second query Execute the second query Fetch a row from the second que

RE: [PHP] Tracking shipments UPS, FEDEX, etc...

2001-09-06 Thread Dan Harrington
No kidding :-) or calculating shipping costs. > -Original Message- > From: Joe Sheble (Wizaerd) [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 05, 2001 11:47 PM > To: General PHP List > Subject: [PHP] Tracking shipments UPS, FEDEX, etc... > > > has anybody written any routine

RE: [PHP] Server Setup

2001-08-29 Thread Dan Harrington
In the short run, its faster to install packages, and allows for easy upgrades. In the long run, if you compile from scratch you will get to know the system, you'll know more how it works, and it is (in my experience) MUCH more stable to compile it from source. I've installed PHP/MySQL/Apache co

RE: [PHP] Re: The future of PHP -- accessory libraries

2001-08-29 Thread Dan Harrington
Here's an idea. Provide commercial PHP support for ISP's for a fee. Yearly subscriptions ? via email? > -Original Message- > From: Brian Tanner [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 29, 2001 4:55 PM > To: [EMAIL PROTECTED] > Subject: RE: [PHP] Re: The future of PHP -- a

RE: [PHP] The future of PHP

2001-08-29 Thread Dan Harrington
He said: > PS: The power of open source is not in the advertising... it's in the product, which > makes it all the more worthwhile. I'm just waiting to see a PHP billboard. I'm telling you, wouldn't it be a blast? I'd drive the long way to work every day just to drive by it and tip my hat.

RE: [PHP] Pulling webpages - may be a weird question :)

2001-08-28 Thread Dan Harrington
http://www.anonymiser.com > -Original Message- > From: daniel james [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 28, 2001 12:23 PM > To: Jeff Lewis; [EMAIL PROTECTED] > Subject: Re: [PHP] Pulling webpages - may be a weird question :) > > > try readfile('http://www.somesite.com/')

[PHP] payflow pro hosed

2001-08-27 Thread Dan Harrington
share their configuration options, phpinfo, hints, tips? I'm at a loss, it looks like everything is setup correctly, but it still doesn't work. Thanks Dan Harrington PHP Version 4.0.6 System Linux www.foobar.com 2.2.14-5.0smp #1 SMP Tue Mar 7 21:01:40 EST 2000 i6

[PHP] Re: The future of PHP -- accessory libraries

2001-08-27 Thread Dan Harrington
payflow pro SDK were laughable. How else would you want to use payflow pro except under an SSL environment? Don't get me wrong, I'm a *rabid* supporter of PHP and if not for it I'd certainly not be where I am right now. :-) My $0.02, Dan Harrington > -Original Message-

RE: [PHP] Re: flash and php

2001-08-21 Thread Dan Harrington
Isn't it true that Flash can work directly with a JDBC driver? or am I smoking crack? > -Original Message- > From: Tribun [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 21, 2001 2:55 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Re: flash and php > > > I can't describe it very well in e

RE: [PHP] Function to Build Trees

2001-08-20 Thread Dan Harrington
Or you could just buy from http://www.plumbdesign.com/ or write a PHP SDK for them. :-) > -Original Message- > From: Chris Hayes [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 20, 2001 4:15 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Function to Build Trees > > > > Onderwerp:

[PHP] PHP Upload breaks session

2001-07-27 Thread Dan Harrington
Hello people, I am wondering if this is a bug or even something that anyone has noticed before. When I upload a file using PHP, it seems to break sessions. The session ID is still around, the session variables are still in the session files, but when trying to go to another page linking off th

[PHP] method=post destroys PHPSESSID??

2001-07-17 Thread Dan Harrington
Hello all, I'm having a heck of a time with a file uploader page. When I set method=post on the file uploader form, the PHP session is somehow corrupted during the upload, and any links made in the in the resulting page (photoupload.php) don't pass along the session even though they have the exa

RE: [PHP] load balancing...

2001-05-17 Thread Dan Harrington
Take a look at www.coyotepoint.com :-) > -Original Message- > From: Juan Claudio Santana Saldana [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 14, 2001 8:19 PM > To: [EMAIL PROTECTED] > Subject: [PHP] load balancing... > > > Does anybody know how to do load balancing with php and

[PHP] automatic download

2001-04-25 Thread Dan Harrington
Hello, Is there a way with PHP to spawn an automatic download of an image file, a zip file, or PDF file (or other kind of file). Basically I want to be able to popup that stupid little "Open/Save As" window at my discretion, rather than let the end users browser choose that. Or is this somethin

RE: [PHP] Payflow, story continued

2001-04-25 Thread Dan Harrington
OTECTED]] > Sent: Wednesday, April 25, 2001 2:55 PM > To: Dan Harrington; Henning Kilset Pedersen; [EMAIL PROTECTED] > Subject: RE: [PHP] Payflow, story continued > > > Is anybody reading the other posts about the work in progress being done by > John? This extra work seems po

RE: [PHP] Payflow, story continued

2001-04-25 Thread Dan Harrington
Congratulations, So you've overcome the PNVersion demons, now to others. What you need to do now is to locate the f73e89fd.0 file found in the PFPro library and make sure it is present in your OpenSSL or other SSL certs directory. It should be in the same directory as your server cert(s). That

RE: [PHP] Payflow Pro extension in php 4.0.4pl1

2001-04-25 Thread Dan Harrington
Hello there, I have gotten the 3.0 SDK to work, all I had to do was edit out the version function and it compiled just fine. Verisign was of ABSOLUTELY NO HELP in this matter. They simply said "we don't support PHP at all" and left me to flounder. So I edited the source and got it working after

[PHP] Javascript in a header

2001-04-14 Thread Dan Harrington
Hello, Am I brain damaged or will something like this work? header("Location:javascript:window.open('http://login.php?arg1&arg2','','windowname')"); I want to popup a login script in a sub-browser window, and then pass the results back to the main window. Someone told me that the javascript in

[PHP] popup window

2001-04-11 Thread Dan Harrington
Hello, Does anyone have ideas about this kind of scenario? 1) Load a php page, based on whether a user is currently authenticated either: a) if not authenticated: pop up a new browser window or b) if already authenticated, proceed 2) Based on the login id of t

RE: [PHP] Image background bleeding through text

2001-03-24 Thread Dan Harrington
Yes, I have. And I wouldn't mind getting rid of that :-) > -Original Message- > From: Kevin Rose [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 23, 2001 9:37 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Image background bleeding through text > > > Hello, > > I am using GD v. 1.8.3,

[PHP] Payflow Pro

2001-03-13 Thread Dan Harrington
Is anyone on this list using the PayFlow Pro extensions for PHP? If so, I would like to know what version of the SDK you are using, and if you have knowledge of anyone at Verisign who deals with PHP. So far, I have only found out that they don't support PHP. Thanks Dan Harrington --

RE: [PHP] Payflow Pro

2001-03-13 Thread Dan Harrington
- > From: Robert Covell [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 13, 2001 12:26 PM > To: John Donagher; Dan Harrington > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP] Payflow Pro > > > I believe that he is using the V3 SDK that Verisign just released. I just > went throu

[PHP] Payflow Pro

2001-03-13 Thread Dan Harrington
Hello, I am using Payflow Pro as a payment processor on RedHat Linux and I need to be able to specify the cert directory so that we can process transactions. I can make things work with a shell script: --- #!/bin/sh PFPRO_CERT_PATH=/usr/local/ssl/certs;export PFPRO_CERT_PATH ./pfpro test-payflow.

[PHP] php and javascript

2001-03-01 Thread Dan Harrington
Hello, Are there any good examples of producing embedded javascript code in a php file? I am having a weird problem with some javascript that simply will not execute, even though I've properly used slashes to prefix quote marks etc. I don't get javascript errors, it simply doesn't run like it s

[PHP] Payflow Pro

2001-02-26 Thread Dan Harrington
Hello, I am attempting to install php4.04 and apache1.3.14 php configure commands: ./configure --with-apache=../apachessl-1.3.14 \ --with-jpeg-dir=/usr/local/lib --with-pgsql --with-gd \ --with-ttf=/usr/local/lib --with-t1lib=/usr/local/lib \ --enable-gd-imgstrttf --with-pfpro=/usr/local/lib a

RE: [PHP] imagecolorallocate / imagesetpixel / palette size?

2001-02-12 Thread Dan Harrington
TED]] Sent: Monday, February 12, 2001 10:16 AM To: Dan Harrington Cc: [EMAIL PROTECTED] Subject: Re: [PHP] imagecolorallocate / imagesetpixel / palette size? On Sun, Feb 11, 2001 at 01:40:11AM -0700, Dan Harrington wrote: (snip) > Its like the "palette" only holds 256 pixels or somet

Re: [PHP] "wide open"

2001-02-12 Thread Dan Harrington
> > "Harmlessly" pushing an unlocked door open, and walking in and writing on > > a whiteboard "Gangstaboy was here" is just as much of a crime as > > unauthorizedly logging into a machine, no matter how "wide open" it is, > > even if "harm" is not done. > > I will freely admit I have seen and pe

[PHP] "wide open"

2001-02-11 Thread Dan Harrington
> Furthermore, Jonathan stated that he didn't "break into" your > system - you left phpMyAdmin *wide* open, which is frankly > asking for trouble. Imagine how much fun you'd have had if > someone with *malicious* intent had found it. --in the physical world, if a door is left unlocked, even ajar

[PHP] imagecolorallocate / imagesetpixel / palette size?

2001-02-11 Thread Dan Harrington
Here is something weird going on. Why is it that imagecolorallocate dies after 256 colors have been allocated? Note, this doesn't matter if you write a jpg or png, it all produces the same result (see attached graphic). Yes, the colors are randomly made, and they all go in a straight, diagonal

[PHP] Imagecolorallocate

2001-02-09 Thread Dan Harrington
Hello everyone, Alright, what's wrong with this script? I just get one big blank image. I want the script to sequentially pull up each pixel off the template image, and copy them pixel by pixel to the second image. Actually, what I want to do is to process the pixels BEFORE I write them, but th

RE: [PHP] MD5 / crypt

2001-02-06 Thread Dan Harrington
> If your encryption is meant to be anything near secure, there is only > one way: > DON'T Well, this is true. I kinda just want to be able to pass things back and forth without giving the average user the ability to even have a clue as to what I am doing. If they can't see, they will have less

[PHP] MD5 / crypt

2001-02-06 Thread Dan Harrington
Hello, What is the best way to encrypt/decrypt strings when passing between php pages? I am using md5 and currently get strings that produce "unprintable" characters or characters like slashes or other things that could interfere with the passing between php pages. (e.g. http://server.asdf/actio