You need to check the MySQL manual about the password hashing
http://dev.mysql.com/doc/mysql/en/password-hashing.html and change to the
old version of passwords as a workaround. I don't know if PHP5 supports the
new authentication or not.
"Soheil Noori Bushehri" <[EMAIL PROTECTED]> wrote in messa
$error);
$reply = implode($reply);
$mysqlrunning = eregi( ':3306',$reply );
if (!$mysqlrunning){
exec
('C:\mysql\bin\mysqld.exe --defaults-file=C:\mysql\bin\my.cnf --standalone')
;
}
""Jon"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Is there some way to have PHP test if MySQL is running and if not make the
system call to start it?
This is just an ME test machine but I would also like to know how on XP PRO
cause I have another test machine available.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: ht
ot be using 9x for serving.
If you are only using it as a test machine there are several LAMP (Linux,
Apache, MySQL and PHP) distros available for download that have been
preconfigured.
Jon
""Matt Murphy"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Win
New message is available.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
open it right up, just like it was a native word doc.
Theoretically, it's possible to do the same thing with saving an .html
doc as .doc, but your mileage may vary.
-- jon
michael wrote:
You could try to generate RTF commands, not sure if that will work
though. There should b
, 20); // times out after a little while
$htmlData = curl_exec($ch); // run the whole process
echo $htmlData;
'Course, this assumes you have curl installed. Presumably, you could use
fopen as an alternative.
-- jon
---
jon roig
web developer
email: [EMAIL
What happens when you try to telnet from the webserver to the smtp
server port 25?
Can you successfully send an email by hand?
-- jon
-Original Message-
From: Gabe [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 07, 2004 7:42 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] SMTP
h.thedomain.com. In that case, we have a custom 404 page which
does all the switching work for us. The page examines the URL that the
user was attempting to visit and swaps out the content based on that.
-- jon
-------
jon roig
web developer
email: [EMAIL PROTECTED]
phon
Hola...
One good thing to check out is ADODB, a database abstraction layer which
lets you query all kinds of different db servers in one, uniform way.
Check it out here:
http://php.weblogs.com/ADODB
-- jon
-Original Message-
From: Felipe Eduardo Ortiz López [mailto:[EMAIL
I really dig the pegusus mail server. Easy to setup. Free. Works
flawlessly.
http://www.pmail.com
-- jon
-Original Message-
From: Will [mailto:[EMAIL PROTECTED]
Sent: Friday, March 12, 2004 6:41 AM
To: 'Php-Windows '
Subject: RE: [PHP-WIN] Email Servers
The email ad
r a living
now... So it must've worked.)
-- jon
---
jon roig
web developer
email: [EMAIL PROTECTED]
phone: 888.230.7557
-Original Message-
From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]
Sent: Monday, February 02, 2004 10:29 AM
To: '[EMAIL PROT
27;s the output I get:
Loaded word version (10.0)
Warning: (null)(): Invoke() failed: Exception occurred. Source:
Unavailable Description: Unavailable in C:\Program Files\Apache
Group\Apache2\htdocs\wordFix.php on line 11
Any help would be greatly appreciated...
-- jon
---
jon ro
That is the tell tale sign that either nimda or code red, I for get
which have been scouting your system. If you run apache server dont
worry about it as they can only opperate on IIS platforms.
JON
Skate wrote:
Is someone trying to hack my computer?
"GET /scripts/..%255c%255c../
hmmm talking to myself, have the it figured out. Decided to load as a
module instead
Jon Phipps wrote:
what is the trick to getting apache2 to exec php scripts properly I have
managed to get beyond the 500 sever error now they just time out. I want
to use php.exe as a cgi, this is on a windows
would be appreciated
Jon
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
my application but it is going to be labour intensive
converitng the sites, unless someone knows a converter from IIS to apache
Jon
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
suceptible to. I know there are patches and security fixes
and wot not but really how much time do you want to spend securing the
server?
Jon
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thanks Mikey, had forgotten that. Works a treat.
Mikey wrote:
You could try using forward slashes - they are functionally equivalent from
a PHP point of view...
Mikey
-Original Message-
From: Jon Phipps [mailto:[EMAIL PROTECTED]
Sent: 25 July 2003 19:13
To: [EMAIL PROTECTED]
Subject
Here is my problem I need to read a file path from this construct
Base Path
however when I read it with
$appath=$_POST["sys_path"];
what I get is
e:\\jon\\site_dev\\php-html
not what I am expecting which is
e:\\jon\\site_dev\\php-html
how can I stop the post method from es
Sorry bout the double post of the radio buttons issue, Outlook express
crashed so it got sent twice.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
e{
echo 'Yes','';
echo 'No','';
}
$temp= 'Security=' + $value;
$handle=(fopen("e:\\jon\\site_dev\\php-html\\configs\\phphtml.cfg","a+"));
fwrite($handle, 'Security=');
fwrite($handle, //value of radio button goes here );
fclo
e{
echo 'Yes','';
echo 'No','';
}
$temp= 'Security=' + $value;
$handle=(fopen("e:\\jon\\site_dev\\php-html\\configs\\phphtml.cfg","a+"));
fwrite($handle, 'Security=');
fwrite($handle, //value of radio button goes here );
fclo
I am curious as to how, from within php, you could emulate the javascript
window.close() function. The other thing is how would I blend javascript and
php, it call javascript functions from php. The javascript will be located
in the same page as the php.
Jon
--
PHP Windows Mailing List (http
Thanks Neil, had not thought of doing it that way seems much more
elegant than what I was doing anyway.
Will work that into the code and finaly have it behaving right... now if I
could just get the http referer parsed right for the log file
Jon
"Neil Smith" <[EMAIL PROTECT
$refpage="Direct Hit";
}
I get the following notice on the screen when the script is run
Notice: Undefined index: HTTP_REFERER in E:\coddad\errors\403-50.php on line
28
regards
Jon
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Subject: Re: What is the best way to post here?
From: Erythros <[EMAIL PROTECTED]>
Newsgroups: php.windows
what do you mean ignored? do you mean no one
responds to your posts?
"Jon Harrell" <[EMAIL PROTECTED]> wrote in
message
news:[EMAIL PROTECTED]
com...
> It seems t
It seems that most if not all of my NG posts are
ignored through my news client... but I can email
the list... What is the most effective way of
posting here?
jh
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I noticed this error after updating to 4.3.2...
but here is a snipet non the less... hopefully i
can get the echos back ;)
---
function DLCftpLogon($local_dir)
{
$nl_25 =
"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\
n\n\n\n\n\n";
echo($nl_25 . $nl_25 . $
I noticed that compared w/ 4.2.3 (the last working
fdf/tk until now) that the CLI will not echo
correctly... it takes 30-60 seconds and then a
whole page is echoed... also simple scripts seems
to take minutes instead of seconds...
jh
--
PHP Windows Mailing List (http://www.php.net/)
To unsubsc
Is php_fdf.dll on the list of improvements for
4.3.x win32?
- right now the only one I can get to work w/o a
crash is 4.2.3... all the stable and 5x snaps are
also problamatic...
jon harrell
[EMAIL PROTECTED]
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit
Hi,
Im trying to build a simple "Hello World" C extension using Cygwin but
can't find any examples or how this can be accomplished ... can anyone
give a hint?
Thanks.
- Jon
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
colors
from a central page.
With regards
Jon Lauridsen
[EMAIL PROTECTED]
t so many problems w/ IIS, don't go into the @#%*
Windows newsgroup... you're not of any use to us here.
Thanks for any help that can be provided,
- Jon
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAI
someone know a explanation/remedy for this, since it makes
developing slightly inconsistent with this requiring that gimmick and
that not.
And yes, /temp is set.
Regards to anyone cring to answer.
- jon Thompson Coon
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PR
35 matches
Mail list logo