PHP Class 'TM::Apeform' released
Grok Headline matches for PHP Class 'TM::Apeform' released
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 '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.
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 '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.
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 'numeroaletra' released
PHP Class 'numeroaletra' released
10/01/2002 10:18 AMExtensión de la clase number2words de Bas Jobsen (bas@startpunt.cc)
con
la traducción de numeros a letras en español y de numeros a euros
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 'Spreadsheet_WriteExcel'
released
PHP Class 'Spreadsheet_WriteExcel'
released
09/26/2002 07:29 PMClass for generating Excel files, based on John McNamara's
Spreadsheet::WriteExcel from CPAN.
It supports all the basic values for cells.
It doesn't support URLs, images (working on it) and charts. It has
very basic support for formulas.
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 '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 'SQLCall' released
PHP Class 'SQLCall' released
09/26/2002 07:29 PMSQLCall uses PHP's highly dynamic nature to give the calling class
unprecedented access to the result set in an intuitive way. It
currently only supports connections to mySQL databases. This class is
perfect for those who like their results at hand - no hashes or lists
to have to walk through.
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 '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 '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 '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 'Pagination' released
PHP Class 'Pagination' released
01/10/2004 07:54 PMThis package is a set of classes is meant to generate navigation bars
to display database query result sets split in multiple pages.
The packake is based on the factory design pattern that is used to
create objects of specific classes to provide the result set
pagination support with different databases.
PHP Class 'DCalendar' released
PHP Class 'DCalendar' released
10/08/2002 07:09 AMShow a calendar with options view year, month and today link. Dynamic
events with diferent color
PHP Class 'COutLook' released
PHP Class 'COutLook' released
10/01/2002 10:18 AMThis class reads messages from the Inbox and Oubox of an Outlook local
profile through CDO (Colaboration Data Objects).
The class only works under Windows.
PHP Class 'mixer' released
PHP Class 'mixer' released
10/01/2002 09:17 AMcolor mixer for vga (16 colors) - the class create a form for change
backgroundcolor
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_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 'MkDir' released
PHP Class 'MkDir' released
05/16/2004 07:21 PMThis is a simple class for creating directories in the local file
system or in a remote server file system using a FTP connection.
PHP Class 'burnauth' released
PHP Class 'burnauth' released
09/29/2002 08:10 PMBurning Auth is a script to handle user authenticated access to php
scripts.
The goal is quite simple: protect from unauthorized access those pages
who
need to be kept under admin control, such as data/content
administration and/or
members only areas on a website.
Security is achieved through a database authentication and mantained
with a
Session variable set to the authenticated user's name. Every page can
be protected
including the file 'shield.php'; at the beginning of it.
PHP Class 'morse' released
PHP Class 'morse' released
09/28/2002 07:48 PMShort class for encoding or decoding morse signs
input: this is my 1st morse
output: - .... .. ... .. ... -- -.-- .---- ... - -- --- .-. ... .
PHP Class 'CISVC' released
PHP Class 'CISVC' released
01/16/2004 11:05 AMThis class is meant to encapsulate the APIs around the COM object for
Microsoft Indexing service (CISVC).
The class can perform the search query, output the search results
split in multiple pages and also a navigation let the user go back and
forth between the presented search results pages.
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 '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 '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 'DcSessionManager ' released
PHP Class 'DcSessionManager ' released
05/14/2004 07:21 PMThis class is meant to manage sessions storing the information about
their state in a MySQL database table.
It generates an hash with 64 characters that is used to identify each
session and may be passed between pages using cookies or request
variables.
This class has security in mind, providing means to prevents session
hijack by using 2 hashes (double crypted) in only one "session".
You can store more than 5kbytes of data in each session.
The class provides other features, like:
- Explicitly creating and destroing session
- Register and deleting a session value
- Check if a session key value is assigned
PHP Class 'page_handle' released
PHP Class 'page_handle' released
10/28/2002 08:29 PMA template engine geared to be able to display data without much
hassle in PHP code, just fetching of data and giving it to the
template engine. Create HTML templates with the data's keywords
PHP Class 'mimetype' released
PHP Class 'mimetype' released
10/28/2002 08:29 PMThis class enables PHP scripts to determine the mime type of a file
based on file extension, useful for PHP versions without access to
other utilities that determine mime type. Built from the Apache mime
type file.
PHP Class 'CSQLite' released
PHP Class 'CSQLite' released
05/14/2004 07:21 PMThis class is a wrapper to access SQLite file databases using SQLite
extension for PHP 5.
The functions are similar to those used to access MySQL databases:
open, query, fetch_row and get_num_rows.
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.
PHP Class 'innodb' released
PHP Class 'innodb' released
01/04/2003 07:10 PMClass to store and retrieve information stored in MySQL innodb tables.
In portuguese:
Classe para banco de dados mysql com algumas funes especificas para
tabelas innodb.
Grok Description matches for PHP Class 'TM::Apeform' released
GrokA matches for PHP Class 'TM::Apeform' released
Dynalink RTA230 Default Username and
Password
Dynalink RTA230 Default Username and
Password
09/06/2004 02:04 PMDirect and Related Links
for 'Dynalink RTA230 Default Username and Password'
“fabio has reported a security issue in Dynalink RTA230,
which can be exploited by malicious people to gain control of a
vulnerable device. The problem is that even when the administrative
password has been changed, a default account remains active. This can
be exploited to gain access using the following username/password
combination: Username: userNotUsed Password: userNotU Reportedly, the
product listens on all interfaces by default. SOLUTION: Disable remote
access. Use another product.”…
Jump to messages via alpha-numeric keys
in Mail
Jump to messages via alpha-numeric keys
in Mail
07/16/2004 11:50 AMThe script below came about as the result of some discussions in the
Forums sometime ago about Mail's inability to jump to a particular
message when alphanumeric keys are pressed. In Finder and iTunes,
pressing these keys jum...
DevArticles: HTML Quickform for Form
Processing
DevArticles: HTML Quickform for Form
Processing
09/02/2004 07:54 AMIn
Using HTML_Quickform for Form
Processing, the author introduces you to a very powerful (and
widely used) PEAR package to help you keep a consistent look across
all of the forms of your site (not to mention the functionality).
Java Swing Date & Time Selector 1.2
Java Swing Date & Time Selector 1.2
06/02/2004 10:10 AMA date and time selector component for Java Swing.
Validating HTML
Validating HTML
06/05/2004 07:34 AMI've been playing around with the W3C HTML validator, and I've
found, sadly, that there's no easy way to get this page to validate.
There were some problems that I fixed, but when I try to validate against 4.01 Transitional, I get about 50
errors related to the use of "&" in URLs.
Apparently you're supposed to use the HTML entity for the ampersand
("&") even in URLs. But since this entitiy isn't present in the
URL in the address bar of the browser, and that's where you generally
copy the URL from, how are you supposed to convert these without
manually picking through every URL you use? You could try to get
funky with regular expressions, but I can't imagine that would work
perfectly in every case.
This brings up a larger point in that you can't really expect to
validate a site where a large part of the HTML of the page is provided
by people other than the original Web developer. Every entry on this
page — comprising the entire middle section — can be
entered by someone else, and how can I make sure they're entering
valid HTML markup?
This is where HTML
Tidy integration will work very well in PHP 5. Using this tool,
you can validate HTML that people enter before you store it in the
database, or before you output it. You can make sure all tags are
closed, all tags match, etc. so perhaps you can hope for some sort of
valid markup.
But, in an even larger sense, does validation matter much? I've
never gotten any comment from anyone about the validation of this
site. So what that I'm throwing 50 errors because of ampersands in
URLs — can someone provide me with a valid (excuse the pun)
reason why this matters?
I understand problems can occur from gross misuse of the HTML spec,
but are all validation errors created equal? My apparent misuse of
ampersands has got to rank pretty low on the sin list.
Click here to comment on this entry
Vulns: SquirrelMail Email Header HTML
Injection Vulnerability
Vulns: SquirrelMail Email Header HTML
Injection Vulnerability
06/03/2004 06:29 PMSecurityFocus Jun 3 2004 9:50PM GMT
Vulns: SquirrelMail From Email Header
HTML Injection Vulnerability
Vulns: SquirrelMail From Email Header
HTML Injection Vulnerability
06/05/2004 04:37 PMSecurityFocus Jun 5 2004 8:19PM GMT
Recognition keys access
Recognition keys access
06/06/2004 07:16 PM2050 Future Shock
2050 Future Shock
01/02/2005 04:20 AMBoston Globe Jan 2 2005 8:15AM GMT
Download.com.sg, a Full Fledged Software
Download Site Hits 100,000 Visits a Day,
Increasing User Base Steadily and
Keeping Software Developers and Sponsors
Happy
Download.com.sg, a Full Fledged Software
Download Site Hits 100,000 Visits a Day,
Increasing User Base Steadily and
Keeping Software Developers and Sponsors
Happy
06/22/2005 01:51 AMWithin a short period of time, download.com.sg has made a mark for
itself as the premier software repository. Download.com.sg has added
10,000 memebers over just a few months and is averaging 100,000 visits
daily. Its sponsors, mainly software developers who sell their
software are kept happy with low advertising rate and high returns.
[PRWEB Jun 21, 2005]
Zopa - rhymes with "future shock"
Zopa - rhymes with "future shock"
03/14/2005 05:54 PMVia Nick and Sippey comes Zopa. That's either the most brilliant idea
ever, or the most brilliant repackaging ever, or a huge disaster
waiting to happen. I don't know, but, damn, another business just went
massively multiplayer....
Future Shock, "Late at Night"
Future Shock, "Late at Night"
01/16/2004 11:02 AM Just what you wanted, break dancing
Japanese geezers Still photos, live action and animation
melted into a music video (streaming Quicktime) by Neo, a duo made up
of Londoners Jake Knight and Ryoko Tanaka. More clips on their site.
(via
Jeansnow.net)
SquirrelMail LDAP Preferences 0.1
(Default branch)
SquirrelMail LDAP Preferences 0.1
(Default branch)
04/11/2005 03:05 PMSquirrelMail LDAP Preferences is a SquirrelMail
plugin to load preferences from an LDAP directory
service if there are no given user settings. Users
can override these settings.
Delayed Windows SP2 Denies Access to
Illegal CD Keys
Delayed Windows SP2 Denies Access to
Illegal CD Keys
07/12/2004 05:31 PMDefault Values
Default Values
10/02/2002 03:01 PMAuto Security, Do you have a high
securty key? What is a transponder? You
can get duplicate high security keys in
stock in most cases and not be at the
mercy of a dealer. Most all models of
car keys are available, drop us an email
keys@lockexam.com
Auto Security, Do you have a high
securty key? What is a transponder? You
can get duplicate high security keys in
stock in most cases and not be at the
mercy of a dealer. Most all models of
car keys are available, drop us an email
keys@lockexam.com
09/23/2004 02:41 AMMany automotive dealers have done a good job selling the new customer
of a high security equipped car with the premise that the keys to the
new purchase can only be made at the dealer!! In most cases high end
locksmith facilities can not only duplicate but can program or
reprogram the new keys for a owner at a substantially reduced price in
comparison to a dealer. [PRWEB Sep 23, 2004]
Top Tip: Simultaneous access to Access
database?
Top Tip: Simultaneous access to Access
database?
05/14/2004 12:19 AMCan an Access database program be accessed at the same time by 2
different people on the same network?
Symbol Technologies Default WEP KEYS
Vulnerability
Symbol Technologies Default WEP KEYS
Vulnerability
11/10/2003 11:39 PMMichael Scheidell (Nov 10 2003)
Getting a Date in the Future
Getting a Date in the Future
04/12/2004 04:47 PMRE: [Full-Disclosure] Re: IE Shell URI
Download and Execute, POC
RE: [Full-Disclosure] Re: IE Shell URI
Download and Execute, POC
07/14/2004 01:42 PMFerruh Mavituna (Jul 14 2004)
Getting a Future Date - GUI Version
Getting a Future Date - GUI Version
06/28/2004 06:30 PMSecure FTP Factory 4.2 (Default branch)
Secure FTP Factory 4.2 (Default branch)
02/01/2005 09:44 PM
Secure FTP Factory is a set of Java classes for communicating with FTP
servers using the FTP, SFTP (FTP over SSH), and FTPS (FTP over SSL)
protocols. The components offer complete FTP functionality, including
the ability to transfer files, rename files, delete files, create
directories, transfer directories recursively, and more.
Changes:
This release adds support for FTPS (FTP over SSL).
Why Online Music Download Stores Are
Half Full
Why Online Music Download Stores Are
Half Full
01/19/2004 03:04 PMFor all the hype about the various music download stores, people are
still (rightfully so) complaining that many are missing songs from
popular artists, or that certain songs are only available at some
download stores, but not at others. Here's a good explanation of all
the
contractual
difficulties associated with putting songs online for sale at
these download stores. Part of the issue is really just one of legacy
contracts that didn't take into account the potential for downloadable
music stores. While the musicians, lawyers, agents, and record label
execs fight this all out, most people will continue to just use free
file sharing networks instead.
Full keyboard access in OS X
Full keyboard access in OS X
02/10/2004 09:14 PMDavid Hyatt gives us Safari 1.2 release notes. The most useful tips:
In order to tab to popup menus, you need to go to your system
preferences, select the Keyboard and Mouse panel, and then select the
Keyboard tab. At the bottom of the tab is a checkbox next to the words
"Turn on full keyboard access." Check that box to enable full keyboard
access, and you'll find that you'll now be able to tab to popups all
over the...
Hierarchical menu from Database + XSL to
Html
Hierarchical menu from Database + XSL to
Html
06/08/2002 02:23 PMTop XML Jun 8 2002 12:56PM ET
"Future Home Full of Web Wonders"
"Future Home Full of Web Wonders"
01/10/2004 03:53 AMFuture Home Full of Web Wonders
Future Home Full of Web Wonders
01/09/2004 10:13 PMLook past the multimedia servers and other doodads in a mock home of
the future, and you'll find some really cool things -- like an
appliance that refrigerates and cooks your food. Steve Friess reports
from the Consumer Electronics Show in Las Vegas.
Use Full Keyboard Access in Safari 1.2
Use Full Keyboard Access in Safari 1.2
02/10/2004 12:01 PMSafari 1.2 finally adds support for full keyboard navigation, which
allows to Option-Tab (by default) between links and tab between all
form elements. You might notice, however, that unless you have
"Full keyboard access...
Full Keyboard Access in Safari 1.2
Full Keyboard Access in Safari 1.2
02/10/2004 02:51 AMSafari 1.2 finally adds
support for full keyboard navigation, which allows to Option-Tab (by
default) between links and tab between all form elements. You might
notice, however, that unless you have "Full keyboard access" turned
on, the latter of the two doesn't work as expected.
To enable tab navigation of
all form elements in Safari 1.2,
you'll need to open System Preferences and click on the Keyboard &
Mouse icon. Then, in the Keyboard Shortcuts tab, check the "Full
keyboard access" checkbox. After doing this, you'll be able to use
your keyboard to truly navigate all form fields (which includes
checkboxes, menus, et al).
You should note, however, that turning this option on enables keyboard
access system-wide, which might be something you're not used to. Full
keyboard access will allow you to tab between OS X interface objects
(like buttons and such), and might alter your behaviour slightly.
It might be nice if in the future Safari had the keyboard access
feature on its own without having to enable it system-wide, but in the
meantime it's still a great feature.
...shock therapy on countries in various
states of shock for at least three
decades...
...shock therapy on countries in various
states of shock for at least three
decades...
04/17/2005 11:39 PM
The Rise of Disaster Capitalism --
...Although hotels and
industry have already started reconstructing on the coast, in Sri
Lanka, Thailand, Indonesia and India, governments have passed laws
preventing families from rebuilding their oceanfront homes. Hundreds
of thousands of people are being forcibly relocated inland, to
military style barracks in Aceh and prefab concrete boxes in Thailand.
The coast is not being rebuilt as it was--dotted with fishing villages
and beaches strewn with handmade nets. Instead, governments,
corporations and foreign donors are teaming up to rebuild it as they
would like it to be: the beaches as playgrounds for tourists, the
oceans as watery mines for corporate fishing fleets, both serviced by
privatized airports and highways built on borrowed money....
Naomi Klein on "reconstruction" money after natural
disasters--and who benefits.
(Makes Wolfowitz seem like a less
unlikely choice to head the World Bank after reading, too.) PHP Class 'TM::Apeform' released