php-general Digest 2 Feb 2009 02:43:07 -0000 Issue 5935

2009-02-01 Thread php-general-digest-help
php-general Digest 2 Feb 2009 02:43:07 - Issue 5935 Topics (messages 287505 through 287517): Re: Installation of php-5.2.8-win32-installer.msi 287505 by: kimwah Weird url passing what does it mean, am I hacked? 287506 by: Terion Miller 287508 by: Ashley Sheridan

Re: [PHP] Installation of php-5.2.8-win32-installer.msi

2009-02-01 Thread kimwah
Confirmed it is a php installation bug. Just found the step by step guide for Solving this problem. You can get the solution in http://d0--0b.blogspot.com/2009/02/cannot-install-php-528-to-xp-iis-5.html Hope this help :) -- View this message in context:

Re: [PHP] Re: More questions about SESSION use

2009-02-01 Thread Terion Miller
This is how it was originally written: if (empty($_SESSION['AdminLogin']) || $_SESSION['AdminLogin'] != true){ header (Location: LogOut.php); $_SESSION['user']=$UserName; $_SESSION['AdminID']=$AdminID; --*I added this one originally the script only used 'user' and

[PHP] Weird url passing what does it mean, am I hacked?

2009-02-01 Thread Terion Miller
I noticed yesterday that sometimes I was seeing a strange url passing at the bottom of the browser when clicking around my site I'm working on while watching the page loads, its calling to mouserunner.com and I went to the site and it is a bunch of links, my site is on a private server for a large

[PHP] CLI [Lack of] Performance on Windows

2009-02-01 Thread Jason Young
I'm not much for running PHP on Windows, but I thought that many of the performance issues had been worked out... However, I'm trying to run a PHP through CLI and having a terrible experience with speed. This is running Windows Server 2008 (with a Quad-Core Intel, 4 GB of RAM). My problem

Re: [PHP] Weird url passing what does it mean, am I hacked?

2009-02-01 Thread Ashley Sheridan
On Sun, 2009-02-01 at 10:10 -0600, Terion Miller wrote: I noticed yesterday that sometimes I was seeing a strange url passing at the bottom of the browser when clicking around my site I'm working on while watching the page loads, its calling to mouserunner.com and I went to the site and it is

Re: [PHP] PHP Enclosing Tags? Do You Close Your PHP Declarations?

2009-02-01 Thread Yannick Mortier
2009/1/30 Nitsan Bin-Nun nit...@binnun.co.il: Do you close your PHP ?php tags? No, I don't. The reason is that I use subversion and I always get a message when I don't leave the last line empty. So I kind of have to leave the ?php Tag opened. I once read that this is even recommended by the PHP

Re: [PHP] Weird url passing what does it mean, am I hacked?

2009-02-01 Thread Ashley Sheridan
On Sun, 2009-02-01 at 11:01 -0600, Terion Miller wrote: On Sun, Feb 1, 2009 at 10:57 AM, Ashley Sheridan a...@ashleysheridan.co.uk wrote: On Sun, 2009-02-01 at 10:10 -0600, Terion Miller wrote: I noticed yesterday that sometimes I was seeing a strange

[PHP] Re: Payment question in Canada

2009-02-01 Thread Michelle Konzack
Am 2009-01-30 22:47:10, schrieb Edmund Hertle: Read this discussion. I think this will help you: http://marc.info/?t=12329898971r=1w=2 Address Not Found www.marc.info could not be found. Please check the name and try again. Thanks, Greetings and nice Day/Evening Michelle Konzack

Re: [PHP] Weird url passing what does it mean, am I hacked?

2009-02-01 Thread Terion Miller
On Sun, Feb 1, 2009 at 11:17 AM, Ashley Sheridan a...@ashleysheridan.co.ukwrote: On Sun, 2009-02-01 at 11:01 -0600, Terion Miller wrote: On Sun, Feb 1, 2009 at 10:57 AM, Ashley Sheridan a...@ashleysheridan.co.uk wrote: On Sun, 2009-02-01 at 10:10 -0600, Terion Miller wrote:

Re: [PHP] CURL vs stream_socket_client

2009-02-01 Thread Yves Arsenault
Hey there, First off I'd like to thank the Magento module's author for the support. The canada post shipping module now works! The problem was a little bit different then I saw in other posts and forums. Basically, the curl function wouldn't connect to the sellonline.canadapost.ca system on the

[PHP] Re: [PHP-QA] problem code

2009-02-01 Thread Daniel Brown
Top-posting. Chris, you're on the wrong list. Please send messages like this to php-general@lists.php.net, and subscribe[1] to that list to follow along. This QA list is for the PHP Quality-Assurance Team. 1: http://php.net/mailinglists - or - php-general-subscr...@lists.php.net

Re: [PHP] PHP Enclosing Tags? Do You Close Your PHP Declarations?

2009-02-01 Thread Alpár Török
2009/2/1 Yannick Mortier mvmort...@googlemail.com 2009/1/30 Nitsan Bin-Nun nit...@binnun.co.il: Do you close your PHP ?php tags? No, I don't. The reason is that I use subversion and I always get a message when I don't leave the last line empty. So I kind of have to leave the ?php Tag

Re: [PHP] Weird url passing what does it mean, am I hacked?

2009-02-01 Thread Ashley Sheridan
On Sun, 2009-02-01 at 13:42 -0600, Terion Miller wrote: On Sun, Feb 1, 2009 at 11:17 AM, Ashley Sheridan a...@ashleysheridan.co.ukwrote: On Sun, 2009-02-01 at 11:01 -0600, Terion Miller wrote: On Sun, Feb 1, 2009 at 10:57 AM, Ashley Sheridan a...@ashleysheridan.co.uk wrote:

Re: [PHP] Weird url passing what does it mean, am I hacked?

2009-02-01 Thread Michael Kubler
Maybe you can use Firebug http://getfirebug.com/, or the Web Developer https://addons.mozilla.org/en-US/firefox/addon/60 plugins for Firefox? Michael Kubler *G*rey *P*hoenix *P*roductions http://www.greyphoenix.biz Ashley Sheridan wrote: On Sun, 2009-02-01 at 13:42 -0600, Terion Miller

RE: [PHP] Re: [PHP-QA] problem code

2009-02-01 Thread David Swenson
~CODE~~~ $x_Message = $x_fname. .$x_lname. .$_practice. just registered for .$x_nevent.Method of payment .$x_payment. Email address is.$x_email. Telephone number.$x_tele. Question is .$x_qanda.; ~/CODE~~ Recheck your code for syntax error. Appears you have

[PHP] PHP Linux/Windows Outlook 2003 HTML email problem

2009-02-01 Thread German Geek
Hi All, We've got a problem with our Ubuntu Linux machine sending HTML emails to Outlook 2003: It's an Ubuntu Server (uname -a Linux CDR2-221 2.6.24-19-server #1 SMP Wed Jun 18 15:18:00 UTC 2008 i686 GNU/Linux) with the newest version of Postfix installed as the Mail server. Unfortunately, all

Re: [PHP] PHP Linux/Windows Outlook 2003 HTML email problem

2009-02-01 Thread Chris
German Geek wrote: Hi All, We've got a problem with our Ubuntu Linux machine sending HTML emails to Outlook 2003: It's an Ubuntu Server (uname -a Linux CDR2-221 2.6.24-19-server #1 SMP Wed Jun 18 15:18:00 UTC 2008 i686 GNU/Linux) with the newest version of Postfix installed as the Mail

Re: [PHP] PHP Enclosing Tags? Do You Close Your PHP Declarations?

2009-02-01 Thread Yannick Mortier
2009/2/2 Alpár Török torokal...@gmail.com: 2009/2/1 Yannick Mortier mvmort...@googlemail.com I once read that this is even recommended by the PHP developers... Has anyone got a quote for me about this? I know thw ZF codinf style includes it as a must. See here :

[PHP] check public key of SSL client certificate

2009-02-01 Thread Serge
Hi, My php script is located on server with https protocol: https://www.somesite.com/myscript.php How can i check public key of client certificate, used for connection from client to server? I need to do it in php script. -- Serge -- PHP General Mailing List (http://www.php.net/) To