[PHP] Re: Mail From option in PHP.ini

2003-07-18 Thread Manuel Lemos
ific way. http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: creating rs2 newsfeeds

2003-07-20 Thread Manuel Lemos
member publishes a story on the site, it should be included into the newsfeed. You may want to try this class that does exactly what you ask: http://www.phpclasses.org/rsswriter -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General

[PHP] Re: creating rs2 newsfeeds

2003-07-20 Thread Manuel Lemos
Feed viewer page: http://publish.curry.com/rss/?url=http%3A%2F%2Fwww.phpclasses.org%2Fbrowse.html%2Flatest%2Flatest.xml&width=200&align=left&frameColor=black&titleBarColor=%23add8e6&titleBarTextColor=black&boxFillColor=white&textColor=black&fontFace=&maxItems=7&setup=tr

[PHP] Re: PHP CMS for high load

2003-07-23 Thread Manuel Lemos
es or more. -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: mail problem

2003-07-26 Thread Manuel Lemos
messages, eventually with text version alternative in the same body to prevent that it gets trapped in spam filters, and lets you include any number of picture files either embedded in the message HTML part or as attachments. http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos Free

[PHP] Re: attach

2003-08-04 Thread Manuel Lemos
-- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Downloding files once

2003-08-06 Thread Manuel Lemos
. -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Downloding files once

2003-08-14 Thread Manuel Lemos
u may have is when the users resort to download managers, as this way they won't be able to stop and resume later. If you play with the HTTP headers and fseek, that can be solved too. -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP

[PHP] Re: Downloding files once

2003-08-14 Thread Manuel Lemos
many chunks of 100K and use flush() after each chunk echo so you pass the data back to Apache instead of keeping it in your PHP memory space. -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net

[PHP] Re: UPS Address Validation PHP Class

2003-08-14 Thread Manuel Lemos
ed an Address Validator. Doesn't this class do what you want? Class: ShipTrack http://www.phpclasses.org/shiptrack -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

[PHP] Re: Problems send MIME multipart/alternative mail with php

2003-08-19 Thread Manuel Lemos
e for composing and sending multipart/alternative MIME messages and has workarounds for some of the mail() function problems: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List

[PHP] Re: UPS / USPS shipping algorithm

2003-08-20 Thread Manuel Lemos
try to fit them in. I've looked at different PHP scripts for calculating UPS and USPS shipping rates, but all of them I've seen so far expect the package size to already be calculated. Have you seen this? Class: ShipTrack http://www.phpclasses.org/shiptrack -- Regards, Manuel Le

[PHP] Re: php & qmail

2003-08-25 Thread Manuel Lemos
tion with this other class for composing and sending e-mail messages. It comes with a sub-class specialized in deliverying via SMTP that using the class above. http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.or

Re: [PHP] Re: php & qmail

2003-08-25 Thread Manuel Lemos
MIME composing and sending class address in case you want to try it yourself, as you need. http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] SMTP - Authorization?

2003-08-26 Thread Manuel Lemos
t requires authentication. http://www.phpclasses.org/smtpclass Use it in conjunction with this other class that lets you compose and send properly formatted messages: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpc

[PHP] Re: Uploading by email

2003-08-26 Thread Manuel Lemos
verd to a POP3 mailbox and the connect to the POP3 server to retrieve and process the message. I do that very often and use this POP3 client class to retrieve and delete processed messages: http://www.phpclasses.org/pop3class -- Regards, Manuel Lemos Free ready to use OOP components writ

[PHP] Re: credit card validations..

2003-03-20 Thread Manuel Lemos
ts. A lot of people will refuse to pay via Paypal. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Validation of Numeric string sent in a form

2003-03-20 Thread Manuel Lemos
ide. http://www.phpclasses.org/formsgeneration -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Internet Explorer toolbar

2003-03-27 Thread Manuel Ochoa
Is there any way of using php to launch a new browser without the IE toolbars?

[PHP] Re: HTML mail being sent with mail() not working for some people

2003-03-27 Thread Manuel Lemos
workaround for many mail() function problems: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Mail Header - id this PHP

2003-03-27 Thread Manuel Lemos
.org/mimemessage -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: How do i valadate an email address?

2003-03-27 Thread Manuel Lemos
-- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP and .zip creation support -- HELP!!

2003-03-28 Thread Manuel Lemos
dling with it only to find out that it's not possible anyway. Sure, you may find several Zip archive managing classes here: http://www.phpclasses.org/browse.html/class/42.html -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: A cool PHP tool - Pusher

2003-03-28 Thread Manuel Lemos
PHP sites. It is hard to learn the interest of this without knowing what feeds are provided. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] GNU & Open Source

2003-03-30 Thread Manuel Lemos
licenses), not *what* PHP stands for. Maybe PHP FAQ should have something about licenses. -- Regards, Manuel Lemos On Sun, 30 Mar 2003, John Taylor-Johnston wrote: Where does PHP.net stand? Is it GNU or OpenSource or both? What's the difference between www.GNU.org and www.OpenSource.org? I have

[PHP] Re: Mail problem

2003-05-27 Thread Manuel Lemos
? This looks like one of those bugs of the mail function. In that case you may want to try this class has it implements several work arounds to the mail function: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclas

[PHP] Re: Help With Queue mail

2003-05-27 Thread Manuel Lemos
that lets you control whether the message is delivered imediately or queue for later delivery: http://www.phpclasses.org/sendmail -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] Search Engines and Last-Modified Header

2003-05-29 Thread Manuel Lemos
ed it does not get indexed? Google does not index your whole site unless you pay. -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: sending email

2003-05-29 Thread Manuel Lemos
://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Links in e-mail

2003-05-30 Thread Manuel Lemos
, they will highlight them as links. However, if you want to put arbitrary text in links you need to compose and send HTML messages. In that case you may want to try this class for composing and sending HTML messages properly: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos

Re: [PHP] Mail - mime question

2003-05-30 Thread Manuel Lemos
ompose messages with text and HTML in the same body as well embedded images and attached files if you need that too. http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://w

[PHP] Re: UBB to HTML

2003-06-02 Thread Manuel Lemos
Hello, On 06/01/2003 10:05 PM, Zavaboy wrote: How can I strip ALL HTML tags, then turn UBB code to HTML. And I also want to know how to turn the HTML back to UBB? This class seems to do exactly what you want. Class: UBBCode http://www.phpclasses.org/ubb -- Regards, Manuel Lemos Free ready to

[PHP] Re: A recommended barcode program

2003-06-03 Thread Manuel Lemos
, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Validating user input

2003-06-04 Thread Manuel Lemos
class that can either validate you form values in the client site with generated Javascript or using the class itself on the server side: http://www.phpclasses.org/formsgeneration -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General

[PHP] Re: Best open source banner advertising application

2003-06-05 Thread Manuel Lemos
their preferred application? I'd be interested in speaking to people who have implemented something on a high traffic site phpAdsNew. -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubs

[PHP] Re: A recommended barcode program

2003-06-08 Thread Manuel Lemos
, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: mail() function & exchange

2003-06-10 Thread Manuel Lemos
this class for the actual message delivery: http://www.phpclasses.org/smtpclass -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: creation of a robot

2003-06-11 Thread Manuel Lemos
sting tools out there which can be plugged in to do this? You may want to start using this class for HTTP access. It submits forms and takes care of cookies. http://www.phpclasses.org/httpclient Then just use regular expressions to extract content. -- Regards, Manuel Lemos Free ready to us

Re: [PHP] Re: Zend encoding and security

2003-06-11 Thread Manuel Lemos
Hello, On 06/11/2003 06:08 AM, Zeev Suraski wrote: At 16:27 09/05/2003, Manuel Lemos wrote: Have you been on vacation or just working really hard to beat Turck? :-) I've been using the Turck MM Cache for 3 months now and the performance is amazing :) Yes, their benchmarks show th

[PHP] Re: Help with a UBB Code style parser...

2003-06-11 Thread Manuel Lemos
tput = str_replace("[/i]",'',$output); $output = str_replace("[img]",'',$output); etc... But I need to make a link parser ie: [url=http://xxx.xxx/blah]Link Title[/url] to produce a link of http://xxx.xxx/blah"; target="_new">Link Title Y

Re: [PHP] Re: mail() function & exchange

2003-06-11 Thread Manuel Lemos
rotocol dialog reveals. --- Manuel Lemos <[EMAIL PROTECTED]> schrieb: > Hello, On 06/10/2003 04:44 PM, Matthias Wulkow wrote: a friend of mine is trying to set up an automated mailing function. The platform is Windows & he's using the last PHP release at this time. He as

Re: [PHP] Re: mail() function & exchange

2003-06-13 Thread Manuel Lemos
t support, which is a Windows thing. -- Regards, Manuel Lemos just today I stumbled into the same problem. It is true, I got this answer from an expert: "Unfortunately this will not work. SMTP relaying is disabled on all the Exchange connector servers and a standard Exchange mailbox s

[PHP] Re: which is quicker? pseudo XML, or database?

2003-06-13 Thread Manuel Lemos
that can cache arbitrary data in files for top speed: http://www.phpclasses.org/filecacheclass -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Securing Source Code

2003-06-14 Thread Manuel Lemos
HP code in disk files that can be loaded later without the need of the original sources. http://www.turcksoft.com/en/e_mmc.htm -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, v

[PHP] Re: Zend Optimizer not active?

2003-06-15 Thread Manuel Lemos
encoding. The performance practically matches Zend commercial products. You may learn all about it here: http://www.turcksoft.com/en/e_mmc.htm -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To uns

[PHP] Re: PHP Priter Functions

2003-06-15 Thread Manuel Lemos
Hello, On 06/13/2003 06:41 AM, Stephen Goddard wrote: Has anyone managed to get the php printer functions to work on a network printer. My code is connecting to the printer but . You may want to try this class: Class: APrint http://www.phpclasses.org/aprint -- Regards, Manuel Lemos Free

[PHP] Re: Setting Return-Path header for mail() on Linux

2003-06-15 Thread Manuel Lemos
f the Return-Path header: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: slow mail()

2003-06-15 Thread Manuel Lemos
o sendmail switches to change the delivery mode to just queue the messages: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

[PHP] Re: Minimalistic BBcode script

2003-06-15 Thread Manuel Lemos
Hello, On 06/14/2003 10:53 AM, Dz wrote: I found one minimalistic BBcode script, but it doesnt work. You may want to try these classes that are ready to do what you want: Class: BBCode Class http://www.phpclasses.org/bbcode Class: UBBCode http://www.phpclasses.org/ubb -- Regards, Manuel Lemos

Re: [PHP] Re: Zend encoding and security

2003-06-15 Thread Manuel Lemos
Hello, On 06/15/2003 12:39 PM, Zeev Suraski wrote: At 13:59 11/06/2003, Manuel Lemos wrote: I guess they can't compare with what they can't afford to buy. It's therefore nice that it's available for free 21-day evaluation on zend.com, isn't it? :) I suppose that wa

Re: [PHP] Re: Zend encoding and security

2003-06-18 Thread Manuel Lemos
en less having to pay good money that you omit in your site, but I can understand that other people that are really richh would not mind using an external extension like yours. -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: mail() without subjects and froms

2003-06-20 Thread Manuel Lemos
- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Email Valadation

2003-06-20 Thread Manuel Lemos
Hello, On 06/17/2003 06:42 AM, Philip J. Newman wrote: How would i valadate an email string to see if it has invalid charactors? You may want to try this class: http://www.phpclasses.org/emailvalidation -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http

[PHP] Re: Password generator

2003-06-20 Thread Manuel Lemos
Hello, On 06/17/2003 06:45 AM, Davy Obdam wrote: I have to make a password generator, but i have a little problem. You may also want to try any of these classes: http://www.phpclasses.org/password%20generation -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http

[PHP] Re: correct encoding for emails

2003-06-24 Thread Manuel Lemos
t for you making it easy to compose and send messages in any idioms: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Write, Zip and Email

2003-06-24 Thread Manuel Lemos
at do that. http://www.phpclasses.org/browse.html/class/42.html As for sending it by e-mail, you may want to take a look at this class for composing and sending messages with attachments: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://w

[PHP] Re: correct encoding for emails

2003-06-24 Thread Manuel Lemos
"quoted-printable encoding" ? http://www.php.net/quoted-printable-decode "Manuel Lemos" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] Hello, On 06/24/2003 07:47 AM, Harry Wiens wrote: i'm coding a mail handler in php. i live in germany, and in ge

[PHP] Re: Javascript and forms in PHP

2003-06-25 Thread Manuel Lemos
validation with automatic generation of Javascript code to validate on the client site, and the class itself to validate on the server side: http://www.phpclasses.org/formsgeneration -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP

[PHP] Re: validation library?

2003-06-25 Thread Manuel Lemos
://mlemos.users.phpclasses.org/browse.html/class/63.html -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Securing PHP code

2003-06-25 Thread Manuel Lemos
more safeguarded against invasions that may happen any time. As for protecting your scripts, you should do it for instance with Turck encoder that is free but provides similar services to the commercial alternatives. http://www.turcksoft.com/en/e_mmc.htm -- Regards, Manuel Lemos Free ready

[PHP] Re: Generating Message-ID when sending messages

2003-06-25 Thread Manuel Lemos
direct delivery mode and set the Message-ID: header as you wish. http://www.phpclasses.org/mimemessage You also need this for the actual SMTP delivery: http://www.phpclasses.org/smtpclass -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP

[PHP] Re: Securing PHP code

2003-06-26 Thread Manuel Lemos
over HTTP would do. -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Securing PHP code

2003-06-26 Thread Manuel Lemos
hack the information in the database server, making having the two servers pointless. On 6/26/03 6:26 PM, "Manuel Lemos" <[EMAIL PROTECTED]> wrote: Hello, On 06/26/2003 02:10 AM, Joseph Szobody wrote: A safer architechture would be to use two machines. One to act as the We

[PHP] Re: Speed up MySQL

2003-06-27 Thread Manuel Lemos
is pretty fast(P4 1.8ghz/ 1gb ram). Any suggestions would be great! Use the appropriate indexes and upgrade to MySQL 4 to benefit from query caching. -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net

[PHP] Re: Compile php

2003-06-28 Thread Manuel Lemos
://www.turcksoft.com/en/e_mmc.htm -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP] PHP 5.0.0 Beta 1

2003-06-29 Thread Manuel Lemos
ght of keep the bundle of MySQL 3 library? Was there a problem, or is this unbundling initiative a sort of protest to make MySQL AB reconsider MySQL 4 client library licensing? -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mai

Re: [PHP] Re: HTML E-mails

2002-07-22 Thread Manuel Lemos
> better judgment because I once read that "the customer is always right." It is good when you can discourage your customers to use a certain wide spread technology for good reasons and still get paid for that. Anyway, would you object to develop a system for a customer where it is neede

[PHP] Re: php security mailing list ...

2002-07-22 Thread Manuel Lemos
Hello, On 07/22/2002 08:07 PM, Dario Bahena Tapia wrote: > Hi ... > > I want to be warned about php security issues, I couldn't find > an exact match in the mailing list names ... which one do you > recommend me? http://www.phpadvisory.com/ is what you are looking for.

[PHP] Re: [ANNOUNCE] PHP Security Advisory: Vulnerability in PHP

2002-07-22 Thread Manuel Lemos
s have new bugs, despite that also fix old bugs. This security advisory that the flaw did not exist in old versions. Anyway, always test everything before you update, wether it is upgrading or downgrading. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscr

Re: [PHP] Re: HTML E-mails

2002-07-22 Thread Manuel Lemos
stem that would let the customers decide wether they would get messages in HTML or text? > If they have a way to definitively determine that users are consistently > using HTML-capable MUAs, that's excellent, and I would not discourage them > from sending HTML-formatted messages to t

[PHP] Re: PHP OOP list

2002-07-23 Thread Manuel Lemos
group/php-objects/join -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] best way to log bad email address'

2002-07-25 Thread Manuel Lemos
an set it was .htaccess or ini_set(). You do not need to set the return-path/envelop sender address in php.ini . There are ways to work around that. It depends on the platform that you use, but in general you can use this class for that purpose. http://www.phpclasses.org/mimemessage --

[PHP] Re: Reg patch for PHP4.0.6

2002-07-29 Thread Manuel Lemos
atures of the newer version, just stick to 4.0.6 with that patch applied. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: REGEX for credit card number

2002-07-29 Thread Manuel Lemos
es.org/formsgeneration -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Sendmail "return-path" from my virtual webhost

2002-07-29 Thread Manuel Lemos
get to? Yes, you can use mail() 5th argument or call sendmail directly with the popen using -f switch. Take a look at these classes to learn how to do it in case you have doubts: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net

[PHP] Re: Public Scripts in a commercial product

2002-07-29 Thread Manuel Lemos
ended their Open Source software to be. Usually I do not recommend GPL at all unless you are aware of what it means and that is what you really want it. Usually I recommend BSD license or similar like Apache or even PHP license. -- Regards, Manuel Lemos -- PHP General Mailing List (http:

[PHP] Re: Public Scripts in a commercial product

2002-07-29 Thread Manuel Lemos
there is an alternative solution "out there" to almost > *ANY* of the publicly available code in those forums, or that you could dig > into them for the core of what they do and write your own from scratch. Yes, that is the recommended way of dealing with the licensing doubts. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Image out of LDAP

2002-07-29 Thread Manuel Vazquez
Good morning, I'm running a OpenLDAP database which includes JPEG photos for some entries. The purpose is to view these images on a web page. Unfortunately I do not have much experience with PHP so any help would be very appreciated. Thanks in advance, Manuel Vazquez -- PHP General Ma

[PHP] Re: how to debug mail() problem?

2002-07-30 Thread Manuel Lemos
elivery, because the emails always get delivered. > Any help would be appreciated. > thanks, Mail() has a track record of being very buggy, especially under Windows. From that error message it seems that it is getting an unexpected response from your server on the QUIT SMTP command. Anyway, if

[PHP] Re: Sendmail "return-path" from my virtual webhost

2002-07-30 Thread Manuel Lemos
l path added [EMAIL PROTECTED] . Regards, Manuel Lemos > > > Manuel Lemos wrote: > >> Hello, >> >> On 07/29/2002 01:54 PM, Al wrote: >> >>> Emails sent from my php scripts, using sendmail, all have a goofy >>> "return-path" variabl

[PHP] Re: [CROSS POST] PHP Meetup & Texas PHP Users

2002-07-26 Thread Manuel Lemos
inconvenient constraints of place and day of the week. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Mail Form

2002-07-30 Thread Manuel Lemos
Hello, On 07/31/2002 12:35 AM, Bob Lockie wrote: >>use a decent editor with syntax highlighting > > > What is a free cross platform syntax highlighting editor? > Are there any Open Source ones that you know of? Use kate that comes with KDE. -- Regards, Manuel Lemos

[PHP] Re: I cannot use mail() ?!?

2002-07-31 Thread Manuel Lemos
e and see what the SMTP dialog shows. http://www.phpclasses.org/smtpclass This class is better used in conjunction with this for composing and sending MIME formatted messages: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.p

[PHP] Re: mail() problems

2002-07-31 Thread Manuel Lemos
does handle mail for a few >domains and does accept mail for localhost. Any ideas where I've gone wrong? All >this was wokring with php 4.2.1 until a hard drive died. I rebuild the machine and >installed php 4.2.2 and this is where I'm at. I'm using the same sendmail &

Re: [PHP] Re: mail() problems

2002-07-31 Thread Manuel Lemos
ck in the mail queue for some reason? Did you do mailq to see if it is still there? If it isn't and it bounced it should have gone to that $email address. If you set to [EMAIL PROTECTED], you will not see the bounced message and will probably miss the reason why it bounced. > * Man

[PHP] Re: attachements in mail()

2002-08-01 Thread Manuel Lemos
dded files, and multipart/alternative to let you compose messages with alternative text and HTML versions in the same message body. http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Protect PHP coding

2002-08-01 Thread Manuel Lemos
Hello, On 08/01/2002 01:58 PM, Yc Nyon wrote: > Is there any method to encrypt PHP files. Use bcompiler which is free and is part of PEAR/PECL official PHP extensions repository: http://pear.php.net/package-info.php?pacid=95 -- Regards, Manuel Lemos -- PHP General Mailing List (h

Re: [PHP] Why Protect PHP coding?

2002-08-01 Thread Manuel Lemos
Hello, On 08/02/2002 01:47 AM, Php @ Banana wrote: > Just out of curiosity when and why? When you want to sell your PHP applications or otherwise do not want to disclosed the knowledged embedded in the code. >>Is there any method to encrypt PHP files. -- Regards, Manuel Lemos

[PHP] Re: Protect PHP coding

2002-08-02 Thread Manuel Lemos
e that for Zend Encoder is ridiculously expensive. Other than that, if you're main concerne is protecting your PHP code, you can do very well with bcompiler. > Elias > "Manuel Lemos" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PRO

Re: [PHP] Re: Protect PHP coding

2002-08-02 Thread Manuel Lemos
like you were using Zend Cache, except that you do not need to pay a fortune to use it! :-) Regards, Manuel Lemos > > anybody have a testimonials on it's use?? > > > Thanks, > > Randy > - Original Message - > From: "Manuel Lemos" <[EMAIL

[PHP] Re: My SQL speed.

2002-08-02 Thread Manuel Lemos
tter is rethinking your application. Does it really need to store 3 million records? -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: mail problems

2002-08-02 Thread Manuel Lemos
posed > to send as the user 'bob'. > I have sendmail 8.12.5 and PHP 4.2.2 on the same RedHat Linux machine? Use mail() 5th argument like this "[EMAIL PROTECTED]", -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: My SQL speed.

2002-08-02 Thread Manuel Lemos
Hello, On 08/03/2002 01:54 AM, Jason Stechschulte wrote: > On Sat, Aug 03, 2002 at 01:49:10AM -0300, Manuel Lemos wrote: > >>>Google has 1 billion pages and qurys in a few milliseconds... >> >>Real search engines do not use SQL databases. > > > What do sea

[PHP] Re: Protect PHP coding

2002-08-03 Thread Manuel Lemos
t can be automatically downloaded. > > > "Manuel Lemos" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > >>Hello, >> >>On 08/02/2002 11:06 AM, Lallous wrote: >> >>>So... >>>Is this eq

Re: [PHP] Re: Protect PHP coding

2002-08-03 Thread Manuel Lemos
ter of fact the only thing that Zend people have been working on PHP itself is Zend engine 2. Last time that I looked, Zend engine 2 is mostly a thing that was developed to make PHP more like Java. If I wanted that, I would probably be using Java instead. I am afraid that is only helping to reme

Re: [PHP] Re: Protect PHP coding

2002-08-04 Thread Manuel Lemos
really hard, if viable at all to reverse engineer. That would make PHP match other languages offer of real compilers either in protection terms and speed. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Protect PHP coding

2002-08-04 Thread Manuel Lemos
is not making products Open Source that will lead to their automatic success. > I know plenty of people disagree with this view, but there you have it. OTOH there are plenty of people that completely agree. You would have much more to gain to understand both sides instead of pushing for

Re: [PHP] Re: Protect PHP coding

2002-08-04 Thread Manuel Lemos
ke your clients, they can't afford the greedy prices of Zend. I often recommend using APC in MMAP mode that automatically stores compiled files in disk, so you can protect their source code for free. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Protect PHP coding

2002-08-04 Thread Manuel Lemos
ve to pay for compilers in other languages. That is one more reason for some people to drop PHP. That is not my case, I prefer to stick to PHP and contribute for free PHP compilers be made available and everybody knows about them. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Protect PHP coding

2002-08-04 Thread Manuel Lemos
is. You make me laugh. I don't think the point is having Zend Encoder for free. The point is being able to protect PHP code for free like you can with other languages. It does not have to be with Zend products. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

<    1   2   3   4   5   6   7   8   9   10   >