[PHP-WIN] Need Advice

2002-01-24 Thread Mike
Ok, I have looked for the past 2 days searching for an answer to my problem. It's not PHP related but quite similar to it. I run a web/FTP server from my house. My problem is that my download rates to my place is super fast yet my u/l rates really suck. I mean I can't push anything faster then 15

[PHP-WIN] Re: NEWBIE IN DISTRESS: Install Instructions are not work for PHP 4.1.1!!!

2002-01-24 Thread Andre Amaral
Go to http://www.experttek.com/php/installation.php Step by Step installatio on Win2k running IIS5 "Mark" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I apologize if the title of this post sounds overly aggresive, but I have > followed the instructions to

Re: [PHP-WIN] Re: [PHP] PHP software tool

2002-01-24 Thread malcontent
> > GnuEmax? Speaking of which... Is there any decent windows editor which has support for php AND integrated CVS AND which is does not contain the word emacs in it's name? I tried to learn emacs but gave up when I found out how cumbersome multiple file development was compared to homesite.

Re: [PHP-WIN] Limit connection/download

2002-01-24 Thread Olivier Hubert
At 20:57 2002-01-24 +, Symeon Charalabides wrote: > > I have a web site with a lot of files that are downloadable only by > > registered users. Session variables are used to keep track of who is > logged and > > who is not (non-registered users can still browse the files, but not > download

Re: [PHP-WIN] Limit connection/download

2002-01-24 Thread Symeon Charalabides
> I have a web site with a lot of files that are downloadable only by > registered users. Session variables are used to keep track of who is logged and > who is not (non-registered users can still browse the files, but not download > them). Now, I would like to have a limit of one download/user.

[PHP-WIN] Limit connection/download

2002-01-24 Thread Olivier Hubert
Hi, I am using the following configuration: - Apache 3.2.6 (I think) - PHP latest version - MySQL latest version I have a web site with a lot of files that are downloadable only by registered users. Session variables are used to keep track of who is logged and who is not (non-

RE: [PHP-WIN] Windows NT SMTP Set Up Help Needed

2002-01-24 Thread Shrock, Court
Weird...have you verified that you can send mail using the server specified in php.ini using another app --outlook express, netscape mail, mozilla mail, etc... >Court- >No luck yet. Here is the call to mail(): > >$mr = mail("[EMAIL PROTECTED]", "subject", "Line 1"); > >Simple and straight forward

RE: [PHP-WIN] Windows NT SMTP Set Up Help Needed

2002-01-24 Thread Charlie Killian
Court- No luck yet. Here is the call to mail(): $mr = mail("[EMAIL PROTECTED]", "subject", "Line 1"); Simple and straight forward. But I'm still getting the error: Warning: Server Error in E:\Inetpub\wwwroot\ckmailtest.php on line 22 Charlie > I had a similar error running in CGI mode on WinNT

php-windows Digest 24 Jan 2002 17:33:31 -0000 Issue 968

2002-01-24 Thread php-windows-digest-help
php-windows Digest 24 Jan 2002 17:33:31 - Issue 968 Topics (messages 11611 through 11627): Re: Here is a Step by Step on how to install and configure PHP 4.1.x in Win2k with IIS5 11611 by: SomeGuy Re: PHP header 11612 by: Fabian Hoffmann mail() 11613 by: Fabian Hof

RE: [PHP-WIN] Windows NT SMTP Set Up Help Needed

2002-01-24 Thread Shrock, Court
I had a similar error running in CGI mode on WinNT. I ended up taking apart my call to mail() until it worked. A simple call with dummy values and no extra headers would work, but what I wanted would not. I traced the cause to the bcc header. Also, I noticed that the cc header does not work ei

RE: [PHP-WIN] Windows NT SMTP Set Up Help Needed

2002-01-24 Thread Charlie Killian
I'm still receiving the error: Warning: Server Error in E:\Inetpub\wwwroot\ckmailtest.php on line 22 The SMTP and sendmail_from configuration are set correctly. I know this because when I change SMTP to a third party SMTP server the script works. However, I still can't get the mail services on Wi

[PHP-WIN] Re: Oracle again sigh...

2002-01-24 Thread Philippe Saladin
Hi, I've answered to your post in php.db Regards, Philippe "Yuwin" <[EMAIL PROTECTED]> a écrit dans le message news: [EMAIL PROTECTED] > Help, i'm trying to connect to a remote oracle database from > win98/apache/php4 and win2k/iis/php4 but it always gives me tns error. Other > apps however, work

[PHP-WIN] New to PHP

2002-01-24 Thread J Messam
When I installed PHP 4, I ran the test.php it appeared to have been installed correctly. I tried to write some simple scripts, they ran at first but then every attempt to run a PHP script generates this error. PHP has encountered an Access Violation at Your help would be appreciated. --

Re: [PHP-WIN] mail()

2002-01-24 Thread DL Neil
Hello Fabian, Please post a copy of the code you are using, as is. =dn > I have made a php formmailer! > > My Problem: > > When I receive the mail, in the from(sender) line is something like > www-data, but I wont the real sender adress for example [EMAIL PROTECTED] in > the from line not in

RE: [PHP-WIN] Re: Mysql connection

2002-01-24 Thread Martin Lindhe
> Hey there! > > you must delete the my.ini or something like that and then it works! eh? my.ini holds your special mysql configuration and you shouldnt just go and delete it, and for certain it wont magically start mysql if you delete the file /Martin > > > "Brad Thomas" <[EMAIL PROTECTED]>

RE: [PHP-WIN] php mail()

2002-01-24 Thread Martin Lindhe
> My Problem: > > When I receive the mail, in the from(sender) line is > something like www-data, but I wont the real sender adress > for example [EMAIL PROTECTED] in the from line not in the > subject line or in the message, just in the from line! > > Is this possible or impossible $address

RE: [PHP-WIN] Windows NT SMTP Set Up Help Needed

2002-01-24 Thread Martin Lindhe
> A client is having trouble setting up SMTP services on their > Windows NT machine so PHP can access it through the mail() function. > > SMTP is set to mail.theserver.com in the php.ini. > Mail() works when set to a different mail server. > PHP and the mail services are on the same machine. > T

RE: [PHP-WIN] FW: [PHP-INST] Adding GD extensions

2002-01-24 Thread Martin Lindhe
> I am migrating from the Mac world and so my knowledge of the > Windows environment is minimal. I have two systems. A desktop > running Windows 2000 v5 SP2 with IIS 4 and a laptop running > Windows XP and Apache 1.3 > > I have php running on both as a CGI. When I try to add any > extension t

AW: [PHP-WIN] php mail()

2002-01-24 Thread k . krohn
Hello Fabian! Try this: Works fine for me, should work for you, too. Be carefull with $extra_header. If you forget a blankspace or an \n, it won't work. More Infos at: http://www.php.net/manual/en/function.mail.php (German: http://www.php.net/manual/de/function.mail.php ) Karsten > I hav

[PHP-WIN] Re: Mysql connection

2002-01-24 Thread Fabian Hoffmann
Hey there! you must delete the my.ini or something like that and then it works! "Brad Thomas" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > > Warning: MySQL Connection Failed: Can't connect to MySQL server on > > > 'localhost' (10061) in c:\program

[PHP-WIN] Oracle again sigh...

2002-01-24 Thread yuwin
Help, i'm trying to connect to a remote oracle database from win98/apache/php4 and win2k/iis/php4 but it always gives me tns error. Other apps however, works fine with the tns configuration. the php oracle module was loaded successfully on both platforms. I've tried all sorts of possibilities. pat

[PHP-WIN] Oracle again sigh...

2002-01-24 Thread yuwin
Help, i'm trying to connect to a remote oracle database from win98/apache/php4 and win2k/iis/php4 but it always gives me tns error. Other apps however, works fine with the tns configuration. the php oracle module was loaded successfully on both platforms. I've tried all sorts of possibilities. pat

[PHP-WIN] php mail()

2002-01-24 Thread Fabian Hoffmann
Hello! I have made a php formmailer! My Problem: When I receive the mail, in the from(sender) line is something like www-data, but I wont the real sender adress for example [EMAIL PROTECTED] in the from line not in the subject line or in the message, just in the from line! Is this possible or