[PHP] selling country domains

2006-09-30 Thread jenny mathew
hello friends, i know this is a php list but i am confused thats why i am asking a bit off topic.i have few .be domains and now i want to sell ,but i donot know where to sell them.can you tell me the name of sites where i can sell my .be domains.all domains are keyword rich and bears commercial va

RE: [PHP] hotel reservation system.

2006-09-30 Thread PHP Email List
I like the pick up the phone part my self, the internet is so overrated! :) Big D ::Favorite Quote:: [[Your born stupid.Some people just don't like change!]] Author: Yours Truly :) -Original Message- From: Jochem Maas [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 27, 2006 7:

Re: [PHP] Re: exec returns no output?

2006-09-30 Thread Nick Wilson
* and then Stut declared > Nick Wilson wrote: > >That makes a lot of sense. I wasnt aware sudoers could be used for > >individual tasks. im not having much luck with it, I suspect it's cos > >what apache really needs permission to do is to 'sudo -u nick' right? > > Is it important that the tr

Re: [PHP] Re: exec returns no output?

2006-09-30 Thread Nick Wilson
* and then Colin Guthrie declared > /usr/bin/transfer_image.sh: > #!/bin/bash > > if [ -z "$1" ]; then > echo "No input file." > exit 1 > fi > scp "$1" [EMAIL PROTECTED]:/var/www/images/ > > > And then in apache: > exec("sudo -u nick /usr/bin/transfer_image.sh $file"); > > (obviously e

[PHP] Hotmail and junk mail

2006-09-30 Thread eqla3.com eqla3.com
hello every one :) what ever i do emails i sent got in the junk mail i fixed the header add spf record to the domain using mail server with specific IP fix all dns error nothing work any one get it correct ?

Re: [PHP] Re: exec returns no output?

2006-09-30 Thread Stut
Nick Wilson wrote: That makes a lot of sense. I wasnt aware sudoers could be used for individual tasks. im not having much luck with it, I suspect it's cos what apache really needs permission to do is to 'sudo -u nick' right? Is it important that the transfer happens immediately? If not then a

Re: [PHP] Re: How to effectuate translations

2006-09-30 Thread Stut
Mário Gamito wrote: Yes, but what i was looking for is the best solution for the users to choose their language. The same principals apply as to how you organise the customised strings. Whether the language selection is automatic or manual is surely peripheral to the point. -Stut Tony Mar

Re: [PHP] Re: exec returns no output?

2006-09-30 Thread Nick Wilson
* and then Colin Guthrie declared > Nick Wilson wrote: > > I think you're on the right track Col. I did a whole bunch more > > searching and the one thing I kept hearing was that no matter what you > > try, you just cant get the webserver to exec the script as another user > > -- so even if im

[PHP] Re: exec returns no output?

2006-09-30 Thread Colin Guthrie
Nick Wilson wrote: > I think you're on the right track Col. I did a whole bunch more > searching and the one thing I kept hearing was that no matter what you > try, you just cant get the webserver to exec the script as another user > -- so even if im saying '[EMAIL PROTECTED]' in both parts of the

Re: [PHP] Re: exec returns no output?

2006-09-30 Thread Nick Wilson
* and then Colin Guthrie declared > Nick Wilson wrote: > > Right, im with you. The keyfile is mine though, and i know i can ssh > > from this box to that without any problem. > > > > I've made a test script for htis and it's returning some very weird > > stuff now. The actual file it outputs

[PHP] Re: exec returns no output?

2006-09-30 Thread Colin Guthrie
Nick Wilson wrote: > Right, im with you. The keyfile is mine though, and i know i can ssh > from this box to that without any problem. > > I've made a test script for htis and it's returning some very weird > stuff now. The actual file it outputs (stdout and stderr) is the actual > image im tryin

Re: [PHP] Re: How to effectuate translations

2006-09-30 Thread Mário Gamito
Hi, Yes, but what i was looking for is the best solution for the users to choose their language. Thanks for the useful link anyway. Best Regards, Mário Gamito Tony Marston wrote: > If you read > http://www.tonymarston.net/php-mysql/internationalisation.html#determine.use > r.language you will s

Re: [PHP] Re: How to effectuate translations

2006-09-30 Thread Mário Gamito
Hi, But this allows users to choose the language or is it an automatic process from the browser language ? Regards, Mário Gamito Tony Marston wrote: > Take a look at > http://www.tonymarston.net/php-mysql/internationalisation.html which > documents the solution which I have adopted. > -- PH

Re: [PHP] Re: exec returns no output?

2006-09-30 Thread Nick Wilson
* and then Colin Guthrie declared > Nick Wilson wrote: > >> Do you use generated keys without a password for logging in? Otherwise > >> exec() > >> is just going to sit there while the scp command waits for a password. > > > > Tha'ts exactly what i think it's doing. The -i specifies an ide

[PHP] Re: exec returns no output?

2006-09-30 Thread Colin Guthrie
Nick Wilson wrote: >> Do you use generated keys without a password for logging in? Otherwise >> exec() >> is just going to sit there while the scp command waits for a password. > > Tha'ts exactly what i think it's doing. The -i specifies an identity > file according to the man page for scp so i

Re: [PHP] exec returns no output?

2006-09-30 Thread Nick Wilson
* and then Ray Hauge declared > On Saturday 30 September 2006 7:22 am, Nick Wilson wrote: > > hi all, > > > > i've searched and racked my brains, checked config files and all sorts > > but cannot work out why the following command would give me an empty > > array (and certainly not actually per

Re: [PHP] moving file from one server to another

2006-09-30 Thread Nick Wilson
* and then Tony Di Croce declared > How about nfs mounting a directory from the image server to a directory on > the lamp server. > > This way, the files are never really on the LAMP server... yeh, that had ocurred to me, and may be a good solution Tony. The only thing that worried me was no

Re: [PHP] exec returns no output?

2006-09-30 Thread Ray Hauge
On Saturday 30 September 2006 7:22 am, Nick Wilson wrote: > hi all, > > i've searched and racked my brains, checked config files and all sorts > but cannot work out why the following command would give me an empty > array (and certainly not actually perform the requested command...) > > exec('scp -

Re: [PHP] moving file from one server to another

2006-09-30 Thread Tony Di Croce
How about nfs mounting a directory from the image server to a directory on the lamp server. This way, the files are never really on the LAMP server... td On 9/30/06, Nick Wilson <[EMAIL PROTECTED]> wrote: * and then Google Kreme declared > On 30 Sep 2006, at 03:29 , Nick Wilson wrote:

[PHP] exec returns no output?

2006-09-30 Thread Nick Wilson
hi all, i've searched and racked my brains, checked config files and all sorts but cannot work out why the following command would give me an empty array (and certainly not actually perform the requested command...) exec('scp -v -i /id_dsa file.txt [EMAIL PROTECTED]:/target/dir/', $argh); print_

[PHP] Re: Rapid application development

2006-09-30 Thread Tony Marston
If you are developing an administrative CRUD application - with lots of screens to maintain the contents of lots of database tables - then take a look at RADICORE (http://www.radicore.org/) which allows you to develop components within your application without writing any HTML or SQL. -- Tony

[PHP] Re: How to effectuate translations

2006-09-30 Thread Tony Marston
Take a look at http://www.tonymarston.net/php-mysql/internationalisation.html which documents the solution which I have adopted. -- Tony Marston http://www.tonymarston.net http://www.radicore.org "AR" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I'm coding this softwa

Re: [PHP] moving file from one server to another

2006-09-30 Thread Nick Wilson
* and then Google Kreme declared > On 30 Sep 2006, at 03:29 , Nick Wilson wrote: > >I need to let users upload to the regular LAMP box, but then copy the > >image over to the custom image server (which does not have php or any > >kind of cgi capability). > > > >I was considering using exec() a

Re: [PHP] moving file from one server to another

2006-09-30 Thread Google Kreme
On 30 Sep 2006, at 03:29 , Nick Wilson wrote: I need to let users upload to the regular LAMP box, but then copy the image over to the custom image server (which does not have php or any kind of cgi capability). I was considering using exec() and scp to do this, but thought i'd ask and see if any

[PHP] moving file from one server to another

2006-09-30 Thread Nick Wilson
hi, i have thttpd (a very light weight http server) running as an image server on one box, and users uploading images to another php/apache powered box. I need to let users upload to the regular LAMP box, but then copy the image over to the custom image server (which does not have php or any kin