[PHP] eAccelerator Loader can't load code. Incorrect Zend Engine

2010-01-30 Thread Alberto García Gómez
After many tries I have this error still persisting in my server. It's a script 
that was coded using phpcoder and just request eAccelerator (or e Loader) to 
work. I, of course, install both (eAcc better) and then this error cames out.

What I must do??? How can I know what Zend Engine is requesting???

Saludos Fraternales
_
Atte.
Alberto García Gómez M:.M:.
Administrador de Redes/Webmaster
IPI Carlos Marx, Matanzas. Cuba.
0145-2887(30-33) ext 124


__ Información de ESET NOD32 Antivirus, versión de la base de firmas de 
virus 4821 (20100130) __

ESET NOD32 Antivirus ha comprobado este mensaje.

http://www.eset.com



[PHP] XAMPP PHP 4/5

2010-01-25 Thread Alberto García Gómez
There's a think that I don't understand and I really really need to know. Can 
XAMPP run PHP4 and PHP5 at th same time? How?

Saludos Fraternales
_
Atte.
Alberto García Gómez M:.M:.
Administrador de Redes/Webmaster
IPI Carlos Marx, Matanzas. Cuba.
0145-2887(30-33) ext 124


__ Información de ESET NOD32 Antivirus, versión de la base de firmas de 
virus 4805 (20100125) __

ESET NOD32 Antivirus ha comprobado este mensaje.

http://www.eset.com



[PHP] PHPCoder Help

2010-01-20 Thread Alberto García Gómez
I have a couple of php script coded with PHPCoder, which (I don't know why) 
isn't working. I need someone who can decode those scripts for me and send me 
the codes decrypted or teach me how do it...thanks a lot

Saludos Fraternales
_
Atte.
Alberto García Gómez M:.M:.
Administrador de Redes/Webmaster
IPI Carlos Marx, Matanzas. Cuba.
0145-2887(30-33) ext 124


__ Información de ESET NOD32 Antivirus, versión de la base de firmas de 
virus 4791 (20100120) __

ESET NOD32 Antivirus ha comprobado este mensaje.

http://www.eset.com



[PHP] Upgrading to PHP5.2.x

2009-08-11 Thread Alberto García Gómez
Dear Fellows:

I want ot upgrade my PHP from 5.1.x to 5.2.x. I want to do using rpm, but any 
time that I going to upgrade the rpm request me more dependencies.

How can I configure my rpm (or other command) to automaticly satisfy my 
dependencies.



Saludos Fraternales
_
Atte.
Alberto García Gómez M:.M:.
Administrador de Redes/Webmaster
IPI Carlos Marx, Matanzas. Cuba.

[PHP] EXEC and SYSTEM delay

2009-07-08 Thread Alberto García Gómez
Fellows:

I'm experimenting problems with a call that I made to exec or system. The 
problem is that the script await for the function finish and that take's a lot 
of time.

I need a way to use those functions in order to continue without await for it.

Saludos Fraternales
_
Atte.
Alberto García Gómez M:.M:.
Administrador de Redes/Webmaster
IPI Carlos Marx, Matanzas. Cuba.

[PHP] Regular Expression by Exception

2008-08-04 Thread Alberto García Gómez

Fellows:

If I use ereg_replace($params, $string) I can replace the char that match 
with $params in the $string.


BUT, how I can replace ALL chars EXCEPT the chars in $params.

Something like !$params, I think 




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] About HTML CSS

2008-06-10 Thread Alberto García Gómez
Hi Fellow:

I wonder if there some list about HTML/CSS/JavaScript and Genereal Web Design.

Thanks

[PHP] FROM httpd.conf TO .htaccess

2008-04-17 Thread Alberto García Gómez
Fellows, I need to change this configuration from my httpd.conf file to an 
.htacces file so my scripts can work in any apache without having access (or 
change) the server httpd.conf file

Here's the piece of the httpd.conf

RewriteEngine On
RewriteLogLevel 9
RewriteLog logs/server.com-rewrite_log
RewriteRule ^/(.*\.html)$ /index.php?$1 [L]
RewriteRule ^/(.*\.htm)$ /index.php?$1 [L]

What I need to do is put this redirection in the .htaccess file instead the 
httpd.conf file

[PHP] Sending Mails

2007-11-09 Thread Alberto García Gómez
I want to use the mail() function but doesn't work so I have some questions:

1. Is necessary that sendmail must be installed in the server to use this 
function?
2. Is necessary that sendmail must be running to use this function?
3. Is necessary that sendmail must be proper configure to use this function?


Este correo ha sido enviado desde el Politécnico de Informática Carlos Marx 
de Matanzas.
La gran batalla se librará en el campo de las ideas


Re: [PHP] Re: Sending Mails

2007-11-09 Thread Alberto García Gómez
John, those are the lines in the log file when I try to send a mail using 
mail() function. PLease let me know my errors.


Nov  9 15:26:17 shannon sendmail[8649]: lA9KQHYt008649: from=apache, 
size=82, class=0, nrcpts=1, 
msgid=[EMAIL PROTECTED], 
[EMAIL PROTECTED]


Nov  9 15:26:17 shannon sendmail[8650]: lA9KQHhY008650: 
from=[EMAIL PROTECTED], size=382, class=0, nrcpts=1, 
msgid=[EMAIL PROTECTED], proto=ESMTP, 
daemon=Daemon0, relay=shannon.ipimtzcm.rimed.cu [127.0.0.1]


Nov  9 15:26:17 shannon sendmail[8649]: lA9KQHYt008649: 
[EMAIL PROTECTED], ctladdr=apache (48/48), delay=00:00:00, 
xdelay=00:00:00, mailer=relay, pri=30082, relay=[127.0.0.1] [127.0.0.1], 
dsn=2.0.0, stat=Sent (lA9KQHhY008650 Message accepted for delivery)


- Original Message - 
From: John Gunther [EMAIL PROTECTED]

To: php-general@lists.php.net
Sent: Friday, November 09, 2007 03:16 PM
Subject: [PHP] Re: Sending Mails


All true. sendmail or a sendmail shell must be running. The sendmail 
command to use can be customized in the sendmail_path directive in the 
php.ini configuration file.


If you can't manually use sendmail to send an email, php can't either.

John Gunther

Alberto García Gómez wrote:
I want to use the mail() function but doesn't work so I have some 
questions:


1. Is necessary that sendmail must be installed in the server to use this 
function?

2. Is necessary that sendmail must be running to use this function?
3. Is necessary that sendmail must be proper configure to use this 
function?



Este correo ha sido enviado desde el Politécnico de Informática Carlos 
Marx de Matanzas.

La gran batalla se librará en el campo de las ideas



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





Este correo ha sido enviado desde el Politécnico de Informática Carlos Marx 
de Matanzas.
La gran batalla se librará en el campo de las ideas

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] php-pecl-session_mysql

2007-11-06 Thread Alberto García Gómez
I install php-pecl-session_mysql and I config my php.ini in this way

session.save_handler = mysql

but this error appear:

Warning: session_start() [function.session-start]: Cannot find save handler 
mysql in /var/www/mysite/core/users.php on line 45

I just folow the instructions in the session_mysql.ini config file.

Este correo ha sido enviado desde el Politécnico de Informática Carlos Marx 
de Matanzas.
La gran batalla se librará en el campo de las ideas


[PHP] Regular Expressions

2007-11-06 Thread Alberto García Gómez
I'm a mess in regular expressions and I make this code:

$link = ereg_replace('ntilde;','n',$link); 
$link = ereg_replace('aacute;','a',$link);
$link = ereg_replace('eacute;','e',$link); 
$link = ereg_replace('iacute;','i',$link);
$link = ereg_replace('oacute;','o',$link); 
$link = ereg_replace('uacute;','u',$link);

I ask if is a way to make those lines into a single one but working as well as 
this piece. I'm thinking in increase those lines so will be wonderful if I can 
optimize the code.



Este correo ha sido enviado desde el Politécnico de Informática Carlos Marx 
de Matanzas.
La gran batalla se librará en el campo de las ideas


[PHP] Allowed path in VHosts

2007-11-06 Thread Alberto García Gómez
Is there some directive that configure a vistual host to only see inside a 
path eg.: /var/www/users/user1




Este correo ha sido enviado desde el Polit�cnico de Inform�tica Carlos Marx 
de Matanzas.
La gran batalla se librar� en el campo de las ideas

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Disabling Functions And Clasess

2007-11-06 Thread Alberto García Gómez
Can I use -dissable_classes- and -dissable_functions- directives inside Apache 
virtual host configuration using php_value directive.



Este correo ha sido enviado desde el Politécnico de Informática Carlos Marx 
de Matanzas.
La gran batalla se librará en el campo de las ideas


[PHP] Mail function doesn't work

2007-11-05 Thread Alberto García Gómez
What could happen that my mail function isn't working. I check twice my php.ini 
conf and it's fine. I test sendmail manually and it's OK. I also try to send 
mails with sendmail stoped and started and nothing happen

Este correo ha sido enviado desde el Politécnico de Informática Carlos Marx 
de Matanzas.
La gran batalla se librará en el campo de las ideas


[PHP] Including GD inside HTML code

2007-11-01 Thread Alberto García Gómez
I trying to include some image generate for a function that use GD.

eg.:

function myfunct(){
[MY_CODE]
}

but when I call the function it generate me a lot of symbols, letters and 
numbers but no image.

WHAT CAN I DO?

PS.: I actually usgin a iframe to create the iomage in another .php page and 
place it using this tag.

Este correo ha sido enviado desde el Politécnico de Informática Carlos Marx 
de Matanzas.
La gran batalla se librará en el campo de las ideas


[PHP] APACHE MOD_REWRITE

2007-10-31 Thread Alberto García Gómez

I have this URL

http://www.myserver.com/dir1/dir2/page.html

and I wish to rewrite the url using mod_rewrite to add a ~ after the first 
dir always, eg.:


http://www.myserver.com/~dir1/dir2/page.html

Please it's very important to make this ASAP

best regards 



Este correo ha sido enviado desde el Politécnico de Informática Carlos Marx 
de Matanzas.
La gran batalla se librará en el campo de las ideas

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] PHP5 under IIS6

2007-10-08 Thread Alberto García Gómez

Hi fellows:

I'm trying to mount PHP5 ( the last stable version from php.net) under a 
IIS6 (win2k3 SP2), and when I run the .msi and it finish it said that is not 
possible the configure httpd.conf, which is a very big mistake 'cause I'm 
specify that I use IIS6.


After that I try making a manual configuration and I recive a CGI error.

I need help ASAP. 



Este correo ha sido enviado desde el Politécnico de Informática Carlos Marx 
de Matanzas.
La gran batalla se librará en el campo de las ideas

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Sessions vs MySQL

2007-09-28 Thread Alberto García Gómez
I'm seeking for some class to work with sessions against a mysql DB, please 
examples are welcome.



Este correo ha sido enviado desde el Politécnico de Informática Carlos Marx 
de Matanzas.
La gran batalla se librará en el campo de las ideas

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] SESSIONS SESSIONS SESSIONS

2004-03-12 Thread Alberto García Gómez
Friends:

I need a good example to create a session and navigate an entire site with this 
sessions. Also I need that sessions handle a three variables.
__
Atte.
Alberto García Gómez
Administrador Nodo Atenas
http://www.mtz.sld.cu/
Tel: 53-45-282212