Login Required. Sign up now -- its free!

Projects tagged ‘apc’ and ‘php’


[9 total ]

36 Users
   

Simple Machines Forum — SMF in short — is a free, professional grade software package that allows you to set up your own online community within minutes. Its powerful custom made template ... [More] engine puts you in full control of the lay-out of your message board and with our unique SSI - or Server Side Includes - function you can let your forum and your website interact with each other. SMF is written in the popular language PHP and uses a MySQL database. It is designed to provide you with all the features you need from a bulletin board while having an absolute minimal impact on the resources of the server. SMF is the next generation of forum software - and best of all it is and will always remain completely free! [Less]
Created over 2 years ago.

1 Users

XAMP (xml + xsl + apache + mysql + php) is framework for fast and pretty web-development. It's MVC compliant: xml (M), xslt (V) and php (C). The main point of XAMP is coding by XML-tags. XAMP syntax ... [More] is very compact and simple, but powerful and flexible. [Less]
Created 8 months ago.

1 Users

A multi-purpose Symfony caching plugin: - Provides Symfony 1.1+ cache classes for Symfony 1.0 (with an adapter for view caching). - Also provides a transparent and extensible API to cache objects ... [More] with the cache classes, for any version of Symfony. - A convenient way to get cache classes depending on your environment. - DebugBar/Logging for any cache class, with timing and hit/miss information. [Less]
Created 8 months ago.

1 Users

LayerCache is a simple caching framework for PHP5 which allows you to easily plug a multi-layer caching mechanism into your application. It implements the concept of layered caching where an item ... [More] can be cached in several layers. When you request an item, the framework reads from each cache in the stack. If the item is present, it's returned, if it isn't, it's retrieved from the source and stored in all caches in the stack. [Less]
Created 4 months ago.

0 Users

Keepitclose is a simple HTTP caching web service written in PHP to avoid accessing external resources (such as feeds) often, without having to change the application making the request (other than ... [More] changing the URL). The current alpha version supports caching to shared memory through APC and caching to one or more memcache servers. The project is currently in alpha and should not be used in any production environment without being fully aware of the risks. To get started: Check out the current trunk Add a VirtualHost to your Apache configuration to point to the www/ directory as the root directory in the VirtualHost. THIS IS IMPORTANT. The service has been written to not expose any unneeded files through the web server. The current version uses .htaccess to add a autoPrepend file, but there's a simple constant check and require_once in index.php to work anyways. Should work under httpd's that does not support .htaccess and php_value. '''config.php''' in config/ contains a simple example of configuration directives. APC and Memcache are supported as backends in the first alpha version. APC lives in the current HTTPD memory space, Memcache supports distributed clients connecting to a central memory based server. Use your HTTPD to limit access to the caching service. The project includes rudimentary access control support, see the 'allowedHosts' key in '''config.php''' (which is a regular expression to match the host against). Access the resource through http:///?url=http://www.example.com/resource.xml [Less]
Created about 1 year ago.

0 Users

CacheCore is a lightweight caching system for PHP 5.1.4+ that provides a single interface for a variety of storage types. Write your caching logic once and you can switch between caching types by ... [More] simply changing the class that's instantiated. CacheCore was born out of the Tarzan project, and was designed from the start to be a reliable standalone component to be re-used in any other project. [Less]
Created 12 months ago.

0 Users

Torrent Tracker slightly based on phpBB2 and XBTT (C++)ChangeLog Date Description Author 27 Sep 2009 - Add OpenSearch (Site + Tracker) n/a 15 Sep 2009 - Rebuild work XBT Tracker ( ... [More] http://xbtt.sourceforge.net/ ) Pandora, alex14n 08 Aug 2009 - Added SphinX Search Engine futures. ( http://www.sphinxsearch.com/ ) n/a 18 May 2009 - Allow downloading gold torrent if ratio < min. - Work on gallery (multi-upload) RoadTrain 20 Apr 2009 - Work on DHT disabling. Pandora, RoadTrain 12 Apr 2009 - Redirect to previous page after login. RoadTrain 11 Apr 2009 - New cool stat on index page RoadTrain 05 Apr 2009 - Cache classes: eAccelerator & XCache Pandora 22 Mar 2009 - Merged UACP with UserCP - Added released row to viewprofile. RoadTrain 15 Mar 2009 - Added feature gold/silver torrents. Pandora, RoadTrain 08 Mar 2009 - Added hack for prevent multi-accounts (by one ip). This hack is disabled by default. RoadTrain 20 Feb 2009 - Added support of ! character in bbcode's url parser - Added dummy method gc() to cache.class - Some fixes to converter. RoadTrain 30 Jan 2009 - Added tablesorter to tracker.php - Added abuse email option to config.php - Added script for recover corrupt info_hashes RoadTrain 24 Jan 2009 - A new flags/countries system. In the future it will be used for GeoIP. RoadTrain 14 Jan 2009 - Added new cache type 'filecache'. Cache data stored in php files inside cache/filecache folder. RoadTrain 10 Jan 2009 - Full translated attachments mod (change lang_admin.php, lang_admin_attach.php, lang_faq_attach.php) EREM@ 10 Jan 2009 - Translate "User Search" module EREM@ 10 Jan 2009 - Plain text strings from index.tpl moved in lang_admin.php. Variables define in admin/index.php EREM@ 09 Jan 2009 - Update CSS to torrents,ru's version. RoadTrain 09 Jan 2009 - Plain text stings from admin_log.tpl moved in language file. Variables define in admin/admin_log.php EREM@ 08 Jan 2009 "Actions Log" admin module moved to category "User Admin" from category "Actions Log" EREM@ 08 Jan 2009 - Added user sub-menu from torrents.ru RoadTrain 03 Jan 2009 - Update Javascript libraries. Added categories selector into tracker.php RoadTrain 02 Jan 2009 - Flags system partially rewritten. - Added titles for flags. RoadTrain 30 Dec 2008 - Added Advanced Report Hack, thanks to Demetri. RoadTrain 29 Dec 2008 - Added scrape (you can disable it, set $tr_cfg['scrape'] to false) RoadTrain [Less]
Created about 1 year ago.

0 Users

A PHP Web services system that encourages both the ease of logic deployment as well as result & output caching for performance & scalability.
Created about 1 year ago.

0 Users

PHP class for Asynchronous Cache Validation (stale-while-revalidate)
Created 2 months ago.