PHP Class 'File Scope Replacer' released
Grok Headline matches for PHP Class 'File Scope Replacer' released
PHP Class 'File Display' released
PHP Class 'File Display' released
11/13/2003 07:40 PMThis class is meant to output listings of files and sub-directories of
a given directory using HTML tables.
It can be configured to display or not display several types of
information such as: file size, file/folder permissions, last
modified date, etc..
It may restrict the listing of files based on the file name extension.
Currently, the default is to allow showing only show image files: GIF,
JPEG and PNG.
It may also show different icons with files depending on their file
name extension.
PHP Class 'File Split' released
PHP Class 'File Split' released
05/31/2004 06:41 PMThis class is meant to split big text files in multiple parts with
limited number of lines. It may be useful for splitting text log
files.
The class uses three parameters : the name of the file to split, the
path of the split file parts, and the limit of lines per file.
PHP Class 'File Man' released
PHP Class 'File Man' released
06/07/2004 07:16 PMThis class is provides several types of functionality to manipulate
files and directories.
It can edit files, delete files, search and replace the contents of
files.
This package comes with an application script that works as Web
interface for has writing, editing, uploading, downloading, deleting,
displaying the contents, information of files and directories.
The comments in the code are in Portuguese.
PHP Class 'File PHP' released
PHP Class 'File PHP' released
06/17/2004 07:24 PMThis class implements a Web based file manager user interface to
browse the structure of web servers file system.
On Mozilla and Internet Explorer a context menu opens up on clicking
the right mouse button on a listed file or folder. With Opera there is
a button which opens the menu. With Konqueror it brought up with a
left mouse button click.
The menu allows you to execute the following actions on files: upload,
download, create, edit, copy, move or rename and delete. With
directories it allows you to execute these actions: create, move or
rename and delete.
You can also enter PHP script in a textarea to execute it on the
server.
Be careful when using this tool as it is very powerful and should only
be accessible to Web site administrators.
PHP Class 'File Uploading Web interface'
released
PHP Class 'File Uploading Web interface'
released
05/10/2004 06:59 PMThis is a simple class to handle files uploaded via Web forms.
It comes with example scripts that provide a Web interface to manage
the files being uploaded.
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_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 '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.
Fix an iDisk 'file busy' error
Fix an iDisk 'file busy' error
06/02/2004 11:55 AMThis morning, I was trying to figure out why an image on my iDisk site
wasn't being updated, despite the fact that the app I was using to
update the image kept saying "Successfully uploaded."
When I connected to the iDisk in...
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.
Republican 'File-Gate' Scandal Grows
Republican 'File-Gate' Scandal Grows
03/06/2004 01:58 AMAP:
2
Republican ex-staffers blamed for theft of memos.
Democrats are
calling for an outside investigation, but the committee has yet to
decide what its next step will be. The report said 4,670 files were
found on a GOP aide's computer, ``the majority of which appeared to be
from folders belonging to Democratic staff.''The
copying of these documents went on for quite a while. It's barely
conceivable that the Republican senators on the Judiciary Committee,
for whom the two staffers worked, were totally in the dark about what
was happening. This entire episode smells, and an outside
investigation should happen -- but probably won't.
PHP Class 'Graf' released
PHP Class 'Graf' released
05/31/2004 06:41 PMThis class is meant for computing all the possible ways from a point
to another and the distance between them.
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 'dbApiCreate' released
PHP Class 'dbApiCreate' released
09/25/2002 08:14 PMAs a developer who does a lot of backend work I got tired of
constantly writing new access libraries for mysql tables - so i wrote
this class which automates the process:
you tell it:
database name,
table name,
field names,
primary key,
database connection details
and it will then give you add/edit/delete/search/generic search
functions written in php as output - simply copy the output into a new
file
(eg: access_lib.inc) and you have your access library for your new
table.
It won't do complicated joins or anything - but for the basic
functions which most tables require this works well.
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 '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 '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 'MySQL SP' released
PHP Class 'MySQL SP' released
04/22/2004 06:54 PMThis class is meant to provide an emulation of stored procedures for
MySQL.
It uses template files stored on the database client side that contain
multiple SQL statements with special marks that identify placeholders
that are replaced by procedure arguments when they are executed.
The result of the execution of procedure is an array containing either
the handles of the result set of the SELECT statements or the number
of affected rows of other statements.
PHP Class 'CGraph' released
PHP Class 'CGraph' released
04/22/2004 06:58 PMThis package consists of one base class that provides common
functionality to draw graphs and charts with a title, an axis, a scale
and a legend. There are also other derived classes specialized in
drawing pie charts, line or bar graphs.
The details of the different types of graphs are configured in
separate configuration files to simplify the creation of new charts.
The graphs are outputted as true color images in the PNG format.
PHP Class 'GRSlideShow' released
PHP Class 'GRSlideShow' released
09/21/2002 08:48 PMGRSlideShow will automatically build for you an index page with
thumbnails of your pictures. clicking on a thumbnail will open the
picture itself, and then you will see the next and previous pictures
as thumbnails near the big picture.
the main feature is the automatic slide show - that will start
changing the pictures at the speed you like (default is 3 seconds).
The best of all - it is Very Very easy to use.
Seeee the demo - in the link below...
PHP Class 'VRML' released
PHP Class 'VRML' released
09/22/2002 08:17 PMProvides basic classes to generate VRML(Virtual Reality Modeling
Language) files. Very basic in comparison with java3D API, just for
learning purpose.
PHP Class 'Storeip' released
PHP Class 'Storeip' released
09/12/2002 08:18 PMTo Store ip-addresses in a database, you will need a field type of
Char(15). This class let's you store the ipnumbers as an integer value
BIGINT(12)
This class has to functions:
1) decode ip->number
2) encode number->ip
Both functions return 0 for empty or wrong ip-numbers.
While using this class you will spare typical 7 bytes for every
ipnumber you store. Char(15) needs 15 Bytes, BIGINT(12) needs 8 Bytes
.
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 'mysqlLikeDisplay' released
PHP Class 'mysqlLikeDisplay' released
09/24/2002 07:31 PMMysql draws tables on the command line using +'s and -'s for rows and
cells - this class will draw php arrays in the same way.
Also - This class can draw tables in HTML instead - full stylesheet /
border /padding configuration from class function calls -
good for throwing data at the screen either in html or as ascii on the
command line.
- handles recursion too so you can have html tables within tables
within tables - it all gets a bit much to look at but it will do it.
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 '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 'RemoteSQL' released
PHP Class 'RemoteSQL' released
09/24/2002 07:31 PMThis Visual Basic and PHP combination allows you to remotely execute
and retreive SQL queries to and from your online databases. The VB
code makes http requests to an online script (written in PHP) which
executes your query and returns the result. The queries and results
are encrypted using rc4 encryption, which is now free for use (no
patent fees apply), and the PHP script can be configured to only
accept queries from a specific IP address.
Very special thanks to:
Mukul Sabharwal [mukulsabharwal@yahoo.com] for a PHP implementation of
RC4
David Midkiff (mdj2023@hotmail.com) for a VB implementation of RC4
Klemens Schmid - http://www.schmidks.de/ for the XMLHTTP30 usage code
PHP Class 'flip_link' released
PHP Class 'flip_link' released
09/23/2002 07:57 PMThis class brings three informations into one simple text link:
- The normal link text
- The Mouseover changed link text
- The title (same as alt in )
Needs Javascript to work. Supports css class and type.
Works fine in IE.
PHP Class 'datecombobox' released
PHP Class 'datecombobox' released
09/25/2002 08:14 PMCreates a combobox with day, month and year. It is possible to set the
date or to use the current.
PHP Class 'Cacher' released
PHP Class 'Cacher' released
09/22/2002 08:17 PMCacher allows you to cache variables (anything that can be put into a
variable) for later use. This speeds up loading time, and reduces load
on the data source. Some uses include: caching database search
results, requests from remote servers, images/files, etc.
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 '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 '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 '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
Grok Description matches for PHP Class 'File Scope Replacer' released
GrokA matches for PHP Class 'File Scope Replacer' released
Send Listing of Directory or Folder To
Notepad For Easy Printing
Send Listing of Directory or Folder To
Notepad For Easy Printing
01/26/2004 06:32 PMTech-Recipes Jan 26 2004 10:50PM GMT
Dataloss Bug in Latest Windows Installer
Builds Can Delete Contents of Program
Files Folder
Dataloss Bug in Latest Windows Installer
Builds Can Delete Contents of Program
Files Folder
02/10/2004 04:33 AMAvoid that File Download Warning when
running a file from a unc path in Server
2003
Avoid that File Download Warning when
running a file from a unc path in Server
2003
04/21/2004 05:09 PMWindows Tip: Adjust Temporary Internet
Folder Properties
Windows Tip: Adjust Temporary Internet
Folder Properties
07/17/2004 01:23 PMG4 Tech TV Jul 17 2004 5:07PM GMT
Windows 2000 Patch: The Correct File is
Not Installed When You Chain Multiple
Hotfixes
Windows 2000 Patch: The Correct File is
Not Installed When You Chain Multiple
Hotfixes
03/13/2003 10:24 AMALL MULTIPLE P2P NETWORK FILE SHARING
SOFTWARE ARE NOT THE SAME: TrustyFiles
2.2 update adds Bit Torrent access and
delivers the fastest and most results
and download sources with 100% native
code.
ALL MULTIPLE P2P NETWORK FILE SHARING
SOFTWARE ARE NOT THE SAME: TrustyFiles
2.2 update adds Bit Torrent access and
delivers the fastest and most results
and download sources with 100% native
code.
06/07/2004 02:37 AMRazorPop, Inc. announced the release of TrustyFiles 2.2 Personal File
Sharing software at http://www.TrustyFiles.com. The performance-driven
update cements TrustyFile’s position as the leader in Multi-P2P
network software. TrustyFiles 2.2 features 100% native code and adds
Bit Torrent network support. TrustyFiles continues to be FREE with
NO spyware and NO additional bundled software. [PRWEB Jun 7, 2004]
File Properties Editor 1.9
File Properties Editor 1.9
07/27/2004 11:20 PMAllows you to edit several properties of any kind of files.
The PHP.INI configuration file
The PHP.INI configuration file
09/07/2004 02:19 PMCNET Sep 7 2004 5:59PM GMT
Notepad name?
Notepad name?
03/14/2005 05:09 PMRemarkable (Robert)
0% (0
votes)
Scratch (Pascal)
13% (1
vote)
Notae (ty)
63% (5 votes)
Moleskine
(Zach/Kevin)
25% (2
votes)
Binder (TikTokk)
0% (0
votes)
Notable (William)
0% (0
votes)
PadPoet(ry) (William)
0% (0
votes)
Total votes: 8
Notepad++
Notepad++
04/22/2004 05:34 PMNotepad++ v2.0 released
Excel 2003 Sample: XML File
Excel 2003 Sample: XML File
12/12/2003 10:28 AMThis download contains the sample workbook that accompanies the
Assistance Center on Office Online article How to use XML in Excel
2003. The workbook contains sample XML data that you can use to create
a fictitious expense report.
Configuration File Processing with PHP
Configuration File Processing with PHP
12/13/2003 11:00 PMIn this tutorial Timothy shows you how to work with configuration
files with PHP.
Apache-AxKit-Provider-File-Syntax-0.05
Apache-AxKit-Provider-File-Syntax-0.05
07/16/2004 04:45 PMApache-AxKit-Provider-File-Syntax-0.03
Apache-AxKit-Provider-File-Syntax-0.03
07/15/2004 05:04 PMApache-AxKit-Provider-File-Syntax-0.04
Apache-AxKit-Provider-File-Syntax-0.04
07/16/2004 06:53 AMApache-AxKit-Provider-File-Syntax-0.02
Apache-AxKit-Provider-File-Syntax-0.02
07/14/2004 10:15 AMNotepad++ new release - v2.9
Notepad++ new release - v2.9
04/06/2005 08:41 PMNotepad++ is a source editor
(c/c++/java/html/xml/php/js/makefile/asp/VB/SQL/ObjC/Perl/Python/CSS..
.) written in C++ with the win32 API (without MFC strictly). The aim
of Notepad++ is to offer a small and efficient binary with a totally
customizable GUI.
This version, which enhances the Find/Replace dialog, gives to user
more control for search and replace functionality :
Search/Replace in the selection zone and Search/Replace in all opened
files.
However, the Find in Files feature is not in this release. I need more
time to do it.
Here's chang log of v2.9 :
1. fix a regular expression's replace bug.
2. enhance the regular expression find/replace feature.
3. fix Search Next/Previous Bookmark without bookmark bug.
4. "Find All" not only marks, but also keeps the style now.
5. add "Replace all in selection zone" feature.
6. add "Mark all in in selection zone" feature.
7. add "Replace all in all opened document" feature.
8. add "Find all in all opened document" feature.
9. fix a minor bug of restoring window position and size from
previous session.
10. Add a "clear" button to clear all marks in Find Dialog.
Please go to :
http://notepad-plus.sourceforge.net/
for the further information.
Don HO
Finale NotePad comes to Mac OS X
Finale NotePad comes to Mac OS X
04/27/2004 08:14 PMFinale has released NotePad 2004, which now offers Mac OS X support...
The best notepad apps for your PDA
The best notepad apps for your PDA
12/09/2003 09:47 PMZDNet Dec 9 2003 8:38PM ET
Programmers Notepad
Programmers Notepad
01/04/2004 01:14 PMPN2 0.5 "mingus" released
Replacing Notepad Again
Replacing Notepad Again
05/01/2004 06:09 AM
When I replaced the silly Notepad last
time, I switched to SciTE.
While SciTE was good, its UI was non-standard and the single binary
packaging version
had some irritating problems such as config file updating.
Still it was better
and it's syntax hilighting was really helpful.
Now there is a better option: Florian Balmer's Notepad2 (via Omar
Shahine).
Notepad2 seems to offer everything SciTE did and without having to
live with it's
weird UI. And it also comes with source code if you need to
make changes.
To install, you can follow Omar's directions or do the samething I
did last time.
Here is a copy with appropriate changes.
How to replace Notepad.exe on Windows XP
Windows XP has file protection so Notepad.exe will get restored if
you just replace
the file with renamed Notepad2.exe. Follow these steps:
-
Download
Notepad2.zip,
expand and rename
Notepad2.exe to
Notepad.exe
-
Save a copy of the original Notepad.exe
somewhere.
-
Replace Notepad.exe in following three locations
(order is significant):
-
Press Cancel when a warning dialog appears.

A tour of the PHP.INI configuration
file, part 2
A tour of the PHP.INI configuration
file, part 2
08/09/2004 05:42 AMCNET Aug 9 2004 10:10AM GMT
Win32-File-VersionInfo-0.03
Win32-File-VersionInfo-0.03
05/01/2004 05:12 PMYou must delete this file - Mytone.db
from folder /a/mob
You must delete this file - Mytone.db
from folder /a/mob
08/28/2004 04:48 AMTechTree Aug 28 2004 8:54AM GMT
Changing File and Folder Attributes
Changing File and Folder Attributes
05/19/2004 02:44 AMEasy File & Folder Protector v3.5
Easy File & Folder Protector v3.5
02/11/2004 12:25 PMEasy File & Folder Protector lets you protect files and folders at the
kernel level. Your can deny access to certain files and folders, or
hide them from viewing and searching. [Shareware $34.00 30 Days 736
KB]
VoodooPad "is a new kind of notepad.
It's like hav ...
VoodooPad "is a new kind of notepad.
It's like hav ...
11/19/2003 08:06 PM
VoodooPad
"is a new kind of notepad. It's like having your own personal
hypertext library, where you can jot down notes, web addresses, to-do
lists... Anything on your mind. VoodooPad automatically links each
page together, to form a miniature world wide web, on your desktop!"
I keep forgetting to mention it but VoodooPad is a great little
application. I found that it's entirely replaced my text editor as a
place where I jot down ideas and design the little pieces of software
that I write in my spare time.
11:46 AM
| steve jenson
Finale Notepad 2004
Finale Notepad 2004
04/28/2004 10:54 PMFree introductory notation software that lets you easily create, play,
print and save your music.
BDV Notepad 3.0 Beta Released
BDV Notepad 3.0 Beta Released
05/24/2004 10:38 AMYahoo notepad vs Google, MS
Yahoo notepad vs Google, MS
06/26/2004 11:46 PMp2pnet.net Jun 27 2004 3:40AM GMT
PHP Class 'File Scope Replacer' released