Re: [PHP-WIN] Re: need some urgent help

2001-08-30 Thread OoCobra97
Sorry for the duplicate message, but in the previous mail, i reffered to httpd.cont...what i meant was httpd.conf Goodluck again In a message dated 8/30/2001 4:42:43 AM Eastern Daylight Time, [EMAIL PROTECTED] writes: > I had this same problem with a cable user, what the ISP was doing is >

Re: [PHP-WIN] Re: need some urgent help

2001-08-30 Thread OoCobra97
I had this same problem with a cable user, what the ISP was doing is blocking that port, specifically because your a home user, your not supposed to run a websever. in apache you can edit the file httpd.cont, and change the Port 80 to say port 8080 and then have your users go to your name.d2g.

[PHP-WIN] Problem

2001-08-06 Thread OoCobra97
Ok, first, I want to ask what mailing list should I mail for a scripting question? Ive been on this list for about 6 months now, And i dont recall seeing to many script questions. 2nd, Im having a problem with the eregi command again (if you remember my e-mail from yesterday). Heres the prob

[PHP-WIN] Problem with coding?

2001-08-06 Thread OoCobra97
I'm not sure if this is the right forum for this, but I didnt see a mailing list for anything else similar, but Im trying to extract some info from another site using this code: (code is partially displayed, if you need the whole thing, just e-mail me) function get_result() { $file=fopen(

Re: [PHP-WIN] NT Domain UserNames

2001-05-24 Thread OoCobra97
Hello Vishal, Just to get this straight a bit, when you say entering the nt domain, your really saying for when they log on to the system right? Let us know (or me, if everyone else gets this, hehe) ~Jeff In a message dated 5/24/2001 11:19:33 AM Eastern Daylight Time, [EMAIL PROTECTED] writes

Re: [PHP-WIN] Remote UserName

2001-05-24 Thread OoCobra97
Hello Erik, You can access the username and password by possibly a getenv or http_env_vars...and using PHP_AUTH_USER and PHP_AUTH_PW if you go to a page that has the phpinfo() command in it after youve authenticated, it will show you these variables...there located under php variables. Hope

Re: [PHP-WIN] %s %s addition... what's it do and is it my problem?

2001-05-24 Thread OoCobra97
I'm not sure what the %s means, but with your 404 error problem and iis 5 at least...you can stop those cgi errors you get, when you create the script mapping in IIS (right where your seeing the %s %s) you should see 2 checkboxes on the bottom of that page, one is "script engine" the other is

Re: [PHP-WIN] DNS/WEB SERVER WITH APACHE/PHP/WIN98

2001-05-21 Thread OoCobra97
Hello, you can also use mydomain.com...its your own domain www.abc.com you have full control of how to set it up, plus its free. ~Jeff

Re: [PHP-WIN] .htaccess

2001-05-17 Thread OoCobra97
With apache, in the httpd.conf file, you can change the .htaccess file to whatever file you want it to access (and protect) ...1st change: AccessFileName .htaccess to AccessFileName whateverfilename.filetype This changes the file apache looks for in each directory for its settings Then right b

Re: [PHP-WIN] Host ceased service

2001-05-16 Thread OoCobra97
PHP and MySQL run should run fine on the win2k server, I have been running it as the cgi version for almost 2 months now with no problems...It could be that your host has it installed as the ISAPI module, and thats why they have problems with it (as mentioned in another e-mail) or its possible

Re: [PHP-WIN] Installation of Apache & PHP4 on Windows

2001-05-14 Thread OoCobra97
Hello, Apache does some of the setting up for you...but there are some parameters you need to set...with the server name being the major one, or else it wont run. In your apache directory, you will see a folder named "conf" open that up, and find the file "httpd.conf" open this file in wordpad

Re: [PHP-WIN] auto variable parsing won't work, any ideas?

2001-05-12 Thread OoCobra97
Its me again, I just turned on "register_globals" while i was viewing my php.ini, and that works...hope it works for you as well ~Jeff I have this same problem with php and Ive seen something about this on this mailing list...i think it has to do with the setting "register_globals" in the p

Re: [PHP-WIN] auto variable parsing won't work, any ideas?

2001-05-12 Thread OoCobra97
I have this same problem with php and Ive seen something about this on this mailing list...i think it has to do with the setting "register_globals" in the php.ini...i havent tried it yet, but lt me know how it works...ive also seen something on register_vars...but from what i understand, thats

Re: [PHP-WIN] PHP 4.05, IIS5 and session...

2001-05-04 Thread OoCobra97
I better clarify that, hehe, but in my php.ini I have: session.save_path = /tmp Hello, Im running win2k with iis5, heres what i have in php.ini: /tmp My files are created in my server root, eg. my server files are located in g:\server, and my web docs in g:\server\www and my session

Re: [PHP-WIN] PHP 4.05, IIS5 and session...

2001-05-04 Thread OoCobra97
Hello, Im running win2k with iis5, heres what i have in php.ini: /tmp My files are created in my server root, eg. my server files are located in g:\server, and my web docs in g:\server\www and my session files in g:\server\tmp it seems to work fine for me. Let me know if it works or not. ~Je

Re: [PHP-WIN] PHP, network shares, and IIS5

2001-04-29 Thread OoCobra97
Have you tried mapping the drive, then accessing them like that? Hi, I've been using PHP4 and IIS5 on Win2k and IIS5 for ages now. I now need to host some of my files on a network share instead of on a local drive. All that should need changing is the location on the files on IIS5, which is \\

Re: [PHP-WIN] Bandwidth for webhosts

2001-04-26 Thread OoCobra97
Hello, What they actually mean is the amount of data transfered to your visitors, lets say your index page is 5kb in size, if 1000 people visit just that 1 page, then youve use 5000kb of your bandwidth. im not sure of the conversion rate, maybe someone else on this site knows it, but anyhow, y

Re: [PHP-WIN] PHP4 won't display page

2001-04-15 Thread OoCobra97
Ok, first as mentioned on another email, change your AddType application/x-httpd-php .phtml .phps to: AddType application/x-httpd-php .phtml .php also, try putting your php scripts in your script alias, in your case c:\php4 and call them by using yourdomain/php4/scriptname hope this helps ~Je

Re: [PHP-WIN] CGI Error

2001-04-11 Thread OoCobra97
Hello, Well when php describes a cgi error, but there is no output, it could be because its not finding the file. On iis5 when you set the handler for php (thats where you define the extention to php) theres a checkbox named "check if file exists". If you check that box than if the file isnt

Re: [PHP-WIN] WinNT Logons as a $var

2001-04-11 Thread OoCobra97
Hello, I run windows 2k for my web server with iis 5, I tested a script for someone on this issue and $AUTH_USEr worked fine, as long as you set the directory or page as password protected (requiring windows logon). Hope this helps ~Jeff In a message dated 4/11/2001 1:43:37 PM Eastern Daylight

Re: [PHP-WIN] free php hosting

2001-04-11 Thread OoCobra97
www.f2s.com is great so far, I've signed up about a week ago and its been down only once, i think it may have been caused by there database servers (yes they have mysql database servers for free too) So I would recomend it. To see a user website just go to www.oocobra97.f2s.com and you will see

Re: [PHP-WIN] HELP!!! (PHP-WINDOWS98-APACHE)

2001-03-28 Thread OoCobra97
Hello again, Ok, I began thinking about your problem, and I think I remeber something about this, I was not able to do just "php" on the actions and aliases, I had to do php4 for some reason. but I loaded uup apache today and tried the cgi version, and it worked, heres the following thats loca

Re: [PHP-WIN] Freaks only !!!

2001-03-26 Thread OoCobra97
Hello, Ok, first off, I really couldnt understand the question, but I'm assuming that the php_self function isnt working for you. Based on that, heres my answer: I run windows IIS5 and this command doesnt work for me as well, but after using the following, it works great =) Here it goes: $wha

Re: [PHP-WIN] Perl On Apache

2001-03-18 Thread OoCobra97
Here is a link for you, Its called Activestate perl. The perl language for windows. I have it setup on my machine and it runs great. Hope this helps! ~Jeff The Link: http://www.activestate.com/">ActiveState or for those without html: http://www.activestate.com/

Re: [PHP-WIN] Parse error after install

2001-03-16 Thread OoCobra97
hello, try echoing the command phpinfo, such as that works on my windows 2000 machine without a problem =) Hope this helps ~Jeff

[PHP-WIN] Email Problem....SOLVED!!!!

2001-03-14 Thread OoCobra97
Hello, I've been seeing quite a few e-mails about the mail() function not working...well mine worked fine until today i believe, but it looks like it has to do with the php ini setting, althoug Ive changed my ini, it still didnt work, so heres a workaround I found on php.net that works great.

[PHP-WIN] CGI error?

2001-03-08 Thread OoCobra97
Hello everyone, This may be a simple answer, but ive looked through php.net and apache.org. I have both ISS5 and Apache on my windows 2000 machine. IIS5 has a setting under the extention mappings that let the server check if a file exists before sending it to the php executable...that way I get

[PHP-WIN] Should be an easy solution

2001-02-22 Thread OoCobra97
Hello, I'm writing an error handling script for my windows 2000 Server, Basically I'm exploding the query_string down to the error code, (404, 401, 500, ect...) and I want to add either (main, main2, desc, or sub) to the errorcode, how do I go about this? Im trying to do this so it eventually

[PHP-WIN] Header variable not working??

2001-01-17 Thread OoCobra97
Hello, Im running windows 2000, IIS5, php4. Im trying to use: header("Status: 404 File not found") or die('Unable to connect to execute header command!'); to redirect to my errordocument, but its not doing anything...it goes to the "or die" command (which i set up to see if it works or not) an

[PHP-WIN] REQUEST_URI for IIS 5

2001-01-17 Thread OoCobra97
Hello, im running windows2k, and php4...ive been trying to use and environment varible "REQUEST_URI" to get the url the user is trying to reach...but its not working on my server, is there another way around this? thanks for any help! ~Jeff -- PHP Windows Mailing List (http://www.php.net/) T