Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×
The Internet

Easy On-Line Event Ticketing? 42

Ronster writes "Dear /.ers (slash-daughters?) I am looking for an elegant online solution to a real-world annoyance. I lead regular tours of my local cemetery, which I enjoy immensely. However, I hate the administration - can you recommend an on-line service, or some software (ideally open source) that I could host on my website, that would allow people to register for these tours, perhaps issue them with a ticket, and even let them cancel their reservation, all without allowing the total number of reservations for each event becoming more than, say, 25? Thanks."
This discussion has been archived. No new comments can be posted.

Easy On-Line Event Ticketing?

Comments Filter:
  • Any good PHP/MySQL coder could do this in a couple hours work.
  • some thoughts... (Score:4, Informative)

    by ubiquitin ( 28396 ) * on Saturday October 23, 2004 @06:21PM (#10610810) Homepage Journal
    Cancelling the registrations is the hard part, as it means that an individual would have to be able to log back in. This means that the ticket-holder needs to have some password or other unique method for doing so. Perhaps consider handling this with a special cancellation link with a per-user hash that gets emailed to each ticket holder along with their confirmation. This requires email integration, not impossible obviously, but something that you'll want to give architectural consideration. If you come up with a detailed specification for your project submit it with your contact information to contact.phpconsulting.com [phpconsulting.com], and I'll quote you on it.
    • While often done with email, it needs not.
      Just show the customer an id or two, which he/she hs to remember for picking up the ticket, or cancel it.
    • that would allow people to register for these tours, perhaps issue them with a ticket, and even let them cancel their reservation,

      You could cancel reservations by having people enter a [randomly generated] number which is printed on their ticket -- in essence, outsourcing the sessionID to the physical ticket.

      It would make more sense, too, to just have them print out a ticket from the website [with the date, time and cancellation #]; that way, they wouldn't even *need* an email address to be able to ta

  • not their usual line of biz, but maybe

    (i have no affiliation- isaw it due to slashback, they're schlepping for the last starfighter musical-fees seem low enough)

    https://www.smarttix.com/aboutus.aspx

  • Unless it's Arlington National, I can't seem to think of one that might draw more than 25 people. However, I'm assuming that it's a daily or hourly frequency.

  • wait, wait, please don't mod this off topic.
    The search for life on mars [spherix.com] and developing left-handed or reduced calorie sugar [naturlose.com]are related to ticket reservations. [biospherics.com]

    Dr. Gilbert V. Levin's company Spherics [biospherics.com] does all three.

  • I am a freelance programmer. Drop me a line at scubyfan@gmail.com and I'll provide you with a competitive quote.

  • You could use oscommerce or phpshop.

    Just create a product for each day/time you give the tour and set the inventory to the number of tickets that you want to distribute for each tour.

    When someone 'buys' a ticket then the inventory is depleted by one.

    If someone cancels their order then the ticket should become available again and the inventory should increase.

    I'd use Mambo CMS as a frontend. It has a nice event calendar component. Add events to the calendar with links to the product in the ecommerce pack
  • Brown Paper Tickets (Score:5, Informative)

    by km790816 ( 78280 ) <wqhq3gx02@@@sneakemail...com> on Sunday October 24, 2004 @02:54AM (#10612889)
    http://www.brownpapertickets.com/producers.html [brownpapertickets.com]

    The story: hippy response to TicketBastard.

    Free to set up events. No min or max. Many options for different prices, etc. They even handle mailing the tickets. They take a small % off the top of each ticket to cover their costs.

    In their own words:
    The only fair-trade ticketing service!


    Ticket buyers and event organizers have been held hostage by ticketing companies long enough. Our mission is to keep as much money in everyone's pockets as possible. That way, producers can put on more shows, performers can earn a better living, and ticket buyers can see more shows! That's what building a community is about.

    * Our service fees are the lowest in the industry (99 and 2.5%) - no kick back fees or mystery charges. Ever.
    * Charter Not-Just-For-Profit company, 5-star rating
    * At least 5% of our profits are donated back where they were earned to create more community

    You almost feel good about buying tickets from them. Crazy...
  • by tod_miller ( 792541 ) on Sunday October 24, 2004 @05:56AM (#10613254) Journal
    It is apparent to me that this small problem highlights a fundemantal issue in development today.

    Such an application should almost be done with wizards today.

    This level of application should become one-click development for every day people...

    Rather than empower people with merely writing documents, this guy should be able to take a web-u-like OS package and make some powerful results - perhaps based on JavaServer Faces or .NET or abstract the technology with a webml like (although less utterly devastatingly complex) interface.

    On a brighter note I wrote a simple application for my local theatre, simple enough that I could really experiment with interface and FEEL of the program. I coded a javascript home-roll date picker (simpler and nicer than the ones you can d/l) and they can add events, and book tickets.

    of course this is designed to be run with the theatre in single user mode - with no logins.

    For max 25 people - I would consider using email / phone interfaces from a website.
  • www.hotscripts.com (Score:2, Informative)

    by stickystyle ( 799509 )
    just a quick search of 'tickets' on the second page i already found something that sounds like what you are looking for.

I have hardly ever known a mathematician who was capable of reasoning. -- Plato

Working...