123 Flash Chat Server 6.9.4 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News 123 Flash Chat Server 6.9.4 (Default branch)
# 1  
Old 07-14-2008
123 Flash Chat Server 6.9.4 (Default branch)

Image 123 Flash Chat Server software is a full-featured chat server with a Flash client with custom skins, linkable to external databases. 123 Flash Chat is fast, easy, secure, and supports high loads. It is scalable to support a business of any size. It's also flexible with moderated chat, CRRC, avatar chat, and event chat. It includes powerful multilingual and multimedia capabilities. License: Shareware Changes:
A handwriting chat module was added. Different chat rooms can now have a unique robot that automatically sends messages, and each message may use a special style. The whiteboard can be enabled or disabled on a per-room basis. The chat server may now be restarted from the Admin Panel. Chat backgrounds, Flash emotions, Flash sound files, and chat advertisement banners can now be easily changed in the visual Admin Panel. Chatting speed was increased.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
ACPI_RAPIDSTART(4)					   BSD Kernel Interfaces Manual 					ACPI_RAPIDSTART(4)

NAME
acpi_rapidstart -- Intel rapid start technology ACPI driver SYNOPSIS
To compile this driver into the kernel, place the following line in your kernel configuration file: device acpi_rapidstart Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): acpi_rapidstart_load="YES" DESCRIPTION
The acpi_rapidstart driver provides support for Intel Rapid Start technology ACPI device interface. Note that this is only for the ACPI device interface. This has _CID PNP0C02 so it should be loaded at boot time to avoid attaching to the acpi_sysresource driver. SYSCTLS
The following sysctl(8) nodes are currently implemented: dev.acpi_rapidstart.0.ffs Rapid start flag. It is a bitwise OR of the following: 1 Enter Fast Flash Standby in RTC wake. 2 Enter Fast Flash Standby in Critical Battery Wake enable dev.acpi_rapidstart.0.ftv Fast Flash Standby timer value in minutes. SEE ALSO
acpi(4), sysctl(8) HISTORY
The acpi_rapidstart driver first appeared in FreeBSD 10.0. AUTHORS
The acpi_rapidstart driver was written by Takanori Watanabe <takawata@FreeBSD.org>. BSD
May 8, 2013 BSD