Internet Cafe Software

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
jmyers
Forum Newbie
Posts: 3
Joined: Sat Feb 12, 2005 8:33 pm
Contact:

Internet Cafe Software

Post by jmyers »

I am wanting some input from you guys/gals...

I am thinking about starting an internet cafe with coffee shop within the same building.

I was thinking on using linux for a server. and windows machines for the clients.

I am trying to come up with a way, that when a customer prepays to get access or even postpay for that matter, they sit at a workstation, and log on the internet cafe software (written in php/mysql, or what ever that will work). The software allows the to gain access to the workstation and to be able to use the computer and software that is installed on the machines.

Office, Photoshop, Illustrator, etc.

of course the software will track the time they are online (on the workstation), so I guess my question is this:

Can I have a windows machine for clients and it accesses the server, which is a flavor of linux, the customer can not use it until they logon the server, which dicates if that customer is allowed or not?

or would it be better to go with an all MS setup

JM
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

you first want to read documents like http://www.microsoft.com/windows2000/te ... ppolwp.asp

if you only have windows clients i would choose for ms - active directory...



---------------------------------------------------------------------------------
currently we have all the user accounts etc in an (open)ldap server.
samba acts as a pdc and uses that ldap server as backend.

the windows clients have a proprietary msgina.dll but there are some OSS solutions like (http://pgina.xpasystems.com too. This way all the windows clients can authenticate against the ldap server.

the linux and bsd clients have pam_ldap and nss_ldap to make authenticate against the ldap server.
jmyers
Forum Newbie
Posts: 3
Joined: Sat Feb 12, 2005 8:33 pm
Contact:

Post by jmyers »

so, can you have a copy of the software on the server and the clients access the software through the server? ( I guess this would be a thin client setup)


JM
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

no thin clients here :) we have an image of the data on the clients harddisk. every time the pc is booted, that image is loaded.

this way we can easily install new software on a pc, make a new image, and distribute it over all the clients.
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

Moved to General Discussion.
Post Reply