stargeek
PHP news website logo.
home    PHP scripts    articles    seo tools    links    search    contact    shop    realtors


PHP Class 'UBBCode' released







PHP Class 'UBBCode' released

PHP Class 'UBBCode' released 10/20/2002 08:09 PM

Replaces the UBB tags listed below with HTML tags, and vice versa. Also keeps the line feeds in the text and removes all HTML tags. UBB Tags: [b]...[/b] bold [i]...[/i] italic [code]...[/code] source code [img], [/img] images [quote]...[/quote] blockquote [url]http//www.link[/url] links [url=http//www.link]name[/url] links [email]me@home.de[/email] email link [email=me@home.de]name[/email] email link Additional Tags: [u]...[/u] underline [center]..[/center] center [color=name]...[/color] colors For a description of ubbcodes see: http://community.infopop.net/infopop/ubbcode.html FUNCTIONS: function encode($str) function decode($str) function listCodes()




This is a GrokNews Entry: (what is grok?)





Similar Items

PHP Class 'UBBCode' released

Grok Headline matches for PHP Class 'UBBCode' released

PHP Class 'PHP or Java Class Code
Generator' released


PHP Class 'PHP or Java Class Code
Generator' released
03/06/2004 02:00 AM
This 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 AM
This 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_StopWatch.class.php'
released


PHP Class 'Bs_StopWatch.class.php'
released
11/07/2002 07:59 PM
You 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 PM
Features: 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 'calend.class.php' released


PHP Class 'calend.class.php' released 01/03/2003 07:52 PM
This 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 02/15/2004 07:40 PM
This 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 PM
This 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 'bstCountdown' released


PHP Class 'bstCountdown' released 10/15/2002 07:15 AM
Display 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 'CISVC' released


PHP Class 'CISVC' released 01/16/2004 11:05 AM
This 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 'DBgrid' released


PHP Class 'DBgrid' released 10/10/2002 09:55 AM
Show 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 AM
Excellent 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 AM
Object Library for Creation of PDF Documents out of HTML Pages by using htmldoc as conversion facility.

PHP Class 'color' released


PHP Class 'color' released 10/15/2002 07:15 AM
These class converts colortypes. It supports the following colors formats and types: - CMYK - RGB - Pantone - HEX Codes for HTML

PHP Class 'URLHelper' released


PHP Class 'URLHelper' released 10/15/2002 07:15 AM
This 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 AM
RHC 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 'WebWidgets' released


PHP Class 'WebWidgets' released 10/11/2002 07:54 PM
WebWidgets 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 'DCalendar' released


PHP Class 'DCalendar' released 10/08/2002 07:09 AM
Show a calendar with options view year, month and today link. Dynamic events with diferent color

PHP Class 'phplibTemplateExtention'
released


PHP Class 'phplibTemplateExtention'
released
10/08/2002 07:09 AM
phplib 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 'baaSelect' released


PHP Class 'baaSelect' released 05/17/2004 07:34 PM
This class is meant to generate select form inputs that are linked dynamically with options populated from values taken from a database. The class generates the HTML code to output the the linked select inputs and also the necessary Javascript code to make the options of a second select input be updated when the user changes the option of the first select input.

PHP Class 'SQLCall' released


PHP Class 'SQLCall' released 09/26/2002 07:29 PM
SQLCall 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 'Spreadsheet_WriteExcel'
released


PHP Class 'Spreadsheet_WriteExcel'
released
09/26/2002 07:29 PM
Class 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 PM
Short class for encoding or decoding morse signs input: this is my 1st morse output: - .... .. ... .. ... -- -.-- .---- ... - -- --- .-. ... .

PHP Class 'burnauth' released


PHP Class 'burnauth' released 09/29/2002 08:10 PM
Burning 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 'mixer' released


PHP Class 'mixer' released 10/01/2002 09:17 AM
color mixer for vga (16 colors) - the class create a form for change backgroundcolor

PHP Class 'Pagination' released


PHP Class 'Pagination' released 01/10/2004 07:54 PM
This 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 'numeroaletra' released


PHP Class 'numeroaletra' released 10/01/2002 10:18 AM
Extensió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 AM
This 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 'ms_dbx_reader' released


PHP Class 'ms_dbx_reader' released 10/01/2002 07:38 PM
Microsoft 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 PM
This 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 'BarcodeI25' released


PHP Class 'BarcodeI25' released 10/15/2002 07:15 AM
HTML 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 PM
Very simple class for faster building of table-rollovers (changing bgcolor for rows or cells) js-scripts

PHP Class 'MyTemplate' released


PHP Class 'MyTemplate' released 10/15/2002 08:29 PM
MyTemplate 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 'DcSessionManager ' released


PHP Class 'DcSessionManager ' released 05/14/2004 07:21 PM
This 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 PM
A 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 PM
This 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 PM
This 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 PM
Protect 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 PM
Class 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 'UBBCode' released
GrokA matches for PHP Class 'UBBCode' released

Notes and Tips: Mac OS X Password Reset


Notes and Tips: Mac OS X Password Reset 05/17/2004 10:17 AM
Here's the procedure for resetting a Mac OS X password if you can't log in.

HotFix Watch: You are not prompted to
reset the server connection account
during a site reset after you manually
change the server connection account


HotFix Watch: You are not prompted to
reset the server connection account
during a site reset after you manually
change the server connection account
04/25/2004 12:41 PM

NT/2000/XP: How to Gain Access or Reset
Administrator Password


NT/2000/XP: How to Gain Access or Reset
Administrator Password
06/26/2004 05:42 PM
Tech-Recipes Jun 26 2004 9:11PM GMT

Passlogix spins off self-service
password reset utility


Passlogix spins off self-service
password reset utility
12/19/2004 02:57 PM
Considering how little the Initiative for Open Authentication (OATH) group of vendors has accomplished (see last week's discussion at http://www.nwfusion.com/newsletters/dir/2004/1206id1.html), it does generate some passion in both its supporters and detractors.

PalmOS reset primer


PalmOS reset primer 01/18/2004 05:56 AM
Here's a HOW-TO describing the different flavors of reset available in various PalmOS devices.
The reason it takes a while to get the general preference screen after a soft reset is that the OS notifies every app on your device that a soft reset has occurred. That allows each program to reinitialize. There are two cases where you don't want that to happen. One is if you want to delete a system file or other file that's normally open in the OS and won't let you delete it as a result. Since that app won't be initialized, it won't be active after the reset and you can freely delete it. The second is if some app is crashing your system in an endless chain of soft resets. This reset will keep all apps inactive until you manually start them after the reset is complete. This way, you can work your way through the apps and see which one is causing the problem. It could be as simple as a corrupt preference database for an app. This takes some patience in troubleshooting, but always start with what you did last and work your way back through your last changes in reverse order.
Link (via Mobilewhack)

Network Outage During Site Reset


Network Outage During Site Reset 08/03/2004 01:56 AM

Skype launch flawed by reset bug


Skype launch flawed by reset bug 07/29/2004 11:39 AM
ZDNet UK Jul 29 2004 3:39PM GMT

Reset an 'out of range' second display


Reset an 'out of range' second display 06/28/2004 11:23 AM
Ok I'll admit it -- I was messing around on my laptop with a second screen attached, and I set the frequency for the second screen to a value that was out of range for the monitor. The monitor was fine, but the laptop did no...

Understanding TCP Reset Attacks, Part I


Understanding TCP Reset Attacks, Part I 05/10/2004 08:24 PM

TCP Reset Attacks: Paper and Code Now
Availble


TCP Reset Attacks: Paper and Code Now
Availble
04/23/2004 04:10 PM
sullo_at_cirt.net (Apr 22 2004)

Avoid a cookie bug in Safari's reset
feature


Avoid a cookie bug in Safari's reset
feature
05/20/2004 11:45 AM
Here's a bug in Safari -- it doesn't actually reset your cookies unless you open the Preferences -> Show Cookies window. Here's a proof ... open Safari and navigate to a few sites that you know stores a cookie (Google, Mac OS...

Reset Microsoft Office personalization
and ID info


Reset Microsoft Office personalization
and ID info
07/07/2004 09:23 AM
A company called McGimpsey & Associates has published information regarding the remove of the Office ID for several versions of Microsoft Office. This is useful to anyone distributing licensed copies of Office in a campus or ...

The Access Control List (ACL) Reset tool


The Access Control List (ACL) Reset tool 05/10/2004 04:11 PM

Notes and Tips: AirPort Express Reset


Notes and Tips: AirPort Express Reset 07/14/2004 10:04 AM
Apple introduces a new reset mode (making three) with AirPort Express.

Pocket PC 2002 Stops Responding After a
Reset


Pocket PC 2002 Stops Responding After a
Reset
06/13/2004 06:33 PM

Spirit Reset in Stone (Los Angeles
Times)


Spirit Reset in Stone (Los Angeles
Times)
04/26/2004 06:13 AM
Los Angeles Times - ANGKOR, Cambodia — At the magical temple of Ta Prohm, 200-year-old trees grow from the ruins, their roots embracing the ancient stone walls like giant snakes. Archeologists from India are trying to preserve the trees — and the temple's romantic spirit — for as long as possible.

spamcop.net allows everyone to grab mail
addresses and reset passwords


spamcop.net allows everyone to grab mail
addresses and reset passwords
08/10/2004 02:04 PM
Henning Schmiedehausen (Aug 10 2004)

The default date on some HP iPAQ Pocket
PCs must be reset to use MSN Messenger


The default date on some HP iPAQ Pocket
PCs must be reset to use MSN Messenger
09/17/2004 11:38 PM
SlashPhone Sep 18 2004 4:16AM GMT

Logic board reset may repair
non-functional FireWire


Logic board reset may repair
non-functional FireWire
12/08/2003 11:45 AM
I had an issue where my FireWire stopped working -- it would not recognize an external drive, a CD-R/CD-RW drive, nor an iPod. This remained true even after I purchased a new FireWire card (which I was able to return). So af...

Re: speedtouch 510 DOS


Re: speedtouch 510 DOS 12/04/2003 02:25 PM
Bart van Leeuwen (Dec 03 2003)

Speedtouch Configuration


Speedtouch Configuration 06/28/2004 07:44 PM
2.6.x kernels now seem to work

Speedtouch Suite 0.4 (Default branch)


Speedtouch Suite 0.4 (Default branch) 04/17/2005 11:15 AM
Speedtouch Suite is a distribution of drivers and utilities for Speedtouch USB ADSL modems. It contains precompiled binaries and a set of scripts which make installation of these modems hassle free. It supports PPPoE and PPPoA connections.
Changes:
A GUI was added. A bug in the extras installation was corrected.

Speedtouch Suite 0.3 (Default branch)


Speedtouch Suite 0.3 (Default branch) 02/07/2005 01:17 AM
Speedtouch Suite is a distribution of drivers and utilities for Speedtouch USB ADSL modems. It contains precompiled binaries and a set of scripts which make installation of these modems hassle free. It supports PPPoE and PPPoA connections.
Changes:
Support was added for the PPPoA connection type, for the Speedtouch 330 modem (the purple one), and for Conectiva 10.

Speedtouch USB ADSL Drivers 1.2 beta 3
(Development)


Speedtouch USB ADSL Drivers 1.2 beta 3
(Development)
01/05/2004 01:43 PM
A user-mode implementation of drivers for the Speedtouch USB modem.

FootTrack 1.5.2


FootTrack 1.5.2 02/10/2004 04:13 PM
Catalog, organize and search your digital video tapes. Compress all your tapes and have easy access to them.

FootTrack 1.3.1 Released


FootTrack 1.3.1 Released 10/30/2003 08:13 AM
T-Squared Software has released FootTrack 1.3.1, an update of its popular digiatl video organization tool. In addition to minor bug fixes, with this update FootTrack is now 'Panther Ready,' and is compatible with both Jaguar (Mac OS X 10.2) and Panther (10.3).

FootTrack 1.3 Released


FootTrack 1.3 Released 10/28/2003 11:09 PM
T-Squared Software has updated FootTrack, its application for organizing digital video. Enhancements in Version 1.3 include new drag and drop capabilities, a resizable movie viewing window, and new sort options. FootTrack is $29.95 and requires Mac OS X.

Update: FootTrack 1.7


Update: FootTrack 1.7 05/17/2004 10:17 AM
The video cataloger adds keywords (replacing the previous clip categorizations), definable hierarchies for keywords, streamlined importing and compressing sheets, and other changes.

FootTrack 1.5 Released


FootTrack 1.5 Released 01/03/2004 02:13 PM
T-Squared Software has released FootTrack 1.5, an update to the excellent video footage organization tool. Version 1.5 includes numerous substantial improvements, including direct video import, clip infomation export, and other enhancements and bug fixes. FootTrack 1.5 is a free update for all registered users.

T-Squared Software releases FootTrack
1.7.1 DV catalog app


T-Squared Software releases FootTrack
1.7.1 DV catalog app
06/17/2004 09:02 PM
June 17, 2004 - T-Squared Software has released an updated version of FootTrack that adds a number of customer requested features as well as addressing some minor issues.

PHP Class 'UBBCode' released

The following phrases have been identified by the grok system as matching this entry: "speedtouch" "reset password" "speedtouch 510 reset" foottrack reset

















Also check out:


Grok

Ipod Porn on the
Rise

Brief Abstract of
Wikipedia's
Mesothelioma Cancer
page

Get first aid
instructions in your
cell phone

IE is crap
JSPWiki gains
podcasting support

IETF publishes URN
specs as RFCs

Clean up with PHP
What Should We Do
With Excessive Site
Traffic?

UBBCode
.NET Windows
registry access

Mandrake Linux's
libDrakx

Dispelling PM myths
PHP Class 'XSLT'
released

PHP Class
'PHP-PGSQL' released

PHP-PGSQL
Web Tool Combines
Junk Mail, Pop-Ups

3 PHP Based Blogging
Tools

XSLT
Live from LA: Taking
the good with the
bad

Channel Project
Effect using Adobe
Photoshop tutorial

Rich Stone Effect
using Adobe
Photoshop tutorial

PHP Class 'CMC
Database' released

PHP Class 'Smileys'
released

CMC Database
Google Fans From All
Over

Would you prefer to
read french news
only ?

Mozilla 1.2 Beta
Emerges

Windows 2000 Server
Routing and Remote
Access OR I'd Rather
Suck a Dead Toad and
HELP !!!

Developer's Dilemma:
Perl vs. PHP

Doubleclick,
Macromedia to
Develop Rich-Media
Platform

Smileys
Mozilla 1.2
Introduces Link
Prefetching

PHP Class 'PWGen'
released

(adverts inside)
PWGen
W3C Advances XML 1.1
to Candidate Draft

WS-I Bringing
Balance to Web
Services Force

User Agent
Accessibility
Guidelines Become a
W3C Proposed
Recommendation

pixelism... 17
October 2002

Senate Approves
Almost $1B for
Cybersecurity
Research

XML 1.1 reaches
Candidate
Recommendation

SQL Server Privilege
Level Flaw Fixed

Big Blue Busting to
Break Out WebSphere
V5

How To Get Free
Links From Yahoo!
Full Coverage

Red Hat's DMCA
Quibble

Storage Vendors Show
Support For SAN
Standards

PHP Class
'BookmarkParser'
released

SableVM Version
1.0.5 Released

IBM bolsters
workflow tools for
WebSphere 5.0

Secure HTML Lock
Book Review of Web
Development with
Apache and Perl

Conformant XSL-FO
processing for $80

Build a Mercator
BookmarkParser
Master the basics of
registry access with
.NET

what is grok?