XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
kernel Namespace Reference

Detailed Description

XOOPS Authentification base class

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

auth

Since
2.0
Author
Pierre-Eric MENUET pemph.nosp@m.p@fr.nosp@m.ee.fr
Version
Id:
auth.php 8066 2011-11-06 05:09:33Z beckmi

auth Authentification base class

Author
Pierre-Eric MENUET pemph.nosp@m.p@fr.nosp@m.ee.fr

XOOPS Authentification base class

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

auth

Since
2.0
Author
Pierre-Eric MENUET pemph.nosp@m.p@fr.nosp@m.ee.fr
Version
Id:
auth_ads.php 8066 2011-11-06 05:09:33Z beckmi

auth Authentification class for Active Directory

Author
Pierre-Eric MENUET pemph.nosp@m.p@fr.nosp@m.ee.fr

XOOPS Authentification base class

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

auth

Since
2.0
Author
Pierre-Eric MENUET pemph.nosp@m.p@fr.nosp@m.ee.fr
Version
Id:
auth_ldap.php 8066 2011-11-06 05:09:33Z beckmi

auth Authentification class for standard LDAP Server V2 or V3

Author
Pierre-Eric MENUET pemph.nosp@m.p@fr.nosp@m.ee.fr

Authentification provisionning class

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

auth

Since
2.0
Author
Pierre-Eric MENUET pemph.nosp@m.p@fr.nosp@m.ee.fr
Version
Id:
auth_provisionning.php 8066 2011-11-06 05:09:33Z beckmi

auth Authentification provisionning class. This class is responsible to provide synchronisation method to Xoops User Database

Author
Pierre-Eric MENUET pemph.nosp@m.p@fr.nosp@m.ee.fr

Authentification class for Native XOOPS

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

auth

Since
2.0
Author
Pierre-Eric MENUET pemph.nosp@m.p@fr.nosp@m.ee.fr
Version
Id:
auth_xoops.php 8066 2011-11-06 05:09:33Z beckmi

auth Authentification class for Native XOOPS

Author
Pierre-Eric MENUET pemph.nosp@m.p@fr.nosp@m.ee.fr

Authentification class factory

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

auth

Since
2.0
Author
Pierre-Eric MENUET pemph.nosp@m.p@fr.nosp@m.ee.fr
Version
Id:
authfactory.php 8066 2011-11-06 05:09:33Z beckmi

auth Authentification class factory

Author
Pierre-Eric MENUET pemph.nosp@m.p@fr.nosp@m.ee.fr

package::i.tools

php-downloader v1.0 - www.ipunkt.biz

(c) 2002 - www.ipunkt.biz (rok)

Name: tar Class

Author: Josh Barger joshb.nosp@m.@npt.nosp@m..com

Description: This class reads and writes Tape-Archive (TAR) Files and Gzip compressed TAR files, which are mainly used on UNIX systems. This class works on both windows AND unix systems, and does NOT rely on external applications!! Woohoo!

Usage: Copyright (C) 2002 Josh Barger

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details at: http://www.gnu.org/copyleft/lesser.html

If you use this script in your application/website, please send me an e-mail letting me know about it :)

Bugs: Please report any bugs you might find to my e-mail address at joshb.nosp@m.@npt.nosp@m..com. If you have already created a fix/patch for the bug, please do send it to me so I can incorporate it into my release.

Version History: 1.0 04/10/2002 - InitialRelease

2.0 04/11/2002 - Merged both tarReader and tarWriter classes into one

  • Added support for gzipped tar files Remember to name for .tar.gz or .tgz if you use gzip compression! :: THIS REQUIRES ZLIB EXTENSION ::
  • Added additional comments to functions to help users
  • Added ability to remove files and directories from archive 2.1 04/12/2002 - Fixed serious bug in generating tar
  • Created another example file
  • Added check to make sure ZLIB is installed before running GZIP compression on TAR 2.2 05/07/2002 - Added automatic detection of Gzipped tar files (Thanks go to Jidgen Falch for the idea)
  • Changed "private" functions to have special function names beginning with

    two underscores

XOOPS changes onokazu webma.nosp@m.ster.nosp@m.@xoop.nosp@m.s.or.nosp@m.g

12/25/2002 - Added flag to addFile() function for binary files


tar Class

This class reads and writes Tape-Archive (TAR) Files and Gzip compressed TAR files, which are mainly used on UNIX systems. This class works on both windows AND unix systems, and does NOT rely on external applications!! Woohoo!

Author
Josh Barger joshb.nosp@m.@npt.nosp@m..com

core

package::i.tools

php-downloader v1.0 - www.ipunkt.biz

(c) 2002 - www.ipunkt.biz (rok)

Zip file creation class. Makes zip files.

Based on :

  http://www.zend.com/codex.php?id=535&single=1
  By Eric Mueller <eric@themepark.com>

  http://www.zend.com/codex.php?id=470&single=1
  by Denis125 <webmaster@atlant.ru>

  a patch from Peter Listiak <mlady@users.sourceforge.net> for last modified
  date and time of the compressed file

Official ZIP file format: http://www.pkware.com/appnote.txt

core

XOOPS comment renderer

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

comment

Since
2.0.0
Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org
Version
Id:
commentrenderer.php 10936 2013-01-27 23:53:28Z beckmi

XOOPS Criteria parser for database query

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

database

Since
2.0.0
Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org
Nathan Dial
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Version
Id:
criteria.php 8066 2011-11-06 05:09:33Z beckmi

Abstract base class for XOOPS Database access classes

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

database

Since
1.0.0
Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org
Version
Id:
database.php 8066 2011-11-06 05:09:33Z beckmi

Abstract base class for Database access classes

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

database

Factory Class for XOOPS Database

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

database

Version
Id:
databasefactory.php 10981 2013-02-04 19:37:48Z trabis

MySQL access

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

database

Since
1.0.0
Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org
Version
Id:
mysqldatabase.php 10264 2012-11-21 04:52:11Z beckmi

database

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

base class connection to a mysql database

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

database

Safe Connection to a MySQL database.

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

database

Read-Only connection to a MySQL database.

This class allows only SELECT queries to be performed through its query() method for security reasons.

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

database

XOOPS MySQL utility

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

database

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org
Version
Id:
sqlutility.php 8066 2011-11-06 05:09:33Z beckmi

provide some utility methods for databases

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

database

XOOPS downloader

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org
Version
Id:
downloader.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS legacy error handler

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Version
Id:
errorhandler.php 8066 2011-11-06 05:09:33Z beckmi
Deprecated:

Xoops ErrorHandler

Backward compatibility code, do not use this class directly

core

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org
John Neill catzw.nosp@m.olf@.nosp@m.xoops.nosp@m..org

Xoops Logger renderer

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

logger

Since
2.3.0
Author
Skalpa Keo skalp.nosp@m.a@xo.nosp@m.ops.o.nosp@m.rg
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Version
Id:
render.php 8066 2011-11-06 05:09:33Z beckmi
Todo:
Not well written, just keep as it is. Refactored in 3.0

Xoops Logger handlers - component main class file

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

logger

Since
2.3.0
Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org
Skalpa Keo skalp.nosp@m.a@xo.nosp@m.ops.o.nosp@m.rg
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Version
Id:
xoopslogger.php 10264 2012-11-21 04:52:11Z beckmi
Todo:
Not well written, just keep as it is. Refactored in 3.0

Collects information for a page request

Records information about database queries, blocks, and execution time and can display it as HTML. It also catches php runtime errors.

XOOPS legacy logger

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

logger

Since
2.0.0
Version
Id:
logger.php 8066 2011-11-06 05:09:33Z beckmi
Deprecated:

this file is for backward compatibility only

logger

XOOPS legacy logger renderer

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

logger

Since
2.0.0
Version
Id:
logger_render.php 8066 2011-11-06 05:09:33Z beckmi
Deprecated:

Object joint handler class.

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

model

Since
2.3.0
Author
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Version
Id:
joint.php 8066 2011-11-06 05:09:33Z beckmi

Object render handler class.

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

model

Since
2.3.0
Author
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Version
Id:
read.php 8066 2011-11-06 05:09:33Z beckmi

Object stats handler class.

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

model

Since
2.3.0
Author
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Version
Id:
stats.php 8066 2011-11-06 05:09:33Z beckmi

Object synchronization handler class.

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

model

Since
2.3.0
Author
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Version
Id:
sync.php 8066 2011-11-06 05:09:33Z beckmi

Object write handler class.

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

model

Since
2.3.0
Author
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Version
Id:
write.php 8975 2012-02-15 01:49:56Z wishcraft

Object factory class.

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

model

Since
2.3.0
Author
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Version
Id:
xoopsmodel.php 8066 2011-11-06 05:09:33Z beckmi

Factory for object handlers

Author
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net

abstract class object handler

Author
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net

XOOPS legacy error handler

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
1.0.0
Author
Goghs (http://www.eqiao.com/)
Version
Id:
module.errorhandler.php 8066 2011-11-06 05:09:33Z beckmi
Deprecated:

Error Handler class

core

Author
Goghs (http://www.eqiao.com/)

Class to "clean up" text for various uses

Singleton

core

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Goghs Cheng

XOOPS page navigation

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (http://www.myweb.ne.jp/, http://jp.xoops.org/)
Version
Id:
pagenav.php 9291 2012-04-09 18:06:29Z beckmi

Xoops Preload Classes

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

class

Since
2.4.0
Author
trabis lusop.nosp@m.oema.nosp@m.s@gma.nosp@m.il.c.nosp@m.om
Version
Id:
preload.php 10264 2012-11-21 04:52:11Z beckmi
Deprecated:
To be deprecated in XOOPS 3

Class for handling events

class

Author
trabis lusop.nosp@m.oema.nosp@m.s@gma.nosp@m.il.c.nosp@m.om

XoopsPreloadItem

Class which is extended by any preload item.

class

Author
trabis lusop.nosp@m.oema.nosp@m.s@gma.nosp@m.il.c.nosp@m.om

Send tar files through a http socket

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (http://www.myweb.ne.jp/, http://jp.xoops.org/)
Version
Id:
tardownloader.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS template engine class

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org
Skalpa Keo skalp.nosp@m.a@xo.nosp@m.ops.o.nosp@m.rg
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net

core

Version
Id:
template.php 8066 2011-11-06 05:09:33Z beckmi

Template engine

core

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

xos_opal_Theme component class file

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Author
Skalpa Keo skalp.nosp@m.a@xo.nosp@m.ops.o.nosp@m.rg
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Since
2.3.0

xos_opal_Theme

Version
Id:
theme.php 8975 2012-02-15 01:49:56Z wishcraft

xos_logos_PageBuilder component class file

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Author
Skalpa Keo skalp.nosp@m.a@xo.nosp@m.ops.o.nosp@m.rg
Since
2.3.0
Version
Id:
theme_blocks.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS tree class

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (http://www.myweb.ne.jp/, http://jp.xoops.org/)
Version
Id:
tree.php 8066 2011-11-06 05:09:33Z beckmi

A tree structures with XoopsObjects as nodes

core

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

XOOPS file uploader

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (http://www.myweb.ne.jp/, http://jp.xoops.org/)
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Version
Id:
uploader.php 8066 2011-11-06 05:09:33Z beckmi

Xoops Form Class Elements

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.3.0
Author
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Version
Id:
userutility.php 11183 2013-03-08 06:41:32Z beckmi

XOOPS Block management

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://www.xoops.org/, http://jp.xoops.org/
Skalpa Keo skalp.nosp@m.a@xo.nosp@m.ops.o.nosp@m.rg
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Version
Id:
xoopsblock.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS comments

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
xoopscomments.php 8066 2011-11-06 05:09:33Z beckmi

Xoops Comments Object Class

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org
John Neill catzw.nosp@m.olf@.nosp@m.xoops.nosp@m..org

comments public

XOOPS Form Class

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

form

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Version
Id:
form.php 8066 2011-11-06 05:09:33Z beckmi

Abstract base class for forms

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net

form public

XOOPS form element of button

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

form

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
formbutton.php 8066 2011-11-06 05:09:33Z beckmi

form

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

A button

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

form

XOOPS Form Class Elements

form

Since
2.4.0
Author
John Neill catzw.nosp@m.olf@.nosp@m.xoops.nosp@m..org
Version
Id:
formbuttontray.php 8066 2011-11-06 05:09:33Z beckmi

XoopsFormButtonTray

Author
John Neill catzw.nosp@m.olf@.nosp@m.xoops.nosp@m..org

form public

XOOPS form element of CAPTCHA

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

form

Since
2.3.0
Author
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Version
Id:
formcaptcha.php 8066 2011-11-06 05:09:33Z beckmi

Usage of XoopsFormCaptcha

For form creation: Add form element where proper: $xoopsform->addElement(new XoopsFormCaptcha($caption, $name, $skipmember, $configs));

For verification: xoops_load("captcha"); $xoopsCaptcha =& XoopsCaptcha::getInstance(); if (! $xoopsCaptcha->verify() ) { echo $xoopsCaptcha->getMessage(); ... } Xoops Form Captcha

Author
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net

form

XOOPS form checkbox compo

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Skalpa Keo skalp.nosp@m.a@xo.nosp@m.ops.o.nosp@m.rg
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Version
Id:
formcheckbox.php 8066 2011-11-06 05:09:33Z beckmi

XoopsFormColorPicker component class file

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

form

Since
2.0.0
Author
Zoullou webma.nosp@m.ster.nosp@m.@zoul.nosp@m.lou..nosp@m.org
Version
Id:
formcolorpicker.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS form element of datetime

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

form

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
formdatetime.php 8066 2011-11-06 05:09:33Z beckmi

Date and time selection field

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

form public

Formatted textarea form

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

form

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Vinod smart.nosp@m.vinu.nosp@m.@gmai.nosp@m.l.co.nosp@m.m
Version
Id:
formdhtmltextarea.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS Form Class Elements

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

form

Since
2.0.0
Author
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Version
Id:
formeditor.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS form element

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

form

Since
2.0.0
Version
Id:
formelement.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS form element

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

form

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
formelementtray.php 9339 2012-04-16 00:15:04Z beckmi

XOOPS form element

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

form

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
formfile.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS form element

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

form

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
formhidden.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS form element

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

form

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
formhiddentoken.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS form element

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

form

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
formlabel.php 8066 2011-11-06 05:09:33Z beckmi

Password form element

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

form

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Version
Id:
formpassword.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS form radio compo

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Version
Id:
formradio.php 8066 2011-11-06 05:09:33Z beckmi

form

Todo:
template

XOOPS form element

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

form

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
formradioyn.php 8066 2011-11-06 05:09:33Z beckmi

select form element

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

form

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Version
Id:
formselect.php 8066 2011-11-06 05:09:33Z beckmi

A select field

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
John Neill catzw.nosp@m.olf@.nosp@m.xoops.nosp@m..org

form public

Xoops Form Class Elements

form

Since
2.3.0
Author
John Neill catzw.nosp@m.olf@.nosp@m.xoops.nosp@m..org
Version
Id:
formselectcheckgroup.php 9320 2012-04-14 16:32:46Z beckmi

Xoops Form Select Check Groups

Author
John Neill catzw.nosp@m.olf@.nosp@m.xoops.nosp@m..org

form public

XOOPS form element

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

form

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
formselectcountry.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS form element

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

form

Since
2.3.0
Author
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Version
Id:
formselecteditor.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS form element

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

form

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
formselectgroup.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS form element

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

form

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
formselectlang.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS form element

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

form

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
formselectmatchoption.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS form element

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

form

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
formselecttheme.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS form element

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

form

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
formselecttimezone.php 8066 2011-11-06 05:09:33Z beckmi

user select with page navigation

limit: Only work with javascript enabled

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

form

Since
2.0.0
Author
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Version
Id:
formselectuser.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS form element

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

form

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
formtext.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS form element

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

form

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
formtextarea.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS form element

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

form

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
formtextdateselect.php 9342 2012-04-16 01:17:28Z beckmi

XOOPS form element

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

form

Since
2.0.0
Version
Id:
grouppermform.php 11128 2013-03-01 07:01:28Z beckmi

XOOPS simple form

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

form

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
simpleform.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS table form

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

form

Since
2.0.0
Version
Id:
tableform.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS theme form

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

form

Since
2.0.0
Version
Id:
themeform.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS form class loader

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Version
Id:
xoopsformloader.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS kernel

!IMPORTANT: The file should have not been created and will be removed

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Version
Id:
xoopskernel.php 8066 2011-11-06 05:09:33Z beckmi
Deprecated:

XOOPS listing utilities

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Version
Id:
xoopslists.php 10981 2013-02-04 19:37:48Z trabis

XOOPS localization abstract

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.3.0
Author
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Version
Id:
xoopslocal.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS mailer

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
xoopsmailer.php 8066 2011-11-06 05:09:33Z beckmi
Deprecated:
use XoopsMultiMailer instead.

XOOPS module

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Version
Id:
xoopsmodule.php 8363 2011-11-27 04:22:26Z beckmi
Deprecated:

XOOPS object

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Version
Id:
xoopsobject.php 8343 2011-11-25 22:29:10Z trabis
Deprecated:

XOOPS security handler

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Version
Id:
xoopssecurity.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS news story

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
xoopsstory.php 10265 2012-11-21 05:10:08Z beckmi
Deprecated:

XOOPS news topic

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
xoopstopic.php 8066 2011-11-06 05:09:33Z beckmi
Deprecated:

XOOPS tree handler

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
xoopstree.php 10908 2013-01-26 17:08:43Z beckmi

Abstract base class for forms

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org
John Neill catzw.nosp@m.olf@.nosp@m.xoops.nosp@m..org

XoopsTree public

XOOPS user

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Version
Id:
xoopsuser.php 8364 2011-11-27 04:32:54Z beckmi
Deprecated:

XOOPS zip downloader

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
zipdownloader.php 8066 2011-11-06 05:09:33Z beckmi

Abstract base class for forms

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org
John Neill catzw.nosp@m.olf@.nosp@m.xoops.nosp@m..org

Xoops Zip Downloader public

Xoops Edit User

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Version
Id:
edituser.php 8066 2011-11-06 05:09:33Z beckmi

Xoops footer

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Version
Id:
footer.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS constants

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
comment_constants.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS comment delete

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
comment_delete.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS comment edit

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
comment_edit.php 10882 2013-01-23 20:57:13Z beckmi

XOOPS comment form

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
comment_form.php 10882 2013-01-23 20:57:13Z beckmi

XOOPS comment creation

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
comment_new.php 10882 2013-01-23 20:57:13Z beckmi

XOOPS comment

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
comment_post.php 10882 2013-01-23 20:57:13Z beckmi

XOOPS comment reply

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
comment_reply.php 10882 2013-01-23 20:57:13Z beckmi

XOOPS comment view

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
comment_view.php 10882 2013-01-23 20:57:13Z beckmi

XOOPS comment form

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
commentform.inc.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS common initialization file

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Version
Id:
common.php 10931 2013-01-27 18:17:51Z dhcst

XOOPS control panel functions

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Version
Id:
cp_functions.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS control panel header

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Version
Id:
cp_header.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS constansts

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Version
Id:
defines.php 10054 2012-08-11 10:06:44Z beckmi

Find XOOPS users

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.3.0
Author
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Version
Id:
findusers.php 8066 2011-11-06 05:09:33Z beckmi

YOU SHOULD NEVER USE FUNCTIONS DEFINED IN THIS FILE. THEY SHOULD BE IMPLEMENTED AT APPLICATION LEVEL Xoops Functions

Since
2.4.0
Author
Simon
Version
Id:
functions.encoding.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS legacy functions

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.3.0
Author
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Version
Id:
functions.legacy.php 8066 2011-11-06 05:09:33Z beckmi

Xoops Functions

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Version
Id:
functions.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS MIME types

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Version
Id:
mimetypes.inc.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS Notifications

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Xoop Notifications Defines

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
notification_constants.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS Notifications

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Xoop Notifications Functions

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
notification_functions.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS Notifications

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Xoop Notifications Select

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
notification_select.php 694 2006-09-04 11:33:22Z skalpa $

XOOPS Notifications

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Xoop Notifications Select

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
notification_update.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS Deprecated Old Functions

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Version
Id:
old_functions.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS Deprecated Functions

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
old_theme_functions.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS Registeration Form

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Version
Id:
registerform.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS Search Form

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Version
Id:
searchform.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS Closed Site

Temporary solution for "site closed" status

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.17
Author
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Version
Id:
site-closed.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS Version Definition

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Version
Id:
version.php 11416 2013-04-21 04:14:58Z beckmi

header.php code for pre-2.0 themes

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.14
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
xoops13_header.php 8066 2011-11-06 05:09:33Z beckmi

xoopsCodeTarea function

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Version
Id:
xoopscodes.php 10936 2013-01-27 23:53:28Z beckmi

XOOPS Kernel Class

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
avatar.php 8066 2011-11-06 05:09:33Z beckmi

A Avatar

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

XOOPS avatar handler class. (Singelton)

This class is responsible for providing data access mechanisms to the data source of XOOPS block class objects.

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

block

XOOPS Kernel Class

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
block.php 8066 2011-11-06 05:09:33Z beckmi

A block

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

XOOPS block handler class. (Singelton)

This class is responsible for providing data access mechanisms to the data source of XOOPS block class objects.

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

block

XOOPS Kernel Class

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.3.0
Version
Id:
blockinstance.php 8066 2011-11-06 05:09:33Z beckmi

Xoops Block Instance

Author
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net

XOOPS Block Instance Handler Class. (Singelton)

This class is responsible for providing data access mechanisms to the data source of XOOPS block class objects.

Author
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net

block

XOOPS Kernel Class

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
comment.php 10882 2013-01-23 20:57:13Z beckmi

A Comment

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

XOOPS comment handler class.

This class is responsible for providing data access mechanisms to the data source of XOOPS comment class objects.

comment

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

XOOPS Kernel Class

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
config.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS Kernel Class

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
configcategory.php 8066 2011-11-06 05:09:33Z beckmi

A category of configs

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

XOOPS configuration category handler class.

This class is responsible for providing data access mechanisms to the data source of XOOPS configuration category class objects.

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

config

XOOPS Kernel Class

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
configitem.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS Kernel Class

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
configoption.php 8066 2011-11-06 05:09:33Z beckmi

A Config-Option

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

XOOPS configuration option handler class. This class is responsible for providing data access mechanisms to the data source of XOOPS configuration option class objects.

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

config

XOOPS Kernel Class

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
group.php 8066 2011-11-06 05:09:33Z beckmi

a group of users

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

XOOPS group handler class. This class is responsible for providing data access mechanisms to the data source of XOOPS group class objects.

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

member

membership of a user in a group

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

XOOPS membership handler class. (Singleton)

This class is responsible for providing data access mechanisms to the data source of XOOPS group membership class objects.

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

XOOPS Kernel Class

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
groupperm.php 8066 2011-11-06 05:09:33Z beckmi

A group permission

These permissions are managed through a XoopsGroupPermHandler object

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

XOOPS Kernel Class

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
handlerregistry.php 8066 2011-11-06 05:09:33Z beckmi

A registry for holding references to XoopsObjectHandler classes

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

XOOPS Kernel Class

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
image.php 8066 2011-11-06 05:09:33Z beckmi

An Image

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

XOOPS image handler class.

This class is responsible for providing data access mechanisms to the data source of XOOPS image class objects.

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

XOOPS Kernel Class

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
imagecategory.php 8066 2011-11-06 05:09:33Z beckmi
Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org
Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

XOOPS Kernel Class

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
imageset.php 8066 2011-11-06 05:09:33Z beckmi
Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org
Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

XOOPS Kernel Class

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
imagesetimg.php 8066 2011-11-06 05:09:33Z beckmi

XOOPS Image Sets Image

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

XOOPS Kernel Class

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
member.php 8331 2011-11-21 23:25:24Z trabis

XOOPS member handler class. This class provides simple interface (a facade class) for handling groups/users/ membership data.

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

XOOPS Kernel Class

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Version
Id:
module.php 8066 2011-11-06 05:09:33Z beckmi

A Module

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

XOOPS module handler class.

This class is responsible for providing data access mechanisms to the data source of XOOPS module class objects.

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

XOOPS Kernel Class

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Michael van Dam mvand.nosp@m.am@c.nosp@m.altec.nosp@m.h.ed.nosp@m.u
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
notification.php 8066 2011-11-06 05:09:33Z beckmi

A Notification

notification

Author
Michael van Dam mvand.nosp@m.am@c.nosp@m.altec.nosp@m.h.ed.nosp@m.u

XOOPS notification handler class.

This class is responsible for providing data access mechanisms to the data source of XOOPS notification class objects.

notification

Author
Michael van Dam mvand.nosp@m.am@c.nosp@m.altec.nosp@m.h.ed.nosp@m.u

XOOPS Kernel Object

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Version
Id:
object.php 10908 2013-01-26 17:08:43Z beckmi

XOOPS object handler class. This class is an abstract class of handler classes that are responsible for providing data access mechanisms to the data source of its corresponsing data objects

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

XOOPS Kernel Class

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
online.php 8066 2011-11-06 05:09:33Z beckmi

A handler for "Who is Online?" information

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

XOOPS Kernel Class

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
privmessage.php 8066 2011-11-06 05:09:33Z beckmi

Private Messages

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

XOOPS private message handler class.

This class is responsible for providing data access mechanisms to the data source of XOOPS private message class objects.

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org
Version
Revision:
8066

-

Date:
2011-11-06 01:09:33 -0400 (Sun, 06 Nov 2011)

XOOPS session handler

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Version
Id:
session.php 8066 2011-11-06 05:09:33Z beckmi

Handler for a session

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net

XOOPS kernel class

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
tplfile.php 8066 2011-11-06 05:09:33Z beckmi

A Template File

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

XOOPS kernel class

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
tplset.php 8066 2011-11-06 05:09:33Z beckmi

A Template Set File

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

XOOPS user handler

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Since
2.0.0
Author
Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Version
Id:
user.php 8066 2011-11-06 05:09:33Z beckmi

Class for users

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

Class that represents a guest user

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

XOOPS user handler class. This class is responsible for providing data access mechanisms to the data source of XOOPS user class objects.

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net

Language definitions for XoopsFormDhtmlTextArea

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

form

Since
2.3.0
Author
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Version
Id:
formdhtmltextarea.php 11355 2013-04-07 03:14:28Z beckmi

Xoops locale

Since
2.3.0
Author
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Version
Id:
locale.php 11355 2013-04-07 03:14:28Z beckmi
Todo:
To be handled by i18n/l10n

A Xoops Local

Language

Author
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net

Xoops Language

Xoops Logger Language

Since
2.4.0
Author
trabis lusop.nosp@m.oema.nosp@m.s@gma.nosp@m.il.c.nosp@m.om
Version
Id:
logger.php 11355 2013-04-07 03:14:28Z beckmi

Xoops Language

Xoops Mailer Local Language

Since
2.3.0
Author
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Version
Id:
xoopsmailerlocal.php 11355 2013-04-07 03:14:28Z beckmi