[PHP] PHP/AJAX File DragDrop

2007-11-30 Thread Andrei Verovski (aka MacGuru)
Hi ! Anyone knows PHP/AJAX library which allows to get full path of file dropped into web browser's window area? It is required for document archiving system in order to avoid multiple (or to be more precise, almost endless) usage of open file dialogs from the browser. Library should be

Re: [PHP] Storing compiled code on the server

2007-02-21 Thread Andrei Verovski (aka MacGuru)
On Wednesday 21 February 2007 16:52:40 Brian Dunning wrote: I have a few scripts that I want to protect from the prying eyes of even people with root access to my server. The best suggestion I've heard is to store only the compiled version on the server itself. I have no idea how to do this or

[PHP] CMS Engine(s) with Savant (or other non-compiling template engine)

2007-01-28 Thread Andrei Verovski (aka MacGuru)
Hi ! Anyone knows if there any CMS engine(s) which PHP Savant template engine or any similar non-compiling template system ? Unlike other template systems, Savant by default does not compile your templates into PHP; instead, it uses PHP itself as its template language so you don't need to

[PHP] Re: PHP AJAX Framework - Suggestions Please

2006-04-03 Thread Andrei Verovski (aka MacGuru)
:13, you wrote: Hello, on 04/01/2006 12:00 PM Andrei Verovski (aka MacGuru) said the following: Anyone can suggest me which PHP AJAX framework you are using, for what reason(s), what are pros and cons of your particular choice. I found many, and now facing difficult choice. BTW, how do

[PHP] PHP AJAX Framework - Suggestions Please

2006-04-01 Thread Andrei Verovski (aka MacGuru)
Hi, Anyone can suggest me which PHP AJAX framework you are using, for what reason(s), what are pros and cons of your particular choice. I found many, and now facing difficult choice. BTW, how do you pass session id between calls to PHP from JavaScript (cookies or explicit

[PHP] Benchmarking SPL Iterators vs for / foreach ???

2005-11-26 Thread Andrei Verovski (aka MacGuru)
only through Zend engine which for sure adds extra performance penalty. Thanks in advance for any suggestion(s) ***   with best regards ***   Andrei Verovski (aka MacGuru) ***   Mac, Linux, DTP, Programming Web Site *** ***   http

[PHP] PHP5 and SuSE 10 Problem - Help Please

2005-10-15 Thread Andrei Verovski (aka MacGuru)
Hi, After having numerous problems after upgrade from 9.3 to 10.0 (i.e. dead USB), I simply reformatted my HD and installed SuSE 10 from scratch. Everything is almost fine except PHP5.04 - none of PHP program is working. I have configured Apache2 with YaST2 http module, enabled PHP5 and

[PHP] Moving PEAR installation (for self-contained class library)

2005-05-27 Thread Andrei Verovski (aka MacGuru)
). *** with best regards *** Andrei Verovski (aka MacGuru) *** Mac, Linux, DTP, Programming Web Site *** *** http://snow.prohosting.com/guru4mac/ -- PHP General Mailing List (http://www.php.net

Re: [PHP] Re: Strange PHP5 message

2005-03-17 Thread aka MacGuru
Hi, Jason, Thanks a lot for suggestion. Does it mean that I have tried to serialize some object (like adodb db object)? How I can eliminate this? I really cannot find where this object or whatever else is going to be serailized. The problematic line of code just serialized an array. On Mar

[PHP] Strange PHP5 message

2005-03-16 Thread aka MacGuru
Hi, I have PHP 5.03 running on SuSE 9.2. Some code working fine in PHP 4.3x now throws a message: Notice: serialize() [function.serialize]: __sleep should return an array only containing the names of instance-variables to serialize. in ANVphpApp.php on line 840 Anyone knows what is the

Re: [PHP] PHP IDE for OS X

2004-09-04 Thread Andrei Verovski (aka MacGuru)
). ***   with best regards ***   Andrei Verovski (aka MacGuru) ***   Mac, Linux, DTP, Programming Web Site *** ***   http://snow.prohosting.com/guru4mac/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] xored TruStudio PHP Editor

2004-08-02 Thread aka MacGuru
Hi, Quite surprised to see any news about xored trustudio. I used it some time ago, but switched to phpeclipse. xored was developed by a Russian company located in Siberia, city of Novosibirsk. Are they still alive? I have tried their latest M1, it did not work for me. Does anyone know how to

Re: [PHP] PHPEclipse?

2004-07-12 Thread Andrei Verovski (aka MacGuru)
. I downloaded the July .ZIP file and unzipped it into the plugins directory. Its not recognizing it. Anyone have this working? -Dan Joseph -- ***   with best regards ***   Andrei Verovski (aka MacGuru) ***   Mac, Linux, DTP, Programming

Re: [PHP] PHPEclipse?

2004-07-12 Thread Andrei Verovski (aka MacGuru)
On Monday 12 July 2004 11:27 pm, Dan Joseph wrote: How did you get it installed?  Did you just extract the zip into the plugins directory? Yes. -- ***   with best regards ***   Andrei Verovski (aka MacGuru) ***   Mac, Linux, DTP, Programming

[PHP] How to obtain MAC address of server where PHP is running

2004-05-29 Thread Andrei Verovski (aka MacGuru)
Hi, Anyone knows ho to obtain MAC address of server where PHP is running (with PHP function, of course)? Thanks in advance for any suggestion(s) Andrei -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] How to obtain MAC address of server where PHP is running

2004-05-29 Thread Andrei Verovski (aka MacGuru)
Hi, Gerard, Can you please be so kind to post your code snippet you have described below? Thanks. On Saturday 29 May 2004 05:36 pm, Gerard Samuel wrote: On Saturday 29 May 2004 10:21 am, Andrei Verovski (aka MacGuru) wrote: Hi, Anyone knows ho to obtain MAC address of server where PHP

Re: [PHP] How to obtain MAC address of server where PHP is running

2004-05-29 Thread Andrei Verovski (aka MacGuru)
Hi, Gerard, Thanks a lot ! On Saturday 29 May 2004 08:09 pm, Gerard Samuel wrote: On Saturday 29 May 2004 12:35 pm, Andrei Verovski (aka MacGuru) wrote: Hi, Gerard, Can you please be so kind to post your code snippet you have described below? ?php ob_start(); passthru('/sbin

[PHP] Problem - Turckmmcache, Apache2 and SuSE 9.1

2004-05-19 Thread Andrei Verovski (aka MacGuru)
Hi, I have compiled and installed (precisely following instruction) turck-mmcache 2.4.6 for Apache2-2.0.49-23/php4-4.3.4-43.3 on SuSE 9.1. Unfortunately, I cannot start Apapche2 anymore, I am getting this error message: /usr/sbin/httpd2-prefork: error while loading shared libraries:

[PHP] Problem - Turckmmcache, Apache2 and SuSE 9.1

2004-05-18 Thread Andrei Verovski (aka MacGuru)
Hi, I have compiled and installed (precisely following instruction) turck-mmcache 2.4.6 for Apache2-2.0.49-23/php4-4.3.4-43.3 on SuSE 9.1. Unfortunately, I cannot start Apapche2 anymore, I am getting this error message: /usr/sbin/httpd2-prefork: error while loading shared libraries:

[PHP] PHP5 RC1 rpms for Mandrake 10

2004-04-23 Thread Andrei Verovski (aka MacGuru)
Hi, Anyone can suggest me where I can get PHP5 RC1 rpms (with possible max# of extensions) for Mandrake 10? I have tried to make them myself, but run into numerous problems. Thanks in advance for any suggestion(s) Andrei Verovski (aka MacGuru) -- PHP General Mailing List (http://www.php.net

[PHP] PHP5 RC1 rpms for Mandrake 10

2004-04-11 Thread Andrei Verovski (aka MacGuru)
Hi, Anyone can suggest me where I can get PHP5 RC1 rpms (with possible max# of extensions) for Mandrake 10? I have tried to make them myself, but run into numerous problems. Thanks in advance for any suggestion(s) Andrei Verovski (aka MacGuru) -- PHP General Mailing List (http://www.php.net

[PHP] PHP 5rc1 RPM for Mandrake 10

2004-03-29 Thread aka MacGuru
Hi, Anyone knows where it is possible to get PHP 5rc1 RPM for Mandrake 10? Or even for older, I can rebuild it, no problem. Thanks in advance for any suggestion(s). * * Best Regards --- Andrei Verovski * * Personal Home Page *

[PHP] Exception handlind in PHP 4 a'la PHP5

2004-02-09 Thread aka MacGuru
Hi, PHP 5 stable is not on the horizon yet. Someone have any idea how to emulate (or to be more precise, simulate), this feature in PHP 4 (I could do it if PHP4 would support macros and goto, but there are no such). Thanks in advance for any suggestion(s).

[PHP] Is it worth $49? - codeSECURE 1.0 released - - Protecting PHP code

2003-10-23 Thread aka MacGuru
Hi, I have read announcement about CodeSecure. I am sorry to say, but I am not sure this product is worth $49. The problem is not $49, which is very small amount indeed, but the features available with other Open Source software. 1) If someone need just PHP obfuscator - here is proven GPL

[PHP] Turck MMCache Feedback, Please

2003-08-15 Thread aka MacGuru
Hi, I am going to use Turck MMCache with Encoder. Anyone on the list have used it on Linux, MacOS X, Windows? Any caveats and/or side effect? Your feedback will be greatly appreciated. Thanks in advance. * * Best Regards --- Andrei Verovski *

[PHP] How to Determine Number of connected users to PostgreSQL

2003-07-23 Thread aka MacGuru
Hi, Is it possible to determine number of connected users to certain PostgreSQL database from within PHP script? Thanks in advance for any suggestion. * * Best Regards --- Andrei Verovski * * Personal Home Page *

[PHP] Passing Serialized Array via Hidden field

2003-07-21 Thread aka MacGuru
Hi, I am need to pass serialized assotiative array via form hidden field (not GET or POST). In order to do it, I did the following: urlencode(serialize($my_array)). However, after retrieving data from hidden field and unserialize I've got junk. Someone can explain me what I did wrong? Also,

Re: [PHP] Re: Passing Serialized Array via Hidden field

2003-07-21 Thread aka MacGuru
On Monday, Jul 21, 2003, at 10:38 Europe/Helsinki, Sam Baum wrote: am Monday 21 July 2003 09:24 schrieb Andrei Verovski: I am need to pass serialized assotiative array via form hidden field (not GET or POST). What does this mean? If you dont use GET or POST your form cant be submitted. I am need

Re: [PHP] PHP POS program

2003-07-16 Thread aka MacGuru
On Wednesday, Jul 16, 2003, at 15:58 Europe/Helsinki, Mike Morton wrote: Why is it too serious a problem? E-Commerce sites are written in PHP - there is not a big difference except that the POS system does not even necessarily have to be online! I think that is a bit of a short sighted view