[PHP] file permissions on counter?

2002-04-23 Thread Antonio
Hi, I have to read a simple counter on my server, but the server responses that I haven't permissions to open the file which contains the data in write mode. This file (counter.txt) it has all the permissions (777). I don't know how to do, could somebody help me? I execute this file on server:

[PHP] post method with fopen

2003-03-28 Thread Lambert Antonio
if it possible to send a post data when using fopen? -- Lambert Antonio Re:Site WebWorks and System Solutions -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] From PHP to C and viceversa

2003-10-13 Thread Antonio Bernabei
Hi, I have apache under linux and I want to exchange data from a php script to a c programm (some strings): is it possible? Can anyone help me? Thanks Antonio Bernabei -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] From PHP to C and viceversa

2003-10-13 Thread Antonio Bernabei
have to decide), copy the data file to a diskette and bring our data (customers' addresses) home. I cannot guarantee that this can not happen. If I use the my_crypt functions I think that on another pc the data can be easily read. Thanks Antonio Bernabei - Original Message - From: &qu

[PHP] IonCube on line Encoding

2003-10-15 Thread Antonio Bernabei
Hi, I am not very keen on using on line payments. I want to know if any of you has ever used the online encoding offered by ioncube, and if someone has had problems with this sw. Thank you Antonio Bernabei -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] PHP Class ArrayQueue

2003-10-16 Thread Antonio Bologna
Hello everyone, I'm just curious, I implemented a Array Queue in php, but not sure why is not working, this ArrayQueue is missing some functions like doubleQueue and dequeue, but anyway I'm trying to implmeneted in php, does anyone knows what's wrong? Thanks -- PHP General Mailing List (http://ww

[PHP] PHP Class ArrayQueue (2)

2003-10-16 Thread Antonio Bologna
Sorry, here it is the code: http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Problem running ./configure php-4.3.3

2003-10-28 Thread antonio scotti
tory of main and main. Any help would be appreciated Antonio = === PermaCultura-es http://www.permacultura-es.org Centro Ki Aikido Barcelona http://www.geocities.com/kiaikidobcn _

Re: [PHP] Problem running ./configure php-4.3.3

2003-10-28 Thread antonio scotti
Sorry for not mentioning that, but the process stops just by saying this, but before that another message is shown saying that the file wasn't created. Cheers Antonio --- Evan Nemerson <[EMAIL PROTECTED]> ha scritto: > Well I suppose the obvious first: does the file (not > j

[PHP] PHP4.3.3 problem with "configure"

2003-10-30 Thread antonio scotti
can't find main/build-defs.h.in the previous messages are creating php4.spec creating main/build-defs.h but there isn't any such build-def.h file in the main directory. Has anybody found him/her-self in the same situation? Than

Re: [PHP] Problem passing form parameters (solved!)

2001-01-09 Thread Antonio Guerrieri
Hi all, the problem was just register_global set to off. Now also phpMyAdmin works well again. Thanks everybody (special tanks to Ignacio) antonio >On Tue, 9 Jan 2001, Antonio Guerrieri wrote: > >> Hi all, >> I have a very simple form with a text field but when I submit it th

[PHP] Tables with scroll in HTML?

2001-03-18 Thread Jose Antonio
Is any way to make a dinamic table with its own scroll? I'm trying make a table/form with a checkbox in every row and a submit button, but, when the table becomes long, I have to scroll down ALL the page to find the SUBMIT button. When you have make this operaton 3 times, it becomes bored. I hav

[PHP] printing special characters in PHP

2006-07-11 Thread Antonio Bassinger
yFILE; the output isn't the same. The characters '<' and '>' and anything included within is not printed. I tried printing line by line, using: $binaryMS = explode("",$binaryMMS); foreach ($binaryFILE as $ii) { echo $ii; } However, no change in result. Do I print character by character? I shall appreciate any pointers on this problem. Many Thanks Antonio

[PHP] Update table to get consecutive Primary keys

2006-06-08 Thread Antonio Bassinger
T NOT NULL, PRIMARY KEY(id)); If I delete a row, say 5th, the id entries are 1 2 3 4 6 7 ... 10. I wish to keep entries consecutive, that is rearrange the table as 1 2 3 4 5 6 ... 9. How do I go about it? Thanks & Regards, Antonio

[PHP] Tables vs. databases

2006-06-09 Thread Antonio Bassinger
Hi gang, Situation: I've a HTTP server. I intend to run a file upload service. There could be up to 1 subscribers. Each saving files up to 10 MB. I made a proof-of-concept service using PHP & MySQL, where there is a single database, but many tables - a unique table for each subscriber. But

Re: [PHP] Tables vs. databases

2006-06-12 Thread Antonio Bassinger
quot;leak"? My idea is, For every 100 users, make a new database. That is 100 tables, each of max. 10MB * 100 = 1GB. For the 101th user, make a new database. So for 1 users -> 100 databases. 100 databases and 100 tables don't look bad to me. What say? Thanks Antonio On 6/11/

RE: [PHP] smarty

2004-04-08 Thread Antonio M
You need people like me so you can point your fingers and say "hey theres the bad guy!" So what does that make you? Good guys? Don't kid yourselves. You're no better than me. You just know how to hide -- and how to lie. Me I don't have that problem..Me I always tell the truth--even when I lie.

Re: [PHP] smarty

2004-04-08 Thread Antonio Montana
"Who the fuck you tink you're talkin' to, huh! Whatta you think I am? Your fuckin' slave! You dont tell me what to do, Sosa. Youre shit! You want a war, you got it. I'll take you to war!" http://www.youdontknowwhoiam.org/lol.html "John W. Holmes" <

RE: [PHP] How can i count the number of users logged in my system

2002-02-13 Thread Antonio Vicente Maturana
Ok, thanks On 13/Feb/2002 08:42:05, Rick Emery wrote: > I don't know if there is a method to tracke active sessions on the server, > other than the method I suggest. The problem I mention is that when a user > is in your web site (having logged in) but does not log-out. That is, the > user sim

[PHP] Problems with POST form. Page Not Found

2001-07-25 Thread Antonio Mármol Albert
ens randomly. I've the type .html associated with the php engine. And I need to use the url of action in long format (http://.) Anybody with the same problem?? Best regards -- Antonio Mármol Albert ( [EMAIL PROTECTED] ) http://www.infurma.es -- PHP General Mailing List (http://www

[PHP] How to limit source IP in PHP

2012-09-12 Thread Tonix (Antonio Nati)
tions only from the domain IP. In FreeBSD I do it easily, setting up dedicated jails for domains. But how to do it simply using PHP on Linux? Regards, Tonino Inter@zioniInterazioni di Antonio Nati

Re: [PHP] How to limit source IP in PHP

2012-09-12 Thread Tonix (Antonio Nati)
Il 12/09/2012 16:08, Tommy Pham ha scritto: On Wed, Sep 12, 2012 at 6:53 AM, Tonix (Antonio Nati) wrote: Is there a way to force a PHP script to bind to a prefixed IP? Actually, while you can assign more IPs to Apache for listening, assigning domains to specific IPs, it looks like any PHP

Re: [PHP] How to limit source IP in PHP

2012-09-12 Thread Tonix (Antonio Nati)
Il 12/09/2012 17:21, Daniel Brown ha scritto: On Wed, Sep 12, 2012 at 10:18 AM, Tonix (Antonio Nati) wrote: Is PHP able to 'force' binding IP? I hoped there was an external directive I did not see, but probably this is a PHP lack. Not at all. Essentially, PHP is an in

Re: [PHP] How to limit source IP in PHP

2012-09-12 Thread Tonix (Antonio Nati)
Il 12/09/2012 17:52, Tommy Pham ha scritto: On Wed, Sep 12, 2012 at 7:18 AM, Tonix (Antonio Nati) wrote: Il 12/09/2012 16:08, Tommy Pham ha scritto: On Wed, Sep 12, 2012 at 6:53 AM, Tonix (Antonio Nati) wrote: Is there a way to force a PHP script to bind to a prefixed IP? Actually, while

Re: [PHP] How to limit source IP in PHP

2012-09-13 Thread Tonix (Antonio Nati)
P. Regards, Tonino -- Inter@zioni Interazioni di Antonio Nati http://www.interazioni.it to...@interazioni.it -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] How to limit source IP in PHP

2012-09-13 Thread Tonix (Antonio Nati)
Il 13/09/2012 18:19, Mihamina Rakotomandimby ha scritto: On 09/12/2012 04:53 PM, Tonix (Antonio Nati) wrote: PHP script can freely choose which IP to bind. PHP doesnt bind at all. The HTTP server (Apache, Lighthttpd,...) does. PHP is called only when the HTTP server wants (you configure it

Re: [PHP] How to limit source IP in PHP

2012-09-13 Thread Tonix (Antonio Nati)
Il 13/09/2012 21:41, Jim Lucas ha scritto: On 09/13/2012 12:28 PM, Tonix (Antonio Nati) wrote: You are speaking about incoming connections, I suppose. I'm speaking about connections started from within PHP. Which is a response to the incoming connection. And so? There is no rel

Re: [PHP] How to limit source IP in PHP

2012-09-13 Thread Tonix (Antonio Nati)
Il 14/09/2012 00:09, Jim Lucas ha scritto: On 09/13/2012 12:55 PM, Tonix (Antonio Nati) wrote: Il 13/09/2012 21:41, Jim Lucas ha scritto: On 09/13/2012 12:28 PM, Tonix (Antonio Nati) wrote: You are speaking about incoming connections, I suppose. I'm speaking about connections started

Re: [PHP] How to limit source IP in PHP

2012-09-14 Thread Tonix (Antonio Nati)
Il 14/09/2012 21:19, Jim Lucas ha scritto: On 09/13/2012 04:15 PM, Tonix (Antonio Nati) wrote: Jim, sorry but you did not read carefully my posts. Since the fist post, I ALWAYS spoke about connections a PHP script may open autonomously (what you name second connection). I'm never spe

Re: [PHP] Re: How to limit source IP in PHP

2012-09-18 Thread Tonix (Antonio Nati)
orse discussion) may never see a valuable discussion take place. Please, continue in this thread. I do not see too how your suggestion can avoid malicious coding. Regards, Tonino -- Inter@zioni Interazioni di

[PHP] Problems with print html to pdf

2005-02-17 Thread Juan Antonio Garrido
r all... -- --- Juan Antonio Garrido Mata Emergya S.L Tel. +34 954 98 10 53 FAX +34 954 98 11 79 Avda. Luis Montoto, 105. E41007 - Sevilla(España) [EMAIL PROTECTED] http://www.emergya.info --- -- PHP General Mailing List (http://www.php.net

[PHP] Problem with XML

2005-02-24 Thread Juan Antonio Garrido
Hi everybody What functions should be use for XML in PHP 4? I've tried with DOM Functions but it appears an error "not class", DOM-XML Functions(experimental) don't work well. Thank you... -- ------- Juan Antonio Garrido Mata

[PHP] XML Problem

2005-05-12 Thread Juan Antonio Garrido
t install), and additional libraries was installed (libxml2,php4-domxml,php4-xslt and others). What library more I need? What can be failling? My scenario is Debian,PHP 4.3.10-15 about Apache. -- ------- Juan Antonio Garrido Mata Emergya, Soluciones Tecnológic

[PHP] Obtaining the base dir of a file in a web server

2005-01-17 Thread Juan Antonio Garrido
ohter char? -- --- Juan Antonio Garrido Mata Emergya S.C.A Tel. +34 954 98 10 53 FAX +34 954 98 11 79 Avda. Luis Montoto, 105. E41007 - Sevilla(España) [EMAIL PROTECTED] http://www.emergya.info --- -- PHP General Ma

[PHP] Possible to check quality / compression of a JPEG ?

2003-03-26 Thread Juan Antonio Ruiz Zwollo
the traffic low :-)" == Regards, Juan Antonio -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Connect to oracle on another host

2002-10-01 Thread Juan Antonio Ruiz Zwollo
en in PHP. Thank you for your help! Kind regards, Juan Antonio Ruiz Zwollo www.acalli.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Date functions & Unic Epoch

2002-06-09 Thread Juan Antonio Ruiz Zwollo
to return which day of the week (0-7) it is for dates outside the unix timestamp range? I wish this stuff would be build into PHP. Saludos, Juan Antonio Ruiz Zwollo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] mixing HTML and PHP code

2001-01-12 Thread Antonio S. Martins Jr.
> > echo "$name > > > Title : "; > > $title = 'smith'; > > echo"$title > > > "); > > This way, the code IS readable, for small-medium size echoing. > I on the other hand suggest

Re: [PHP] PHP as a MUD engine?

2001-01-16 Thread Antonio S. Martins Jr.
a MUD and I didn't know if it is made with PHP, but it's an online game that run on HTML :) Antonio +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Antonio S. Martins Jr. - System Analist | "On

[PHP] new php release?

2001-03-07 Thread Antonio S. Martins Jr.
the above odbc functions are working in the CVS tree? thanks in advance, Antonio. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Antonio S. Marti

Re: [PHP] new php release?

2001-03-07 Thread Antonio S. Martins Jr.
rik, but I'm finding a linux dist :) My odbc functions are used on a linux box to access DB2/AIX :) thanks for the atention Antonio. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-

[PHP] PHP4.1.1 + RH7.2 + UCD-Snmp

2002-01-11 Thread Antonio S. Martins Jr.
manual pages (http://www.php.net/snmp). Any tips on this? Thanks in advance, Antonio. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Antonio S. Martins Jr

Re: [PHP] ok, I ask again.. how to encrypt to be able to matchdatabase info?

2002-01-21 Thread Antonio S. Martins Jr.
wd") I think you get the idea :) hope this helps, Antonio. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Antonio S. Martins Jr. - System Analist | "Only The Shadow Knows

Re: [PHP] Best way to get the remote IP address?

2002-01-22 Thread Antonio S. Martins Jr.
, Antonio. On Mon, 21 Jan 2002, Bogdan Stancescu wrote: > I can't seem to find any references to HTTP_X_FORWARDED_FOR in the PDF PHP > documentation from January 2001, so you should probably best stick with > either $HT

[PHP] Print..

2001-08-27 Thread Daniel Antonio de Lima
Good Morning I am working with PHP 4.0.6, and I do not obtain to send given of the page for the printer. I use function " PRINTER_OPEN() ", I make the manual in accordance with, exactly thus it gives an error to me of indefinite function. What it can be? Fatal error: Call you undefined funct

Re: [PHP] Print..

2001-08-27 Thread Daniel Antonio de Lima
as I make to print of the page for the printer without using the button of the navigator, ito is, to print through a command php, could say which to me the command or function that I must use . Daniel - Original Message - From: MBK <[EMAIL PROTECTED]> To: Daniel Antonio de Lima &

Re: [PHP] About the $allowed problem

2001-08-27 Thread Antonio S. Martins Jr.
ot;5000". Try puting the "var_dump" before the "session_start", or try testing "$HTTP_GET_VARS[allowed]" . Antonio. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Antonio S. Martins Jr

RE: [PHP] PHP-FPM with Apache 2.4, forward all request for all virtual host

2013-04-03 Thread Jose Antonio Nobile Rendon
How to forward all request to files .php of any virtual host to PHP-FPM in Apache 2.4? Not each one. Saludos, Jose Nobile -Mensaje original- De: tamouse mailing lists Enviado: 03/04/2013, 6:35 PM Para: Jose Nobile Cc: php-general@lists.php.net Asunto: Re: [PHP] PHP-FPM with Apache 2.4, f

[PHP] Saving a dynamic file

2006-07-29 Thread MIGUEL ANTONIO GUIRAO AGUILERA
Hi!! I'm in the need of saving to a file a dynamic page that I generated from a PHP script, taking data from a table!! So far I have figured out two options: 1) Save the page as a XML document so it can be editable in a word processor later. Do I have to write line by line until I'm done wit

[PHP] Call undefined function pspell_config_create().

2004-02-06 Thread Antonio J. Hdez. Blanco
surgerencia. Gracias de Ante mano. saludos antonio, -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Pspell Functions!! problem I explain in English

2004-02-06 Thread Antonio J. Hdez. Blanco
antonio, PD: sorry mi english is not good :( -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Pspell Functions!! problem I explain in English

2004-02-06 Thread Antonio J. Hdez. Blanco
r(get_loaded_extensions()); and it shows that library php_pspell.dll is loaded, and this to me means that php.ini this good. By that as is not the problem, if continuous will prove in * nix. thank you very much antonio, PD: you said the very TRUE " We may not speak many languages but the

[PHP] Emisor de respuesta automática: Re: [PHP-DB] Letters loop

2005-05-26 Thread MIGUEL ANTONIO GUIRAO AGUILAR
s loop > Then this is what I would suggest. > > $alph = array('*', 'A', 'B','C'...etc) ; > > $i=0; > Echo""; > While($alph[$i]){ > echo"$alph[$i]"; > $i++; > } > Echo""; > > On 5/25/

Re: [PHP] HowTo: IBM DB2 w/PHP

2001-01-31 Thread Antonio S. Martins Jr.
it uses the native DB2 cli). I use it here on my university to access a DB2 AIX box from my Linux Web Server. Antonio. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Antonio S. Martins Jr. - System Analist |

[PHP] About Integration PHP- VPOS

2001-06-26 Thread Ing. Marco Antonio Lopez Melendez
via SSL. Thanx. ====== Ing. Marco Antonio Lopez Melendez Jefe del Departamento de Estructuracion de Sistemas DCAA.DGSCA.UNAM. Tel. 56-22-36-61 Fax. 56-22-36-78 == -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] About Integration PHP- VPOS

2001-06-26 Thread Ing. Marco Antonio Lopez Melendez
via SSL. Thanx. ====== Ing. Marco Antonio Lopez Melendez Jefe del Departamento de Estructuracion de Sistemas DCAA.DGSCA.UNAM. Tel. 56-22-36-61 Fax. 56-22-36-78 == -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

RE: [PHP] About Integration PHP- VPOS

2001-06-29 Thread Ing. Marco Antonio López Meléndez
sic? Buy a CD: http://l-i-e.com/artists.htm Volunteer a little time: http://chatmusic.com/volunteer.htm - Original Message - From: "Ing. Marco Antonio Lopez Melendez" <[EMAIL PROTECTED]> Newsgroups: php.general Sent: Tuesday, June 26, 2001 5:37 PM Subject: [PHP] About Integr