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 - 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
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
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
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
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
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
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
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
"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
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
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
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
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
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
> 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
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.
__
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
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
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
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
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 - 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
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
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
25 matches
Mail list logo