Claude LeFrancois | 4 Dec 2001 23:03
Picon

Week view broken !!!

Hello,

I am using mrbs 1.0 with php 3.0.15, postgresql 7.1.3 and SMB authentication on a RedHat 6.2 system. Everything works fine but the week view is broken. If I enter a new reservation, the day view shows it to me correctly. The month view is also OK. But, the week view shows me the registration from the start time I have requested to the end of the week !!!

The demo software on mrbs.sourceforge.net does not exhibit the problem.

Any ideas ?

Thank you so much for your help.

Claude.

--

Claude LeFrançois
Packet Core Network (LMC/XP/DG)
Ericsson Canada Inc.
Tel: +1 (888) 345-7900 x7579
Fax: +1 (514) 345-5837
Mailto:Claude.Lefrancois <at> ericsson.ca

Picon

(no subject)


________________________________________________________

Thorsten Fogelberg | General Administration
________________________________________________________

mailto: fogelberg <at> jobpilot.de
Tel: + 49.6172.919-527 Fax: + 49.6172.919-540
Mobil: +49.171.8584889
www.jobpilot.de www.jobpilot.com
Europas Karrieremarkt im Internet
jobpilot AG Siemensstraße 15-17 D-61352 Bad Homburg
________________________________________________________

Frankfurt * Muenchen * Amsterdam * Bangkok * Barcelona * Bruessel
Budapest * Goeteborg * Kopenhagen * Kuala Lumpur * London
Mailand * Oslo * Paris * Prag * Singapur * Warschau * Wien * Zuerich

Harry Pohlman | 8 Dec 2001 01:13

(no subject)

 
Handels, Raymond | 10 Dec 2001 13:25
Picon

Problem with authentication

Hello There,

I'm a rather new php user and have a question about MRBS. I think it's a
simple sollution, but i can't figure it out.

I'm using the badpw.pl file for external authentication and when i want to
make a new entry he askes me for a login name and pasword, so far so good.
But when i press ok, i get the following error.

Warning Unable to fork [badpw.pl user1 pass1] in
c:\phpdev\www\public\mrbs\web\auth_ext.inc on line 47. He also says access
denied. I'm using dutch language and as you can see i'm using phpdev (apache
web server, perl, php 4.0 and mysql). All this on a NT machine.

In config.inc i have the following settings

# ip authentication allows any user to creat bookings	
$auth["realm"]	=	"mrbs;
$auth["type"]	=	"ext";
$auth["prog"] 	=	"./badpw.pl";
$auth["params"] =	"#username# #password#";

Can anybody help me please, i have no idea what i'm doing wrong inhere.
Could yu please reply at automatisering  <at> kov.humanitas.nl

Many Many Thanx in advance.............

Greetings 

Raymond

Thomas Haukland | 12 Dec 2001 10:19
Picon

Thanks

Very nice software.

No hazzle at all to set up on Win2K+IIS

The latest PHP is a bit picky on uninitialized vars though, and there
are quite a few of them in MRBS...
Easy to track down and fix, but annoying nonetheless.

Keep up the good work !

--
Thomas Haukland
ErgoBluegarden AS
Postboks 4364 Nydalen, 0402 Oslo
Telefon 23 14 50 00, Telefaks 23 14 50 01
Direkte 23 14 53 99, Mobilnr  95 76 80 11
www.ergogroup.no

Handels, Raymond | 14 Dec 2001 12:08
Picon

ASP

Hello Anybody..

Does anybody know if this script is also available in ASP.

thanxz in advance,

Raymond Handels

Rajkumar Seth | 14 Dec 2001 12:59
Picon

mySQL based user password login / Matt Barclay's authenication m odule?

Just a quick note to say thanks for an excellent program. The screenshots
http://mrbs.sourceforge.net/sshots.html are excellent!

Are there many people using MBRS with Matt Barclay's authentication module,
especially on Windows? I noticed that there have been no modification to the
core MBRS code since Version 1.0-pre2 (Sun Jul  8 13:43:53 BST 2001).  I was
wondering if anyone had used Matt Barclay's and if so if it could be rolled
in as an option on the next release?

Thanks for a great program. The details of Matt's positing are below:

http://www.geocrawler.com/archives/3/3521/2001/9/0/6707083/
This was written by a chap called Matt Barclay.

FROM: Matt BarclayDATE: 09/27/2001 08:46:32SUBJECT: RE:  [Mrbs-general]
Advice on authentication plug-in options for MRBS Rajkumar [and everyone
else],

I wrote an authentication scheme that uses php sessions and a user table
in the database.  I wrote sql upgrade scripts to add and destroy session
tracking and user tables. There's a README included that describes the set
up.  I had to add conditional includes to just about all of the php files
in MRBS to allow session tracking, so installing my module will be 
difficult until it is merged into the MRBS repository (pending the Project 
manager's approval).

Here's a list of features I've added:
 -- Web login with option to submit and maintain session in SSL
 -- Logoff link to destroy session
 -- Password changer
 -- User Management page displays mrbs_person table
      * Allows user modification
      * Allows user deletion
 -- User Register page with submit using SSL option
      * User sends name,email,username,password and is given a User Level 
0 until the admin approves the user.
       * $mrbs_admin_email is sent a message that a user has registered 
and the user_level must be set (using the User Management tool in the admin
page)  See the AUTHENTICATION file for user_level details.

You can grab the PHP code from my CVS repository:

cvs -z3 -d:pserver:<EMAIL: PROTECTED>:/cvsroot/openfbo 
login

cvs -z3 -d:pserver:<EMAIL: PROTECTED>:/cvsroot/openfbo 
co -P openfbo

The SQL upgrade scripts and README.auth_session files are tar'ed here:
http://c62028-a.olmpi1.wa.home.com/openfbo/auth_session_sql.tar

IF YOU WANT TO INSTALL THIS NOW, I recommend setting up a test site
separate from your live site.  Installing this module will be rough until
it is merged into MRBS.  You will have to replace all of the .php and .inc
files with copies from my CVS repository.  I had to make changes to allow
session tracking (one inclued statement per file).  There are NO user
interface changes, other than "register", "logon", and "logoff" links
added to the page header.

You can test/view my authentication scheme here:
http://c62028-a.olmpi1.wa.home.com/openfbo
Poke around all you like;  This is a development server; Use guest/guest 
to log on as a user.  Feel free to register a username if you like.

My module is currently in use by a tennis club in Germany.  Set up was 
fairly difficult, but I think most of the bugs are fixed.  This module 
hasn't been tested on Windows.  It has been tested on: Apache, Mysql, 
and pgsql running on Linux.  I can provide limited tech support to set up 
this authentication module, and would greatly appreciate bug reports 
(especially on windows).

OpenFBO is a project I am starting to provide online aircraft scheduling
and accounting services for Fixed Base Operators (General Aviation
businesses who rent aircraft, fly charter, and teach flying).  Our project
page is here: 
http://openfbo.sourceforge.net

Cheers,
Matt

************************************************************************
The contents of this message and any attachments are confidential and
are intended solely for the attention and use of the addressee only.
Information contained in this message may be subject to legal, 
professional or other privilege or may otherwise be protected by other
legal rules. This message should not be copied or forwarded to any other
person without the express permission of the sender. If you are not the
intended recipient you are not authorised to disclose, copy, distribute
or retain this message or any part of it.

If you have received this message in error, please notify the sender by
telephone (+44-20-7002-4000) and destroy the original message.

We reserve the right to monitor all e-mail messages passing through our
network.
************************************************************************

Thomas Haukland | 14 Dec 2001 14:12
Picon

RE: Thanks

I experimented some more with the authentication-scheme, and it seems
there is a limitation in IIS :(

The www-authenticate headers which MRBS uses to get username/password
makes IIS try to authenticate user against local user-database
(the domain the server is on). Its not possible to change this.

I think this behaviour is fundamentally different from how MRBS
expects it to behave, and hence renders all other schemes than the
auth-ip unusable...

> -----Original Message-----
> From: Thomas Haukland [mailto:Thomas.Haukland <at> ergo.no]
> Sent: 2001 December 14 11:37
> To: 'Rajkumar Seth'
> Subject: RE: [Mrbs-general] Thanks
> 
> 
> I actually just use the ip-thing now.
> 
> Was planning on just making a new "auth"-scheme
> called "cookie" which simply takes username from
> a cookie which is set on an internal intranet-site.
> Not very secure, but not important when this is an
> inhouse app.
> 
> You may be right that there are issues with authentication
> on WinNT, I havent experimented much with that...
> (I just saw from newsgroups that it would not work with CGI-version)
> 
> > -----Original Message-----
> > From: Rajkumar Seth [mailto:Seth.Rajkumar <at> GNI.co.uk]
> > Sent: 14. desember 2001 11:59
> > To: Thomas Haukland
> > Subject: RE: [Mrbs-general] Thanks
> > 
> > 
> > I have the ISAPI version and other PHP apps work fine.
> > I use Mantis an excellent bug tracker.
> > 
> > Which security module are you using?
> > 
> > -----Original Message-----
> > From: Thomas Haukland [mailto:Thomas.Haukland <at> ergo.no]
> > Sent: 2001 December 14 10:25
> > To: 'Rajkumar Seth'
> > Subject: RE: [Mrbs-general] Thanks
> > 
> > 
> > It doesnt work with PHP as a CGI.
> > You need to install the ISAPI version...
> > 
> > > -----Original Message-----
> > > From: Rajkumar Seth [mailto:Seth.Rajkumar <at> GNI.co.uk]
> > > Sent: 14. desember 2001 11:04
> > > To: Thomas Haukland
> > > Subject: RE: [Mrbs-general] Thanks
> > > 
> > > 
> > > Hi I tried installing MBRS on NT4 with mySQL and MSPWS with 
> > > the latest PHP
> > > but I could not get the security (login bit to work)
> > > 
> > > What did you use for Win2K+IIS?
> > > 
> > > Seth.
> > > 
> > > -----Original Message-----
> > > From: Thomas Haukland [mailto:Thomas.Haukland <at> ergo.no]
> > > Sent: 2001 December 12 09:20
> > > To: Mrbs (E-mail)
> > > Subject: [Mrbs-general] Thanks
> > > 
> > > 
> > > Very nice software.
> > > 
> > > No hazzle at all to set up on Win2K+IIS
> > > 
> > > The latest PHP is a bit picky on uninitialized vars though, 
> > and there
> > > are quite a few of them in MRBS...
> > > Easy to track down and fix, but annoying nonetheless.
> > > 
> > > Keep up the good work !
> > > 
> > > --
> > > Thomas Haukland
> > > ErgoBluegarden AS
> > > Postboks 4364 Nydalen, 0402 Oslo
> > > Telefon 23 14 50 00, Telefaks 23 14 50 01
> > > Direkte 23 14 53 99, Mobilnr  95 76 80 11
> > > www.ergogroup.no
> > > 
> > > _______________________________________________
> > > Mrbs-general mailing list
> > > Mrbs-general <at> lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/mrbs-general
> > > 
> > > 
> > > **************************************************************
> > > **********
> > > The contents of this message and any attachments are 
> > confidential and
> > > are intended solely for the attention and use of the 
> addressee only.
> > > Information contained in this message may be subject to legal, 
> > > professional or other privilege or may otherwise be 
> > protected by other
> > > legal rules. This message should not be copied or forwarded 
> > > to any other
> > > person without the express permission of the sender. If you 
> > > are not the
> > > intended recipient you are not authorised to disclose, copy, 
> > > distribute
> > > or retain this message or any part of it.
> > > 
> > > If you have received this message in error, please notify the 
> > > sender by
> > > telephone (+44-20-7002-4000) and destroy the original message.
> > > 
> > > We reserve the right to monitor all e-mail messages passing 
> > > through our
> > > network.
> > > **************************************************************
> > > **********
> > > 
> > 
> > 
> > **************************************************************
> > **********
> > The contents of this message and any attachments are 
> confidential and
> > are intended solely for the attention and use of the addressee only.
> > Information contained in this message may be subject to legal, 
> > professional or other privilege or may otherwise be 
> protected by other
> > legal rules. This message should not be copied or forwarded 
> > to any other
> > person without the express permission of the sender. If you 
> > are not the
> > intended recipient you are not authorised to disclose, copy, 
> > distribute
> > or retain this message or any part of it.
> > 
> > If you have received this message in error, please notify the 
> > sender by
> > telephone (+44-20-7002-4000) and destroy the original message.
> > 
> > We reserve the right to monitor all e-mail messages passing 
> > through our
> > network.
> > **************************************************************
> > **********
> > 
> 
> 
> **************************************************************
> **********
> The contents of this message and any attachments are confidential and
> are intended solely for the attention and use of the addressee only.
> Information contained in this message may be subject to legal, 
> professional or other privilege or may otherwise be protected by other
> legal rules. This message should not be copied or forwarded 
> to any other
> person without the express permission of the sender. If you 
> are not the
> intended recipient you are not authorised to disclose, copy, 
> distribute
> or retain this message or any part of it.
> 
> If you have received this message in error, please notify the 
> sender by
> telephone (+44-20-7002-4000) and destroy the original message.
> 
> We reserve the right to monitor all e-mail messages passing 
> through our
> network.
> **************************************************************
> **********
> 

Webmaster | 14 Dec 2001 20:35

HELP WITH MRBS

Hi,
    I am new to the PHP and MYSQL and I'm having some problems installing the MRBS to my web server.  Im currently running Windows 2000 with IIS 5.0.  I've recently installed php 4.1.0 and mysql 3.23.46.  I've included a virtual site to the mrbs installation and tried to run index.php and this is what I got below.  Can you please help me with this?
 
Thanks,
Hon
------------------------------------------------------------------------------------------------------------------------------------------------------------------
 
Warning: Passing locale category name as string is deprecated. Use the LC_* -constants instead. in D:\OSC Sunnyvale\mrbs\web\config.inc on line 121

Warning: Passing locale category name as string is deprecated. Use the LC_* -constants instead. in D:\OSC Sunnyvale\mrbs\web\config.inc on line 142

Warning: Passing locale category name as string is deprecated. Use the LC_* -constants instead. in D:\OSC Sunnyvale\mrbs\web\config.inc on line 121

Warning: Undefined variable: HTTP_ACCEPT_LANGUAGE in D:\OSC Sunnyvale\mrbs\web\config.inc on line 127

Warning: Passing locale category name as string is deprecated. Use the LC_* -constants instead. in D:\OSC Sunnyvale\mrbs\web\config.inc on line 142

Warning: Undefined index: pview in D:\OSC Sunnyvale\mrbs\web\functions.inc on line 28

Warning: Undefined variable: pview in D:\OSC Sunnyvale\mrbs\web\day.php on line 30
Areas
November 2001
S M T W T F S
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30  
December 2001
S M T W T F S
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31          
January 2002
S M T W T F S
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    

Friday 14 December 2001


Warning: Undefined variable: pview in D:\OSC Sunnyvale\mrbs\web\day.php on line 66
<< Go To Day Before Go To Today Go To Day After >>

No rooms defined for this area


Warning: Undefined variable: pview in D:\OSC Sunnyvale\mrbs\web\trailer.inc on line 4


Warning: Undefined variable: REQUEST_URI in D:\OSC Sunnyvale\mrbs\web\trailer.inc on line 68

Warning: Use of undefined constant ppreview - assumed 'ppreview' in D:\OSC Sunnyvale\mrbs\web\trailer.inc on line 68

Print Preview
Matt Barclay | 16 Dec 2001 10:03
Favicon

Re: mySQL based user password login / Matt Barclay's authenication m odule?

Hello,

The links for my PHP session + mrbs_person table authentication module
have changed.  You can get the code at:

http://www.openfbo.com/auth_session_sql.tar
AND
http://www.openfbo.com/current.tar.gz

My ISP keeps dropping off the face of the planet, so if the links don't 
work please be patient.

The auth_session_sql.tar contains SQL scripts to create/remove the session
and person tables.  The current.tar.gz has the PHP scripts that I modified 
to make my authentication scheme work.

I'll be adding a few new features to authentication module soon (options
to: Notify admin of bookings, estimate the cost of renting a room based on
hours rented and hourly rate, restrict changes/deletions to scheduled
entries within a specified number of minutes/hours/days, exclude certain
days from the schedule)  And so on...  These modifications all relate to
http://openfbo.sourceforge.net which is based on MRBS.

Cheers,
Matt

On Fri, 14 Dec 2001, Rajkumar Seth wrote:

> From: Rajkumar Seth <Seth.Rajkumar <at> GNI.co.uk>
> To: "'mrbs-general <at> lists.sourceforge.net'"
>     <mrbs-general <at> lists.sourceforge.net>
> Subject: [Mrbs-general] mySQL based user password login /  Matt Barclay's
>     authenication m odule?
> Date: Fri, 14 Dec 2001 11:59:27 -0000
> 
> Just a quick note to say thanks for an excellent program. The screenshots
> http://mrbs.sourceforge.net/sshots.html are excellent!
> 
> Are there many people using MBRS with Matt Barclay's authentication module,
> especially on Windows? I noticed that there have been no modification to the
> core MBRS code since Version 1.0-pre2 (Sun Jul  8 13:43:53 BST 2001).  I was
> wondering if anyone had used Matt Barclay's and if so if it could be rolled
> in as an option on the next release?
> 
> Thanks for a great program. The details of Matt's positing are below:
> 
> http://www.geocrawler.com/archives/3/3521/2001/9/0/6707083/
> This was written by a chap called Matt Barclay.
> 
> FROM: Matt BarclayDATE: 09/27/2001 08:46:32SUBJECT: RE:  [Mrbs-general]
> Advice on authentication plug-in options for MRBS Rajkumar [and everyone
> else],
> 
> I wrote an authentication scheme that uses php sessions and a user table
> in the database.  I wrote sql upgrade scripts to add and destroy session
> tracking and user tables. There's a README included that describes the set
> up.  I had to add conditional includes to just about all of the php files
> in MRBS to allow session tracking, so installing my module will be 
> difficult until it is merged into the MRBS repository (pending the Project 
> manager's approval).
> 
> Here's a list of features I've added:
>  -- Web login with option to submit and maintain session in SSL
>  -- Logoff link to destroy session
>  -- Password changer
>  -- User Management page displays mrbs_person table
>       * Allows user modification
>       * Allows user deletion
>  -- User Register page with submit using SSL option
>       * User sends name,email,username,password and is given a User Level 
> 0 until the admin approves the user.
>        * $mrbs_admin_email is sent a message that a user has registered 
> and the user_level must be set (using the User Management tool in the admin
> page)  See the AUTHENTICATION file for user_level details.
> 
> You can grab the PHP code from my CVS repository:
> 
> cvs -z3 -d:pserver:<EMAIL: PROTECTED>:/cvsroot/openfbo 
> login
> 
> cvs -z3 -d:pserver:<EMAIL: PROTECTED>:/cvsroot/openfbo 
> co -P openfbo
> 
> The SQL upgrade scripts and README.auth_session files are tar'ed here:
> http://c62028-a.olmpi1.wa.home.com/openfbo/auth_session_sql.tar
> 
> IF YOU WANT TO INSTALL THIS NOW, I recommend setting up a test site
> separate from your live site.  Installing this module will be rough until
> it is merged into MRBS.  You will have to replace all of the .php and .inc
> files with copies from my CVS repository.  I had to make changes to allow
> session tracking (one inclued statement per file).  There are NO user
> interface changes, other than "register", "logon", and "logoff" links
> added to the page header.
> 
> You can test/view my authentication scheme here:
> http://c62028-a.olmpi1.wa.home.com/openfbo
> Poke around all you like;  This is a development server; Use guest/guest 
> to log on as a user.  Feel free to register a username if you like.
> 
> My module is currently in use by a tennis club in Germany.  Set up was 
> fairly difficult, but I think most of the bugs are fixed.  This module 
> hasn't been tested on Windows.  It has been tested on: Apache, Mysql, 
> and pgsql running on Linux.  I can provide limited tech support to set up 
> this authentication module, and would greatly appreciate bug reports 
> (especially on windows).
> 
> OpenFBO is a project I am starting to provide online aircraft scheduling
> and accounting services for Fixed Base Operators (General Aviation
> businesses who rent aircraft, fly charter, and teach flying).  Our project
> page is here: 
> http://openfbo.sourceforge.net
> 
> Cheers,
> Matt
> 
> 
> ************************************************************************
> The contents of this message and any attachments are confidential and
> are intended solely for the attention and use of the addressee only.
> Information contained in this message may be subject to legal, 
> professional or other privilege or may otherwise be protected by other
> legal rules. This message should not be copied or forwarded to any other
> person without the express permission of the sender. If you are not the
> intended recipient you are not authorised to disclose, copy, distribute
> or retain this message or any part of it.
> 
> If you have received this message in error, please notify the sender by
> telephone (+44-20-7002-4000) and destroy the original message.
> 
> We reserve the right to monitor all e-mail messages passing through our
> network.
> ************************************************************************
> 
> _______________________________________________
> Mrbs-general mailing list
> Mrbs-general <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mrbs-general
> 


Gmane