php-windows Digest 14 Dec 2004 10:31:21 -0000 Issue 2505
Topics (messages 25150 through 25152):
Re: Strange internet problem
25150 by: Charles P. Killmer
bar graph gd
25151 by: jm
im convert php-screw to windows dll
25152 by: Andrew
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
I just got another message this weekend. Here are some of the contents
of the phpinfo:
_SERVER["REMOTE_ADDR"] x.x.x.x
_SERVER["REMOTE_HOST"] x.x.x.x
_SERVER["REQUEST_METHOD"] GET
_SERVER["SCRIPT_NAME"] /index.php3
_SERVER["SERVER_NAME"] www.yahoo.com
_SERVER["SERVER_PORT"] 80
The client approached my webserver with www.yahoo.com in the host
header. So this is a strange situation. Anyone seen anything like this
before?
Charles
-----Original Message-----
From: Gryffyn, Trevor [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 01, 2004 10:19 AM
To: Charles P. Killmer
Subject: RE: [PHP-WIN] Strange internet problem
Worth a shot. I've been bit before by silly little things I've done in
my code to clean things up, only to find out that they were excluding
important information. When in doubt, get a higher level view.
Good luck!
-Trevor
> -----Original Message-----
> From: Charles P. Killmer [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, December 01, 2004 11:17 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [PHP-WIN] Strange internet problem
>
>
> I modified the email so I will now receive an email with the full
> phpinfo. I won't have an answer until it happens again though. In
> any case I am pulling the host header from $_SERVER["SERVER_NAME"];
>
> Charles
>
> -----Original Message-----
> From: Gryffyn, Trevor [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, December 01, 2004 10:03 AM
> To: [EMAIL PROTECTED]
> Cc: Charles P. Killmer
> Subject: RE: [PHP-WIN] Strange internet problem
>
> Definitely strange. Are you having it send you a copy of the header
> information so you can verify that you're capturing the correct info
> and you're not getting like a REFERRER type tag from someone clicking
> on a link IN yahoo?
>
> -TG
>
> > -----Original Message-----
> > From: Charles P. Killmer [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, December 01, 2004 10:53 AM
> > To: [EMAIL PROTECTED]
> > Subject: [PHP-WIN] Strange internet problem
> >
> >
> > This isn't related to php but there are many knowledgeable
> people here
>
> > that I though might find this curious.
> >
> > I host an IP based site. Based on the host header that is
> sent to the
>
> > site, I pull different content from a database. When the
> host header
> > is not found in the database, I send an email to me telling me that
> > someone tried to access a site for which we have no content.
> >
> > Now for the weird part. Once in a while I get a message from this
> > site saying that www.yahoo.com has not been setup. It
> seems as though
>
> > someone has a host entry for www.yahoo.com that points to
> my IP. Or
> > someone's browser is messing up the referrer and host
> header. But if
> > that's the case they should not be able to get to and virtual site
> > anywhere.
> >
> > Has anyone heard of anything like this or is this something
> completely
>
> > new?
> >
> > Charles Killmer
> >
> >
>
> --
> PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:
> http://www.php.net/unsub.php
>
>
--- End Message ---
--- Begin Message ---
Hi guys:
I'm using php5 on winxp with IIS. I'm trying to run a simple bar graph demo
found it on phpbuilder site. When I run it I get nothing but an x in the top
left corner of my web page(no errors nothing).
GD is uncommented in my php.ini, ext dir set and I have verified that GD is
installed through php -m,phpinfo() , and gd_info(). Can anyone offer me some
advice on how to troubleshoot this problem.
I searched google, and did see other posts like mine but no solutions. Any
thoughts or suggestions would be appreciated.
--- End Message ---
--- Begin Message ---
Hi..
I'm trying to get PHP Screw working on Windows thru Visual C++ compiling
it as a windows DLL, everything works except it doesn't actually replace the
fopen function, it seems to ignore that command. I would really like to get
this working, I have a project that you can look at if you are interested:
http://koula.co.za/screwdll.zip
I am creating files in c:/ to check if a function runs, and only the
pm9screw_open
doesn't run, when replacing zend_open with it
Thanks if you can help
Regards
Andrew
--- End Message ---