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


PHP Class 'Mrasnika's configuration system' released







PHP Class 'Mrasnika's configuration
system' released

PHP Class 'Mrasnika's configuration
system' released
01/08/2004 08:14 PM

This class uses an XML file to store a data structure for keeping different kind of settings. The XML file has different element of several data types, which are validated when the settings are stored or retrieved. The settings from the configuration file are split in different groups, depending on the purpose for which they are used in the application. These settings can be modified using the class, and then again saved to XML format.




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





Similar Items

PHP Class 'Mrasnika's configuration system' released

Grok Headline matches for PHP Class 'Mrasnika's configuration system' released

PHP Class 'Mrasnika's template system'
released


PHP Class 'Mrasnika's template system'
released
12/17/2003 07:10 PM
This class implements an object oriented template system with multi-level template parsing. It includes features such as blocks, includes, loops with or without section for empty lists, fast variable and template substitution, sub-templates among other capabilities.

PHP Class 'Mrasnika's URL validator'
released


PHP Class 'Mrasnika's URL validator'
released
12/21/2003 07:10 PM
This class is meant to validates HTTP and FTP URLs. It can also parse the URLs and extract their component parts: - Protocol - User and password - Domains and sub-domain - TLD (top level domain) - Port - Path - Query Composite parts: - Domain_name (domain + tld) - Host (sub_domain(s) + domain + tld) - Sub-domains array - Path array

PHP Class 'MVC Membership System'
released


PHP Class 'MVC Membership System'
released
01/05/2004 08:04 PM
This is a package of classes that implements an user membership system using the Model-View-Controller design pattern. This package has a base class that models abstract users and has specialized sub-classes that implement regular members and administrator users. The package uses Smarty as presentation templating system and ADODB database access layer.

PHP Class 'Star rating system' released


PHP Class 'Star rating system' released 11/19/2002 08:27 PM
Create a star rating system with PHP and MySQL (Version 1.2) - based on Fast Template. Unzip this file into your directory. Edit config.inc.php and setup database URL, and path informations. Call articole.php to test it. After this you can use as you wish ...

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_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 '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 '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 '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.

'Yo-yo diets hit immune system'


'Yo-yo diets hit immune system' 06/02/2004 10:25 AM
Women who repeatedly lose weight only to put it back on again could be damaging their immune systems.

The new 'Google operating system'


The new 'Google operating system' 04/23/2004 04:17 PM
Search Engine Journal Apr 23 2004 8:00PM GMT

PHP Class 'funWithMP3' released


PHP Class 'funWithMP3' released 09/14/2002 08:10 PM
A small script to allow access to your MP3 files. Very basic, easy to see how it works.

PHP Class 'KronoClass' released


PHP Class 'KronoClass' released 01/16/2003 07:16 PM
Performs various operations on dates and times. This class is not based on LC_TIME setting of PHP but on internal arrays.

PHP Class 'Quicksort' released


PHP Class 'Quicksort' released 09/13/2002 07:42 PM
Quicksort produces a sorted sequence of a array form index $start till index $end . function Quick_sort sorted the input array directly. function QS_get gives a new array with a sorted sequence of the input array and leave the input array unchanged.

PHP Class 'DateFormater' released


PHP Class 'DateFormater' released 09/18/2002 07:33 PM
DateFormatter is an utility class to convert a timestamp to a date string using JAVA date pattern format. But you can either use PHP date pattern format to display too

PHP Class 'Mergesort' released


PHP Class 'Mergesort' released 09/13/2002 07:42 PM
Mergesort produces a sorted sequence of a array form index $start till index $end. function Merge_sort sorted the input array directly. function MS_get gives a new array with a sorted sequence of the input array and leave the input array unchanged.

PHP Class 'Listme' released


PHP Class 'Listme' released 09/15/2002 07:32 PM
tables_listme and frames_listme derive from abstract class listme. Images, image captions, html files and external links are turned into left-side navigation links, and are displayed at screen right.

PHP Class 'dutchclock' released


PHP Class 'dutchclock' released 09/14/2002 08:10 PM
This class is made as a learning aid for foreign students, learning Dutch language. Given a time in Numbers, it will calculate a grammatically correct Dutch sentence, reflecting what Dutchies would say when asked for the time.

PHP Class 'xmlparser' released


PHP Class 'xmlparser' released 09/15/2002 07:32 PM
This class is an replica of the ezxml parser but it contains just one additional method available,the method which returns the value of a node when u pass its value.

PHP Class 'Bubble' released


PHP Class 'Bubble' released 06/06/2004 07:04 PM
This class generates and displays images in the JPEG format that represent bubble charts. It can be useful to show the positioning of subjects (such as companies, products, people, organizations, teams and so on) face to 2 qualities (classified according to a semantic scale) at time. The width of the bubble allows to represent a third quality of the subject: this quality is relative to the other subjects. An interesting use of this class is to create strategic marketing graphs in order to analyze the positioning of a company face to its competitors, taking two critical success factors at time.

PHP Class 'Storeip' released


PHP Class 'Storeip' released 09/12/2002 08:18 PM
To 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 'KCounter' released


PHP Class 'KCounter' released 04/27/2004 06:56 PM
This is meant to keep track of the statistics of the visits made by the users of a site. The visit statistics are stored in a MySQL database. This can be used with scripts that use a session variable to make visits more accurate and only count one visit when you open a new browser and open the URL. The class can keep track of visits since ever, today, yesterday and of the most visited day.

PHP Class 'holiday_class' released


PHP Class 'holiday_class' released 09/08/2002 08:08 PM
A holiday class providing (selected) U.S., Christian, Jewish, and Islamic holidays for use on Gregorian calendars. Should be easily customizable to remove or add holidays of interest. Gregorian, Hewbrew, and Islamic calendar utility functions are included.

PHP Class 'phpBuildTime' released


PHP Class 'phpBuildTime' released 01/22/2003 08:42 PM
Tow times are taken, first at the beginning and the second time at the end of the script. Subsequently, the difference of the times is determined and returned.

PHP Class 'html_reverse' released


PHP Class 'html_reverse' released 09/09/2002 07:38 PM
Reverse htmlentities (un_htmlentities), sample: ã = ã and un_accent, sample: ã = a

PHP Class 'TinyButStrong' released


PHP Class 'TinyButStrong' released 01/21/2003 09:05 PM
TinyButStrong is a Template Engine for the PHP language. It enables you to link dynamically HTML pages with data from MySQL, ODBC or SQL-Server. It also enables you to seriously harmonize and simplify PHP and HTML programming. TinyButStrong is simple to use with numerous features: - Merge with data from MySQL, ODBC, SQL-Server and PHP variables. - Simple and full blocks management. - Usefull display Formats. - Conditional display for blocks and locators. - Inclusion of other HTML pages, Execution of associated scripts. - Great convivality for visual and textual HTML editors. TinyButStrong is a single PHP class with 6 methods and 1 property.

PHP Class 'GenPDF' released


PHP Class 'GenPDF' released 06/05/2004 06:18 PM
GenPDF extends the FPDF class to help creating block oriented PDF documents. The developer specifies fields and their position within a block, and then the class generates a document with data that use those block definitions. GenPDF keeps the blocks intact, and prevents splitting them across pages. In addition, GenPDF lets the user output fields in the block in any order. It can even be a different order in each block output.

PHP Class 'wrappedtext' released


PHP Class 'wrappedtext' released 09/10/2002 09:42 PM
If a site uses narrow tables this is a great tool because words that are longer as the width of a table would enlarge the table and deface the site layout. using php's wordwrap function has the disadvantage that the whole text is wrapped which means that short words might also get cut at a certain position of the line. in addition wordwrap can't be used if the text that needs to be wrapped contains html tags.

PHP Class 'sessid' released


PHP Class 'sessid' released 09/12/2002 07:49 AM
Create your own unique Session Id's. In this class are 2 Options 1.Normal : for good, but shorter Id's 2.Extreme: for EXTREME Id's

PHP Class 'Uploader' released


PHP Class 'Uploader' released 01/17/2003 07:35 PM
This class generates the form elements for a file upload and stores the uploaded files in a directory. - You restrict the file size and the allowed file types easily. - The uploaded file information is returned in an associative array. CONSTRUCTOR: function Uploader() PUBLIC: function openForm($action, $add_on = '') function fileField($size = -1, $fileSize=1048576, $accept='text/*') function closeForm($addSubmitButton = true) function uploadTo($path, $overwrite=false, $allowedTypeArray=null) function debug() PRIVATE: function _error($msg) PUBLIC VARS: var $error

PHP Class 'FormClass' released


PHP Class 'FormClass' released 09/12/2002 08:18 PM
Makes user registration object oriented.This is very handy for complex forms.Also helps u when you make any future modifications of business logic.You need not make any modifications in insert query at all just modify some hidden form fields!!.

PHP Class 'clsDaemonize' released


PHP Class 'clsDaemonize' released 06/04/2004 07:06 PM
This class is intended to automate the creation of system daemons proceses under Unix like operating systems or those with POSIX compliant API like Linux, OpenBSD, FreeBSD, Solaris, Mac OS X, etc... It can fork a new process using the PHP pcntl extension and detach from the starting shell so it can exit without killing the daemon process. It can maintain a file that stores the daemon process identifier to prevent that more than one copy of the daemon is started. It also creates a log file to register the daemon activity. It is also possible register PHP callback functions to handle different types of signals.

PHP Class 'ctlTpl' released


PHP Class 'ctlTpl' released 01/15/2003 07:57 PM
This is template class with nn complex syntax to learn - just pure PHP. I would be very thankful if someone, who knows other popular template engines (like Smarty) could benchmark this.

PHP Class 'AVLTree' released


PHP Class 'AVLTree' released 01/09/2003 08:37 PM
AVL tree base class; derive your subclass to make it useable as shown by class NumTree in sample program in file AVL_Test.PHP

PHP Class 'flip_link' released


PHP Class 'flip_link' released 09/23/2002 07:57 PM
This 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 'RemoteSQL' released


PHP Class 'RemoteSQL' released 09/24/2002 07:31 PM
This 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 'mysqlLikeDisplay' released


PHP Class 'mysqlLikeDisplay' released 09/24/2002 07:31 PM
Mysql 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.
Grok Description matches for PHP Class 'Mrasnika's configuration system' released
GrokA matches for PHP Class 'Mrasnika's configuration system' released

Qmail-Scanner 1.20


Qmail-Scanner 1.20 11/06/2003 07:21 PM
Qmail Perl email scanner

Lame crash in qmail-smtpd and memory
overwrite according to gdb, yet still
qmail much better than windows


Lame crash in qmail-smtpd and memory
overwrite according to gdb, yet still
qmail much better than windows
01/19/2004 03:07 PM
Serafino Sorrenti (Jan 18 2004)

Qmail-Scanner Log Analyzer


Qmail-Scanner Log Analyzer 05/28/2004 11:05 AM
qms-analog-0.2.0 Released

Qmail-Scanner Log Analyzer (qms-analog)
0.3.4 Released


Qmail-Scanner Log Analyzer (qms-analog)
0.3.4 Released
07/01/2004 07:10 PM
A statistics utility to be used with qmail-scanner. It utilizes log entries generated by a patch to the qmail-scanner distribution to report spam and virus details. Often included in the qmailstats script from QmailRocks.org to send nightly stats emails. Version: 0.3.4, 06/30/2004 -------------------------- Distribution Files ------------------ COPYING - The GPL Version 2 License file Makefile - builds the qms-analog utility qmail-scanner-1.22-st-qms-20040530.patch - patch file for clean qmail-scanner-1.22 distro which contains the qms event logger and the popular "st" patch qms-analog-types.txt - defines the event log types provided by the patch qms-config-script - qmail-scanner config script for qms-analog qms-config-script-cwrapper - qmail-scanner config script for qms-analog used when perl doesn't have setuid support README - this file RELEASE-NOTES - version change log src/ - source directory for qms-analog What You Get ------------ /var/qmail/bin/qms-analog The utility which takes /var/spool/qmailscan/qms-events.log records as input from stdin and generates statistics on stdout. /var/qmail/bin/qmail-scanner-queue.pl The patched version which generates nice logs in /var/spool/qmailscan/qms-events.log. 1) Fixed a problem with obscenely long local-domains strings, which would cause qms-analog to core dump. 2) Changed up the qms-config-script(-cwrapper) scripts so that the "--redundant" flag is enabled for clamAV. Also added comments to better explain the options. 3) Changed the Makefile for qms-analog to use ":" instead of "." for the chown command. You can find this latest copy here: https://sourceforge.net/project/showfiles.php?group_id=110235&package_ id=119502

qmail-spp - qmail SMTP plugin patch


qmail-spp - qmail SMTP plugin patch 07/07/2004 06:27 AM
Hello, world!

Qmail-Scanner: Content/Anti-virus Scanne


Qmail-Scanner: Content/Anti-virus Scanne 04/19/2004 11:04 PM
1.22 released

Learning Cocoa with Objective-C and
December 2002 Tools Release


Learning Cocoa with Objective-C and
December 2002 Tools Release
03/13/2003 02:07 PM
James Duncan Davidson: "Recently, I've received a spate of inquiries about a particular problem that readers of Learning Cocoa are having when building projects that contain a space in their name. There are two possible solutions, both easy: Name your projects without spaces in them or Edit the target settings. To do this, select the current target, go into Settings -> Simple View ->GCC Compiler Settings, and then put quote marks around the file name in the Prefix Header box."

MySQL Objective C API for Cocoa


MySQL Objective C API for Cocoa 08/04/2004 08:29 PM
version 2.3.0 released

Introduction to Cocoa with Objective-C


Introduction to Cocoa with Objective-C 04/09/2004 03:55 PM
No, I'm not proud of using a proprietary operating system, but Apple's Cocoa + Development Tools is just about the richest, simplest and most powerful programming environment anywhere. If you are interested in Cocoa and don't have a Mac there is an open source, cross platform (but not nearly so complete) implementation available called GNUstep. Here is an introduction to the style of Objective-C Cocoa and some reasons why I hope more programming will be done in this style in the future.

qmail-spp 0.33


qmail-spp 0.33 09/23/2004 01:11 PM
A qmail patch that provides plug-in support for its SMTP daemon.

qmail-spp 0.31


qmail-spp 0.31 08/02/2004 10:02 AM
A qmail patch that provides plug-in support for its SMTP daemon.

qmail-spp 0.32


qmail-spp 0.32 08/10/2004 07:39 PM
A qmail patch that provides plug-in support for its SMTP daemon.

qmail-spp 0.3


qmail-spp 0.3 07/09/2004 04:43 PM
A qmail patch that provides plug-in support for its SMTP daemon.

QMail Installation 1.3.7-rc4


QMail Installation 1.3.7-rc4 02/13/2004 01:27 PM
A script for installing qmail.

Qmail-patches


Qmail-patches 01/12/2004 04:07 AM
Qmail-patches: version 3 released

Virtual QMail 4


Virtual QMail 4 12/25/2003 11:27 PM
A tool to create a virtual domains management system for QMail.

Qmail SStats 0.0.3


Qmail SStats 0.0.3 04/28/2004 06:03 AM
A qmail-spamassassin statistics generator.

QMail Installation 1.3.7-rc6


QMail Installation 1.3.7-rc6 05/11/2004 01:32 PM
A script for installing qmail.

Virtual QMail


Virtual QMail 12/25/2003 12:49 PM
Version 4 Release

Syron Qmail


Syron Qmail 06/02/2004 04:42 PM
Syron Qmail accepted

QMail Installation 1.3.7-rc1


QMail Installation 1.3.7-rc1 12/30/2003 02:51 PM
A script for installing qmail.

Helios qmail 0.7.1


Helios qmail 0.7.1 01/10/2004 08:30 AM
An advanced qmail distribution based on qmail-sql.

Helios qmail 0.6.1


Helios qmail 0.6.1 12/29/2003 11:56 PM
An advanced qmail distribution based on qmail-sql.

QMail-patches 4


QMail-patches 4 04/15/2004 11:39 AM
A project aimed at creating a useful qmail patch.

Qmail-Envelope-0.50


Qmail-Envelope-0.50 04/16/2004 04:59 PM

Qmail SStats 0.1.0


Qmail SStats 0.1.0 07/28/2004 11:25 AM
A qmail-spamassassin statistics generator.

QMail Installation 1.3.8-rc1


QMail Installation 1.3.8-rc1 08/21/2004 04:18 PM
A script for installing qmail.

QMail Installation 1.3.7.1


QMail Installation 1.3.7.1 07/31/2004 10:13 AM
A script for installing qmail.

Qmail SStats 0.0.1


Qmail SStats 0.0.1 04/22/2004 10:27 AM
A qmail-spamassassin statistics generator.

Qmail SStats 0.0.4


Qmail SStats 0.0.4 05/20/2004 04:01 AM
A qmail-spamassassin statistics generator.

PHP Class 'Mrasnika's configuration system' released

The following phrases have been identified by the grok system as matching this entry: wgt624 ip address mismatch 1721 restore factory configuration /var/qmail/bin/qmail-scanner-queue.pl and insecure directory "learning cocoa with objective c" torrent how i save contant number nokia 6600

















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

The IT Conversations
Studio

PHP Class 'Database
Queries' released

Interface MySQL with
C

Going from 15K to
150K a Month

google ads for
domain squatters

Cruft-free URLs in
Movable Type

4.5 years ago: what
is a liberal?

google does whois
HP to sell branded
iPods

gawker shocker!
a first peek at
basecamp

ten tips for killer
web services

A long-living family
archive website

Speech tomorrow at
Rakuten

Mars rover
animations

Smiling makes you
happy

Mailblocks.com is
hosed

You remind me of
those people who
said they'd never
get cell phones

Barlow steps out of
the echo chamber

Are blogs just?
What can we do to
help blogs promote
justice?

It's like Microsoft
Office... except
it's not...

Google whois
quicklink

JeannieAndJibot
session at ETech

A message to the
left-wing freak show
from the Club for
Growth

What's wrong with
binary logic?

Traffic, obsession
and happiness

The cultural context
of money in Japan

Update: Microsoft,
BEA, Tibco tout Web
services events spec
- Infoworld Staff

CES: Digital imaging
market set to
explode, panel says

IBM, SuSE team up on
point-of-sale server
- Infoworld Staff

U.S. lifts bidding
restriction on MCI

Toshiba unveils sub
1-inch hard disk
drive

English version of
China's Red Flag
Linux delayed

TSMC's 2003 sales
hit record high

IBM offers sneak
peek at J2EE 1.4 -
Infoworld Staff

Office 2004 and
Virtual PC for Mac
released

4th Annual
Procurement Forum

Building Customer
Satisfaction and
Employee
Satisfaction
Strategies

Working Capital
Management

Wireless M2M
Communications Forum

High Throughput
Screening for Drug
Discovery

MALCOLM
GLADWELL ON SUV'S
AND THE DANGER OF
LEARNED
HELPLESSNESS

Photoshop rips heavy
cultural symbols out
of artists'
phrasebook

Sterling: "I'll
believe in settling
Mars when I see
people settling the
Gobi Desert"

Edinburgh pubs serve
short measures of
whisky

Security at on-alert
airports can take 5
hours to clear

Blogs Coming of Age
in Spain

One-shot, six-week
herion-withdrawal
drug trialled

Livejournallers save
Austin mural

what is grok?