PHP Class 'Samba Web Client' released
Grok Headline matches for PHP Class 'Samba Web Client' released
PHP Class 'WebDAV client' released
PHP Class 'WebDAV client' released
12/08/2003 07:16 PMThis class implements a WebDAV protocol client that is nearly
conformant to RFC 2518 to modify resources on a HTTP server.
It supports operations GET, PUT, MOVE, COPY, etc., either using
HTTP/1.0 and HTTP/1.1.
PHP Class 'Google Client' released
PHP Class 'Google Client' released
04/23/2004 06:56 PMThis is a simple class that searches the Web using Google via the SOAP
Web services API.
This class requires the PHP 5 SOAP extension.
PHP Class 'PHP or Java Class Code
Generator' released
PHP Class 'PHP or Java Class Code
Generator' released
03/06/2004 02:00 AMThis package is meant is automate the generation of classes to access
databases in Java beans style.
It uses the Fast Template engine to process template files that define
the skeleton of functions and variables of classes that store and
retrieve data object property values from a given database table,
getter and setter functions to access those properties and a function
to delete a data object row from the respective database table.
The package comes with templates to generate classes either in PHP or
Java. The PHP template defines code to access data objects in a MySQL
database. The Java template defines code to access data objects in any
database supported by JDBC.
PHP Class 'Convert Class To HTML Table'
released
PHP Class 'Convert Class To HTML Table'
released
02/10/2004 02:46 AMThis class is meant to display the structure of any class as an HTML
table.
The class being displayed can have variables that contain objects of
other classes or arrays and treats those variables each accordingly.
PHP Class 'calend.class.php' released
PHP Class 'calend.class.php' released
01/03/2003 07:52 PMThis class generates HTML calendars in the portuguese language.
In portuguese:
Esta classe gera um calendário em português em HTML.
PHP Class 'Bs_CsvUtil.class.php'
released
PHP Class 'Bs_CsvUtil.class.php'
released
11/08/2002 08:17 PMFeatures:
supports any separator char sequence, default is semicolon ";".
supports separator characters in the values. eg you use a ; as
separator, your line may look like
blah;hello world;"foo";"foo;bar";"this is a ""string""";got it?;foo
as you can see, the values can be in "quotes". if your text uses
quotes itself as in the "string"
example, they are escaped in ms-style with 2 quotes. and by using
quotes we can even have your
separator inside the text (example "foo;bar").
line breaks. a csv line may spread over multiple lines using crlf in a
field value.
see the checkMultiline param and the _checkMultiline() method.
PHP Class 'Bs_StopWatch.class.php'
released
PHP Class 'Bs_StopWatch.class.php'
released
11/07/2002 07:59 PMYou can take times during a code run and at the end get a time table
as HTML or text table. The output will contain total and as delta
between each take in microseconds.
Free Code; This Class is part of the BlueShoes PHP Application
Framework, see blueshoes.org.
Rio to Offer Year-Round Carnival at
'Samba City' (Reuters)
Rio to Offer Year-Round Carnival at
'Samba City' (Reuters)
07/20/2004 09:37 AMReuters - Don't worry if you can't
make it to Rio de Janeiro's raucous Carnival in February.
Tourists will soon have a chance to enjoy the deafening samba
drums, near-naked dancers and bright floats all year round.
Longhorn steers toward the 'fat client'
Longhorn steers toward the 'fat client'
11/06/2003 10:04 AMZDNet Nov 6 2003 8:46AM ET
'Thin Client' Seen As Windows
Alternative (AP)
'Thin Client' Seen As Windows
Alternative (AP)
07/25/2004 05:53 PMAP - The idea is straightforward: Instead of giving employees
computers packed with features they rarely use, companies could save
tons of cash by distributing simple machines tied to powerful central
servers.
'Thin Client' Seen As Windows
Alternative
'Thin Client' Seen As Windows
Alternative
07/25/2004 07:19 PMAP via Los Angeles Times Jul 25 2004 11:02PM GMT
Eclipse readies 'rich client' software
Eclipse readies 'rich client' software
06/21/2004 12:21 PMThe open-source software offers developers an alternative to Windows
for delivering desktop applications.
PHP Class 'My DB' released
PHP Class 'My DB' released
02/15/2004 07:40 PMThis class is a simple wrapper around MySQL database acess functions.
It provides wrapper functions around most of the PHP MySQL extension
function like database, connection, queries execution and result data
access, error message retrieval, database creation and locking of
tables.
PHP Class 'My Db' released
PHP Class 'My Db' released
06/09/2004 06:55 PMThis package is a SQL database wrapper supporting MySQL, Interbase and
MS SQL server.
It can establish database server connections, execute SQL queries,
retrieve query results into arrays and display query results as HTML
tables.
'Thin client' computing pushed as
Windows alternative
'Thin client' computing pushed as
Windows alternative
07/28/2004 10:59 AMPHP Class 'color' released
PHP Class 'color' released
10/15/2002 07:15 AMThese class converts colortypes.
It supports the following colors formats and types:
- CMYK
- RGB
- Pantone
- HEX Codes for HTML
PHP Class 'BarcodeI25' released
PHP Class 'BarcodeI25' released
10/15/2002 07:15 AMHTML Barcode generator for Interleaved 2 of 5 Codes.
Código de barras fator Intercalado 2 de 5, padrão FEBRABAN (BRASIL).
PHP Class 'cellroll_lib' released
PHP Class 'cellroll_lib' released
10/15/2002 08:29 PMVery simple class for faster building of table-rollovers (changing
bgcolor for rows or cells) js-scripts
PHP Class 'EnDe' released
PHP Class 'EnDe' released
05/29/2004 07:50 PMThis class is a wrapper around the PHP mycrypt extension to encrypt
and decrypt text.
The class just takes a secret key as parameter and then it can encrypt
or decrypt any text using the same key.
PHP Class 'mysqldb' released
PHP Class 'mysqldb' released
10/16/2002 07:47 PMmysql_db provides access to MySQL using these methods:
open() - connects to database
query() - runs SQL query against the connected database
last_id() - gets last insert id for the connection
close() - close database connection
Errors are handled via properties $db->errtype and $db->errstr, which
can be tested for.
PHP Class 'MyTemplate' released
PHP Class 'MyTemplate' released
10/15/2002 08:29 PMMyTemplate is very powerful template engine. It allows including a
nested template file directly into another template file and
automaticaly parse it in any template in set.
Working with dinamic blocks is so easy. Only assign block variables
and get result. You do not need to parse each block 'manualy'.
Automaticaly parses PHP constant and global variables into templates.
Supports multiply template directories.
You'll like it :) Your code will become shorter :)
PHP Class 'URLHelper' released
PHP Class 'URLHelper' released
10/15/2002 07:15 AMThis class give you access to the http header information and provides
some help for retrieving and parsing urls.
FUNCTIONS:
function isURLAvailable($url)
function isValidURLFormat($url, $strict=false)
function addHTTPtoURL($url)
function getHTTPStatusCode($url)
function getRealURL ($url, $simple = true, $method = "HEAD")
function getHTTPHeader($url)
function getMD5FromURL($url, $estFilesize=500000)
function _openHTTPConnection($url, $method = "HEAD")
PHP Class 'rhc' released
PHP Class 'rhc' released
10/15/2002 07:15 AMRHC is actually a few files which give the user the ability to do
custom error handling, debugging, and handle database abstraction
(currently only through Informix).
PHP Class 'ms_dbx_reader' released
PHP Class 'ms_dbx_reader' released
10/01/2002 07:38 PMMicrosoft DBX file reader /such as Outlook Express Mailbox database
files/
Author: Zeos
PHP Class 'DB Sessions' released
PHP Class 'DB Sessions' released
05/27/2004 06:34 PMThis package is meant to act a session manager handler using as
container a database accessed using PEAR::DB package rather than using
the default container which is based on files.
This can be useful for instance to store user session data of sites
served using load balanced array of Web servers.
Simply include the class file, create a new instance of the class
passing a PEAR::DB object.
You can now use PHP sessions as usual but the session data will be
stored in your database.
Notice that there are some known problems using this method with one
build of PHP 4.2.2, due to what seems to be a bug in the
session_set_save_handler function. If you are using this PHP version
your are recommended to upgrade.
PHP Class 'db_view' released
PHP Class 'db_view' released
10/08/2002 07:08 AM"db_view" provides:
* An abstraction class and helpers for multi-tabled Mysql data.
(init, select, select_row, count, insert, update, delete)
* Atomic multi-table updates, inserts, deletes
eg: update items, month set items.price=month.price where
items.id=month.id;
Also primitive non-atomic (=insecure) rollbacks.
* Functions, Triggers and Defaults per action
(select, update, insert, delete; before or after)
* Rich logging and debugging facilities.
PHP Class 'phplibTemplateExtention'
released
PHP Class 'phplibTemplateExtention'
released
10/08/2002 07:09 AMphplib has template.inc - a template class for php to utilize
templates. This is an extension to the class Template needing less
code by:
Automatic detection and declaration of blocks
Automatic "blanking" of unused blocks
Blocks automatically declaired in proper nested order.
All calls to set up template/file/paths/names in the class call.
- LGPL / GPL - phplibs license anyway - its their template class - I
just extended it to make my life a little easier.
PHP Class 'SS Form' released
PHP Class 'SS Form' released
01/18/2004 08:15 PMThis class is meant to generate HTML forms separating the definition
of the presentation from the forms content. This is meant to prevent
the need to use HTML in the form definitions code.
It produces HTML conformant with XHTML and uses CSS to configure the
form presentation details.
The class does not validate the submitted form values.
PHP Class 'CsvParser' released
PHP Class 'CsvParser' released
11/07/2002 07:59 PMWith this parser you can simply load a CSV file. You can specify if
column headers should be loaded or not. You can retrieve records one
by one then.
PHP Class 'DBgrid' released
PHP Class 'DBgrid' released
10/10/2002 09:55 AMShow the result of a mysql query on HTML table.
Easy to use. 1 line code. $grid = new DBgrid($result);
PHP Class 'BaseDB' released
PHP Class 'BaseDB' released
10/11/2002 07:54 AMExcellent oo base class for mysql interaction. worth looking at. you
must use this as a base class and extend your classes which map to a
table name.
your tables must have a 'id', 'created' and 'modified' field to work
properly and the class takes care of the rest. check it out.
PHP Class 'htmldoc' released
PHP Class 'htmldoc' released
10/11/2002 07:54 AMObject Library for Creation of PDF Documents out of HTML Pages by
using htmldoc as conversion facility.
PHP Class 'WebWidgets' released
PHP Class 'WebWidgets' released
10/11/2002 07:54 PMWebWidgets is a library of classes to produce any HTML(XML) documents,
create, validate forms.
It allow to create any "complicated" forms easy.
Any tag is an object. Your can build tags tree by inserting one tag
into another and get its content as HTML.
Based upon "Composite" OOP patern.
Library is very flexible, so your may derive your own classes.
Documentation in html format can be downloaded from here:
http://scancode.ru/dev/WebWidgets/webwidgets.08.doc.tar.gz (it is not
fine:( )
PHP Class 'bstCountdown' released
PHP Class 'bstCountdown' released
10/15/2002 07:15 AMDisplay a list of 'days until' a set of events, includes a simple
example and a more complex one as child classes. Could easily be
extended to multi-user and notifications via email by adding a user
table and owner columns. Written to MySQL but db access is simple
enough to adapt.
PHP Class 'utilsClass' released
PHP Class 'utilsClass' released
10/16/2002 07:47 PMUtils class for phpLib, provide 4 methods to select, insert, update
and delete data from database. It requires phpLib properly installed.
It's really a simple work, but it was helpful to me, so I thought to
make it available.
PHP Class 'BookmarkParser' released
PHP Class 'BookmarkParser' released
10/17/2002 08:03 AMThis class parses IE, Netscape and Opera bookmark files and returns
arrays with the bookmark / folder information.
STILL BETA!
FUNCTIONS:
function parseOpera($url, $folderID, $urlFunction,
$folderFunction)
function parseNetscape($url, $folderID, $urlFunction,
$folderFunction)
function parseInternetExplorer($url, $folderID, $urlFunction,
$folderFunction, $firstCall = true)
PHP Class 'PWGen' released
PHP Class 'PWGen' released
10/17/2002 08:13 PMCreates random character passwords, and outputs them to text, html, or
as images. Also a demo of image verification code ala Yahoo account
sign up. Based on Kevin Gilbertson's PasswordGenerator class.
PHP Class 'xml2Object' released
PHP Class 'xml2Object' released
05/31/2004 06:41 PMThis class parses an XML document and load its information in the
class object.
The class may also retrieve parts of the XML document and create
generic objects from tags that are explicitly identified for that
purpose.
PHP Class 'phpsecureweb' released
PHP Class 'phpsecureweb' released
10/29/2002 07:48 PMProtect your sites or intranet with the power of PHP Secure Web. It is
database independent as what adODB supports. You required to have a
database of your liking. Simply install the tables, sign on as an
Admin, create users and groups, assign users and actions to the
groups, and you are almost done. Now write 4-5 lines of code for the
pages you want to protect (you can copy it from the examples) and you
are done. You will love the powerful and advanced Administration
features.
Grok Description matches for PHP Class 'Samba Web Client' released
GrokA matches for PHP Class 'Samba Web Client' released
Davenport WebDAV-CIFS (SMB) Gateway
Davenport WebDAV-CIFS (SMB) Gateway
02/11/2004 08:32 PMDavenport WebDAV-CIFS (SMB) Gateway version 0.9.7 (beta)
PHP Webdav Client Class 0.1.2
PHP Webdav Client Class 0.1.2
08/16/2004 10:25 AMA nearly RFC 2518-conforming Webdav class.
PHP Webdav Client Class 0.1.5
PHP Webdav Client Class 0.1.5
09/02/2004 11:24 PMA nearly RFC 2518-conforming Webdav class.
PHP Webdav Client Class 0.1.1
PHP Webdav Client Class 0.1.1
12/14/2003 08:44 PMA nearly RFC 2518-conforming Webdav class.
PHP Webdav Client Class 0.1
PHP Webdav Client Class 0.1
12/04/2003 10:42 AMA nearly RFC 2518-conforming Webdav class.
Apple Finalizes iDisk WebDAV Migration
Apple Finalizes iDisk WebDAV Migration
11/06/2003 12:20 PMIn an email to .Mac members, Apple has announced that on December 2,
2003, iDisks will have coverted completely to WebDAV protocol. This
means that OS 9 users will no longer be able to use the Finder to
connect but will instead need to use a third party WebDAV client. OS X
has WebDAV capabilities built in, so OS X users should notice no
change.
On December 2, affected users (those using OS 9) will be able to
download files from the iDisk but will not be able to upload. On
Janary 20, 2004, however, the only protocol that will access the iDisk
will be WebDAV and all OS 9 access will need to be with a WebDAV
client.
Goliath is a free, open-source WebDAV client, and is recommended by
Apple for those who are still running OS 9.
MDKSA-2004:071 - Updated samba packages
fix vulnerability in SWAT, samba-server.
MDKSA-2004:071 - Updated samba packages
fix vulnerability in SWAT, samba-server.
07/23/2004 12:51 PMMandrake Linux Security Team (Jul 22 2004)
setting up XP-compatible Apache WebDAV
setting up XP-compatible Apache WebDAV
05/24/2004 09:12 AMi've just always liked webdav
SMB/CIFS Security Vulnerability in Samba
on IRIX
SMB/CIFS Security Vulnerability in Samba
on IRIX
03/19/2003 10:25 PMSGI Security Coordinator (Mar 19 2003)
WebDAV for PHProjekt
WebDAV for PHProjekt
06/17/2004 08:10 AMWebDAV for PHProjekt 0.6 released
TCB::Webdav 2.04 (Default branch)
TCB::Webdav 2.04 (Default branch)
03/23/2005 04:56 PMTCB::Webdav is a package of scripts that can be
used to conveniently mount WebDAV partitions on
Linux boxes, specifically for BioCoRE (a TCB
collaboratory project) and CITES Netfiles (a
campus file sharing system). The system is easily
extensible to mount other WebDAV locations.
A workaround solution for WebDAV with XP
users
A workaround solution for WebDAV with XP
users
06/10/2004 11:31 AMThere was a great thread on using WebDAV to provide iCal (and other)
services without dotMac [robg adds: this hint, maybe?]. But it turns
out Windows XP behaves strangely when trying to access the DAV service
-- it prefixes u...
JDAVMail - WebDAV JavaMail provider
JDAVMail - WebDAV JavaMail provider
04/18/2004 11:12 AMJDAVMail 0.9.006 released
Tunnel webdav over ssh and bypass proxy
Tunnel webdav over ssh and bypass proxy
09/24/2004 12:08 PMSSL support for webdav is not available on Mac OS X, but it is
possible to tunnel webdav over ssh. One can set up the tunnel as
follows:
$ ssh -fN -L8080:localhost:80 webdavserver
$ mkdir /Volumes/mnt
$ mount_webd...
Synchronize iCal on multiple machines
via WebDAV
Synchronize iCal on multiple machines
via WebDAV
04/15/2005 12:17 PMThis is a simple hack, and I can't believe it took me months to
realize some of iCal's sync problems can be solved with a quick Unix
symlink. While iCal can publish-to or subscribe-to a calendar, it can
never do both at the s...
The Official Samba-3 HOWTO and Reference
Guide
The Official Samba-3 HOWTO and Reference
Guide
05/19/2004 06:11 AMA valuable resource for advanced users looking to deploy Samba in a
production environment.
The Official Samba 3 HOWTO and Reference
Guide
The Official Samba 3 HOWTO and Reference
Guide
11/12/2003 01:09 PMMatt Will writes "The Official Samba 3 How-To and Reference Guide was
written by John H. Terpstra and Jelmer Rinze Vernooij in collaboration
with the core ...
An Introduction to Securing Linux with
Apache, ProFTPd and Samba
An Introduction to Securing Linux with
Apache, ProFTPd and Samba
06/05/2005 11:28 PMTrustix Secure Linux Advisory: apache,
mod_php4, samba
Trustix Secure Linux Advisory: apache,
mod_php4, samba
07/27/2004 07:34 PM"Recent Apache 2.0 releases place no limit on the amount of folding of
input headers, or in the total length after folding..."
Samba 3.0.2a (3.0.x)
Samba 3.0.2a (3.0.x)
02/18/2004 01:18 PMTools to access to a server's filespace and printers via SMB.
Samba 3.0.5
Samba 3.0.5
07/23/2004 11:31 AMAn Open Source/Free Software suite that provides seamless file and
print services to SMB/CIFS clients.
Samba 3 By Example
Samba 3 By Example
04/21/2004 02:08 PMSamba 3.0.5 (3.0.x)
Samba 3.0.5 (3.0.x)
08/19/2004 05:08 PMTools to access to a server's filespace and printers via SMB.
File-Samba-0.02
File-Samba-0.02
09/15/2004 05:17 PMFile-Samba-0.01
File-Samba-0.01
06/06/2004 05:25 PMSamba 3.0.1rc1 (3.0.x)
Samba 3.0.1rc1 (3.0.x)
12/06/2003 05:34 PMTools to access to a server's filespace and printers via SMB.
The State of Samba
The State of Samba
03/20/2003 01:05 PMLinux gets a lot of attention, but without its supporting
applications, the open source operating system would not be so
interesting. One such application that is breaking down corporate
doors for open source is Samba. And there are good reasons why IT
managers should consider using it.
Samba 3.0.13 (3.0.x branch)
Samba 3.0.13 (3.0.x branch)
03/26/2005 04:17 PM
The Samba software suite is a collection of programs that implements
the SMB protocol for unix systems, allowing you to serve files and
printers to Windows, NT, OS/2 and DOS clients. This protocol is
sometimes also referred to as the LanManager or Netbios protocol.
Changes:
This is the version that production Samba servers
should be running for all current bugfixes.
Bugfixes in this release include an infinite
FindNext() loop from a Windows 9x client when
copying or deleting files on a Samba file share
using explorer.exe, numerous smbclient bugs when
listing directories, and failures in smbclient
when connecting to a Windows 9x file server.
idxldapaccounts 0.2-5 (For Samba 2)
idxldapaccounts 0.2-5 (For Samba 2)
12/04/2003 12:10 AMA Webmin module to manage user and group LDAP accounts.
BitDefender AntiVirus for Samba 1.5.5-1
BitDefender AntiVirus for Samba 1.5.5-1
11/17/2003 10:22 AMAntivirus software for Samba Linux file servers.
PHP Class 'Samba Web Client' released