[PHP-WIN] Setting Up Advanced SEcurity

2002-10-14 Thread David P Lenk
What commands should I shut down to secure my PHP webserver? I have already turned off unlink and exec any other huge ones that should be turned off to make sure hackers cant shut my server down using scripts? Thanks, David P Lenk (I dont know everything?) -- PHP Windows Mailing List (http:

php-windows Digest 15 Oct 2002 01:34:37 -0000 Issue 1388

2002-10-14 Thread php-windows-digest-help
php-windows Digest 15 Oct 2002 01:34:37 - Issue 1388 Topics (messages 16360 through 16379): Re: Acces DB and PHP connection ? 16360 by: Uttam 16361 by: cisiodon.com.br - Mail Host - Listserv 16367 by: Brad Thomas 16368 by: Nichols, Mark A. Re: PHP_SELF

Re: [PHP-WIN] Can we upload images on the BBS?

2002-10-14 Thread leo g. divinagracia iii
Douglas F. Keim wrote: > I am putting together a BBS for my family. I would like to be able to > upload/download images. Can this be done with phpbb? > > > phpbb doesnt currently have this feature... although you might wanna check out the MODs board on phpbb.com and see if someone has writ

[PHP-WIN] Re: read registry

2002-10-14 Thread J Wynia
Franky wrote: > hi. > I want to acces (read) the registry on my web server. I use win2k. I try > with COM... but doesn't work... > Somebody know if it is possible? > It requires Windows scripting host installed and enabled on the server and will ONLY read the registry on the server (a lot of pe

Re: [PHP-WIN] Php Sessions - Well, they don't work :-\

2002-10-14 Thread Ignatius Reilly
I experienced problems with PHP non-persistent cookies, so I feel safer writing them explicitly on the client's disk: all the protected pages in one of my applications start by: // session check session_start() ; setcookie( session_name(), session_id(), time()+3600, "/" ) ; ob_start() ; require

[PHP-WIN] Php Sessions - Well, they don't work :-\

2002-10-14 Thread Stephen Edmonds
The problem is my sessions don't work properly... the ID is stored and saved in the cookie fine, and the PHP script can even acces the Session ID value in the cookie. However, when you call session_start(); it mearly creates a new session/session ID instead of resuming. I can pass on the session i

[PHP-WIN] Fatal error: Nesting level with get_browser()

2002-10-14 Thread Travis Ward
Hey PHPer's- I've got a bit of code that just detects the browser version and attaches the appropriate style sheet. browser == "Netscape" ) && ( $ua->version < 5 ) ) { stylesheet1 } else { stylesheet2 } It worked fine for a while, but recently started getting a fatal error on the lin

[PHP-WIN] system and exec

2002-10-14 Thread Will
I just recently did an upgrade from php 4.0.6 to 4.2.3 and several system calls that I used in my software no longer work. Both system and exec return no output from the command but if I add a '> error.log' redirect the error.log is created as an empty file. I have apache running as an acutal us

[PHP-WIN] Re: html email

2002-10-14 Thread Omar Campos
just add headers to your mail. Like this: including html tags"; $to = "[EMAIL PROTECTED] mail($to, $Subject, $msg, $headers); ?> "Dennis Philpot" <[EMAIL PROTECTED]> escribió en el mensaje [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi im quite a n00b, but i get some data out of the database a

[PHP-WIN] Re: Timeout

2002-10-14 Thread RéMy
"Arthur Chevalier" <[EMAIL PROTECTED]> schreef in bericht [EMAIL PROTECTED]">news:[EMAIL PROTECTED].. . > Hi all, > > I am experiencing a timeout issue when trying to connect/query to one of our > Sybase Databases. I have no problems connecting/querying to all of my other > databases. Does anyon

[PHP-WIN] read registry

2002-10-14 Thread franky
hi. I want to acces (read) the registry on my web server. I use win2k. I try with COM... but doesn't work... Somebody know if it is possible? thanks! Franky [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] graphs in php ???? urgent plz ! ! ! !

2002-10-14 Thread Cam Dunstan
Jezz toby!! you don`t give us much warning! 2 hours? I think by the time I saw your email you had already been shafted - if not, do a quick and dirty one by echoing some image tags - use some little coloured gifs or jpegs and stretch them to the right length according to the values in

[PHP-WIN] font library in php ?????

2002-10-14 Thread toby z
hi guyz now a new stuckup is there any ibraary for using embedded font in php can anyone help plz thnx a million toby . __ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Cha

RE: [PHP-WIN] RE: Acces DB and PHP connection ?

2002-10-14 Thread Nichols, Mark A.
Here's a code snippet. I haven't tried this yet. http://www.phpbuilder.com/mail/php-general/2000101/1850.php -Original Message- From: Brad Thomas [mailto:[EMAIL PROTECTED]] Sent: Monday, October 14, 2002 10:28 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] RE: Acces DB and PHP connect

Re: [PHP-WIN] RE: Acces DB and PHP connection ?

2002-10-14 Thread Brad Thomas
I would think the only way you could connect to an Access Database without a DSN set would be through the use of COM, maybe? We did a little bit of ASP in TAFE last term and we connected to an Access DB without setting a DSN .. so maybe it could follow a bit of the same path. HTH Brad "Cisiodo

[PHP-WIN] Re: graphs in php ???? urgent plz ! ! ! !

2002-10-14 Thread Philippe Saladin
> can i make a graph in php thru some form gathered data > (stored in mysql db) ? You would have a look at http://www.webguys.com/pdavis/programs/html_graphs/ It is a class to create html based charts. You can also try http://www.aditus.nu/jpgraph/ very powerful. good luck ! Regards, Philip

[PHP-WIN] graphs in php ???? urgent plz ! ! ! !

2002-10-14 Thread toby z
hi guyz dis one is really bad can i make a graph in php thru some form gathered data (stored in mysql db) ? n if dis can b dun HOW the devil do i do that help me plz i ve to submitt a report in 2 hrs :'( thnx a billion guyz toby. __

[PHP-WIN] Re: html email

2002-10-14 Thread Manuel Lemos
Hello, On 10/14/2002 09:25 AM, Dennis Philpot wrote: > Hi im quite a n00b, but i get some data out of the database and now i want > to send an HTML - Email with all tag lik ... > > someone knows help > > its an windows xp iis 5.0 with php install and an access db You just need to set the Con

[PHP-WIN] html email

2002-10-14 Thread Dennis Philpot
Hi im quite a n00b, but i get some data out of the database and now i want to send an HTML - Email with all tag lik ... someone knows help its an windows xp iis 5.0 with php install and an access db greetz Dennis -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: ht

RE: [PHP-WIN] PHP_SELF

2002-10-14 Thread Uttam
i think u need to do this: a) convert the mysql result to an array using some iteration function like array_walk(). b) if u r using sessions, save the array as a session variable for subsequent usage. OR if u need to pass it as hidden field, then u should use the serialize() function to pass the

Re: [PHP-WIN] RE: Acces DB and PHP connection ?

2002-10-14 Thread cisiodon.com.br - Mail Host - Listserv
Hi !!! The PHP:MySQL Table Manager has been designed to simplify the management of multiple mysql tables on a web site. It was not designed for complex table structures. It is assumed that the correct database privileges are in place before use. Website : www.appcreator.com Hope help you

[PHP-WIN] RE: Acces DB and PHP connection ?

2002-10-14 Thread Uttam
u mean DSN (not DNS) i suppose... well, i hv also been looking for a way, pls. do let me know if you find one... regds, -Original Message- From: Dennis Philpot [mailto:[EMAIL PROTECTED]] Sent: Monday, October 14, 2002 15:56 To: [EMAIL PROTECTED] Subject: Acces DB and PHP connection ?

php-windows Digest 14 Oct 2002 10:39:42 -0000 Issue 1387

2002-10-14 Thread php-windows-digest-help
php-windows Digest 14 Oct 2002 10:39:42 - Issue 1387 Topics (messages 16354 through 16359): Re: PHP_SELF 16354 by: Blue Presley 16355 by: John Meyer 16356 by: Cam Dunstan 16357 by: John Meyer 16358 by: M.B. Acces DB and PHP connection ? 16359

[PHP-WIN] Acces DB and PHP connection ?

2002-10-14 Thread Dennis Philpot
Hi NG, can someone tell me how i make a database connection from php (under windows) to an access datbase WITHOUT a DNS entry ? i've searched alot and i only find a dns way ! thx ! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] PHP_SELF

2002-10-14 Thread M.B.
Yeb, Jonh. Because (at least if you use MYSQL or something like that) you have to do it the way Cam Dunstan said it. I tried doing it your way, but then you get those errors (at least if you use MYSQL). M.B. "John Meyer" <[EMAIL PROTECTED]> schreef in bericht [EMAIL PROTECTED]">news:[EMAIL PROTEC