The official extension repository only consists of freely available extensions. In the future only security reviewed extensions will be displayed. More information about reviews and disclaimer. New documentation is rendered once a day.

The following extension versions depend on this extension:
| Filename | Size | View | Date | Download |
|---|---|---|---|---|
| ChangeLog | 22 K | View | 28.07.2008 | Download |
| contributors.txt | 450 | View | 20.02.2008 | Download |
| ext_conf_template.txt | 885 | View | 23.06.2008 | Download |
| ext_icon.gif | 167 | View | 20.02.2008 | Download |
| ext_localconf.php | 3.3 K | View | 06.05.2008 | Download |
| ext_tables.php | 8.4 K | View | 11.06.2008 | Download |
| ext_tables.sql | 1.3 K | View | 20.02.2008 | Download |
| locallang.xml | 11.9 K | View | 20.02.2008 | Download |
| locallang_db.xml | 51 K | View | 20.02.2008 | Download |
| tca.php | 1.3 K | View | 20.02.2008 | Download |
| doc/manual.sxw | 63 K | 28.07.2008 | Download | |
| lib/class.tx_srfeuserregister_auth.php | 4.4 K | View | 19.06.2008 | Download |
| lib/class.tx_srfeuserregister_email.php | 16.4 K | View | 28.07.2008 | Download |
| lib/class.tx_srfeuserregister_lang.php | 6.0 K | View | 19.06.2008 | Download |
| lib/class.tx_srfeuserregister_lib_tables.php | 4.4 K | View | 23.06.2008 | Download |
| lib/class.tx_srfeuserregister_passwordmd5.php | 2.7 K | View | 19.06.2008 | Download |
| lib/class.tx_srfeuserregister_tca.php | 28 K | View | 28.07.2008 | Download |
| pi1/class.tx_srfeuserregister_pi1.php | 8.9 K | View | 23.06.2008 | Download |
| pi1/class.tx_srfeuserregister_pi1_adodb_time.php | 30 K | View | 01.04.2008 | Download |
| pi1/class.tx_srfeuserregister_pi1_urlvalidator.php | 13.9 K | View | 19.06.2008 | Download |
| pi1/flexform_ds_pi1.xml | 2.0 K | View | 20.02.2008 | Download |
| pi1/icon_delete.gif | 132 | View | 20.02.2008 | Download |
| pi1/internal_link.gif | 57 | View | 20.02.2008 | Download |
| pi1/internal_link_new_window.gif | 79 | View | 20.02.2008 | Download |
| pi1/locallang.xml | 42 K | View | 12.06.2008 | Download |
| pi1/tx_srfeuserregister_htmlmail.css | 1.2 K | View | 20.02.2008 | Download |
| pi1/tx_srfeuserregister_htmlmail_xhtml.css | 1.3 K | View | 20.02.2008 | Download |
| pi1/tx_srfeuserregister_pi1_css_tmpl.html | 112 K | 12.06.2008 | Download | |
| pi1/tx_srfeuserregister_pi1_sample.txt | 104 | View | 20.02.2008 | Download |
| pi1/tx_srfeuserregister_pi1_tmpl.tmpl | 92 K | 09.06.2008 | Download | |
| view/class.tx_srfeuserregister_display.php | 18.7 K | View | 28.07.2008 | Download |
| control/class.tx_srfeuserregister_control.php | 21 K | View | 28.07.2008 | Download |
| control/class.tx_srfeuserregister_setfixed.php | 12.1 K | View | 28.07.2008 | Download |
| hooks/class.tx_srfeuserregister_hooksHandler.php | 3.7 K | View | 19.06.2008 | Download |
| hooks/class.tx_srfeuserregister_hooks_cms.php | 1.9 K | View | 19.06.2008 | Download |
| model/class.tx_srfeuserregister_controldata.php | 10.8 K | View | 23.06.2008 | Download |
| model/class.tx_srfeuserregister_data.php | 50 K | View | 28.07.2008 | Download |
| model/class.tx_srfeuserregister_model_conf.php | 2.0 K | View | 23.06.2008 | Download |
| model/class.tx_srfeuserregister_model_feusers.php | 2.0 K | View | 23.06.2008 | Download |
| model/class.tx_srfeuserregister_model_setfixed.php | 2.0 K | View | 23.06.2008 | Download |
| model/class.tx_srfeuserregister_model_table_base.php | 3.4 K | View | 23.06.2008 | Download |
| model/class.tx_srfeuserregister_url.php | 3.1 K | View | 23.06.2008 | Download |
| model/field/class.tx_srfeuserregister_model_field_base.php | 2.3 K | View | 23.06.2008 | Download |
| model/field/class.tx_srfeuserregister_model_field_usergroup.php | 3.6 K | View | 23.06.2008 | Download |
| scripts/jsfunc.updateform.js | 1.8 K | 20.02.2008 | Download | |
| marker/class.tx_srfeuserregister_marker.php | 35 K | View | 28.07.2008 | Download |
| static/css_styled/constants.txt | 15.2 K | View | 19.06.2008 | Download |
| static/css_styled/setup.txt | 11.1 K | View | 19.06.2008 | Download |
| static/old_style/constants.txt | 15.8 K | View | 19.06.2008 | Download |
| static/old_style/editorcfg.txt | 2.5 K | View | 20.02.2008 | Download |
| static/old_style/setup.txt | 10.7 K | View | 23.06.2008 | Download |
# THESE create statements will NOT work if this file is piped into MySQL.
# Rather they will be detected by the Typo3 Install Tool and through that
# you should upgrade the tables to content these fields.
CREATE TABLE fe_users (
static_info_country char(3) DEFAULT '' NOT NULL,
zone varchar(45) DEFAULT '' NOT NULL,
language char(2) DEFAULT '' NOT NULL,
gender int(11) unsigned DEFAULT '0' NOT NULL,
name varchar(100) DEFAULT '' NOT NULL,
first_name varchar(50) DEFAULT '' NOT NULL,
last_name varchar(50) DEFAULT '' NOT NULL,
status int(11) unsigned DEFAULT '0' NOT NULL,
country varchar(60) DEFAULT '' NOT NULL,
zip varchar(20) DEFAULT '' NOT NULL,
date_of_birth int(11) DEFAULT '0' NOT NULL,
comments text NOT NULL,
by_invitation tinyint(4) unsigned DEFAULT '0' NOT NULL,
module_sys_dmail_html tinyint(3) unsigned DEFAULT '0' NOT NULL
);
CREATE TABLE fe_groups_language_overlay (
uid int(11) unsigned DEFAULT '0' NOT NULL auto_increment,
pid int(11) unsigned DEFAULT '0' NOT NULL,
deleted tinyint(4) unsigned DEFAULT '0' NOT NULL,
hidden tinyint(4) unsigned DEFAULT '0' NOT NULL,
sorting int(10) unsigned DEFAULT '0' NOT NULL,
fe_group int(11) unsigned DEFAULT '0' NOT NULL,
sys_language_uid int(11) DEFAULT '0' NOT NULL,
title tinytext NOT NULL,
PRIMARY KEY (uid),
KEY parent (pid)
);