Re: [PHP] which php file is sending emails?

2011-01-15 Thread Nilesh Govindarajan
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

Re: [PHP] which php file is sending emails?

2011-01-15 Thread Jim Lucas
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

Re: [PHP] which php file is sending emails?

2011-01-15 Thread David Hutto
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 *

Re: [PHP] which php file is sending emails?

2011-01-15 Thread Nilesh Govindarajan
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

Re: [PHP] Distributed File Purchase Encryption (DFPE)

2011-01-15 Thread Ashley Sheridan
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

[PHP] Distributed File Purchase Encryption (DFPE)

2011-01-15 Thread Fernando Amorim
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.

Re: [PHP] which php file is sending emails?

2011-01-15 Thread Daniel Brown
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

Re: [PHP] which php file is sending emails?

2011-01-15 Thread Nilesh Govindarajan
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

Re: [PHP] which php file is sending emails?

2011-01-15 Thread tedd
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

Re: [PHP] which php file is sending emails?

2011-01-15 Thread Daniel Brown
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

Re: [PHP] Re: Rewriting string

2011-01-15 Thread David McGlone
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'); > >>

Re: [PHP] which php file is sending emails?

2011-01-15 Thread Nilesh Govindarajan
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"

Re: [PHP] which php file is sending emails?

2011-01-15 Thread Jim Lucas
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

Re: [PHP] lists, email, 1 each

2011-01-15 Thread Judson Vaughn
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,

Re: [PHP] lists, email, 1 each

2011-01-15 Thread Daniel Brown
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

[PHP] lists, email, 1 each

2011-01-15 Thread kbailey
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

Re: [PHP] Re: Rewriting string

2011-01-15 Thread Evil Son
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("_", " "