From: test t. <ksa...@ho...> - 2003-05-29 20:24:48
|
Hello: Is the PHP Meeting on the first Saturday of every month open to all? _________________________________________________________________ Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail |
From: Adam H. <mac...@ea...> - 2003-07-16 13:52:52
|
No matter if I use fopen or fsockopen, urls like this: http://suprnova.slz-s1.de/torrents/AVI And MPEG Splitter 1.01.exe.torrent Tell me that the file isn't there <b>Warning</b>: fopen(http://suprnova.slz-s1.de/torrents/Partition Magic 8 Pro.torrent) [<a href='http://www.php.net/function.fopen'>function.fopen</a>]: failed to create stream: HTTP request failed! HTTP/1.1 400 Bad Request in <b>func.inc.php</b> on line <b>207</b I'm running into a wall |
From: Neil R. <Nei...@rc...> - 2008-04-21 17:10:07
|
The last time I looked, there didn't seem to be a good database for web bookmarks. Considering how much weird stuff has a dozen different projects going on out there, it seemed an odd gap, so I decided I wanted to do one. (I now have almost enough time, energy, and stability to start serious work. We'll see.) The biggest, broadest question is the various lookup approaches to implement. The more the better, broadly -- you ought to be in charge of your collection, not vice versa -- but I'm no library scientist, or even retrieval expert. So the question I'm broadcasting is: How would you like to be able to search your own collection of bookmarks? Secondarily, what good (i.e., "user friendly" for some value of user) ways of doing searches do you know of, or think ought to go into an ideal bookmarker? I'm deliberately broadcasting this widely, to get the best response I can. I apologize if I've wasted your time, and hope you understand. Neil Rest -- Nei...@rc... http://users.rcn.com/neilrest/resume/NeilRest.htm |
From: Zach K. <zk...@in...> - 2008-04-27 21:34:40
|
Have you looked at bookmarklets? On 4/21/08, Neil Rest <Nei...@rc...> wrote: > The last time I looked, there didn't seem to be a good database for web > bookmarks. Considering how much weird stuff has a dozen different projects > going on out there, it seemed an odd gap, so I decided I wanted to do one. > (I now have almost enough time, energy, and stability to start serious work. > We'll see.) > > The biggest, broadest question is the various lookup approaches to > implement. The more the better, broadly -- you ought to be in charge of > your collection, not vice versa -- but I'm no library scientist, or even > retrieval expert. > > So the question I'm broadcasting is: How would you like to be able to > search your own collection of bookmarks? Secondarily, what good (i.e., > "user friendly" for some value of user) ways of doing searches do you know > of, or think ought to go into an ideal bookmarker? > > I'm deliberately broadcasting this widely, to get the best response I can. > I apologize if I've wasted your time, and hope you understand. > > > > Neil Rest > -- > Nei...@rc... > http://users.rcn.com/neilrest/resume/NeilRest.htm > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > -- Zach Kaplan Inventables 222 W. Ontario #350 Chicago, IL 60610 p. 312.274.9941 x12 c. 773.936.4975 f 413.332.0054 www.inventables.com |
From: Jough D. <jou...@gm...> - 2008-04-27 22:45:33
|
I like the way Magnolia lets you add bookmarks from a simple bookmarklet: http://ma.gnolia.com/ Delicious is of course the leader in this area, but its interface leaves a bit to be desired: http://del.icio.us http://reddit.com/ and http://digg.com focus on the social bookmarking aspect. I guess your first design decision is how are you going to differentiate your site from the throngs of competitors? What itch are you scratching, or how are you scratching a current itch better than what's already out there? All the best, -- Jough On Sun, Apr 27, 2008 at 4:34 PM, Zach Kaplan <zk...@in...> wrote: > Have you looked at bookmarklets? > > > > On 4/21/08, Neil Rest <Nei...@rc...> wrote: > > The last time I looked, there didn't seem to be a good database for web > > bookmarks. Considering how much weird stuff has a dozen different projects > > going on out there, it seemed an odd gap, so I decided I wanted to do one. > > (I now have almost enough time, energy, and stability to start serious work. > > We'll see.) > > > > The biggest, broadest question is the various lookup approaches to > > implement. The more the better, broadly -- you ought to be in charge of > > your collection, not vice versa -- but I'm no library scientist, or even > > retrieval expert. > > > > So the question I'm broadcasting is: How would you like to be able to > > search your own collection of bookmarks? Secondarily, what good (i.e., > > "user friendly" for some value of user) ways of doing searches do you know > > of, or think ought to go into an ideal bookmarker? > > > > I'm deliberately broadcasting this widely, to get the best response I can. > > I apologize if I've wasted your time, and hope you understand. > > > > > > > > Neil Rest > > -- > > Nei...@rc... > > http://users.rcn.com/neilrest/resume/NeilRest.htm > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > > Don't miss this year's exciting event. There's still time to save $100. > > Use priority code J8TL2D2. > > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > > _______________________________________________ > > chiPHPug-discuss mailing list > > chi...@li... > > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > > > > > -- > Zach Kaplan > > Inventables > 222 W. Ontario #350 > Chicago, IL 60610 > p. 312.274.9941 x12 > c. 773.936.4975 > f 413.332.0054 > www.inventables.com > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > -- Jough Dempsey http://jough.com 312.399.6379 (mobile) |
From: Neil R. <Nei...@rc...> - 2008-04-27 23:38:56
|
I don't want my data residing on an alien server. They can and do vanish; get bought/sold; and unilaterally change their privacy and access policies. This isn't about "my site". I expect code to be open; data is proprietary. (Hey, this list gets a "sourceforge" link appended to each email!) (Data interchange facilities are certainly on the list; we can exchange all or part of our respective lists, even retaining origin stamps for individual entries.) At 05:45 PM 4/27/2008, "Jough Dempsey" <jou...@gm...> wrote: >I like the way Magnolia lets you add bookmarks from a simple bookmarklet: > >http://ma.gnolia.com/ > >Delicious is of course the leader in this area, but its interface >leaves a bit to be desired: http://del.icio.us > >http://reddit.com/ and http://digg.com focus on the social bookmarking aspect. > >I guess your first design decision is how are you going to >differentiate your site from the throngs of competitors? What itch >are you scratching, or how are you scratching a current itch better >than what's already out there? > > On 4/21/08, Neil Rest <Nei...@rc...> wrote: > > > The last time I looked, there didn't seem to be a good database for web > > > bookmarks. Considering how much weird stuff has a dozen > different projects > > > going on out there, it seemed an odd gap, so I decided I > wanted to do one. > > > (I now have almost enough time, energy, and stability to start > serious work. > > > We'll see.) > > > > > > The biggest, broadest question is the various lookup approaches to > > > implement. The more the better, broadly -- you ought to be in charge of > > > your collection, not vice versa -- but I'm no library scientist, or even > > > retrieval expert. > > > > > > So the question I'm broadcasting is: How would you like to be able to > > > search your own collection of bookmarks? Secondarily, what good (i.e., > > > "user friendly" for some value of user) ways of doing searches > do you know > > > of, or think ought to go into an ideal bookmarker? Neil -- Nei...@rc... Women consititute half the worlds population, perform nearly two thirds of the world's work, receive one tenth of the world's income and own less than one hundredth of the worlds wealth. -- UN findings from 1975-1985 Decade of Women |
From: Jough D. <jou...@gm...> - 2008-04-27 23:52:13
|
I know what you mean about wanting your links on your site. You mentioned SQLite in FF3, which may be an option for offline caching, but you may also want to consider Google Gears, which works in more browsers and may or may not be more robust (if slightly less "open" than SQLite). - J. On Sun, Apr 27, 2008 at 6:38 PM, Neil Rest <Nei...@rc...> wrote: > I don't want my data residing on an alien server. They can and do > vanish; get bought/sold; and unilaterally change their privacy and > access policies. > This isn't about "my site". I expect code to be open; data is > proprietary. (Hey, this list gets a "sourceforge" link appended to > each email!) > > (Data interchange facilities are certainly on the list; we can > exchange all or part of our respective lists, even retaining origin > stamps for individual entries.) > > > At 05:45 PM 4/27/2008, "Jough Dempsey" <jou...@gm...> wrote: > >I like the way Magnolia lets you add bookmarks from a simple bookmarklet: > > > >http://ma.gnolia.com/ > > > >Delicious is of course the leader in this area, but its interface > >leaves a bit to be desired: http://del.icio.us > > > >http://reddit.com/ and http://digg.com focus on the social bookmarking aspect. > > > >I guess your first design decision is how are you going to > >differentiate your site from the throngs of competitors? What itch > >are you scratching, or how are you scratching a current itch better > >than what's already out there? > > > > > > On 4/21/08, Neil Rest <Nei...@rc...> wrote: > > > > The last time I looked, there didn't seem to be a good database for web > > > > bookmarks. Considering how much weird stuff has a dozen > > different projects > > > > going on out there, it seemed an odd gap, so I decided I > > wanted to do one. > > > > (I now have almost enough time, energy, and stability to start > > serious work. > > > > We'll see.) > > > > > > > > The biggest, broadest question is the various lookup approaches to > > > > implement. The more the better, broadly -- you ought to be in charge of > > > > your collection, not vice versa -- but I'm no library scientist, or even > > > > retrieval expert. > > > > > > > > > So the question I'm broadcasting is: How would you like to be able to > > > > search your own collection of bookmarks? Secondarily, what good (i.e., > > > > "user friendly" for some value of user) ways of doing searches > > do you know > > > > of, or think ought to go into an ideal bookmarker? > > > Neil > -- > Nei...@rc... > > Women consititute half the worlds population, perform nearly two > thirds of the world's work, receive one tenth of the world's income > and own less than one hundredth of the worlds wealth. > -- UN findings from 1975-1985 Decade of Women > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > -- Jough Dempsey http://jough.com 312.399.6379 (mobile) |
From: Neil R. <Nei...@rc...> - 2008-04-28 01:13:51
|
Design precedes implementation . . . At 06:52 PM 4/27/2008, "Jough Dempsey" <jou...@gm...> wrote: >I know what you mean about wanting your links on your site. You >mentioned SQLite in FF3, which may be an option for offline caching, >but you may also want to consider Google Gears, which works in more >browsers and may or may not be more robust (if slightly less "open" >than SQLite). > >- J. > >On Sun, Apr 27, 2008 at 6:38 PM, Neil Rest <Nei...@rc...> wrote: > > I don't want my data residing on an alien server. They can and do > > vanish; get bought/sold; and unilaterally change their privacy and > > access policies. > > This isn't about "my site". I expect code to be open; data is > > proprietary. (Hey, this list gets a "sourceforge" link appended to > > each email!) > > > > (Data interchange facilities are certainly on the list; we can > > exchange all or part of our respective lists, even retaining origin > > stamps for individual entries.) > > > > > > At 05:45 PM 4/27/2008, "Jough Dempsey" <jou...@gm...> wrote: > > >I like the way Magnolia lets you add bookmarks from a simple bookmarklet: > > > > > >http://ma.gnolia.com/ > > > > > >Delicious is of course the leader in this area, but its interface > > >leaves a bit to be desired: http://del.icio.us > > > > > >http://reddit.com/ and http://digg.com focus on the social > bookmarking aspect. > > > > On 4/21/08, Neil Rest <Nei...@rc...> wrote: > > > > > The last time I looked, there didn't seem to be a good > database for web > > > > > bookmarks. Considering how much weird stuff has a dozen > > > different projects > > > > > going on out there, it seemed an odd gap, so I decided I > > > wanted to do one. > > > > > (I now have almost enough time, energy, and stability to start > > > serious work. > > > > > We'll see.) > > > > > > > > > > The biggest, broadest question is the various lookup approaches to > > > > > implement. The more the better, broadly -- you ought to > be in charge of > > > > > your collection, not vice versa -- but I'm no library > scientist, or even > > > > > retrieval expert. > > > > > > > > > > > > So the question I'm broadcasting is: How would you like > to be able to > > > > > search your own collection of bookmarks? Secondarily, > what good (i.e., > > > > > "user friendly" for some value of user) ways of doing searches > > > do you know > > > > > of, or think ought to go into an ideal bookmarker? Neil -- Nei...@rc... Anyone who isn't confused really doesn't understand the situation. |
From: Jason R. <ja...@ho...> - 2008-04-28 11:55:47
|
I'm not clear on what you are really getting at but I do know that there are a lot of annoyances with bookmarks. Netscape had started down a great path and Mozilla has not even gotten back to that point. There are a couple firefox extensions that synch bookmarks to server. Are you looking at implementing search on a website as well as in the fat client (browser) or just one or the other? Neil Rest wrote: > Design precedes implementation . . . > > > At 06:52 PM 4/27/2008, "Jough Dempsey" <jou...@gm...> wrote: >> I know what you mean about wanting your links on your site. You >> mentioned SQLite in FF3, which may be an option for offline caching, >> but you may also want to consider Google Gears, which works in more >> browsers and may or may not be more robust (if slightly less "open" >> than SQLite). >> >> - J. >> >> On Sun, Apr 27, 2008 at 6:38 PM, Neil Rest <Nei...@rc...> wrote: >>> I don't want my data residing on an alien server. They can and do >>> vanish; get bought/sold; and unilaterally change their privacy and >>> access policies. >>> This isn't about "my site". I expect code to be open; data is >>> proprietary. (Hey, this list gets a "sourceforge" link appended to >>> each email!) >>> >>> (Data interchange facilities are certainly on the list; we can >>> exchange all or part of our respective lists, even retaining origin >>> stamps for individual entries.) >>> >>> >>> At 05:45 PM 4/27/2008, "Jough Dempsey" <jou...@gm...> wrote: >>> >I like the way Magnolia lets you add bookmarks from a simple bookmarklet: >>> > >>> >http://ma.gnolia.com/ >>> > >>> >Delicious is of course the leader in this area, but its interface >>> >leaves a bit to be desired: http://del.icio.us >>> > >>> >http://reddit.com/ and http://digg.com focus on the social >> bookmarking aspect. > > >>> > > On 4/21/08, Neil Rest <Nei...@rc...> wrote: >>> > > > The last time I looked, there didn't seem to be a good >> database for web >>> > > > bookmarks. Considering how much weird stuff has a dozen >>> > different projects >>> > > > going on out there, it seemed an odd gap, so I decided I >>> > wanted to do one. >>> > > > (I now have almost enough time, energy, and stability to start >>> > serious work. >>> > > > We'll see.) >>> > > > >>> > > > The biggest, broadest question is the various lookup approaches to >>> > > > implement. The more the better, broadly -- you ought to >> be in charge of >>> > > > your collection, not vice versa -- but I'm no library >> scientist, or even >>> > > > retrieval expert. >>> >>>>> > >>> > > > So the question I'm broadcasting is: How would you like >> to be able to >>> > > > search your own collection of bookmarks? Secondarily, >> what good (i.e., >>> > > > "user friendly" for some value of user) ways of doing searches >>> > do you know >>> > > > of, or think ought to go into an ideal bookmarker? > > > Neil > -- > Nei...@rc... > > Anyone who isn't confused really doesn't understand the situation. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss |
From: Neil R. <Nei...@rc...> - 2008-04-27 23:31:33
|
"Bookmarklets" might be useful as interface components or extenders, but I want a database with multiple query modes, not just a collection of good little tricks. I want the nodes in the inverted tree organizational view to be entries in the keyword list, to where sub-branches can be grafted whole to different places in the tree ("origami" comes under "paper" and under "Japan - culture" . . . ) I figure to be using SQLite for the engine, since it's built into Firefox and is supposed to be accessible with 3.0. At 04:34 PM 4/27/2008, "Zach Kaplan" <zk...@in...> wrote: >Have you looked at bookmarklets? > >On 4/21/08, Neil Rest <Nei...@rc...> wrote: > > The last time I looked, there didn't seem to be a good database for web > > bookmarks. Considering how much weird stuff has a dozen different projects > > going on out there, it seemed an odd gap, so I decided I wanted to do one. > > (I now have almost enough time, energy, and stability to start > serious work. > > We'll see.) > > So the question I'm broadcasting is: How would you like to be able to > > search your own collection of bookmarks? Secondarily, what good (i.e., > > "user friendly" for some value of user) ways of doing searches do you know > > of, or think ought to go into an ideal bookmarker? > > > > I'm deliberately broadcasting this widely, to get the best response I can. > > I apologize if I've wasted your time, and hope you understand. Neil -- Nei...@rc... The Senators and Representatives before mentioned, and the Members of the several State Legislatures, and all executive and judicial Officers, both of the United States and of the several States, shall be bound by Oath or Affirmation, to support this Constitution; but no religious Test shall ever be required as a Qualification to any Office or public Trust under the United States. -- Constutution of the United States, Article VI |
From: Peter H. <ph...@ma...> - 2008-04-28 18:10:06
|
On Mon, Apr 21, 2008 at 12:58:51PM -0400, Neil Rest wrote: > So the question I'm broadcasting is: How would you like to be able to > search your own collection of bookmarks? Secondarily, what good > (i.e., "user friendly" for some value of user) ways of doing searches > do you know of, or think ought to go into an ideal bookmarker? Firefox 3 includes some upgrades to bookmarking. The one-click bookmark button in the location bar is the most visible, but it also includes tagging and search folders. This is most of what I want out of a bookmarking system. The rest is that I want a copy of every bookmarked page saved to my hard drive for searching and later retrieval if the site ceases to exist. -- Peter Harkins - http://push.cx - http://NearbyGamers.com |
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: 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: 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: 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: 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: matt d. <mm_...@ya...> - 2010-01-07 03:18:30
|
The main difference is a root account allows you install/configure any software you want. You set the all that up. So- the downside is you are expected to manage your own server. GoDaddy is a managed server and a root account (or 'shared' server) is not. That may seem like the wrong option for a newbie but I've never had an issue that support wouldn't answer or help with. The support in one of these accounts is usually much better than a so called 'managed' account probably because the techs have more time. The set-ups will be remarkably similar with the same basic install you see at every ISP. PHP, APACHE and MySQL already installed. These are both vitual machines with many hosts on the same box- the only difference is the un-managed root account allows you to log into your VM as root with full privileges to change that environment. Both will have the same plesk management options so- if you are used to that with GoDaddy it's the same. Lastly- any mail systems on GoDaddy will suck (to configure and manage)- so, if you have email apps that would be my reason to bail. I'm not sure what your long term plans are but I haven't seen many PHP jobs that did not require you to know how to manage a server on your own so you might as well jump in at some point. Matt ________________________________ From: Steve E. <set...@at...> To: Chicago PHP User Group <chi...@li...> Sent: Wed, January 6, 2010 7:53:55 AM Subject: Re: [chiPHPug-discuss] GoDaddy hosting - (no subject) 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 ------------------------------------------------------------------------------ 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: Steve E. <set...@at...> - 2010-01-07 13:50:40
|
Hi, Matt - Thank you for your post. I am really just learning this stuff - the small site I referred to is "really" small so the differences between the account I have and an account with root access would not help or hurt me at this point. The original post caught my eye because I am annoyed with GoDaddy about something else, though, so I took the opportunity to try to learn something. My gripes with GoDaddy are more about getting information out of the hell-p system. You are surely correct about getting an answer, though - the e-mail support is pretty good. Long term - just keep learning and doing. Thank you again. Steve E. -----Original Message----- From: matt donohue [mailto:mm_...@ya...] Sent: Wednesday, January 06, 2010 9:18 PM To: Chicago PHP User Group Subject: Re: [chiPHPug-discuss] GoDaddy hosting - (no subject) The main difference is a root account allows you install/configure any software you want. You set the all that up. So- the downside is you are expected to manage your own server. GoDaddy is a managed server and a root account (or 'shared' server) is not. That may seem like the wrong option for a newbie but I've never had an issue that support wouldn't answer or help with. The support in one of these accounts is usually much better than a so called 'managed' account probably because the techs have more time. The set-ups will be remarkably similar with the same basic install you see at every ISP. PHP, APACHE and MySQL already installed. These are both vitual machines with many hosts on the same box- the only difference is the un-managed root account allows you to log into your VM as root with full privileges to change that environment. Both will have the same plesk management options so- if you are used to that with GoDaddy it's the same. Lastly- any mail systems on GoDaddy will suck (to configure and manage)- so, if you have email apps that would be my reason to bail. I'm not sure what your long term plans are but I haven't seen many PHP jobs that did not require you to know how to manage a server on your own so you might as well jump in at some point. Matt ________________________________ From: Steve E. <set...@at...> To: Chicago PHP User Group <chi...@li...> Sent: Wed, January 6, 2010 7:53:55 AM Subject: Re: [chiPHPug-discuss] GoDaddy hosting - (no subject) 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 ---------------------------------------------------------------------------- -- 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-07 03:26:58
|
Hi, I didn't choose the server/account I am just trying to support the code that is running there. I would much rather run this on my own hosted server. I just thought I would ask the question to see if anyone had any suggestions. -Tom matt donohue wrote: > The main difference is a root account allows you install/configure any software you want. > You set the all that up. So- the downside is you are expected to manage your own server. > GoDaddy is a managed server and a root account (or 'shared' server) is not. That may seem like the wrong option for a newbie but > I've never had an issue that support wouldn't answer or help with. The support in one of these accounts is usually much better than > a so called 'managed' account probably because the techs have more time. > The set-ups will be remarkably similar with the same basic install you see at every ISP. PHP, APACHE and MySQL already installed. > These are both vitual machines with many hosts on the same box- the only difference is the un-managed root account allows you to log into your VM as root with full privileges to change that environment. > Both will have the same plesk management options so- if you are used to that with GoDaddy it's the same. > Lastly- any mail systems on GoDaddy will suck (to configure and manage)- so, if you have email apps that would be my reason to bail. > > I'm not sure what your long term plans are but I haven't seen many PHP jobs that did not require you to know how to manage a server on your own so you might as well jump in at some point. > > Matt > > > > > > > > > ________________________________ > From: Steve E. <set...@at...> > To: Chicago PHP User Group <chi...@li...> > Sent: Wed, January 6, 2010 7:53:55 AM > Subject: Re: [chiPHPug-discuss] GoDaddy hosting - (no subject) > > 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 > > > ------------------------------------------------------------------------------ > 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 > -- -Tom Printy Office Hours: M-F 9:00am CT to 12:00pm CT www.edisonave.com 847-558-9154 |
From: Richard L. <ce...@l-...> - 2010-01-07 06:03:50
|
Use exec. The big reason is that exec() lets you pass in two more parameters, and it fills them up with a) the output from the shell and b) the error code returned from the shell. Said error code can be researched to guess what went wrong. $command = "nohup /home/content/t/e/x/textconn/html/sms/sendmessages.pl &"; exec($command, $output, $error); if ($error){ echo "<pre>"; var_dump($output); echo "</pre>"; echo "OS Error: $error"; } If you have an SSH shell, you can do "perror ####" where the #### is the $error code. Or, if you're really bored, I wrote a PHP extension that lets you lookup the error message from PHP itself: http://l-i-e.com/perror/ On Wed, January 6, 2010 9:26 pm, Tom Printy wrote: > Hi, > > I didn't choose the server/account I am just trying to support the > code > that is running there. I would much rather run this on my own hosted > server. > > I just thought I would ask the question to see if anyone had any > suggestions. > > -Tom > > > matt donohue wrote: >> The main difference is a root account allows you install/configure >> any software you want. >> You set the all that up. So- the downside is you are expected to >> manage your own server. >> GoDaddy is a managed server and a root account (or 'shared' server) >> is not. That may seem like the wrong option for a newbie but >> I've never had an issue that support wouldn't answer or help with. >> The support in one of these accounts is usually much better than >> a so called 'managed' account probably because the techs have more >> time. >> The set-ups will be remarkably similar with the same basic install >> you see at every ISP. PHP, APACHE and MySQL already installed. >> These are both vitual machines with many hosts on the same box- the >> only difference is the un-managed root account allows you to log >> into your VM as root with full privileges to change that >> environment. >> Both will have the same plesk management options so- if you are used >> to that with GoDaddy it's the same. >> Lastly- any mail systems on GoDaddy will suck (to configure and >> manage)- so, if you have email apps that would be my reason to bail. >> >> I'm not sure what your long term plans are but I haven't seen many >> PHP jobs that did not require you to know how to manage a server on >> your own so you might as well jump in at some point. >> >> Matt >> >> >> >> >> >> >> >> >> ________________________________ >> From: Steve E. <set...@at...> >> To: Chicago PHP User Group <chi...@li...> >> Sent: Wed, January 6, 2010 7:53:55 AM >> Subject: Re: [chiPHPug-discuss] GoDaddy hosting - (no subject) >> >> 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 >> >> >> ------------------------------------------------------------------------------ >> 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 >> > > > -- > -Tom Printy > Office Hours: M-F 9:00am CT to 12:00pm CT > www.edisonave.com > 847-558-9154 > > > ------------------------------------------------------------------------------ > 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: 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: 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: 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: 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: Richard L. <ce...@l-...> - 2003-05-29 21:36:09
|
At 3:24 PM -0500 5/29/03, test test wrote: >Hello: > >Is the PHP Meeting on the first Saturday of every month open to all? Yes. No charge. If you have a job, bring a few bucks for food. If you don't have a job, just eat the food :-) Speaking of which... Do we have a topic? Should we just do another coding session? Anybody got a particular food ethnicity request? -- Like Music? http://l-i-e.com/artists.htm |