Re: [PHP] [phplib template] file does not exist

2003-01-16 Thread roel
Thank you, this helped me to find the problem. It seemed that i had to set the $root variable in the templated class, although i never had to do this on the other server, but it works now. Thanks!! "Marek Kilimajer" <[EMAIL PROTECTED]> schreef in bericht [EMAIL PROTECTED]">news:[EMAIL PROTECTED].

Re: [PHP] [phplib template] file does not exist

2003-01-16 Thread Marek Kilimajer
First go to the file that generates the error and find out how it knows the template file does not exists roel wrote: Hi, i'm having a problem. I just installed a webserver with mysql and php. I copied my files that i had stored on another webserver to my new. I didn't change anything to these

[PHP] [phplib template] file does not exist

2003-01-15 Thread roel
Hi, i'm having a problem. I just installed a webserver with mysql and php. I copied my files that i had stored on another webserver to my new. I didn't change anything to these files and the files worked fine on the other server. Now in this server i get this error with a template: Template

[PHP] PHPLIB version? the latest.

2002-10-01 Thread 家文 方
Sorry,it's my fault. I want to know the latest PHPLIB version. Can you email me PHPLIB?? thanks a lot . = ## //Javen Fang// //Froma CHina// ### _ Do You Yahoo!? "·¢¶ÌÐÅÓ®ÊÖ»ú,¿ìÀ´²Î¼ÓÑÅ»¢¾ÞÐÇÐã!" http://cn.e

[PHP] phplib, sessions and multiple dirs

2002-06-06 Thread christopher levine
greetings. i have a website running that has multiple user directories setup as HOST/username. Each subdirectory has its own subdir named "admin" where i'm using phplib to do the session/user management and authentication. the problem i'm seeing is that when i login to username1/admin, i'm

Re[4]: [PHP] PHPlib sessions without a DB?

2002-04-27 Thread Maxim Derkachev
Hello Richard, Saturday, April 27, 2002, 2:24:21 PM, you wrote: RA> It's in the "unsup" directory. Maxim's release notes are in there too. No, I meant the file session4.inc in the php-lib/php/session. session4_custom.inc & release notes (quite outdated, but still usable) are there too. It's Php

Re: Re[2]: [PHP] PHPlib sessions without a DB?

2002-04-27 Thread Richard Archer
At 9:57 AM -0400 26/4/02, Alan McKay wrote: >> Session4 without Session4_custom uses native php containers, e.g. >> files or mm. > >Where is this "session4"? > >I pulled "php-lib-stable" out of CVS yesterday and do not see this anywhere. >Is this part of the "bleeding edge" in "php-lib" (without t

Re[4]: [PHP] PHPlib sessions without a DB?

2002-04-26 Thread Maxim Derkachev
Hello Alan, Friday, April 26, 2002, 5:57:29 PM, you wrote: AM> Where is this "session4"? AM> I pulled "php-lib-stable" out of CVS yesterday and do not see this anywhere. AM> Is this part of the "bleeding edge" in "php-lib" (without the "stable") in CVS? Yes, it is not in -stable yet, as I know.

Re: Re[2]: [PHP] PHPlib sessions without a DB?

2002-04-26 Thread Alan McKay
> Session4 without Session4_custom uses native php containers, e.g. > files or mm. Where is this "session4"? I pulled "php-lib-stable" out of CVS yesterday and do not see this anywhere. Is this part of the "bleeding edge" in "php-lib" (without the "stable") in CVS? thanks, -Alan -- PHP Gen

Re[2]: [PHP] PHPlib sessions without a DB?

2002-04-26 Thread Maxim Derkachev
MW> I've been using the session4 stuff with phplib for a while and works well, MW> but this is using db storage. I wouldn't imagine there will be a problem just MW> using a different session container. Session4 without Session4_custom uses native php containers, e.g. files or mm. MW> As for t

Re: [PHP] PHPlib sessions without a DB?

2002-04-26 Thread Matt Williams
On Friday 26 April 2002 2:25 pm, Alan McKay wrote: > Folks, > > I was going through PHPlib for the first time to assess whether or not I > can use it on a current project, and it looks pretty clear to me that you > need a DB in order to use the session management. > > My environment will be a Win

[PHP] PHPlib sessions without a DB?

2002-04-26 Thread Alan McKay
Folks, I was going through PHPlib for the first time to assess whether or not I can use it on a current project, and it looks pretty clear to me that you need a DB in order to use the session management. My environment will be a Windows NT 4.0 SP5 box running Apache and PHP. I have no DB on the

Re: [PHP] phplib

2002-01-27 Thread Kunal Jhunjhunwala
... simple... Regards, Kunal Jhunjhunwala - Original Message - From: "Nick Wilson" <[EMAIL PROTECTED]> To: "php-list" <[EMAIL PROTECTED]> Sent: Monday, January 28, 2002 3:57 AM Subject: Re: [PHP] phplib > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 >

Re: [PHP] phplib

2002-01-27 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Kunal Jhunjhunwala blurted > hey... > i was wondering, is there any way to check wether the replacing of a > variable failed or no? example : > {one} > > $t->set_var("one", "1"); > > I want to know wether one was replaced by 1.. or w

[PHP] phplib

2002-01-27 Thread Kunal Jhunjhunwala
hey... i was wondering, is there any way to check wether the replacing of a variable failed or no? example : {one} $t->set_var("one", "1"); I want to know wether one was replaced by 1.. or wether the term "one" exists at all in the template.. any ideas on how to find this out? Regards, Kunal Jh

Re: [PHP] phplib

2002-01-26 Thread Kunal Jhunjhunwala
depending on wether the feature is on or off...simple eh? :) Regards, Kunal Jhunjhunwala - Original Message - From: "Nick Wilson" <[EMAIL PROTECTED]> To: "php-list" <[EMAIL PROTECTED]> Sent: Saturday, January 26, 2002 9:20 PM Subject: Re: [PHP] phplib > -B

Re: [PHP] phplib

2002-01-26 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Kunal Jhunjhunwala blurted > hey... im tryint to lay some conditions for the html output... example : > if ($check == 1) { > > } > else { > > } > > The problem here is, I want the html in both ca

[PHP] phplib

2002-01-26 Thread Kunal Jhunjhunwala
hey... im tryint to lay some conditions for the html output... example : if ($check == 1) { } else { } The problem here is, I want the html in both cases to be customisable by the user... so I would have to make it a part of the template file... and if i do

RE: [PHP] PHPLib

2002-01-10 Thread Johnson, Kirk
> Hey guys, > Has anyone used this before?? If so, is it a pain in the a$$? > I read the > documentation.. and sounds like you would need to re-code your > authentication system, sessions blah blah to work with it? or > am i going waay of target here?? > > All i wanna do is, customize my

[PHP] PHPLib

2002-01-09 Thread Kunal Jhunjhunwala
Hey guys, Has anyone used this before?? If so, is it a pain in the a$$? I read the documentation.. and sounds like you would need to re-code your authentication system, sessions blah blah to work with it? or am i going waay of target here?? All i wanna do is, customize my html... i dont wanna

RE: [PHP] phplib???

2001-12-14 Thread Matt Williams
> It is a external library with useful PHP functions. It was designed > by some German guys, but you can now forget it. Main feature was the > session function and that function is now integrated in the PHP > extensions. > Maybe not quite forget as easily as that. PHPLib offers very good user

Re: [PHP] phplib???

2001-12-13 Thread Egon Schmid
From: "Duane Douglas" <[EMAIL PROTECTED]> > At 03:23 PM 12/13/2001 -0800, Nathan Cassano wrote: > > >Went to www.google.com. Searched "phplib". The first result returned was > >http://sourceforge.net/projects/phplib. > > i went to the site and the description of phplib was rather sparse. i'm > wo

RE: [PHP] phplib???

2001-12-13 Thread Duane Douglas
At 03:23 PM 12/13/2001 -0800, Nathan Cassano wrote: >Went to www.google.com. Searched "phplib". The first result returned was >http://sourceforge.net/projects/phplib. i went to the site and the description of phplib was rather sparse. i'm wondering if anyone can provide a more comprehensive de

Re: [PHP] phplib???

2001-12-13 Thread Steve Edberg
http://phplib.sourceforge.net/ At 4:59 PM -0500 12/13/01, Duane Douglas wrote: >hello, > >can someone please explain phplib to me? what is it used for? i >apologize if this question has been asked many times before. > >thanks in advance. > -- +-

RE: [PHP] phplib???

2001-12-13 Thread Nathan Cassano
Went to www.google.com. Searched "phplib". The first result returned was http://sourceforge.net/projects/phplib. -Original Message- From: Duane Douglas [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 1:59 PM To: [EMAIL PROTECTED] Subject: [PHP] phplib??? h

[PHP] phplib???

2001-12-13 Thread Duane Douglas
hello, can someone please explain phplib to me? what is it used for? i apologize if this question has been asked many times before. thanks in advance. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

[PHP] phplib

2001-12-11 Thread Rodney Davis
This might be a stupid question but I have grown fond of easy little one stop package installations so... I am running a cobalt raq4 server and installed php4.06 w/ NEWGD and now want to include pdflib to that configuration. But, since I installed php 4.06 with a package installer from cobalt, I

[PHP] phplib, pear db, metabase, adodb, and native mysql benchmarks

2001-10-24 Thread John Lim
Someone asked me to benchmark PHPLib also. Here is the revised benchmarks, with some minor speedups for PEAR DB and Metabase. Benchmark was to select 82 rows from the products table 200 times. The tests were repeated 5 times. Connection times were excluded from the benchmark. Lower values are bet

[PHP] PHPLib conversion?

2001-07-01 Thread Bob Horton
Has anyone ever done or attempted a conversion of PHPLib from PHP3 to PHP4? There are a number of things that are not making sense in terms of why they don't work and I was wondering if anyone had done a conversion (and yes I know that much of the functionality is already in 4) Thanks. Bob. -

[PHP] PHPLIB cart with back/forward buttons

2001-03-20 Thread Dan Troxell
Hi, I've built a shopping cart using PHPLIB. When using the BACK or FORWARD buttons in IE, argument values are passed to the new page, inappropriately updating the information. Ack! This does not appear to be an issue with most versions of netscape. When called with the BACK or FORWARD button is

FW: [PHP] PHPLIB and Auth

2001-03-19 Thread Steve Haemelinck
-Original Message- From: Steve Haemelinck [mailto:[EMAIL PROTECTED]] Sent: maandag 19 maart 2001 11:52 To: 'Steve Haemelinck' Subject: RE: [PHP] PHPLIB and Auth It has certainly got something to do with my config. I just tried a simple form with POST And i

RE: [PHP] PHPLIB and Auth

2001-03-19 Thread Steve Haemelinck
Can it be that my Apache server is not well configured? I think you have to allow methods like GET and POST ? -Original Message- From: Steve Haemelinck [mailto:[EMAIL PROTECTED]] Sent: maandag 19 maart 2001 10:26 To: PHP Mailing Listl (E-mail) Subject:[PHP] PHPLIB and

[PHP] PHPLIB and Auth

2001-03-19 Thread Steve Haemelinck
Hi Guys, I really have a stupid problem but I don't see it :). I wanted to implement authentification with PHPLIB but it seems I am not able to get it working. What happens: If I want to access a page which needs authentification I first get the loginform, so far so good, but when I enter a use

[PHP] PHPLib & Phorum

2001-03-12 Thread Matt Williams
Hi Does anyone know if anyone has built phorum or any other BB with PHPLib authentication?? I was wondering if I could save myself a lot of time.. TIA M@ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

[PHP] PhpLib Template Not Parsing

2001-02-25 Thread Kyndig
Afternoon All, Been running through archives and posts throughout the net. Hopin ta find an answer. Looks like the questions been asked, but no public answer has been made. I'm using PhpLib's Template code. ( just pulled the file and modified it a minor bit ) The problem I'm having is when I

[PHP] PHPLIB-7.2 & sessions

2001-02-17 Thread kaab kaoutar
Hi! i'm trying to use sessions in my shopping cart! i hadno idea about from where to start till one of u'r kind members send me url that points to devshed! while sacnning titles and articles that had confused me cause i found no help in implementation! but i discovered this phplib-7-2 library !

[PHP] phplib phplib-7.2b is severely inconsistent

2001-02-06 Thread Jeff
Can anyone explain this? I thought phplib was supposed to provide a consistent interface to databases. If you depend on the mysql and pgsql layers to work the same you are screwed. Their connect method inconsistency is pathetic. One function returns a value and the other does not. This code i

RE: [PHP] PHPLIB and PHPMyAdmin

2001-01-18 Thread Krznaric Michael
What's the syntax to turn on magic_quotes_gpc in .htaccess? Mike -Original Message- From: Ignacio Vazquez-Abrams [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 12:24 PM To: Kevin Cawthorne Cc: [EMAIL PROTECTED] Subject: Re: [PHP] PHPLIB and PHPMyAdmin On Tue, 16 Jan

Re: [PHP] PHPLIB and PHPMyAdmin

2001-01-16 Thread Matt Friedman
ff under another. Use .htaccess for configuration. best of both worlds. Matt Friedman Spry New Media - Original Message - From: "Ignacio Vazquez-Abrams" <[EMAIL PROTECTED]> To: "Kevin Cawthorne" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday,

Re: [PHP] PHPLIB and PHPMyAdmin

2001-01-16 Thread Michael A. Peters
using .htaccess with phpMyAdmin can cause problems with Advanced Authentication (which you should be using). AFAIK only horde's implementation of phplib wants magic quotes turned off- last time I looked at phplib itself, it wanted them on. It's *possible* I got that backwards, but I don't think

Re: [PHP] PHPLIB and PHPMyAdmin

2001-01-16 Thread Ignacio Vazquez-Abrams
On Tue, 16 Jan 2001, Kevin Cawthorne wrote: > Hi, > > I want to install PHPLIB but one of the configuration notes says "turn off magic >quotes in the php.ini file". > > OK But I'm, using phpMyAdmin, which I understand NEEDS magic quotes on to work. > > Has anyone done this using the two togethe

RE: [PHP] PHPLIB and PHPMyAdmin

2001-01-16 Thread Krznaric Michael
al Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 7:16 AM To: Kevin Cawthorne Cc: [EMAIL PROTECTED] Subject: Re: [PHP] PHPLIB and PHPMyAdmin On Tue, 16 Jan 2001, Kevin Cawthorne wrote: > Hi, > > I want to install PHPLIB but one of the

Re: [PHP] PHPLIB and PHPMyAdmin

2001-01-16 Thread [EMAIL PROTECTED]
On Tue, 16 Jan 2001, Kevin Cawthorne wrote: > Hi, > > I want to install PHPLIB but one of the configuration notes says "turn off magic >quotes in the php.ini file". > > OK But I'm, using phpMyAdmin, which I understand NEEDS magic quotes on to work. > > Has anyone done this using the two toge

[PHP] PHPLIB and PHPMyAdmin

2001-01-16 Thread Kevin Cawthorne
Hi, I want to install PHPLIB but one of the configuration notes says "turn off magic quotes in the php.ini file". OK But I'm, using phpMyAdmin, which I understand NEEDS magic quotes on to work. Has anyone done this using the two together? Kevin Cawthorne