You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
(9) |
May
(28) |
Jun
(54) |
Jul
(68) |
Aug
(34) |
Sep
(20) |
Oct
(62) |
Nov
(58) |
Dec
(77) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(91) |
Feb
(101) |
Mar
(73) |
Apr
(107) |
May
(56) |
Jun
(43) |
Jul
(68) |
Aug
(31) |
Sep
(35) |
Oct
(50) |
Nov
(20) |
Dec
(37) |
2004 |
Jan
(17) |
Feb
(3) |
Mar
(2) |
Apr
(7) |
May
(3) |
Jun
(11) |
Jul
(8) |
Aug
(22) |
Sep
(10) |
Oct
(9) |
Nov
(17) |
Dec
(6) |
2005 |
Jan
(14) |
Feb
(11) |
Mar
(6) |
Apr
(30) |
May
(17) |
Jun
(57) |
Jul
(18) |
Aug
(18) |
Sep
(32) |
Oct
(49) |
Nov
(19) |
Dec
(40) |
2006 |
Jan
(48) |
Feb
(68) |
Mar
(74) |
Apr
(92) |
May
(90) |
Jun
(60) |
Jul
(25) |
Aug
(47) |
Sep
(36) |
Oct
(64) |
Nov
(57) |
Dec
(21) |
2007 |
Jan
(74) |
Feb
(24) |
Mar
(49) |
Apr
(37) |
May
(56) |
Jun
(27) |
Jul
(23) |
Aug
(24) |
Sep
(24) |
Oct
(58) |
Nov
(13) |
Dec
(9) |
2008 |
Jan
(41) |
Feb
(16) |
Mar
(53) |
Apr
(19) |
May
(53) |
Jun
(20) |
Jul
(44) |
Aug
(12) |
Sep
(19) |
Oct
(22) |
Nov
(64) |
Dec
(14) |
2009 |
Jan
(16) |
Feb
(37) |
Mar
(30) |
Apr
(24) |
May
(3) |
Jun
(14) |
Jul
(39) |
Aug
(30) |
Sep
(38) |
Oct
(10) |
Nov
(9) |
Dec
(30) |
2010 |
Jan
(27) |
Feb
(9) |
Mar
(8) |
Apr
(38) |
May
(17) |
Jun
(2) |
Jul
(15) |
Aug
(3) |
Sep
(9) |
Oct
(3) |
Nov
(14) |
Dec
(6) |
2011 |
Jan
(1) |
Feb
(14) |
Mar
(18) |
Apr
(7) |
May
(3) |
Jun
(5) |
Jul
(3) |
Aug
|
Sep
(3) |
Oct
(3) |
Nov
(3) |
Dec
(2) |
2012 |
Jan
(2) |
Feb
(2) |
Mar
(1) |
Apr
|
May
(2) |
Jun
(1) |
Jul
(2) |
Aug
(2) |
Sep
(1) |
Oct
(4) |
Nov
(5) |
Dec
|
2013 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Domenic R. <rod...@ya...> - 2010-01-06 23:55:35
|
I've been looking into setting up a website with SMS functionality, I've been doing some research and found an excellent resource here: http://www.developershome.com/sms/ They also had a list of SMS Service Providers: http://www.developershome.com/sms/smsGatewayProvComp.asp I was wondering if anyone out there might have a favorite SMS gateway that they use - this is going to be a small private project between three developers so we're really looking for affordibility - anyone have any suggestions? Thanks in Advance Domenic |
From: Trevor O. <tr...@gm...> - 2010-01-06 15:53:22
|
GoDaddy also prevents you from ssh-ing into your account. I switched to dreamhost recently and am much happier with them. 2010/1/6 Barry Von Ahsen <ba...@vo...> > I am able to system() on a client's godaddy account, I'm not sure what > they're hosting type is, but I have ssh access (but it's not virtual > dedicated). > > I'd go through each of system/exec/passthru et al and see if one of them > works > > -barry > > > Tom Printy wrote: > > Hi All, > > > > Thanks for the replies. Looks like safe mode is turned off: > > http://textconn.com/sms/info.php > > > > > > My guess is that Sara is correct in that they disabled the shell_exec > > call. > > > > I suppose I could try just the basic exec() command and see if that > > works, however I bet they have the same limitations. > > > > > > Thanks for the tips I will keep working on this. > > > > -Tom > > > > > > > > > > > > On Tue, 2010-01-05 at 20:44 -0800, matt donohue wrote: > >> You can check your php.ini file and if it's running safe mode no dice. > >> echo phpinfo(); > >> ini_set("safe_mode",0) works for some php installs (see manual). > >> > >> Or- ditch GoDaddy and get a real hosting solution that has root. It > costs the same. > >> > >> Matt > >> > >> > >> > >> > >> ________________________________ > >> From: Sara Trice <sa...@sa...> > >> To: Chicago PHP User Group <chi...@li...> > >> Sent: Tue, January 5, 2010 5:54:26 PM > >> Subject: Re: [chiPHPug-discuss] (no subject) > >> > >> I'm 99% sure shell_exec() is disabled on GoDaddy because ... well, > >> it's a cheap webhost, and rather than secure their servers, they > >> eliminate problems by not offering features. > >> > >> -Sara > >> > >> On Tue, Jan 5, 2010 at 5:35 PM, Tom Printy <tp...@ma...> > wrote: > >>> Hey Guys/Gals, > >>> > >>> I have some software that I am working with that is running on GoDaddy. > >>> I am attempting to have PHP call another script to run in the > >>> background. However I am running into so troubles and I was wondering > if > >>> anyone else has had any success with this. Here is what I am doing: > >>> > >>> shell_exec("nohup /home/content/t/e/x/textconn/html/sms/ > sendmessages.pl > >>> 2> /dev/null &"); > >>> > >>> The php scipt seems to hang at this point and the browser then times > >>> out. > >>> > >>> Any advice? > >>> > >>> Thanks > >>> -Tom Printy > >>> www.edisonave.com > >>> > >>> > >>> > ------------------------------------------------------------------------------ > >>> This SF.Net email is sponsored by the Verizon Developer Community > >>> Take advantage of Verizon's best-in-class app development support > >>> A streamlined, 14 day to market process makes app distribution fast and > easy > >>> Join now and get one step closer to millions of Verizon customers > >>> http://p.sf.net/sfu/verizon-dev2dev > >>> _______________________________________________ > >>> chiPHPug-discuss mailing list > >>> chi...@li... > >>> https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > >>> > >>> > >> > ------------------------------------------------------------------------------ > >> This SF.Net email is sponsored by the Verizon Developer Community > >> Take advantage of Verizon's best-in-class app development support > >> A streamlined, 14 day to market process makes app distribution fast and > easy > >> Join now and get one step closer to millions of Verizon customers > >> http://p.sf.net/sfu/verizon-dev2dev > >> _______________________________________________ > >> chiPHPug-discuss mailing list > >> chi...@li... > >> https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > >> > ------------------------------------------------------------------------------ > >> This SF.Net email is sponsored by the Verizon Developer Community > >> Take advantage of Verizon's best-in-class app development support > >> A streamlined, 14 day to market process makes app distribution fast and > easy > >> Join now and get one step closer to millions of Verizon customers > >> http://p.sf.net/sfu/verizon-dev2dev > >> _______________________________________________ > >> chiPHPug-discuss mailing list > >> chi...@li... > >> https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > > > > > > > > > ------------------------------------------------------------------------------ > > This SF.Net email is sponsored by the Verizon Developer Community > > Take advantage of Verizon's best-in-class app development support > > A streamlined, 14 day to market process makes app distribution fast and > easy > > Join now and get one step closer to millions of Verizon customers > > http://p.sf.net/sfu/verizon-dev2dev > > _______________________________________________ > > chiPHPug-discuss mailing list > > chi...@li... > > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and > easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > |
From: Barry V. A. <ba...@vo...> - 2010-01-06 15:33:49
|
I am able to system() on a client's godaddy account, I'm not sure what they're hosting type is, but I have ssh access (but it's not virtual dedicated). I'd go through each of system/exec/passthru et al and see if one of them works -barry Tom Printy wrote: > Hi All, > > Thanks for the replies. Looks like safe mode is turned off: > http://textconn.com/sms/info.php > > > My guess is that Sara is correct in that they disabled the shell_exec > call. > > I suppose I could try just the basic exec() command and see if that > works, however I bet they have the same limitations. > > > Thanks for the tips I will keep working on this. > > -Tom > > > > > > On Tue, 2010-01-05 at 20:44 -0800, matt donohue wrote: >> You can check your php.ini file and if it's running safe mode no dice. >> echo phpinfo(); >> ini_set("safe_mode",0) works for some php installs (see manual). >> >> Or- ditch GoDaddy and get a real hosting solution that has root. It costs the same. >> >> Matt >> >> >> >> >> ________________________________ >> From: Sara Trice <sa...@sa...> >> To: Chicago PHP User Group <chi...@li...> >> Sent: Tue, January 5, 2010 5:54:26 PM >> Subject: Re: [chiPHPug-discuss] (no subject) >> >> I'm 99% sure shell_exec() is disabled on GoDaddy because ... well, >> it's a cheap webhost, and rather than secure their servers, they >> eliminate problems by not offering features. >> >> -Sara >> >> On Tue, Jan 5, 2010 at 5:35 PM, Tom Printy <tp...@ma...> wrote: >>> Hey Guys/Gals, >>> >>> I have some software that I am working with that is running on GoDaddy. >>> I am attempting to have PHP call another script to run in the >>> background. However I am running into so troubles and I was wondering if >>> anyone else has had any success with this. Here is what I am doing: >>> >>> shell_exec("nohup /home/content/t/e/x/textconn/html/sms/sendmessages.pl >>> 2> /dev/null &"); >>> >>> The php scipt seems to hang at this point and the browser then times >>> out. >>> >>> Any advice? >>> >>> Thanks >>> -Tom Printy >>> www.edisonave.com >>> >>> >>> ------------------------------------------------------------------------------ >>> This SF.Net email is sponsored by the Verizon Developer Community >>> Take advantage of Verizon's best-in-class app development support >>> A streamlined, 14 day to market process makes app distribution fast and easy >>> Join now and get one step closer to millions of Verizon customers >>> http://p.sf.net/sfu/verizon-dev2dev >>> _______________________________________________ >>> chiPHPug-discuss mailing list >>> chi...@li... >>> https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss >>> >>> >> ------------------------------------------------------------------------------ >> This SF.Net email is sponsored by the Verizon Developer Community >> Take advantage of Verizon's best-in-class app development support >> A streamlined, 14 day to market process makes app distribution fast and easy >> Join now and get one step closer to millions of Verizon customers >> http://p.sf.net/sfu/verizon-dev2dev >> _______________________________________________ >> chiPHPug-discuss mailing list >> chi...@li... >> https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss >> ------------------------------------------------------------------------------ >> This SF.Net email is sponsored by the Verizon Developer Community >> Take advantage of Verizon's best-in-class app development support >> A streamlined, 14 day to market process makes app distribution fast and easy >> Join now and get one step closer to millions of Verizon customers >> http://p.sf.net/sfu/verizon-dev2dev >> _______________________________________________ >> chiPHPug-discuss mailing list >> chi...@li... >> https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss |
From: Andy C. <bng...@gm...> - 2010-01-06 14:46:58
|
I realize that this is late in your messages, but I have bypassed some restrictions with GoDaddy. I have a Linux server that I use for various things. I have PHP on my Linux box configured with safe mode off. I was told by a tech at GoDaddy that if I place my php.ini file in my GoDaddy server root that it will use that file my default. Might not fix anything, but it might be worth a try. PEACE!!!!!!, Andy Carlson Carlson Technology http://www.carlson-tech.com (815) 200-9303 --------------------------------------------------- "Man's conquest of Nature turns out, in the moment of its consummation, to be Nature's conquest of Man." -- C.S. Lewis On Wed, Jan 6, 2010 at 8:36 AM, Tom Printy <tp...@ma...>wrote: > Hi All, > > Thanks for the replies. Looks like safe mode is turned off: > http://textconn.com/sms/info.php > > > My guess is that Sara is correct in that they disabled the shell_exec > call. > > I suppose I could try just the basic exec() command and see if that > works, however I bet they have the same limitations. > > > Thanks for the tips I will keep working on this. > > -Tom > > > > > > On Tue, 2010-01-05 at 20:44 -0800, matt donohue wrote: > > You can check your php.ini file and if it's running safe mode no dice. > > echo phpinfo(); > > ini_set("safe_mode",0) works for some php installs (see manual). > > > > Or- ditch GoDaddy and get a real hosting solution that has root. It costs > the same. > > > > Matt > > > > > > > > > > ________________________________ > > From: Sara Trice <sa...@sa...> > > To: Chicago PHP User Group <chi...@li...> > > Sent: Tue, January 5, 2010 5:54:26 PM > > Subject: Re: [chiPHPug-discuss] (no subject) > > > > I'm 99% sure shell_exec() is disabled on GoDaddy because ... well, > > it's a cheap webhost, and rather than secure their servers, they > > eliminate problems by not offering features. > > > > -Sara > > > > On Tue, Jan 5, 2010 at 5:35 PM, Tom Printy <tp...@ma...> > wrote: > > > Hey Guys/Gals, > > > > > > I have some software that I am working with that is running on GoDaddy. > > > I am attempting to have PHP call another script to run in the > > > background. However I am running into so troubles and I was wondering > if > > > anyone else has had any success with this. Here is what I am doing: > > > > > > shell_exec("nohup /home/content/t/e/x/textconn/html/sms/ > sendmessages.pl > > > 2> /dev/null &"); > > > > > > The php scipt seems to hang at this point and the browser then times > > > out. > > > > > > Any advice? > > > > > > Thanks > > > -Tom Printy > > > www.edisonave.com > > > > > > > > > > ------------------------------------------------------------------------------ > > > This SF.Net email is sponsored by the Verizon Developer Community > > > Take advantage of Verizon's best-in-class app development support > > > A streamlined, 14 day to market process makes app distribution fast and > easy > > > Join now and get one step closer to millions of Verizon customers > > > http://p.sf.net/sfu/verizon-dev2dev > > > _______________________________________________ > > > chiPHPug-discuss mailing list > > > chi...@li... > > > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > > > > > > > > > > > ------------------------------------------------------------------------------ > > This SF.Net email is sponsored by the Verizon Developer Community > > Take advantage of Verizon's best-in-class app development support > > A streamlined, 14 day to market process makes app distribution fast and > easy > > Join now and get one step closer to millions of Verizon customers > > http://p.sf.net/sfu/verizon-dev2dev > > _______________________________________________ > > chiPHPug-discuss mailing list > > chi...@li... > > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > > > ------------------------------------------------------------------------------ > > This SF.Net email is sponsored by the Verizon Developer Community > > Take advantage of Verizon's best-in-class app development support > > A streamlined, 14 day to market process makes app distribution fast and > easy > > Join now and get one step closer to millions of Verizon customers > > http://p.sf.net/sfu/verizon-dev2dev > > _______________________________________________ > > chiPHPug-discuss mailing list > > chi...@li... > > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > > > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and > easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > |
From: Tom P. <tp...@ma...> - 2010-01-06 14:34:07
|
Hi All, Thanks for the replies. Looks like safe mode is turned off: http://textconn.com/sms/info.php My guess is that Sara is correct in that they disabled the shell_exec call. I suppose I could try just the basic exec() command and see if that works, however I bet they have the same limitations. Thanks for the tips I will keep working on this. -Tom On Tue, 2010-01-05 at 20:44 -0800, matt donohue wrote: > You can check your php.ini file and if it's running safe mode no dice. > echo phpinfo(); > ini_set("safe_mode",0) works for some php installs (see manual). > > Or- ditch GoDaddy and get a real hosting solution that has root. It costs the same. > > Matt > > > > > ________________________________ > From: Sara Trice <sa...@sa...> > To: Chicago PHP User Group <chi...@li...> > Sent: Tue, January 5, 2010 5:54:26 PM > Subject: Re: [chiPHPug-discuss] (no subject) > > I'm 99% sure shell_exec() is disabled on GoDaddy because ... well, > it's a cheap webhost, and rather than secure their servers, they > eliminate problems by not offering features. > > -Sara > > On Tue, Jan 5, 2010 at 5:35 PM, Tom Printy <tp...@ma...> wrote: > > Hey Guys/Gals, > > > > I have some software that I am working with that is running on GoDaddy. > > I am attempting to have PHP call another script to run in the > > background. However I am running into so troubles and I was wondering if > > anyone else has had any success with this. Here is what I am doing: > > > > shell_exec("nohup /home/content/t/e/x/textconn/html/sms/sendmessages.pl > > 2> /dev/null &"); > > > > The php scipt seems to hang at this point and the browser then times > > out. > > > > Any advice? > > > > Thanks > > -Tom Printy > > www.edisonave.com > > > > > > ------------------------------------------------------------------------------ > > This SF.Net email is sponsored by the Verizon Developer Community > > Take advantage of Verizon's best-in-class app development support > > A streamlined, 14 day to market process makes app distribution fast and easy > > Join now and get one step closer to millions of Verizon customers > > http://p.sf.net/sfu/verizon-dev2dev > > _______________________________________________ > > chiPHPug-discuss mailing list > > chi...@li... > > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > > > > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss |
From: junkmail <jun...@2z...> - 2010-01-06 14:07:22
|
Simply put, you have more control over your hosting environment. I assume this means you can modify various configurations much more than you can with a non-root host. I'm not sure on the specifics, but I would love to hear about situations where this is required. Andrew Steve E. wrote: > Good day - > > Newbie here - I currently use GoDaddy for a small database-driven site > without significant trouble (hate their help system, though). I am > interested in Matt D.'s comment about getting a host that has "root". Can > someone explain what this means and any obvious (or hidden) benefits that a > change of hosts might provide? Many thanks. > > > Steve E. > Chicago, IL > > > > |
From: Steve E. <set...@at...> - 2010-01-06 13:53:57
|
Good day - Newbie here - I currently use GoDaddy for a small database-driven site without significant trouble (hate their help system, though). I am interested in Matt D.'s comment about getting a host that has "root". Can someone explain what this means and any obvious (or hidden) benefits that a change of hosts might provide? Many thanks. Steve E. Chicago, IL -----Original Message----- From: matt donohue [mailto:mm_...@ya...] Sent: Tuesday, January 05, 2010 10:45 PM To: Chicago PHP User Group Subject: Re: [chiPHPug-discuss] (no subject) You can check your php.ini file and if it's running safe mode no dice. echo phpinfo(); ini_set("safe_mode",0) works for some php installs (see manual). Or- ditch GoDaddy and get a real hosting solution that has root. It costs the same. Matt ________________________________ From: Sara Trice <sa...@sa...> To: Chicago PHP User Group <chi...@li...> Sent: Tue, January 5, 2010 5:54:26 PM Subject: Re: [chiPHPug-discuss] (no subject) I'm 99% sure shell_exec() is disabled on GoDaddy because ... well, it's a cheap webhost, and rather than secure their servers, they eliminate problems by not offering features. -Sara On Tue, Jan 5, 2010 at 5:35 PM, Tom Printy <tp...@ma...> wrote: > Hey Guys/Gals, > > I have some software that I am working with that is running on > GoDaddy. I am attempting to have PHP call another script to run in the > background. However I am running into so troubles and I was wondering > if anyone else has had any success with this. Here is what I am doing: > > shell_exec("nohup > /home/content/t/e/x/textconn/html/sms/sendmessages.pl > 2> /dev/null &"); > > The php scipt seems to hang at this point and the browser then times > out. > > Any advice? > > Thanks > -Tom Printy > www.edisonave.com > > > ---------------------------------------------------------------------- > -------- > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > > ---------------------------------------------------------------------------- -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ chiPHPug-discuss mailing list chi...@li... https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss ---------------------------------------------------------------------------- -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ chiPHPug-discuss mailing list chi...@li... https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss |
From: matt d. <mm_...@ya...> - 2010-01-06 04:45:00
|
You can check your php.ini file and if it's running safe mode no dice. echo phpinfo(); ini_set("safe_mode",0) works for some php installs (see manual). Or- ditch GoDaddy and get a real hosting solution that has root. It costs the same. Matt ________________________________ From: Sara Trice <sa...@sa...> To: Chicago PHP User Group <chi...@li...> Sent: Tue, January 5, 2010 5:54:26 PM Subject: Re: [chiPHPug-discuss] (no subject) I'm 99% sure shell_exec() is disabled on GoDaddy because ... well, it's a cheap webhost, and rather than secure their servers, they eliminate problems by not offering features. -Sara On Tue, Jan 5, 2010 at 5:35 PM, Tom Printy <tp...@ma...> wrote: > Hey Guys/Gals, > > I have some software that I am working with that is running on GoDaddy. > I am attempting to have PHP call another script to run in the > background. However I am running into so troubles and I was wondering if > anyone else has had any success with this. Here is what I am doing: > > shell_exec("nohup /home/content/t/e/x/textconn/html/sms/sendmessages.pl > 2> /dev/null &"); > > The php scipt seems to hang at this point and the browser then times > out. > > Any advice? > > Thanks > -Tom Printy > www.edisonave.com > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > > ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ chiPHPug-discuss mailing list chi...@li... https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss |
From: Sara T. <sa...@sa...> - 2010-01-05 23:54:34
|
I'm 99% sure shell_exec() is disabled on GoDaddy because ... well, it's a cheap webhost, and rather than secure their servers, they eliminate problems by not offering features. -Sara On Tue, Jan 5, 2010 at 5:35 PM, Tom Printy <tp...@ma...> wrote: > Hey Guys/Gals, > > I have some software that I am working with that is running on GoDaddy. > I am attempting to have PHP call another script to run in the > background. However I am running into so troubles and I was wondering if > anyone else has had any success with this. Here is what I am doing: > > shell_exec("nohup /home/content/t/e/x/textconn/html/sms/sendmessages.pl > 2> /dev/null &"); > > The php scipt seems to hang at this point and the browser then times > out. > > Any advice? > > Thanks > -Tom Printy > www.edisonave.com > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > > |
From: Tom P. <tp...@ma...> - 2010-01-05 23:33:17
|
Hey Guys/Gals, I have some software that I am working with that is running on GoDaddy. I am attempting to have PHP call another script to run in the background. However I am running into so troubles and I was wondering if anyone else has had any success with this. Here is what I am doing: shell_exec("nohup /home/content/t/e/x/textconn/html/sms/sendmessages.pl 2> /dev/null &"); The php scipt seems to hang at this point and the browser then times out. Any advice? Thanks -Tom Printy www.edisonave.com |
From: Richard L. <ce...@l-...> - 2010-01-05 02:57:08
|
Could you post or reply with a bit more detail? I have a decade of experience, and am seeking a position, so am interested. http://l-i-e.com/richardlynch.htm On Mon, January 4, 2010 12:27 pm, Tracey Warren-Wohlford wrote: > Hello All If anyone is considering a new opportunity, we are > currently > looking for a contract-to-hire in the Loop. Exclusive opportunity > that must > be filled by the end of this month. Please contact me directly with > questions. > > > > Tracey Warren-Wohlford > > tw...@re... > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast > and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > -- Some people ask for gifts here. I just want you to buy an Indie CD for yourself: http://cdbaby.com/search/from/lynch |
From: Tracey Warren-W. <taw...@gm...> - 2010-01-04 18:27:10
|
Hello All… If anyone is considering a new opportunity, we are currently looking for a contract-to-hire in the Loop. Exclusive opportunity that must be filled by the end of this month. Please contact me directly with questions. Tracey Warren-Wohlford tw...@re... |
From: Tracey Warren-W. <taw...@gm...> - 2010-01-04 18:18:27
|
taw...@gm... |
From: matt d. <mm_...@ya...> - 2009-12-31 05:48:42
|
After you post a question and a bunch of people stop whatever they are doing (work?) and give thoughtful/researched answers, it's always nice to know wtf you did (lest your next question gets no response). Not calling anyone out or anything...but, this always bugs me and helps me decide what email I should delete. Be nice- follow up. Enjoy the holidays! |
From: Anacreo <an...@gm...> - 2009-12-25 12:08:25
|
Seems to cover it nicely: http://blog.taragana.com/index.php/archive/how-to-use-curl-in-php-for-authentication-and-ssl-communication/ <http://blog.taragana.com/index.php/archive/how-to-use-curl-in-php-for-authentication-and-ssl-communication/>Were you able to get this working? I'm a bit out of PHP right now trying to get my Python chops up to snuff for Google App Engine... It's pretty nice, anyone else playing with it? Alec On Thu, Dec 24, 2009 at 8:35 AM, matt donohue <mm_...@ya...> wrote: > I believe this works if you have openssl module loaded in Apache (and you > should) and the URL you post to is HTTPS? > The server should handle the details. > > Matt > > > > > > ________________________________ > From: Richard Lynch <ce...@l-...> > To: Chicago PHP User Group <chi...@li...> > Sent: Thu, December 24, 2009 12:36:18 AM > Subject: Re: [chiPHPug-discuss] PHP advanced question > > That can do a POST, but it isn't using SSL, so any data transmitted in > that connection is in plain text on the wire. > > That may be okay, depending on what is being sent in that initial > exchange, if the user ends up on an SSL page before they put in > anything sensitive. > > But I'd be a bit leery that anybody snooping would be able to snoop > out the beginning of your eCommerce Process, and possibly forge > requests on your behalf or learn a bit too much about how your site > handles the money/fulfillment. > > On Wed, December 23, 2009 1:20 pm, matt donohue wrote: > > Use 'header' function: > > http://www.php.net/manual/en/function.header.php#89447 > > > > > > > > > > ________________________________ > > Fror funtion:y headem: Lennie Jarratt <lja...@gm...> > > To: chi...@li... > > Sent: Wed, December 23, 2009 12:47:24 PM > > Subject: [chiPHPug-discuss] PHP advanced question > > > > I need to do the following and not sure how to get it done. > > > > 1. Fill in form (submit) > > 2. Gather the data and store it into my database (This is not a > > problem) > > 3. Build a custom URL string based on the form > > 4. Post the new data to a https form on another site for CC entry > > and > > validation > > > > I have tried a meta redirect (has to be a post so this is not an > > option). > > > > Tried using CURL which gives me page one on the CC site, but when I > > hit > > submit on that page it tries to find a local page and the not CC site > > on the > > other server. > > > > Is there a way in PHP to just do a form post submit to the secure URL? > > > > Thanks in advance > > > > Lennie > > -- > > Office: 847-548-4562 > > Mobile: 847-302-3985 > > > > Twitter: http://twitter.com/ljarratt > > Facebook: http://www.facebook.com/people/Lennie_Jarratt/1182350486 > > > > "The necessity of the times, more than ever, calls for our utmost > > circumspection, deliberation, fortitude, and perseverance." - Samuel > > Adams > > > ------------------------------------------------------------------------------ > > This SF.Net email is sponsored by the Verizon Developer Community > > Take advantage of Verizon's best-in-class app development support > > A streamlined, 14 day to market process makes app distribution fast > > and easy > > Join now and get one step closer to millions of Verizon customers > > http://p.sf.net/sfu/verizon-dev2dev > > _______________________________________________ > > chiPHPug-discuss mailing list > > chi...@li... > > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > > > ------------------------------------------------------------------------------ > > This SF.Net email is sponsored by the Verizon Developer Community > > Take advantage of Verizon's best-in-class app development support > > A streamlined, 14 day to market process makes app distribution fast > > and easy > > Join now and get one step closer to millions of Verizon customers > > http://p.sf.net/sfu/verizon-dev2dev > > _______________________________________________ > > chiPHPug-discuss mailing list > > chi...@li... > > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > > > > > -- > Some people ask for gifts here. > I just want you to buy an Indie CD for yourself: > http://cdbaby.com/search/from/lynch > > > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and > easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and > easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > |
From: matt d. <mm_...@ya...> - 2009-12-24 14:35:24
|
I believe this works if you have openssl module loaded in Apache (and you should) and the URL you post to is HTTPS? The server should handle the details. Matt ________________________________ From: Richard Lynch <ce...@l-...> To: Chicago PHP User Group <chi...@li...> Sent: Thu, December 24, 2009 12:36:18 AM Subject: Re: [chiPHPug-discuss] PHP advanced question That can do a POST, but it isn't using SSL, so any data transmitted in that connection is in plain text on the wire. That may be okay, depending on what is being sent in that initial exchange, if the user ends up on an SSL page before they put in anything sensitive. But I'd be a bit leery that anybody snooping would be able to snoop out the beginning of your eCommerce Process, and possibly forge requests on your behalf or learn a bit too much about how your site handles the money/fulfillment. On Wed, December 23, 2009 1:20 pm, matt donohue wrote: > Use 'header' function: > http://www.php.net/manual/en/function.header.php#89447 > > > > > ________________________________ > Fror funtion:y headem: Lennie Jarratt <lja...@gm...> > To: chi...@li... > Sent: Wed, December 23, 2009 12:47:24 PM > Subject: [chiPHPug-discuss] PHP advanced question > > I need to do the following and not sure how to get it done. > > 1. Fill in form (submit) > 2. Gather the data and store it into my database (This is not a > problem) > 3. Build a custom URL string based on the form > 4. Post the new data to a https form on another site for CC entry > and > validation > > I have tried a meta redirect (has to be a post so this is not an > option). > > Tried using CURL which gives me page one on the CC site, but when I > hit > submit on that page it tries to find a local page and the not CC site > on the > other server. > > Is there a way in PHP to just do a form post submit to the secure URL? > > Thanks in advance > > Lennie > -- > Office: 847-548-4562 > Mobile: 847-302-3985 > > Twitter: http://twitter.com/ljarratt > Facebook: http://www.facebook.com/people/Lennie_Jarratt/1182350486 > > "The necessity of the times, more than ever, calls for our utmost > circumspection, deliberation, fortitude, and perseverance." - Samuel > Adams > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast > and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast > and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > -- Some people ask for gifts here. I just want you to buy an Indie CD for yourself: http://cdbaby.com/search/from/lynch ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ chiPHPug-discuss mailing list chi...@li... https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss |
From: Richard L. <ce...@l-...> - 2009-12-24 06:36:22
|
That can do a POST, but it isn't using SSL, so any data transmitted in that connection is in plain text on the wire. That may be okay, depending on what is being sent in that initial exchange, if the user ends up on an SSL page before they put in anything sensitive. But I'd be a bit leery that anybody snooping would be able to snoop out the beginning of your eCommerce Process, and possibly forge requests on your behalf or learn a bit too much about how your site handles the money/fulfillment. On Wed, December 23, 2009 1:20 pm, matt donohue wrote: > Use 'header' function: > http://www.php.net/manual/en/function.header.php#89447 > > > > > ________________________________ > Fror funtion:y headem: Lennie Jarratt <lja...@gm...> > To: chi...@li... > Sent: Wed, December 23, 2009 12:47:24 PM > Subject: [chiPHPug-discuss] PHP advanced question > > I need to do the following and not sure how to get it done. > > 1. Fill in form (submit) > 2. Gather the data and store it into my database (This is not a > problem) > 3. Build a custom URL string based on the form > 4. Post the new data to a https form on another site for CC entry > and > validation > > I have tried a meta redirect (has to be a post so this is not an > option). > > Tried using CURL which gives me page one on the CC site, but when I > hit > submit on that page it tries to find a local page and the not CC site > on the > other server. > > Is there a way in PHP to just do a form post submit to the secure URL? > > Thanks in advance > > Lennie > -- > Office: 847-548-4562 > Mobile: 847-302-3985 > > Twitter: http://twitter.com/ljarratt > Facebook: http://www.facebook.com/people/Lennie_Jarratt/1182350486 > > "The necessity of the times, more than ever, calls for our utmost > circumspection, deliberation, fortitude, and perseverance." - Samuel > Adams > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast > and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast > and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > -- Some people ask for gifts here. I just want you to buy an Indie CD for yourself: http://cdbaby.com/search/from/lynch |
From: Richard L. <ce...@l-...> - 2009-12-24 06:31:22
|
A POST over SSL (or any HTTP request over SSL) is best done with cURL. While you could, in theory, use PHP's crypt functions to handle the SSL handshake and calculate all the bits and bytes to do an SSL connection "by hand" you really really really do NOT want to re-invent that wheel. I'm not 100% sure where you want wrong with the cURL option, but it sounds like you pulled in their HTML which has a <form action="process.php" > tag, but you will need to alter that to have the FULL url to their processing page, rather than the "local" URL they put in. This is probably fairly easy to do, with a: $html = str_replace('action="process.php"', 'action="http://theirsite.com/path/to/process.php"', $html); Of course, the actual action="" parts aren't going to be that, but you get the idea. On Wed, December 23, 2009 12:47 pm, Lennie Jarratt wrote: > I need to do the following and not sure how to get it done. > > 1. Fill in form (submit) > 2. Gather the data and store it into my database (This is not a > problem) > 3. Build a custom URL string based on the form > 4. Post the new data to a https form on another site for CC entry > and > validation > > I have tried a meta redirect (has to be a post so this is not an > option). > > Tried using CURL which gives me page one on the CC site, but when I > hit > submit on that page it tries to find a local page and the not CC site > on the > other server. > > Is there a way in PHP to just do a form post submit to the secure URL? > > Thanks in advance > > Lennie > -- > Office: 847-548-4562 > Mobile: 847-302-3985 > > Twitter: http://twitter.com/ljarratt > Facebook: http://www.facebook.com/people/Lennie_Jarratt/1182350486 > > "The necessity of the times, more than ever, calls for our utmost > circumspection, deliberation, fortitude, and perseverance." - Samuel > Adams > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast > and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > -- Some people ask for gifts here. I just want you to buy an Indie CD for yourself: http://cdbaby.com/search/from/lynch |
From: Arlo L. <ar...@ar...> - 2009-12-23 20:30:52
|
> Use 'header' function: > http://www.php.net/manual/en/function.header.php#89447 Oh cool -- I'll use that next time I need something like this. Cheers, -Arlo _______________________________ Arlo Leach 773.769.6106 http://arlomedia.com |
From: matt d. <mm_...@ya...> - 2009-12-23 19:47:36
|
Use 'header' function: http://www.php.net/manual/en/function.header.php#89447 ________________________________ Fror funtion:y headem: Lennie Jarratt <lja...@gm...> To: chi...@li... Sent: Wed, December 23, 2009 12:47:24 PM Subject: [chiPHPug-discuss] PHP advanced question I need to do the following and not sure how to get it done. 1. Fill in form (submit) 2. Gather the data and store it into my database (This is not a problem) 3. Build a custom URL string based on the form 4. Post the new data to a https form on another site for CC entry and validation I have tried a meta redirect (has to be a post so this is not an option). Tried using CURL which gives me page one on the CC site, but when I hit submit on that page it tries to find a local page and the not CC site on the other server. Is there a way in PHP to just do a form post submit to the secure URL? Thanks in advance Lennie -- Office: 847-548-4562 Mobile: 847-302-3985 Twitter: http://twitter.com/ljarratt Facebook: http://www.facebook.com/people/Lennie_Jarratt/1182350486 "The necessity of the times, more than ever, calls for our utmost circumspection, deliberation, fortitude, and perseverance." - Samuel Adams ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ chiPHPug-discuss mailing list chi...@li... https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss |
From: Arlo L. <ar...@ar...> - 2009-12-23 19:44:06
|
Hi Lennie, > I need to do the following and not sure how to get it done. > > 1. Fill in form (submit) > 2. Gather the data and store it into my database (This is not a problem) > 3. Build a custom URL string based on the form > 4. Post the new data to a https form on another site for CC entry and > validation Do you want the remote form to appear so that users can complete their entries there, or do you want to just post data to it in the background and maintain control of the workflow? If the latter, you can use curl with the -d option, or fsockopen with a POST request. Both of those methods will let you parse the results from the remote form and then do whatever you want in response. If the former, I think you need to print some hidden fields with your values and print a JavaScript document.form_name.submit() to send the values to the remote form and display it. That's how I've done it and seen others do it. Maybe someone else knows a cleaner (PHP-only) way to handle that? Cheers, -Arlo _______________________________ Arlo Leach 773.769.6106 http://arlomedia.com |
From: Lennie J. <lja...@gm...> - 2009-12-23 18:47:56
|
I need to do the following and not sure how to get it done. 1. Fill in form (submit) 2. Gather the data and store it into my database (This is not a problem) 3. Build a custom URL string based on the form 4. Post the new data to a https form on another site for CC entry and validation I have tried a meta redirect (has to be a post so this is not an option). Tried using CURL which gives me page one on the CC site, but when I hit submit on that page it tries to find a local page and the not CC site on the other server. Is there a way in PHP to just do a form post submit to the secure URL? Thanks in advance Lennie -- Office: 847-548-4562 Mobile: 847-302-3985 Twitter: http://twitter.com/ljarratt Facebook: http://www.facebook.com/people/Lennie_Jarratt/1182350486 "The necessity of the times, more than ever, calls for our utmost circumspection, deliberation, fortitude, and perseverance." - Samuel Adams |
From: Anacreo <an...@gm...> - 2009-12-20 18:46:58
|
Sorry just seeing this thread... There was a great suggestion about using Webmin, well you can actually use webmin to manage a windows host as well... I highly recommend Webmin, let's you operate many services with a passing knowledge instead of an expert knowledge. Alec On 12/20/09, js...@co... <js...@co...> wrote: > > > Hello all! > > Thank you for all your help. In my fumblings, I found that Zend Studio > works fine with Apache 2.2 set up locally. I know I probably wimped out, but > I figured being so new at this to give the softeware we got in class a shot. > Just trying to shorten the learning curve. Again thanks for the help and > support all. I look forward to borrowing your knowledge from time to time. > Happy holidays! > > John > ----- Original Message ----- > From: "Richard Lynch" <ce...@l-...> > To: "Chicago PHP User Group" <chi...@li...> > Sent: Saturday, December 19, 2009 7:43:47 PM GMT -06:00 US/Canada Central > Subject: Re: [chiPHPug-discuss] Total newbie here > > Quick Note: > Don't even try to mess with PHP 6 yet. It's way not ready for prime > time. Probably a couple years away still. > > On Fri, December 18, 2009 8:54 am, Andy Carlson wrote: >> If you're running Windows, the best, most lightweight implementation >> I've >> found is AppServ (http://www.appservnetwork.com/). It has PHP, MySQL >> and >> Apache. They have versions with PHP 4, 5, and 6 so you can choose >> what you >> want to use. >> >> If you're on OS X, MAMP is hand's down, my pick. Works perfect and is >> a >> breeze to setup. >> >> On Linux, it's DIY all the way. What I've done for development is use >> VirutalBox and set up a virtual machine using Trustix (you can >> download the >> ISO from http://rpmfind.net/linux/trustix/current/iso/). The main >> reason I >> have chosen this one for my use is that it's RedHat in flavor and >> super easy >> to install. You do have to do some minor tweaking with the >> /etc/httpd/conf/httpd.conf and /etc/httpd/conf.d/httpd-php4.conf >> files. I'd >> also recommend installing the Webmin RPM. This will make the >> administration >> of your development server even easier (especially with startup >> configuration and MySQL authentication setup. This will also work >> with >> VirtualBox or Virtual PC on Windows. >> >> Just some thoughts. Good luck, >> >> Andy Carlson >> --------------------------------------------------- >> "Man's conquest of Nature turns out, in the moment of its >> consummation, to >> be Nature's conquest of Man." -- C.S. Lewis >> >> >> On Fri, Dec 18, 2009 at 8:35 AM, John Smith <js...@co...> >> wrote: >> >>> Hello all, >>> >>> Im looking for some help setting up Php at home. I just finished >>> taking the >>> Php class in school. We were using Zend Studio with an i5. Class is >>> over >>> so >>> Zend won't work anymore, no i5 access. I picked up the Sam's teach >>> yourself >>> Php book with starter kit cd. It has the Php, MySQL and Apache. >>> Apache >>> installed no probs on an XP box. Already had MySQL installed. >>> Followed the >>> instructions to load Php - no go. Can anyone recommend a tutorial to >>> load >>> this? Can Zend Studio for iseries work with Apache local? Or would >>> Eclipse >>> be better than the Php that came with the book? Thanks ahead of >>> time. >>> >>> John >>> >>> >>> ------------------------------------------------------------------------------ >>> >>> This SF.Net email is sponsored by the Verizon Developer Community >>> Take advantage of Verizon's best-in-class app development support >>> A streamlined, 14 day to market process makes app distribution fast >>> and >>> easy >>> Join now and get one step closer to millions of Verizon customers >>> http://p.sf.net/sfu/verizon-dev2dev >>> _______________________________________________ >>> chiPHPug-discuss mailing list >>> chi...@li... >>> https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss >>> >> ------------------------------------------------------------------------------ >> >> This SF.Net email is sponsored by the Verizon Developer Community >> Take advantage of Verizon's best-in-class app development support >> A streamlined, 14 day to market process makes app distribution fast >> and easy >> Join now and get one step closer to millions of Verizon customers >> http://p.sf.net/sfu/verizon-dev2dev >> _______________________________________________ >> chiPHPug-discuss mailing list >> chi...@li... >> https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss >> > > > -- > Some people ask for gifts here. > I just want you to buy an Indie CD for yourself: > http://cdbaby.com/search/from/lynch > > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > -- Sent from my mobile device |
From: <js...@co...> - 2009-12-20 14:29:35
|
Hello all! Thank you for all your help. In my fumblings, I found that Zend Studio works fine with Apache 2.2 set up locally. I know I probably wimped out, but I figured being so new at this to give the softeware we got in class a shot. Just trying to shorten the learning curve. Again thanks for the help and support all. I look forward to borrowing your knowledge from time to time. Happy holidays! John ----- Original Message ----- From: "Richard Lynch" <ce...@l-...> To: "Chicago PHP User Group" <chi...@li...> Sent: Saturday, December 19, 2009 7:43:47 PM GMT -06:00 US/Canada Central Subject: Re: [chiPHPug-discuss] Total newbie here Quick Note: Don't even try to mess with PHP 6 yet. It's way not ready for prime time. Probably a couple years away still. On Fri, December 18, 2009 8:54 am, Andy Carlson wrote: > If you're running Windows, the best, most lightweight implementation > I've > found is AppServ (http://www.appservnetwork.com/). It has PHP, MySQL > and > Apache. They have versions with PHP 4, 5, and 6 so you can choose > what you > want to use. > > If you're on OS X, MAMP is hand's down, my pick. Works perfect and is > a > breeze to setup. > > On Linux, it's DIY all the way. What I've done for development is use > VirutalBox and set up a virtual machine using Trustix (you can > download the > ISO from http://rpmfind.net/linux/trustix/current/iso/). The main > reason I > have chosen this one for my use is that it's RedHat in flavor and > super easy > to install. You do have to do some minor tweaking with the > /etc/httpd/conf/httpd.conf and /etc/httpd/conf.d/httpd-php4.conf > files. I'd > also recommend installing the Webmin RPM. This will make the > administration > of your development server even easier (especially with startup > configuration and MySQL authentication setup. This will also work > with > VirtualBox or Virtual PC on Windows. > > Just some thoughts. Good luck, > > Andy Carlson > --------------------------------------------------- > "Man's conquest of Nature turns out, in the moment of its > consummation, to > be Nature's conquest of Man." -- C.S. Lewis > > > On Fri, Dec 18, 2009 at 8:35 AM, John Smith <js...@co...> > wrote: > >> Hello all, >> >> Im looking for some help setting up Php at home. I just finished >> taking the >> Php class in school. We were using Zend Studio with an i5. Class is >> over >> so >> Zend won't work anymore, no i5 access. I picked up the Sam's teach >> yourself >> Php book with starter kit cd. It has the Php, MySQL and Apache. >> Apache >> installed no probs on an XP box. Already had MySQL installed. >> Followed the >> instructions to load Php - no go. Can anyone recommend a tutorial to >> load >> this? Can Zend Studio for iseries work with Apache local? Or would >> Eclipse >> be better than the Php that came with the book? Thanks ahead of >> time. >> >> John >> >> >> ------------------------------------------------------------------------------ >> This SF.Net email is sponsored by the Verizon Developer Community >> Take advantage of Verizon's best-in-class app development support >> A streamlined, 14 day to market process makes app distribution fast >> and >> easy >> Join now and get one step closer to millions of Verizon customers >> http://p.sf.net/sfu/verizon-dev2dev >> _______________________________________________ >> chiPHPug-discuss mailing list >> chi...@li... >> https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss >> > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast > and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > -- Some people ask for gifts here. I just want you to buy an Indie CD for yourself: http://cdbaby.com/search/from/lynch ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ chiPHPug-discuss mailing list chi...@li... https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss |
From: Richard L. <ce...@l-...> - 2009-12-20 01:50:35
|
Quick Note: Don't even try to mess with PHP 6 yet. It's way not ready for prime time. Probably a couple years away still. On Fri, December 18, 2009 8:54 am, Andy Carlson wrote: > If you're running Windows, the best, most lightweight implementation > I've > found is AppServ (http://www.appservnetwork.com/). It has PHP, MySQL > and > Apache. They have versions with PHP 4, 5, and 6 so you can choose > what you > want to use. > > If you're on OS X, MAMP is hand's down, my pick. Works perfect and is > a > breeze to setup. > > On Linux, it's DIY all the way. What I've done for development is use > VirutalBox and set up a virtual machine using Trustix (you can > download the > ISO from http://rpmfind.net/linux/trustix/current/iso/). The main > reason I > have chosen this one for my use is that it's RedHat in flavor and > super easy > to install. You do have to do some minor tweaking with the > /etc/httpd/conf/httpd.conf and /etc/httpd/conf.d/httpd-php4.conf > files. I'd > also recommend installing the Webmin RPM. This will make the > administration > of your development server even easier (especially with startup > configuration and MySQL authentication setup. This will also work > with > VirtualBox or Virtual PC on Windows. > > Just some thoughts. Good luck, > > Andy Carlson > --------------------------------------------------- > "Man's conquest of Nature turns out, in the moment of its > consummation, to > be Nature's conquest of Man." -- C.S. Lewis > > > On Fri, Dec 18, 2009 at 8:35 AM, John Smith <js...@co...> > wrote: > >> Hello all, >> >> Im looking for some help setting up Php at home. I just finished >> taking the >> Php class in school. We were using Zend Studio with an i5. Class is >> over >> so >> Zend won't work anymore, no i5 access. I picked up the Sam's teach >> yourself >> Php book with starter kit cd. It has the Php, MySQL and Apache. >> Apache >> installed no probs on an XP box. Already had MySQL installed. >> Followed the >> instructions to load Php - no go. Can anyone recommend a tutorial to >> load >> this? Can Zend Studio for iseries work with Apache local? Or would >> Eclipse >> be better than the Php that came with the book? Thanks ahead of >> time. >> >> John >> >> >> ------------------------------------------------------------------------------ >> This SF.Net email is sponsored by the Verizon Developer Community >> Take advantage of Verizon's best-in-class app development support >> A streamlined, 14 day to market process makes app distribution fast >> and >> easy >> Join now and get one step closer to millions of Verizon customers >> http://p.sf.net/sfu/verizon-dev2dev >> _______________________________________________ >> chiPHPug-discuss mailing list >> chi...@li... >> https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss >> > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast > and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > -- Some people ask for gifts here. I just want you to buy an Indie CD for yourself: http://cdbaby.com/search/from/lynch |