On 01/16/2011 12:33 PM, Jim Lucas wrote:
On 1/15/2011 10:51 AM, Nilesh Govindarajan wrote:
On 01/15/2011 11:13 PM, Daniel Brown wrote:
On Sat, Jan 15, 2011 at 12:21, Nilesh Govindarajan wrote:
On 01/15/2011 10:22 PM, Jim Lucas wrote:
Um, I use OpenBSD and that command gives me an error or
On 1/15/2011 10:51 AM, Nilesh Govindarajan wrote:
> On 01/15/2011 11:13 PM, Daniel Brown wrote:
>> On Sat, Jan 15, 2011 at 12:21, Nilesh Govindarajan wrote:
>>> On 01/15/2011 10:22 PM, Jim Lucas wrote:
Um, I use OpenBSD and that command gives me an error or two...
$ grep -l mai
On Sat, Jan 15, 2011 at 10:32 PM, Nilesh Govindarajan wrote:
> On 01/16/2011 12:45 AM, Daniel Brown wrote:
>>
>> On Sat, Jan 15, 2011 at 13:51, Nilesh Govindarajan
>> wrote:
>>>
>>> hahaha, that command wasn't broken. It works on Linux. But certain
>>> commands
>>> have to be changed to work on *
On 01/16/2011 12:45 AM, Daniel Brown wrote:
On Sat, Jan 15, 2011 at 13:51, Nilesh Govindarajan wrote:
hahaha, that command wasn't broken. It works on Linux. But certain commands
have to be changed to work on *BSD.
For example, chmod u=rwx,g=rwx,o= directory -R will work on linux, but will
not
On Sat, 2011-01-15 at 20:42 +, Fernando Amorim wrote:
> I was thinking in something , is not quite php related, but I was thinking
> of an app that would encrypt a file (that file could be anything) and the
> author would create an encryption key giving an amount of money to be
> collected. It
I was thinking in something , is not quite php related, but I was thinking
of an app that would encrypt a file (that file could be anything) and the
author would create an encryption key giving an amount of money to be
collected. It would become public and anyone could give as much money as
wanted.
On Sat, Jan 15, 2011 at 13:51, Nilesh Govindarajan wrote:
>
> hahaha, that command wasn't broken. It works on Linux. But certain commands
> have to be changed to work on *BSD.
>
> For example, chmod u=rwx,g=rwx,o= directory -R will work on linux, but will
> not on FreeBSD. It has to be changed to
On 01/15/2011 11:13 PM, Daniel Brown wrote:
On Sat, Jan 15, 2011 at 12:21, Nilesh Govindarajan wrote:
On 01/15/2011 10:22 PM, Jim Lucas wrote:
Um, I use OpenBSD and that command gives me an error or two...
$ grep -l mail $(find -name *.php)
find: unknown option -- n
find: unknown option -- a
At 11:23 AM +0530 1/15/11, Nilesh Govindarajan wrote:
On 01/15/2011 06:21 AM, Mesut GULNAZ wrote:
is it possible to see which php file(s) is/are sending emails on my server
by php.ini or with any other way?
coz i have a server and i have many domains and subdomains. on my smtp
systems i saw tha
On Sat, Jan 15, 2011 at 12:21, Nilesh Govindarajan wrote:
> On 01/15/2011 10:22 PM, Jim Lucas wrote:
>>
>> Um, I use OpenBSD and that command gives me an error or two...
>>
>> $ grep -l mail $(find -name *.php)
>> find: unknown option -- n
>> find: unknown option -- a
>> find: unknown option -- m
On Saturday, January 15, 2011 07:36:33 am Evil Son wrote:
> On Sat, Jan 15, 2011 at 10:20 AM, David McGlone wrote:
> > On Thursday, January 13, 2011 12:45:30 pm Nathan Rixham wrote:
> >> ...
> >> $categorys = array('home', 'services', 'gallery', 'about_us',
> >> 'contact_us', 'testimonials');
> >>
On 01/15/2011 10:22 PM, Jim Lucas wrote:
Um, I use OpenBSD and that command gives me an error or two...
$ grep -l mail $(find -name *.php)
find: unknown option -- n
find: unknown option -- a
find: unknown option -- m
find: unknown option -- e
formmail.php
$ grep -l mail $(find ./ -name "*.php"
On 1/14/2011 9:53 PM, Nilesh Govindarajan wrote:
> On 01/15/2011 06:21 AM, Mesut GULNAZ wrote:
>> is it possible to see which php file(s) is/are sending emails on my server
>> by php.ini or with any other way?
>>
>> coz i have a server and i have many domains and subdomains. on my smtp
>> systems i
What about sending the one-recipient message to a php script that would forward
the message to as many addresses as you specify?
Not very elegant but a fast fix.
Jud
Sent from my iPad
Jud at bizville.com
Phone 703-303-4271
On Jan 15, 2011, at 10:58 AM, kbai...@howlermonkey.net wrote:
> ok,
On Sat, Jan 15, 2011 at 10:58, wrote:
> ok, my site uses the Cpanel. Cpanel does NOT like creating forwarding
> aliases with multiple TO address'. I want to make a bone butt simple list
> using a php script, and this must accept a file with 2 email address' in it.
> Any advice?
cPanel does m
ok, my site uses the Cpanel. Cpanel does NOT like creating forwarding
aliases with multiple TO address'. I want to make a bone butt simple
list using a php script, and this must accept a file with 2 email
address' in it. Any advice?
--
PHP General Mailing List (http://www.php.net/)
To uns
On Sat, Jan 15, 2011 at 10:20 AM, David McGlone wrote:
> On Thursday, January 13, 2011 12:45:30 pm Nathan Rixham wrote:
>> ...
>> $categorys = array('home', 'services', 'gallery', 'about_us',
>> 'contact_us', 'testimonials');
>> foreach($categorys as $category) {
>> $temp = str_replace("_", " "
17 matches
Mail list logo