RE: [PHP] mod_rewrite

2001-09-09 Thread Felix
How about http://wasarrested.com? IO don't know how they do it, but you can enter whatever subdomain you want and it reflecst it on the weppage. Example http://bill.clinton.wasarrested.com or youri.wasarrested.com. Felix -Original Message- From: BRACK [mailto:[EMAIL PROTECTED]] Sent

[PHP] MySQl IP Address Storage

2001-09-20 Thread Felix
Hello all Can anyone suggest their best idea for a way to store IP addresses in a MySQL Database? Felix -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail

Re: [PHP] MySQl IP Address Storage

2001-09-20 Thread Felix
Thank you Robert. Felix - Original Message - From: Robert Covell [EMAIL PROTECTED] To: Felix [EMAIL PROTECTED]; PHP list [EMAIL PROTECTED] Sent: Thursday, September 20, 2001 10:55 AM Subject: RE: [PHP] MySQl IP Address Storage INET_ATON and INET_NTOA -Original Message

Re: [PHP] MySQl IP Address Storage

2001-09-20 Thread Felix
Thank you very much. Felix - Original Message - From: Jason Bell [EMAIL PROTECTED] To: PHP list [EMAIL PROTECTED] Sent: Thursday, September 20, 2001 12:49 PM Subject: Re: [PHP] MySQl IP Address Storage Felix, Just to save you the headache that I encountered, the column that you

Re: [PHP] Any Free Web Hosts that still support the mail( ) function out there?

2001-09-21 Thread Felix
Try coolfreepages.com Felix - Original Message - From: Salty Marine [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 21, 2001 2:20 PM Subject: [PHP] Any Free Web Hosts that still support the mail( ) function out there? Greetings to You: Any Free Web Hosts that still

[PHP] successive imap_open calls result in failure

2004-10-01 Thread felix
Hi, Have been experiencing a problem with the webmail program IMP (http://www.horde.org). It appears that after a large search through many folders something happens in either the c-client or the imapd server but I can't seem to trace the problem. Debugging so far has shown me that, after

Re: [PHP] successive imap_open calls result in failure

2004-10-01 Thread felix
Quoting raditha dissanayake [EMAIL PROTECTED]: This probably means that your imap server is running under xinetd (or something similar) that has a rate limit or a limit on the number of connections from one client. You can find out how many connections are open with netstat and i think you

Re: [PHP] Re: exploding

2004-08-25 Thread Felix
Try this: $array = explode( ' ', chunk_split( $sting, 1, ' ' ) ); http://www.php.net/manual/de/function.explode.php http://www.php.net/manual/de/function.chunk-split.php On Thu, 26 Aug 2004 00:50:09 +0200, Peter Brodersen [EMAIL PROTECTED] wrote: Hi, On Wed, 25 Aug 2004 18:00:49 -0400, in

Re: [PHP] Please, Refresh Your Paypal Account

2004-09-01 Thread Felix
omg. what a bad phishing attempt. perhapse someone should try to php or sql inject the phishing site ;) On Tue, 31 Aug 2004 19:45:24 -0400, Paypal Services [EMAIL PROTECTED] wrote: Sign Up | Log In | Help Dear PayPal Customer This e-mail is the notification of recent innovations taken by

Re: [PHP] mssql

2001-03-23 Thread Felix Kronlage
On Fri, Mar 23, 2001 at 06:16:10PM -0500, Mauricio Alarcon wrote: I want to connect to a Microsoft SQL Server, I try with mssql_connect but the script don't work, it always say Call to unsupported or undefined function are you sure, that ms-sql support is compiled into your php? what does

Re: [PHP] Session problem

2001-03-24 Thread Felix Kronlage
On Sat, Mar 24, 2001 at 08:50:16AM +0100, Rol wrote: I did notice that the session id is also written to the /tmp folder. Linux mandrake. If php doesn't set a cookie to save the session-registered variables it stores them in the locatin set in the php.ini (which is by default /tmp) Things

Re: [PHP] read out apache log files with php

2001-03-24 Thread Felix Kronlage
On Sat, Mar 24, 2001 at 08:04:56PM +0100, Andre wrote: My intention is to read out the apache log files (like access.log etc) for making stats about pages hits/visits. Surely, there are some scripts (webalizer) to do this, but i cant find scripts which are written in php. Has someone a

Re: [PHP] writing to a file

2001-03-25 Thread Felix Kronlage
On Sun, Mar 25, 2001 at 03:39:28AM -0800, adam wrote: how do i write to the beginning of a file instead of the end? fseek will help. With it you con move the pointer to the file beginning. http://www.php.net/manual/en/function.fseek.php will have details. -fkr -- gpg-fingerprint: 076E 1E87

Re: [PHP] The ubitquitous forum project

2001-03-25 Thread Felix Kronlage
On Mon, Mar 26, 2001 at 02:11:46PM +1000, Matt Stone wrote: I dont like any of them, the UBB style is the best. what's UBB-style like? -fkr -- gpg-fingerprint: 076E 1E87 3E05 1C7F B1A0 8A48 0D31 9BD3 D9AC 74D0 |http://www.hazardous.org/ | whois -h whois.ripe.de FKR-RIPE | |all your

Re: [PHP] odd

2001-03-28 Thread Felix Kronlage
On Wed, Mar 28, 2001 at 12:03:55PM +0200, Andrius Lokotash wrote: It seems that PHP don't clean up it's temporary session files, is this a "feature" or bug? it cleans them in certain intervals. from php.ini: |session.gc_maxlifetime= 1440; after this number of seconds, stored |

Re: [PHP] phpinfo unneeded

2001-03-30 Thread Felix Kronlage
On Fri, Mar 30, 2001 at 04:32:40PM +0700, juang wrote: how to compile php without function phpinfo enalbe. so if user call phpinfo() it would be false/error. take a look at the safe_mode-stuff in php.ini. -fkr -- gpg-fingerprint: 076E 1E87 3E05 1C7F B1A0 8A48 0D31 9BD3 D9AC 74D0

Re: [PHP] Image Resizing in PHP

2001-03-30 Thread Felix Kronlage
On Fri, Mar 30, 2001 at 11:49:45AM +0200, Christian Reiniger wrote: Well, people sometimes get upset when it takes five minutes to load a page with, say, only 30 tiny thumbnails... Image-Resizing withing php is explained pretty well at the php.net-Site. Yust take a look at the manual for

Re: [PHP] phpinfo unneeded

2001-03-30 Thread Felix Kronlage
On Fri, Mar 30, 2001 at 05:19:48PM +0700, juang wrote: i have been search the string of "phpinfo" in php.ini there was no phpinfo string found and "safe_mode-stuff" didn't found too. I'll paste the part from my php.ini (it *should* be in the default php.ini coming with php) --- ; Safe Mode

Re: [PHP] sanity check please

2001-03-31 Thread Felix Kronlage
On Fri, Mar 30, 2001 at 06:45:21PM -0500, ..s.c.o.t.t.. [gts] wrote: i dont see how a surfer could get your PHP source code via the webserver. what happens if the webserver once gets started without the php-interpreter being there? You get to see the raw-files (if they are in the

[PHP] known problems with session_register()?

2001-04-01 Thread Felix Kronlage
Hi, are there any knows problems/bugs with session_register()? With openbsd as a platform (not tested on others) I have the problem that 20% of the times sessions don't get initialized correctly. The session-file is created in /tmp (cookies for session-use are turned off), just the variables

Re: [PHP] Problem installing on BSD

2001-04-01 Thread Felix Kronlage
On Mon, Apr 02, 2001 at 12:01:08AM -0600, natter wrote: 3. Changed my httpd.conf file to allow .php: - AddType application/x-httpd-php .php - AddType application/x-httpd-php-source .phps Do you have the directive to load the php-module in your

Re: [PHP] phpinfo unneeded

2001-04-02 Thread Felix Kronlage
On Mon, Apr 02, 2001 at 06:14:07PM +0700, juang wrote: mmmh still confuse, i had try to find out "disable_functions " but i cant found it, and then i write the syntax with myself and i stop-restart my apache mmhhh?? still didn't work. and here its my configure: put the following in

Re: [PHP] Include files????

2001-04-02 Thread Felix Kronlage
On Mon, Apr 02, 2001 at 08:55:26AM -0300, Bruno Freire wrote: Anybody can tell me how can i do Include files? has the thought of looking up the manual at php.net crossed your mind? try searching php.net for include(), require() -fkr -- gpg-fingerprint: 076E 1E87 3E05 1C7F B1A0 8A48 0D31

Re: [PHP] known problems with session_register()?

2001-04-02 Thread Felix Kronlage
On Mon, Apr 02, 2001 at 09:13:41PM +0900, Yasuo Ohgaki wrote: If you are enabled track vars and disabled register globals, all you have to do is assign values to $HTTP_SESSION_VARS and both are on. Could there be a problem with session_register() ? I do think it's odd, that the same code, on

Re: [PHP] known problems with session_register()?

2001-04-03 Thread Felix Kronlage
On Tue, Apr 03, 2001 at 05:34:05PM +0900, Yasuo Ohgaki wrote: Try register globals off, see if it helps. (You need to use $HTTP_SESSION_VARS) ok. will do that. Does $HTTP_SESSION_VARS always work? (even with register_globals being on?) FYI: It seems there is race condition problem in

[PHP] Incompatibility with file-input items

2002-05-25 Thread Felix Natter
[] in the example) portably ? BTW: how can I get access to /tmp/phpZApBAO (I need to create thumbnails from the images) ? On some servers this seems to create permission-problems (but I cannot change the configuration of the server). -- Felix Natter -- PHP General Mailing List (http

Re: [PHP] Uptime script?

2001-05-17 Thread Felix Kronlage
On Wed, May 16, 2001 at 06:35:32PM -0700, Ryan Christensen wrote: Take a machine down, knowing it's uptime? (I.e., it's easier to hack a box that's been up for 5 months.. as opposed to one that hasn't been??) By knowing the uptime and the version of the OS (e.g. kernel-version) you know to

[PHP] set user group quota; fork or multithreading?

2001-02-10 Thread Felix C.Courtemanche
Hello, I am currently trying to find a way to: set user and group quota using PHP. I don'T know how I could use the existing edquota programs, etc, because they automatically open vi to edit instead of taking one line command. I would also like to know if anyone has any ideas on how to do

Re: [PHP] SID ????? environment variable???

2001-04-04 Thread Felix Kronlage
On Wed, Apr 04, 2001 at 08:59:00AM -0400, Scott Fletcher wrote: I have been wondering what is "SID"? SID stands for Session ID. (which identifies/maps a running session to user) http://www.php.net/manual/en/ref.session.php will explain sessions in general. -fkr -- gpg-fingerprint: 076E

Re: [PHP] how do I delete session

2001-04-05 Thread Felix Kronlage
On Thu, Apr 05, 2001 at 04:10:16PM -0500, Jacky@lilst wrote: how? Like this session_destroy("name"); how about if I want to register that variable to be session again ( without closing browser and start everything all over again)? can I still do that? session_destroy() *completly* kills the

Re: [PHP] huidziekte

2001-04-05 Thread Felix Kronlage
On Thu, Apr 05, 2001 at 12:47:59PM +0200, Soeren Staun-Pedersen wrote: This is an English mailinglist. forget it, was spam (hit me on quiet a few mailing-lists such as [EMAIL PROTECTED] etc...). -fkr -- gpg-fingerprint: 076E 1E87 3E05 1C7F B1A0 8A48 0D31 9BD3 D9AC 74D0

Re: [PHP] More Email ereg Validation

2001-04-05 Thread Felix Kronlage
On Thu, Apr 05, 2001 at 10:08:13AM -0600, Dan Wilson wrote: : Here's a quick patch.. =) : ([a-z0-9_\.\-]+)@([a-z0-9\.-]+).([a-z]{2}[a-z]?) Does anyone else (a regex guru) have any other suggestions? I'm by no means an reg-exp-expert (hate these things)

Re: [PHP] Which is better??

2001-04-06 Thread Felix Kronlage
On Fri, Apr 06, 2001 at 12:27:22PM -0400, Curtis wrote: Self Referenceing or have the data sent to another page for the processing. I usually do self-referencing, since this way I have everything in one place, don't rely on two scripts, don't need to open two files in my editor etc. :) -fkr

Re: [PHP] PEAR Standards (was Re: equivalent of asp's %= strTest %)

2001-04-08 Thread Felix Kronlage
On Sat, Apr 07, 2001 at 10:19:04PM -0500, Plutarck wrote: For instance, when they say not to use 4 spaces (or was it 3?) instead of tabs? I think that's stupid, and I don't do it. But they did it for a reason, even if I don't understand it. tabs might break going from one platform to

Re: [PHP] can't restart apache, help needed

2001-04-10 Thread Felix Kronlage
On Tue, Apr 10, 2001 at 12:02:45PM +0200, Thomas Angst wrote: /etc/init.d/apache restart is the http server no more starteable. what's going wrong here, I didn't have any problems with the older version of the suse linux and PHP4, if anyone has an idea how to rerun the apache without a

Re: [PHP] enabling PHP functions only on specific virtual hosts

2001-04-16 Thread Felix Kronlage
On Mon, Apr 16, 2001 at 12:42:50PM +0200, indrek siitan wrote: I've coded an additional PHP module, which I want to be a paid add-on feature to the clients. Is there a way to disable the module or functions (it contains 2 functions) globally and then specifically enable them to certain

Re: [PHP] PCRE vs. POSIX

2001-04-16 Thread Felix Kronlage
On Mon, Apr 16, 2001 at 07:16:06PM +0800, John Lim wrote: Rasmus Lerdorf (inventor of PHP) has said that PCRE is generally faster, but i haven't benchmarked myself. Of course strpos( ) is the fastest. Joerg Krause has posted an URL for a webpage for benchmarking reg-expressions. Sorry, I

Re: [PHP] enabling PHP functions only on specific virtual hosts

2001-04-16 Thread Felix Kronlage
On Mon, Apr 16, 2001 at 07:17:24PM +0200, indrek siitan wrote: but is there an enable_functions keyword to explicitly enable those functions in httpd.conf (this should be possible with the php_value keyword, as far as I understood from the manual). no. But you can put a .htaccess in the

Re: [PHP] function to add %20 in place of blank spaces

2001-04-16 Thread Felix Kronlage
On Mon, Apr 16, 2001 at 03:28:11PM -0300, Nando2 wrote: I'm trying to remember what is the function to replace blank spaces with %20. Can anyone remind me of that? urlencode() urldecode() -fkr -- gpg-fingerprint: 076E 1E87 3E05 1C7F B1A0 8A48 0D31 9BD3 D9AC 74D0

Re: [PHP] How to unsubscribe

2001-04-17 Thread Felix Kronlage
On Tue, Apr 17, 2001 at 10:40:07AM +0200, Joachim Fuchs wrote: In typical lists, there is a small info how to unsubscribe. In the php-general list, this is not the case. take a look at the signature: -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP] ZOPE PHP

2001-04-17 Thread Felix Kronlage
On Tue, Apr 17, 2001 at 11:51:52AM -0700, elias wrote: what is ZOPE? Content Management System (CMS) written in python, I believe. can you give me a URL about it? http://www.zope.org/ -fkr -- gpg-fingerprint: 076E 1E87 3E05 1C7F B1A0 8A48 0D31 9BD3 D9AC 74D0 |http://www.hazardous.org/

Re: [PHP] PHP Sessions Problem

2001-04-20 Thread Felix Kronlage
On Fri, Apr 20, 2001 at 08:58:24AM -0600, Johnson, Kirk wrote: I have also seen this problem with one of my sites, but only *occasionally*. I have no clue as to what the problem is. Anyone else have any ideas? Maybe someone remembers my post about my session-problem. Pretty much the same

Re: [PHP] writing to file on server

2001-04-22 Thread Felix Kronlage
On Sun, Apr 22, 2001 at 03:06:04PM -0700, Adam wrote: chmod the file to 777, this will allow anyone write permission to the file and thus you will be able to append to the file file-mode 777 is ugo=rwx. You want 'chmod 666', which is ugo=rw. read is 4 write is 2 execute is 1 If you want rw

[PHP] gd-jpeg-support and php-3.0.18

2001-04-23 Thread Felix Kronlage
Hi, on one of our Ultra-sparc boxes I need to get php-3.0.18 and gd 1.8.4 running together smoothly. I compiled gd lib from scratch (Version: 1.8.4) to have jpeg-support. Following lines come out of the Makefile for gd: | CFLAGS=-O -DHAVE_LIBJPEG -DHAVE_LIBPNG | LIBS=-lgd -ljpeg -lpng -lz -lm

Re: [PHP] PHP 4.0.5

2001-04-23 Thread Felix Kronlage
On Mon, Apr 23, 2001 at 03:00:07PM -0700, Dominique Paquin wrote: I asked when the new version of PHP was comming out at the beginning of the month and some one told me that it was comming out the week after. Haven't seen it yet, anyone knows the release date?? RC7 got out a few days ago

Re: [PHP] checking if e-mail address and syntax are valid

2001-04-24 Thread Felix Kronlage
On Tue, Apr 24, 2001 at 02:33:18PM -0700, Szii wrote: Checking to see if it's syntactically correct is trivial. Validating the domain is rather simple as well (check the retcode on a whois lookup.) Which is not as trivial as it sounds, since whois does not really have return-codes. You

Re: [PHP] Slightly OT - Backing up mySQL...

2001-05-06 Thread Felix Kronlage
On Sun, May 06, 2001 at 08:38:23AM -0700, Nick Terzich wrote: Does anyone have any experience backing up mySQL from a shared web hosting account? I don't have root access to the database... will this keep me from running a shell script to do the back up? If you have shell-access you can

[PHP] Re: High bandwidth application tips

2003-11-05 Thread felix zaslavskiy
Take a look here: http://phplens.com/lens/php-book/optimizing-debugging-php.php I also recommend X-debug extention for profiling. On Wed, 5 Nov 2003 13:36:01 -0600 [EMAIL PROTECTED] (Luis Lebron) wrote: I have been coding php for a few years now, but I haven't build a high bandwidth

[PHP] OOP in PHP 5 won't work under IIS 5.1

2004-09-05 Thread Felix Ang
print out anything */ print $obj-Bar;/* Shouldn't print out anything */ print $obj-Foo;/* Shouldn't print out anything */ $obj-printHello(); ? It won't work. Does anyone have the same problem? I use PHP 5 with IIS 5.1 Brgds, Felix Ang

[PHP] please ignore my last question

2004-09-05 Thread Felix Ang
Dear all, Please ignore my last question. I found out that simple echo on known variable can't work either. It's probably an installation problem. Thanks, Felix Ang

[PHP] path in document root / absolute path

2009-05-20 Thread Felix Siglreithmaier
Hi, is there a way to check if a path is within the document_root? and is there a function to check if a path is absolute or not? thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] XSLTProcessor: need interface to libxslt´s xsltDocL oaderFunc

2009-10-16 Thread Felix Siglreithmaier
Hi, in the Java Xalan XSLT processor there is an URIResolver object to resolve URIs used in xsl:include, xsl:import, etc. http://xml.apache.org/xalan-j/apidocs/javax/xml/transform/class-use/URIResolver.html With this URIResolver you can comfortably implement your own logic to load external

[PHP] echo HTML code ;

2002-01-31 Thread André Felix Miertschink
I have a PHP file that I show values of variables in several parts, and for that I put in almost the whole page echo... HTML code + PHP codes (variables, functions, etc.) + HTML code... ; I don't know nor why I put, I think it went to not to be finishing and beginning PHP parts as: ?php

Re: [PHP] echo HTML code ;

2002-01-31 Thread André Felix Miertschink
Personal, I think I expressed myself wrong, because it is like this that I use, but the one that I want to know, if the echo HTML code it is much slower than if I put the HTML code out of the PHP block. Can these several echo's harm the processing of the server? Can that turn slow the

[PHP] Segurança de arquivos no servidor

2002-02-01 Thread André Felix Miertschink
Alguém poderia me informar algum tutorial ou poderia até mesmo me esclarecer algumas dúvidas sobre como manter segurança dos arquivos no servidor. Em alguns arquivos PHP eu possuo algumas chamadas: - include arquivo.inc Qual modo (CHMOD) este arquivo deverá ter para que este arquivo não seje

[PHP] Segurança de arquivos no servidor (SORRY)

2002-02-01 Thread André Felix Miertschink
SORRY WRONG MAILINGLIST André Alguém poderia me informar algum tutorial ou poderia até mesmo me esclarecer algumas dúvidas sobre como manter segurança dos arquivos no servidor. Em alguns arquivos PHP eu possuo algumas chamadas: - include arquivo.inc

[PHP] Age

2002-02-09 Thread André Felix Miertschink
Could anybody find out the simplest method of calculating the age? The date of birth is in the format string ('01/01/1977'). André -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Mail()

2002-02-15 Thread André Felix Miertschink
I have been installing NuSphere (Apache and PHP 4.0.6). As that I configure the Apache or PHP, so that I get to use and to test the command mail in my computer? André -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Apache - Virtual Name

2002-02-15 Thread André Felix Miertschink
How can I configure the apache, so that my local access is different from http://localhost. I want to access my local server through a virtual name (Example: http://www.test.com). I only want to change the name localhost for any other name. I already possess a domain (Example: www.test.com)

[PHP] Problems with php 4.0.5 with iplanet 4

2001-05-22 Thread Felix Garcia Renedo
Hello, I was able to install php 4.0.2 with Netscape iplanet 4 and it worked. Now I'm trying to install php 4.0.5 with Netscape iplanet 4 and it doesn't work. When I start the netscape server it says: conf_init: Error running init function load-modules: dlopen of