+ Post New Thread
Page 1 of 15 1234511 ... LastLast
Results 1 to 15 of 219
How do you do....it? Thread, Classroom booking System in Technical; Hey all, I know this has been discussed here before but I can't find the topic for the life of ...
  1. #1
    Jona's Avatar
    Join Date
    May 2007
    Location
    Aberystwyth
    Posts
    438
    Thank Post
    9
    Thanked 44 Times in 43 Posts
    Rep Power
    17

    Classroom booking System

    Hey all,
    I know this has been discussed here before but I can't find the topic for the life of me. What classroom booking systems are avaliable (open source and/or free and preferable). I'm looking to integrate it with out custom helpdesk system.

    I know vagely of the Devizes one which seems to do the job but wasn't very asthetically pleasing last time I tried it..... I'm sure there used to be one called schoolsbookingsystem or something....??

    If anyone knows of anything else it would be gratly appreciated.

    Cheers
    Jona

  2. #2

    Join Date
    Apr 2006
    Location
    UK
    Posts
    940
    Thank Post
    39
    Thanked 70 Times in 54 Posts
    Rep Power
    24

    Re: Classroom booking System

    Google is your firend:
    Whack this in google:

    site:edugeek.net room booking

  3. #3

    Join Date
    Dec 2005
    Posts
    373
    Thank Post
    20
    Thanked 55 Times in 47 Posts
    Rep Power
    24

    Re: Classroom booking System

    MRBS

    MRBS is the one I've used for years now.... works a treat and its free!

  4. #4
    PEO
    PEO is offline
    PEO's Avatar
    Join Date
    Oct 2007
    Posts
    2,046
    Thank Post
    417
    Thanked 146 Times in 91 Posts
    Rep Power
    65

    Re: Classroom booking System

    webman has made a super booking system http://www.classroombookings.com just tried the link but its not working may be worth sending craig a PM :-)

  5. #5

    webman's Avatar
    Join Date
    Nov 2005
    Location
    North East England
    Posts
    8,272
    Blog Entries
    2
    Thank Post
    595
    Thanked 877 Times in 615 Posts
    Rep Power
    277

    Re: Classroom booking System

    Yes, unfortunately I'm suffering from the Great Fasthosts Password Debacle.

    Download here - Classroombookings 1.0.0, tar.gz, 963kB.

  6. Thanks to webman from:

    kiwimatt (26th February 2010)

  7. #6
    Jona's Avatar
    Join Date
    May 2007
    Location
    Aberystwyth
    Posts
    438
    Thank Post
    9
    Thanked 44 Times in 43 Posts
    Rep Power
    17

    Re: Classroom booking System

    Thanks guys that an awesome help!

  8. #7
    mrforgetful's Avatar
    Join Date
    May 2006
    Posts
    1,626
    Thank Post
    7
    Thanked 15 Times in 15 Posts
    Rep Power
    17

    Re: Classroom booking System

    Does anyone know of one that's Windows based and has days broken up into Periods not half hour timeslots?

  9. #8

    webman's Avatar
    Join Date
    Nov 2005
    Location
    North East England
    Posts
    8,272
    Blog Entries
    2
    Thank Post
    595
    Thanked 877 Times in 615 Posts
    Rep Power
    277

    Re: Classroom booking System

    My classroombookings does that, is PHP, and will run on Apache on Windows.

  10. #9
    mrforgetful's Avatar
    Join Date
    May 2006
    Posts
    1,626
    Thank Post
    7
    Thanked 15 Times in 15 Posts
    Rep Power
    17

    Re: Classroom booking System

    hehe I know it does calm down man!

    I've never usd Apache that's all only IIS so figured I might not have to spend time learning it, also will Apache run alongside IIS or will it need to go on another server?

  11. #10
    ninjabeaver's Avatar
    Join Date
    Jun 2005
    Location
    Norfolk
    Posts
    1,042
    Thank Post
    159
    Thanked 86 Times in 76 Posts
    Rep Power
    36

    Re: Classroom booking System

    I use this one http://folders.devizes.wilts.sch.uk/...?Version=3.5.1

    Staff love it as well.

    Free.

  12. #11

    webman's Avatar
    Join Date
    Nov 2005
    Location
    North East England
    Posts
    8,272
    Blog Entries
    2
    Thank Post
    595
    Thanked 877 Times in 615 Posts
    Rep Power
    277

    Re: Classroom booking System

    Your best option is to use WAMP Server which includes Apache, PHP and MySQL - all you need to get up and running on Windows. AFAIK it can run alongside IIS but one or the other will have to use a different TCP port (8080 for example).

  13. #12

    localzuk's Avatar
    Join Date
    Dec 2006
    Location
    Bristol
    Posts
    12,330
    Blog Entries
    24
    Thank Post
    425
    Thanked 1,373 Times in 1,091 Posts
    Rep Power
    397

    Re: Classroom booking System

    Apache can run alongside IIS, so long as you set the port to be different to the one IIS is running on. But then you'd either have to use http://blah.com:81 or whatever to access the site, or use reverse-proxy to hide that port change.

  14. #13

    Join Date
    Nov 2006
    Location
    Reading, UK
    Posts
    485
    Thank Post
    30
    Thanked 11 Times in 7 Posts
    Rep Power
    13

    Re: Classroom booking System

    Quote Originally Posted by ninjabeaver
    I use this one http://folders.devizes.wilts.sch.uk/...?Version=3.5.1

    Staff love it as well.

    Free.
    Me too!

  15. #14
    zag
    zag is offline
    zag's Avatar
    Join Date
    Mar 2007
    Location
    Reading, UK
    Posts
    1,837
    Blog Entries
    10
    Thank Post
    198
    Thanked 147 Times in 124 Posts
    Rep Power
    32

    Re: Classroom booking System

    Quote Originally Posted by webman
    Yes, unfortunately I'm suffering from the Great Fasthosts Password Debacle.

    Download here - Classroombookings 1.0.0, tar.gz, 963kB.
    Just installed this on IIS and I get this error when I load it for the first time.

    Code:
    An Error Was Encountered
    
    Error Number: 1146
    
    Table 'crbs.users' doesn't exist
    
    SELECT users.username, users.lastlogin, users.authlevel, school.school_id FROM users JOIN school ON school.school_id = users.school_id WHERE users.username = 0 LIMIT 1
    Any ideas? I thought it didnt need any tables on first run?

  16. #15

    webman's Avatar
    Join Date
    Nov 2005
    Location
    North East England
    Posts
    8,272
    Blog Entries
    2
    Thank Post
    595
    Thanked 877 Times in 615 Posts
    Rep Power
    277

    Re: Classroom booking System

    It should just go directly to the installation page on first visit. You could import the .sql file manually though.

    Is PHP and MySQL known to be working on your IIS setup?

SHARE:
+ Post New Thread
Page 1 of 15 1234511 ... LastLast

Similar Threads

  1. Classroom booking software
    By Andyhall in forum Educational Software
    Replies: 32
    Last Post: 2nd July 2009, 02:24 PM
  2. Online Resource Booking System
    By SimpleSi in forum Web Development
    Replies: 14
    Last Post: 29th October 2008, 09:34 PM
  3. ICT Booking System
    By sLiDeR in forum Network and Classroom Management
    Replies: 3
    Last Post: 8th August 2007, 07:53 AM
  4. Online Parental Booking System
    By robknowles in forum MIS Systems
    Replies: 4
    Last Post: 3rd July 2007, 07:52 PM
  5. Online Booking System
    By imullings in forum Educational Software
    Replies: 2
    Last Post: 5th September 2006, 08:10 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •