7344 projects tagged "Windows"
Smarty Template Engine Theme Selection Class is a PHP class that can load a Smarty template theme defined in XML. It can parse a theme definition in an XML file located in the directory with the same name as the theme name. The class can return details of the theme like the name, version, creator name, URL, email address, description, and publication date. The class can also delete the directory of a given theme and its contents.
WMSServer is a PHP class that can be used to retrieve usage statistics of a Windows Media server. It uses a Windows COM object to connect to a Windows Media server, given a its host name and user name and password to retrieve the statistics. It can retrieve many types of statistics regarding the users connected to the Windows Media server, bandwidth usage, protocol type usage, etc.
Login controller is a PHP class that can be used to manage registration and authentication of site users. It requires PHP 5 and MySQL. It can redirect the users to pages that present forms to let the users register and log into a site. It can also process the the forms and execute several types of actions that manage user records stored in a MySQL database. For instance, it can create new user records, validate user registration and login forms, reset user passwords, and change the user password.
Lua FLTK is a binding of the FLTK widget set (www.fltk.org) to the language Lua (www.lua.org). It tries to make the use of FLTK widgets seem natural to Lua programmers. It uses a simple constructor syntax, remaps C++ values onto Lua conventions, and provides direct set/get access to widget properties.