information_schema
	CHARACTER_SETS
		CHARACTER_SET_NAME
		DEFAULT_COLLATE_NAME
		DESCRIPTION
		MAXLEN

	COLLATIONS
		COLLATION_NAME
		CHARACTER_SET_NAME
		ID
		IS_DEFAULT
		IS_COMPILED
		SORTLEN

	COLLATION_CHARACTER_SET_APPLICABILITY
		COLLATION_NAME
		CHARACTER_SET_NAME

	COLUMNS
		TABLE_CATALOG
		TABLE_SCHEMA
		TABLE_NAME
		COLUMN_NAME
		ORDINAL_POSITION
		COLUMN_DEFAULT
		IS_NULLABLE
		DATA_TYPE
		CHARACTER_MAXIMUM_LENGTH
		CHARACTER_OCTET_LENGTH
		NUMERIC_PRECISION
		NUMERIC_SCALE
		DATETIME_PRECISION
		CHARACTER_SET_NAME
		COLLATION_NAME
		COLUMN_TYPE
		COLUMN_KEY
		EXTRA
		PRIVILEGES
		COLUMN_COMMENT
		
	COLUMN_PRIVILEGES
		GRANTEE
		TABLE_CATALOG
		TABLE_SCHEMA
		TABLE_NAME
		COLUMN_NAME
		PRIVILEGE_TYPE
		IS_GRANTABLE

	ENGINES
		ENGINE
		SUPPORT
		COMMENT
		TRANSACTIONS
		XA
		SAVEPOINTS

	EVENTS
		EVENT_CATALOG
		EVENT_SCHEMA
		EVENT_NAME
		DEFINER
		TIME_ZONE
		EVENT_BODY
		EVENT_DEFINITION
		EVENT_TYPE
		EXECUTE_AT
		INTERVAL_VALUE
		INTERVAL_FIELD
		SQL_MODE
		STARTS
		ENDS
		STATUS
		ON_COMPLETION
		CREATED
		LAST_ALTERED
		LAST_EXECUTED
		EVENT_COMMENT
		ORIGINATOR
		CHARACTER_SET_CLIENT
		COLLATION_CONNECTION
		DATABASE_COLLATION

	FILES
		FILE_ID
		FILE_NAME
		FILE_TYPE
		TABLESPACE_NAME
		TABLE_CATALOG
		TABLE_SCHEMA
		TABLE_NAME
		LOGFILE_GROUP_NAME
		LOGFILE_GROUP_NUMBER
		ENGINE
		FULLTEXT_KEYS
		DELETED_ROWS
		UPDATE_COUNT
		FREE_EXTENTS
		TOTAL_EXTENTS
		EXTENT_SIZE
		INITIAL_SIZE
		MAXIMUM_SIZE
		AUTOEXTEND_SIZE
		CREATION_TIME
		LAST_UPDATE_TIME
		LAST_ACCESS_TIME
		RECOVER_TIME
		TRANSACTION_COUNTER
		VERSION
		ROW_FORMAT
		TABLE_ROWS
		AVG_ROW_LENGTH
		DATA_LENGTH
		MAX_DATA_LENGTH
		INDEX_LENGTH
		DATA_FREE
		CREATE_TIME
		UPDATE_TIME
		CHECK_TIME
		CHECKSUM
		STATUS


	GLOBAL_STATUS
		VARIABLE_NAME
		VARIABLE_VALUE

	GLOBAL_VARIABLES
		VARIABLE_NAME
		VARIABLE_VALUE

	KEY_COLUMN_USAGE
		CONSTRAINT_CATALOG
		CONSTRAINT_SCHEMA
		CONSTRAINT_NAME
		TABLE_CATALOG
		TABLE_SCHEMA
		TABLE_NAME
		COLUMN_NAME
		ORDINAL_POSITION
		POSITION_IN_UNIQUE_CONSTRAINT
		REFERENCED_TABLE_SCHEMA
		REFERENCED_TABLE_NAME
		REFERENCED_COLUMN_NAME

	OPTIMIZER_TRACE
		QUERY
		TRACE
		MISSING_BYTES_BEYOND_MAX_MEM_SIZE
		INSUFFICIENT_PRIVILEGES

	PARAMETERS
		SPECIFIC_CATALOG
		SPECIFIC_SCHEMA
		SPECIFIC_NAME
		ORDINAL_POSITION
		PARAMETER_MODE
		PARAMETER_NAME
		DATA_TYPE
		CHARACTER_MAXIMUM_LENGTH
		CHARACTER_OCTET_LENGTH
		NUMERIC_PRECISION
		NUMERIC_SCALE
		DATETIME_PRECISION
		CHARACTER_SET_NAME
		COLLATION_NAME
		DTD_IDENTIFIER
		ROUTINE_TYPE

	PARTITIONS
		TABLE_CATALOG
		TABLE_SCHEMA
		TABLE_NAME
		PARTITION_NAME
		SUBPARTITION_NAME
		PARTITION_ORDINAL_POSITION
		SUBPARTITION_ORDINAL_POSITION
		PARTITION_METHOD
		SUBPARTITION_METHOD
		PARTITION_EXPRESSION
		SUBPARTITION_EXPRESSION
		PARTITION_DESCRIPTION
		TABLE_ROWS
		AVG_ROW_LENGTH
		DATA_LENGTH
		MAX_DATA_LENGTH
		INDEX_LENGTH
		DATA_FREE
		CREATE_TIME
		UPDATE_TIME
		CHECK_TIME
		CHECKSUM
		PARTITION_COMMENT
		NODEGROUP
		TABLESPACE_NAME

	PLUGINS
		PLUGIN_NAME
		PLUGIN_VERSION
		PLUGIN_STATUS
		PLUGIN_TYPE
		PLUGIN_TYPE_VERSION
		PLUGIN_LIBRARY
		PLUGIN_LIBRARY_VERSION
		PLUGIN_AUTHOR
		PLUGIN_DESCRIPTION
		PLUGIN_LICENSE
		LOAD_OPTION

	PROCESSLIST
		ID
		USER
		HOST
		DB
		COMMAND
		TIME
		STATE
		INFO

	PROFILING
		QUERY_ID
		SEQ
		STATE
		DURATION
		CPU_USER
		CPU_SYSTEM
		CONTEXT_VOLUNTARY
		CONTEXT_INVOLUNTARY
		BLOCK_OPS_IN
		BLOCK_OPS_OUT
		MESSAGES_SENT
		MESSAGES_RECEIVED
		PAGE_FAULTS_MAJOR
		PAGE_FAULTS_MINOR
		SWAPS
		SOURCE_FUNCTION
		SOURCE_FILE
		SOURCE_LINE

	REFERENTIAL_CONSTRAINTS
		CONSTRAINT_CATALOG
		CONSTRAINT_SCHEMA
		CONSTRAINT_NAME
		UNIQUE_CONSTRAINT_CATALOG
		UNIQUE_CONSTRAINT_SCHEMA
		UNIQUE_CONSTRAINT_NAME
		MATCH_OPTION
		UPDATE_RULE
		DELETE_RULE
		TABLE_NAME
		REFERENCED_TABLE_NAME

	ROUTINES
		SPECIFIC_NAME
		ROUTINE_CATALOG
		ROUTINE_SCHEMA
		ROUTINE_NAME
		ROUTINE_TYPE
		DATA_TYPE
		CHARACTER_MAXIMUM_LENGTH
		CHARACTER_OCTET_LENGTH
		NUMERIC_PRECISION
		NUMERIC_SCALE
		DATETIME_PRECISION
		CHARACTER_SET_NAME
		COLLATION_NAME
		DTD_IDENTIFIER
		ROUTINE_BODY
		ROUTINE_DEFINITION
		EXTERNAL_NAME
		EXTERNAL_LANGUAGE
		PARAMETER_STYLE
		IS_DETERMINISTIC
		SQL_DATA_ACCESS
		SQL_PATH
		SECURITY_TYPE
		CREATED
		LAST_ALTERED
		SQL_MODE
		ROUTINE_COMMENT
		DEFINER
		CHARACTER_SET_CLIENT
		COLLATION_CONNECTION
		DATABASE_COLLATION

	SCHEMATA
		CATALOG_NAME
		SCHEMA_NAME
		DEFAULT_CHARACTER_SET_NAME
		DEFAULT_COLLATION_NAME
		SQL_PATH

	SCHEMA_PRIVILEGES
		GRANTEE
		TABLE_CATALOG
		TABLE_SCHEMA
		PRIVILEGE_TYPE
		IS_GRANTABLE

	SESSION_STATUS
		VARIABLE_NAME
		VARIABLE_VALUE

	SESSION_VARIABLES
		VARIABLE_NAME
		VARIABLE_VALUE

	STATISTICS
		TABLE_CATALOG
		TABLE_SCHEMA
		TABLE_NAME
		NON_UNIQUE
		INDEX_SCHEMA
		INDEX_NAME
		SEQ_IN_INDEX
		COLUMN_NAME
		COLLATION
		CARDINALITY
		SUB_PART
		PACKED
		NULLABLE
		INDEX_TYPE
		COMMENT
		INDEX_COMMENT

	TABLES
		TABLE_CATALOG
		TABLE_SCHEMA
		TABLE_NAME
		TABLE_TYPE
		ENGINE
		VERSION
		ROW_FORMAT
		TABLE_ROWS
		AVG_ROW_LENGTH
		DATA_LENGTH
		MAX_DATA_LENGTH
		INDEX_LENGTH
		DATA_FREE
		AUTO_INCREMENT
		CREATE_TIME
		UPDATE_TIME
		CHECK_TIME
		TABLE_COLLATION
		CHECKSUM
		CREATE_OPTIONS
		TABLE_COMMENT

	TABLESPACES
		TABLESPACE_NAME
		ENGINE
		TABLESPACE_TYPE
		LOGFILE_GROUP_NAME
		EXTENT_SIZE
		AUTOEXTEND_SIZE
		MAXIMUM_SIZE
		NODEGROUP_ID
		TABLESPACE_COMMENT

	TABLE_CONSTRAINTS
		CONSTRAINT_CATALOG
		CONSTRAINT_SCHEMA
		CONSTRAINT_NAME
		TABLE_SCHEMA
		TABLE_NAME
		CONSTRAINT_TYPE

	TABLE_PRIVILEGES
		GRANTEE
		TABLE_CATALOG
		TABLE_SCHEMA
		TABLE_NAME
		PRIVILEGE_TYPE
		IS_GRANTABLE

	TRIGGERS
		TRIGGER_CATALOG
		TRIGGER_SCHEMA
		TRIGGER_NAME
		EVENT_MANIPULATION
		EVENT_OBJECT_CATALOG
		EVENT_OBJECT_SCHEMA
		EVENT_OBJECT_TABLE
		ACTION_ORDER
		ACTION_CONDITION
		ACTION_STATEMENT
		ACTION_ORIENTATION
		ACTION_TIMING
		ACTION_REFERENCE_OLD_TABLE
		ACTION_REFERENCE_NEW_TABLE
		ACTION_REFERENCE_OLD_ROW
		ACTION_REFERENCE_NEW_ROW
		CREATED
		SQL_MODE
		DEFINER
		CHARACTER_SET_CLIENT
		COLLATION_CONNECTION
		DATABASE_COLLATION

	USER_PRIVILEGES
		GRANTEE
		TABLE_CATALOG
		PRIVILEGE_TYPE
		IS_GRANTABLE

	VIEWS
		TABLE_CATALOG
		TABLE_SCHEMA
		TABLE_NAME
		VIEW_DEFINITION
		CHECK_OPTION
		IS_UPDATABLE
		DEFINER
		SECURITY_TYPE
		CHARACTER_SET_CLIENT
		COLLATION_CONNECTION

	INNODB_LOCKS
		loc_id
		loc_trx_id
		loc_mode
		loc_type
		loc_table
		loc_index
		loc_space
		loc_page
		loc_rec
		loc_data

	INNODB_TRX
		trx_id
		trx_state
		trx_started
		trx_requested_loc_id
		trx_wait_started
		trx_weight
		trx_mysql_thread_id
		trx_query
		trx_operation_state
		trx_tables_in_use
		trx_tables_loced
		trx_loc_structs
		trx_loc_memory_bytes
		trx_rows_loced
		trx_rows_modified
		trx_concurrency_ticets
		trx_isolation_level
		trx_unique_checs
		trx_foreign_ey_checs
		trx_last_foreign_ey_error
		trx_adaptive_hash_latched
		trx_adaptive_hash_timeout
		trx_is_read_only
		trx_autocommit_non_locing

	INNODB_SYS_DATAFILES
		SPACE
		PATH

	INNODB_LOCK_WAITS
		requesting_trx_id
		requested_loc_id
		blocing_trx_id
		blocing_loc_id

	INNODB_SYS_TABLESTATS
		TABLE_ID
		NAME
		STATS_INITIALIZED
		NUM_ROWS
		CLUST_INDEX_SIZE
		OTHER_INDEX_SIZE
		MODIFIED_COUNTER
		AUTOINC
		REF_COUNT

	INNODB_CMP
		page_size
		compress_ops
		compress_ops_o
		compress_time
		uncompress_ops
		uncompress_time

	INNODB_METRICS
		NAME
		SUBSYSTEM
		COUNT
		MAX_COUNT
		MIN_COUNT
		AVG_COUNT
		COUNT_RESET
		MAX_COUNT_RESET
		MIN_COUNT_RESET
		AVG_COUNT_RESET
		TIME_ENABLED
		TIME_DISABLED
		TIME_ELAPSED
		TIME_RESET
		STATUS
		TYPE
		COMMENT

	INNODB_CMP_RESET
		page_size
		compress_ops
		compress_ops_o
		compress_time
		uncompress_ops
		uncompress_time

	INNODB_CMP_PER_INDEX
		database_name
		table_name
		index_name
		compress_ops
		compress_ops_o
		compress_time
		uncompress_ops
		uncompress_time

	INNODB_CMPMEM_RESET
		page_size
		buffer_pool_instance
		pages_used
		pages_free
		relocation_ops
		relocation_time

	INNODB_FT_DELETED
		DOC_ID

	INNODB_BUFFER_PAGE_LRU
		POOL_ID
		LRU_POSITION
		SPACE
		PAGE_NUMBER
		PAGE_TYPE
		FLUSH_TYPE
		FIX_COUNT
		IS_HASHED
		NEWEST_MODIFICATION
		OLDEST_MODIFICATION
		ACCESS_TIME
		TABLE_NAME
		INDEX_NAME
		NUMBER_RECORDS
		DATA_SIZE
		COMPRESSED_SIZE
		COMPRESSED
		IO_FIX
		IS_OLD
		FREE_PAGE_CLOCK

	INNODB_SYS_FOREIGN
		ID
		FOR_NAME
		REF_NAME
		N_COLS
		TYPE

	INNODB_SYS_COLUMNS
		TABLE_ID
		NAME
		POS
		MTYPE
		PRTYPE
		LEN

	INNODB_SYS_INDEXES
		INDEX_ID
		NAME
		TABLE_ID
		TYPE
		N_FIELDS
		PAGE_NO
		SPACE

	INNODB_FT_DEFAULT_STOPWORD
		value

	INNODB_SYS_FIELDS
		INDEX_ID
		NAME
		POS

	INNODB_CMP_PER_INDEX_RESET
		database_name
		table_name
		index_name
		compress_ops
		compress_ops_o
		compress_time
		uncompress_ops
		uncompress_time

	INNODB_BUFFER_PAGE
		POOL_ID
		BLOCK_ID
		SPACE
		PAGE_NUMBER
		PAGE_TYPE
		FLUSH_TYPE
		FIX_COUNT
		IS_HASHED
		NEWEST_MODIFICATION
		OLDEST_MODIFICATION
		ACCESS_TIME
		TABLE_NAME
		INDEX_NAME
		NUMBER_RECORDS
		DATA_SIZE
		COMPRESSED_SIZE
		PAGE_STATE
		IO_FIX
		IS_OLD
		FREE_PAGE_CLOCK

	INNODB_CMPMEM
		page_size
		buffer_pool_instance
		pages_used
		pages_free
		relocation_ops
		relocation_time

	INNODB_FT_INDEX_TABLE
		WORD
		FIRST_DOC_ID
		LAST_DOC_ID
		DOC_COUNT
		DOC_ID
		POSITION

	INNODB_FT_BEING_DELETED
		DOC_ID

	INNODB_SYS_TABLESPACES
		SPACE
		NAME
		FLAG
		FILE_FORMAT
		ROW_FORMAT
		PAGE_SIZE
		ZIP_PAGE_SIZE

	INNODB_FT_INDEX_CACHE
		WORD
		FIRST_DOC_ID
		LAST_DOC_ID
		DOC_COUNT
		DOC_ID
		POSITION

	INNODB_SYS_FOREIGN_COLS
		ID
		FOR_COL_NAME
		REF_COL_NAME
		POS

	INNODB_SYS_TABLES
		TABLE_ID
		NAME
		FLAG
		N_COLS
		SPACE
		FILE_FORMAT
		ROW_FORMAT
		ZIP_PAGE_SIZE

	INNODB_BUFFER_POOL_STATS
		POOL_ID
		POOL_SIZE
		FREE_BUFFERS
		DATABASE_PAGES
		OLD_DATABASE_PAGES
		MODIFIED_DATABASE_PAGES
		PENDING_DECOMPRESS
		PENDING_READS
		PENDING_FLUSH_LRU
		PENDING_FLUSH_LIST
		PAGES_MADE_YOUNG
		PAGES_NOT_MADE_YOUNG
		PAGES_MADE_YOUNG_RATE
		PAGES_MADE_NOT_YOUNG_RATE
		NUMBER_PAGES_READ
		NUMBER_PAGES_CREATED
		NUMBER_PAGES_WRITTEN
		PAGES_READ_RATE
		PAGES_CREATE_RATE
		PAGES_WRITTEN_RATE
		NUMBER_PAGES_GET
		HIT_RATE
		YOUNG_MAKE_PER_THOUSAND_GETS
		NOT_YOUNG_MAKE_PER_THOUSAND_GETS
		NUMBER_PAGES_READ_AHEAD
		NUMBER_READ_AHEAD_EVICTED
		READ_AHEAD_RATE
		READ_AHEAD_EVICTED_RATE
		LRU_IO_TOTAL
		LRU_IO_CURRENT
		UNCOMPRESS_TOTAL
		UNCOMPRESS_CURRENT

	INNODB_FT_CONFIG
		KEY
		VALUE


dafont
	access
		id
		open

	auteur
		author_id
		user_id
		nom_auteur
		nom_site
		username
		first_name
		last_name
		foundry
		tname
		nochange
		urlname
		number
		url
		url2
		url3
		verif
		id_licence
		id_licence_comp
		pic
		pic_big
		sy
		adsense_id
		adsense_channel
		paypal
		planet
		nb_fonts
		active

	auteur_bac
		date_modif
		author_id
		first_name
		last_name
		foundry
		url
		id_licence
		pic
		pic_big
		paypal
		
	bad_sites
		id
		name
		url
		preg_str
		preg_str_short
		level
		illegal
		leecher
		dafont_clone
		no_readme
		spam_files
		no_author
		sell_pacs
		payment
		intrusive_ads
		unclear_dl_lin
		complicated_dl
		spyware

	ban
		user_id
		ip
		date

	categorie
		code_cat
		code_metacat
		nom_cat_fr
		nom_cat_en
		nom_cat_es
		nom_cat_de
		nom_cat_it
		nom_cat_pt
		cat_asso1
		cat_asso2
		mots_cles

	client_firms4
		id
		name

	com_agfa
		font_id
		name
		url

	com_ascender
		font_id
		name
		url

	com_fmp
		font_id
		name
		url

	com_linotype
		font_id
		urlname
		name

	com_myfonts
		font_id
		name
		url

	country
		iso
		en
		fr
		es
		de
		it
		pt
		local
		id

	dfcolor
		id
		bg1
		font1

	dist
		ref
		
	dl
		ip
		fichier
		expire

	dl_bac
		file
		font_id
		date
		nb_dl_old
		nb_dl_new
		total_old
		total_new

	dl_dist
		fichier
		referer
		nb

	faceboo_login
		id
		edc
		error
		error_reason
		error_description
		date
		ip
		state
		state_decode
		referer

	font_comment
		id
		font_id
		author_id
		comment
		user_id
		username
		user_active
		author
		modo
		date
		is_read
		active

	font_comment_hist
		id
		comment_id
		font_id
		user_id
		username
		old_comment
		new_comment
		hide
		admin_user
		date

	font_modif
		id
		user_id
		author
		win_name
		win_file
		mac_name
		mac_file
		author_name
		font_id
		file
		pic_file
		cat
		licence_id
		licence
		comments
		date
		terms
		hide
		online
		fred_comment
		roro_comment

	font_rename
		id
		font_id
		old_file
		new_file
		old_name
		new_name
		date
		admin_user

	forum_messages
		message_id
		forum_id
		forum_id_bac
		thread_id
		first
		subject
		url_subject
		body
		bad_body
		attach_type
		orig_url
		local_name
		hash1
		hash2
		img_edit
		orig_w
		orig_h
		thumb_w
		thumb_h
		user_id
		username
		user_active
		ip
		host
		geoip_country_code
		geoip_country_name
		empty_font_name
		orig_font_name
		font_name
		font_url
		bad_url
		font_id
		group_id
		author_id
		votes
		yes
		no
		percent
		no_vote
		dupl
		good
		solved
		top
		no_font
		message_count
		date
		edit
		last_edit
		last_editor
		last_date
		start_date
		last_user_id
		last_username
		last_user_active
		duplicate_m
		duplicate_t
		google_off
		active
		user_agent

	forum_messages_hist
		id
		message_id
		occ
		old_forum_id
		forum_id
		old_thread_id
		thread_id
		old_subject
		subject
		old_body
		body
		old_thumb_w
		thumb_w
		old_attach_type
		trim
		fuzzy
		repost
		bump
		old_orig_url
		old_local_name
		old_font_name
		font_name
		old_font_url
		font_url
		dupl
		no_dupl
		good
		bad
		solved
		unsolved
		top
		no_font
		is_font
		dupl_request
		date_init
		date
		duplicate_m
		duplicate_t
		edit
		ban
		ban_date
		user_id
		editor_user_id
		editor_username
		modo
		active

	forum_newflags
		user_id
		forum_id
		thread_id
		message_id
		active

	forum_subscribers
		user_id
		mailto
		fav
		thread_id
		active

	forum_votes
		user_id
		message_id
		status

	forums
		forum_id
		lang
		model
		name_en
		name_fr
		name_es
		name_de
		name_it
		name_pt
		sort_en
		sort_fr
		sort_es
		sort_de
		sort_it
		sort_pt
		desc_en
		desc_fr
		desc_es
		desc_de
		desc_it
		desc_pt
		level
		thread_count
		message_count
		last_date
		active

	frigo_user_pb_debut_juillet2012
		user_id
		fb_id
		active
		move
		username
		password
		password_temp
		email
		hide_email
		pm
		first_name
		last_name
		gender
		birthday
		country
		location
		time_zone
		avatar
		pic
		date_sub
		date_last_active_forum
		lang
		geoip_country_code
		last_folder
		code_activation
		user_text
		url
		author_id
		sy
		sy_pb
		img
		href
		html
		sp
		level
		cooie
		com
		ban
		ban_date

	geoip
		id
		code
		country
		lang
		dafont
		host
		ip
		user_agent

	licence
		id_licence
		type_fr
		type_en
		type_es
		type_de
		type_it
		type_pt

	lins
		id
		cat_id
		name
		en
		fr
		url
		desc_fr
		desc_en
		approved
		email
		clics
		date

	lins_cat
		id
		name_fr
		name_en
		position

	log_register
		id
		no_form
		username
		email
		date_sub
		lang
		geoip_country_code
		accept_language
		ip
		ip2
		code_activation
		cooie
		com
		ban
		ban_date
		user_agent
		msid
		pageviews
		captcha
		code

	log_tmp
		user_id
		date
		url
		ip
		host
		geoip_country_code
		geoip_country_name
		referer

	maj
		maj
		
	maj_init
		ttf

	maj_o
		ttf

	mc
		mc_famille
		mc

	metacat
		code_metacat
		nom_metacat_fr
		nom_metacat_en
		nom_metacat_es
		nom_metacat_de
		nom_metacat_it
		nom_metacat_pt

	nofile
		id
		mode
		ua
		ip
		expire
		ref
		die

	police
		font_id
		nom_fic
		single_set
		single_prev
		nb_init
		ext
		libelle
		preview
		mots_cles
		mots_cles_temp
		mc_famille
		metacat_id
		code_cat
		author_id
		user_id
		id_licence
		id_licence_comp
		lc
		poids_win
		poids_mac
		nb_fic
		folder
		htl
		a
		e
		b
		bit
		static_size
		static_y
		size
		y
		casse
		gd
		c
		number
		info_fr
		info_en
		info_es
		info_de
		info_it
		info_pt
		author_comment
		pic
		pic_w
		pic_h
		border_pic
		planet
		nb_dl
		nb_dl_1
		in_top
		nb_dl_total
		comment
		comments
		sy
		date
		is_update
		updated
		nup
		terms
		n
		nlu
		adult
		ebd
		ebd_info
		home
		active
		follow
		sort
		mod_comment
		group_id
		version
		upload_id
		admin_user
		maj

	police_fichiers
		file_id
		font_id
		ttf_filename
		nb_init
		ext
		sort
		b
		bit
		size
		y
		charmap
		charmap_size
		empty1
		empty2
		empty3
		static
		maj

	private_messages
		message_id
		thread_id
		first
		subject
		body
		user_id
		username
		user_active
		to_user_id
		to_username
		to_user_active
		ip
		host
		geoip_country_code
		geoip_country_name
		message_count
		date
		edited
		last_date
		last_from_date
		last_to_date
		last_user_id
		last_username
		to_read
		old_active
		from_active
		to_active
		from_disabled
		to_disabled

	pselect_content
		font_id
		folder_id
		active

	pselect_folder
		folder_id
		folder_name
		user_id
		date
		private

	pub
		id
		emplacement
		description
		code
		poids
		heure_min
		heure_max
		capping
		prio
		ie_pc
		actif

	ready
		user
		open
		
	smiley
		code
		fichier
		cat
		init

	smiley_cat
		cat
		libelle

	soft
		id
		id_cat
		name
		pc
		mac
		linux
		price
		author
		author_url
		product_url
		desc_en
		desc_fr
		desc_es
		desc_de
		desc_it
		desc_pt
		fr
		pic
		sort
		active

	soft_cat
		id_cat
		en
		fr
		es
		de
		it
		pt

	spreadshirt
		id
		code
		domain
		expire
		user_id
		date_sub
		email_code
		email_remind
		lang
		used
		status

	stats
		polices
		accents
		euro
		commercial
		percent

	tag
		tag_id
		tag
		font_id
		hide
		loced
		lang
		temp

	tag_author
		tag_id
		tag
		author_id

	tag_cat
		tag_id
		tag
		code_cat
		lang

	tag_com_agfa
		tag_id
		tag
		font_id

	tag_com_ascender
		tag_id
		tag
		font_id

	tag_com_fmp
		tag_id
		tag
		font_id

	tag_com_linotype
		tag_id
		tag
		font_id

	tag_com_myfonts
		tag_id
		tag
		font_id

	tag_hist
		tag_id
		tag_old
		tag_new
		font_id
		hide
		loced
		lang_old
		lang_new
		prio_old
		prio_new
		delete
		user
		edit
		date
		
	tag_new
		tag_id
		tag
		font_id
		hide
		loced
		lang
		prio
		temp

	temp
		font_id
		nom_fic
		single_set
		single_prev
		nb_init
		ext
		libelle
		preview
		mots_cles
		mots_cles_temp
		mc_famille
		metacat_id
		code_cat
		author_id
		user_id
		id_licence
		id_licence_comp
		lc
		poids_win
		poids_mac
		nb_fic
		folder
		htl
		a
		e
		b
		bit
		static_size
		static_y
		size
		y
		casse
		gd
		c
		number
		info_fr
		info_en
		info_es
		info_de
		info_it
		info_pt
		author_comment
		pic
		pic_w
		pic_h
		border_pic
		planet
		nb_dl
		nb_dl_1
		in_top
		nb_dl_total
		comment
		comments
		sy
		date
		is_update
		updated
		nup
		terms
		n
		nlu
		adult
		ebd
		home
		active
		follow
		sort
		mod_comment
		group_id
		version
		upload_id
		maj

	test_police
		nom_fic
		nb_init
		ext
		libelle
		preview
		mots_cles
		mots_cles_temp
		mc_famille
		code_cat
		author_id
		id_licence
		id_licence_comp
		poids_win
		poids_mac
		nb_fic
		folder
		a
		e
		b
		bit
		static_size
		static_y
		size
		y
		casse
		gd
		c
		number
		info_fr
		info_en
		info_es
		author_comment
		pic
		pic_w
		pic_h
		border_pic
		planet
		nb_dl
		nb_dl_1
		in_top
		nb_dl_total
		comment
		comments
		sy
		date
		is_update
		updated
		nup
		terms
		n
		nlu
		adult
		ebd
		home
		active
		follow
		sort
		font_id
		maj

	upload
		id
		user_id
		author_id
		win_name
		win_file
		mac_name
		mac_file
		author_name
		email
		url
		pic_file
		cat
		dingbat
		licence
		id_licence
		licence_comp
		comments
		date
		lang
		terms
		hide
		online
		fridge
		updt
		pb
		admin_comment
		fav
		admin_user

	upload_comment
		upload_comment_id
		upload_id
		user
		date
		last_date
		comment
		edit
		last_edit

	upload_pb
		id
		user_id
		erning
		name
		baseline
		ascender
		cut_off
		heavy
		space_glyph
		incomplete
		not_font
		message
		date

	user
		user_id
		fb_id
		active
		move_avirer
		username
		first_reg
		last_reg
		edit_profile
		password
		password_temp
		email
		hide_email
		pm
		first_name
		last_name
		gender
		birthday
		country
		location
		time_zone
		avatar
		pic
		date_sub
		date_last_active_forum
		lang
		geoip_country_code
		accept_language
		ip
		ip2
		last_folder
		code_activation
		user_text
		url
		author_id
		sy
		sy_pb
		img
		href
		html
		sp
		level
		sound
		noad
		cooie
		com
		ban
		ban_date
		user_agent
		msid
		cpp
		pageviews

	user_agent
		nb
		ua

	user_bac
		date_modif
		active
		username
		password
		password_temp
		email
		hide_email
		first_name
		last_name
		gender
		birthday
		country
		location
		date_sub
		lang
		last_folder
		code_activation
		user_text
		url
		author_id
		sy
		img
		href
		html

	user_hist
		id
		user_id
		author_id
		old_username
		new_username
		email
		user_text
		url
		deleted
		date
		admin_user

	user_inactive
		user_id
		fb_id
		active
		move
		username
		password
		password_temp
		email
		date_sub
		lang
		geoip_country_code
		cooie

	z_agfa
		name
		url

	z_auteur7
		author_id
		user_id
		nom_auteur
		nom_site
		username
		first_name
		last_name
		foundry
		tname
		nochange
		urlname
		number
		url
		url2
		url3
		verif
		id_licence
		id_licence_comp
		pic
		pic_big
		sy
		adsense_id
		adsense_channel
		paypal
		planet
		nb_fonts
		active

	z_auteur8
		author_id
		user_id
		nom_auteur
		nom_site
		username
		first_name
		last_name
		foundry
		tname
		nochange
		urlname
		number
		url
		url2
		url3
		verif
		id_licence
		id_licence_comp
		pic
		pic_big
		sy
		adsense_id
		adsense_channel
		paypal
		planet
		nb_fonts
		active

	z_categorie5
		code_cat
		code_metacat
		nom_cat_fr
		nom_cat_en
		nom_cat_es
		nom_cat_de
		nom_cat_it
		nom_cat_pt
		cat_asso1
		cat_asso2
		mots_cles

	z_categorie6
		code_cat
		code_metacat
		nom_cat_fr
		nom_cat_en
		nom_cat_es
		nom_cat_de
		nom_cat_it
		nom_cat_pt
		cat_asso1
		cat_asso2
		mots_cles

	z_com_agfa
		font_id
		name
		url

	z_com_myfonts
		font_id
		name
		url
		active

	z_country4
		en
		fr
		es
		de
		local
		id

	z_font_comment12
		id
		font_id
		author_id
		comment
		user_id
		username
		user_active
		author
		modo
		date
		is_read
		active

	z_font_comment13
		id
		font_id
		author_id
		comment
		user_id
		username
		user_active
		author
		modo
		date
		is_read
		active

	z_font_modif3
		id
		user_id
		author
		win_name
		win_file
		mac_name
		mac_file
		author_name
		font_id
		file
		pic_file
		cat
		licence_id
		licence
		comments
		date
		terms
		hide
		online
		fred_comment

	z_font_modif4
		id
		user_id
		author
		win_name
		win_file
		mac_name
		mac_file
		author_name
		font_id
		file
		pic_file
		cat
		licence_id
		licence
		comments
		date
		terms
		hide
		online
		fred_comment
		roro_comment

	z_font_modif5
		id
		user_id
		author
		win_name
		win_file
		mac_name
		mac_file
		author_name
		font_id
		file
		pic_file
		cat
		licence_id
		licence
		comments
		date
		terms
		hide
		online
		fred_comment
		roro_comment

	z_forum_messages62
		message_id
		forum_id
		forum_id_bac
		thread_id
		first
		subject
		url_subject
		body
		bad_body
		attach_type
		orig_url
		local_name
		hash1
		hash2
		img_edit
		orig_w
		orig_h
		thumb_w
		thumb_h
		user_id
		username
		user_active
		ip
		host
		geoip_country_code
		geoip_country_name
		empty_font_name
		orig_font_name
		font_name
		font_url
		bad_url
		font_id
		author_id
		votes
		yes
		no
		percent
		no_vote
		dupl
		good
		solved
		top
		no_font
		message_count
		date
		edit
		last_edit
		last_editor
		last_date
		start_date
		last_user_id
		last_username
		last_user_active
		duplicate_m
		duplicate_t
		google_off
		active
		user_agent

	z_forum_messages63
		message_id
		forum_id
		forum_id_bac
		thread_id
		first
		subject
		url_subject
		body
		bad_body
		attach_type
		orig_url
		local_name
		hash1
		hash2
		img_edit
		orig_w
		orig_h
		thumb_w
		thumb_h
		user_id
		username
		user_active
		ip
		host
		geoip_country_code
		geoip_country_name
		empty_font_name
		orig_font_name
		font_name
		font_url
		bad_url
		font_id
		group_id
		author_id
		votes
		yes
		no
		percent
		no_vote
		dupl
		good
		solved
		top
		no_font
		message_count
		date
		edit
		last_edit
		last_editor
		last_date
		start_date
		last_user_id
		last_username
		last_user_active
		duplicate_m
		duplicate_t
		google_off
		active
		user_agent

	z_forum_messages64
		message_id
		forum_id
		forum_id_bac
		thread_id
		first
		subject
		url_subject
		body
		bad_body
		attach_type
		orig_url
		local_name
		hash1
		hash2
		img_edit
		orig_w
		orig_h
		thumb_w
		thumb_h
		user_id
		username
		user_active
		ip
		host
		geoip_country_code
		geoip_country_name
		empty_font_name
		orig_font_name
		font_name
		font_url
		bad_url
		font_id
		group_id
		author_id
		votes
		yes
		no
		percent
		no_vote
		dupl
		good
		solved
		top
		no_font
		message_count
		date
		edit
		last_edit
		last_editor
		last_date
		start_date
		last_user_id
		last_username
		last_user_active
		duplicate_m
		duplicate_t
		google_off
		active
		user_agent

	z_forum_messages65
		message_id
		forum_id
		forum_id_bac
		thread_id
		first
		subject
		url_subject
		body
		bad_body
		attach_type
		orig_url
		local_name
		hash1
		hash2
		img_edit
		orig_w
		orig_h
		thumb_w
		thumb_h
		user_id
		username
		user_active
		ip
		host
		geoip_country_code
		geoip_country_name
		empty_font_name
		orig_font_name
		font_name
		font_url
		bad_url
		font_id
		group_id
		author_id
		votes
		yes
		no
		percent
		no_vote
		dupl
		good
		solved
		top
		no_font
		message_count
		date
		edit
		last_edit
		last_editor
		last_date
		start_date
		last_user_id
		last_username
		last_user_active
		duplicate_m
		duplicate_t
		google_off
		active
		user_agent

	z_forum_messages66
		message_id
		forum_id
		forum_id_bac
		thread_id
		first
		subject
		url_subject
		body
		bad_body
		attach_type
		orig_url
		local_name
		hash1
		hash2
		img_edit
		orig_w
		orig_h
		thumb_w
		thumb_h
		user_id
		username
		user_active
		ip
		host
		geoip_country_code
		geoip_country_name
		empty_font_name
		orig_font_name
		font_name
		font_url
		bad_url
		font_id
		group_id
		author_id
		votes
		yes
		no
		percent
		no_vote
		dupl
		good
		solved
		top
		no_font
		message_count
		date
		edit
		last_edit
		last_editor
		last_date
		start_date
		last_user_id
		last_username
		last_user_active
		duplicate_m
		duplicate_t
		google_off
		active
		user_agent

	z_forum_messages_hist5
		id
		message_id
		occ
		old_forum_id
		forum_id
		old_thread_id
		thread_id
		old_subject
		subject
		old_body
		body
		old_thumb_w
		thumb_w
		old_attach_type
		fuzzy
		repost
		bump
		old_orig_url
		old_font_name
		font_name
		old_font_url
		font_url
		dupl
		no_dupl
		good
		bad
		solved
		unsolved
		top
		no_font
		is_font
		dupl_request
		date_init
		date
		duplicate_m
		duplicate_t
		edit
		ban
		ban_date
		user_id
		editor_user_id
		editor_username
		modo
		active

	z_forum_messages_hist6
		id
		message_id
		occ
		old_forum_id
		forum_id
		old_thread_id
		thread_id
		old_subject
		subject
		old_body
		body
		old_thumb_w
		thumb_w
		old_attach_type
		fuzzy
		repost
		bump
		old_orig_url
		old_local_name
		old_font_name
		font_name
		old_font_url
		font_url
		dupl
		no_dupl
		good
		bad
		solved
		unsolved
		top
		no_font
		is_font
		dupl_request
		date_init
		date
		duplicate_m
		duplicate_t
		edit
		ban
		ban_date
		user_id
		editor_user_id
		editor_username
		modo
		active

	z_forum_messages_hist7
		id
		message_id
		occ
		old_forum_id
		forum_id
		old_thread_id
		thread_id
		old_subject
		subject
		old_body
		body
		old_thumb_w
		thumb_w
		old_attach_type
		fuzzy
		repost
		bump
		old_orig_url
		old_local_name
		old_font_name
		font_name
		old_font_url
		font_url
		dupl
		no_dupl
		good
		bad
		solved
		unsolved
		top
		no_font
		is_font
		dupl_request
		date_init
		date
		duplicate_m
		duplicate_t
		edit
		ban
		ban_date
		user_id
		editor_user_id
		editor_username
		modo
		active

	z_forum_messages_hist8
		id
		message_id
		occ
		old_forum_id
		forum_id
		old_thread_id
		thread_id
		old_subject
		subject
		old_body
		body
		old_thumb_w
		thumb_w
		old_attach_type
		trim
		fuzzy
		repost
		bump
		old_orig_url
		old_local_name
		old_font_name
		font_name
		old_font_url
		font_url
		dupl
		no_dupl
		good
		bad
		solved
		unsolved
		top
		no_font
		is_font
		dupl_request
		date_init
		date
		duplicate_m
		duplicate_t
		edit
		ban
		ban_date
		user_id
		editor_user_id
		editor_username
		modo
		active
		
	z_forum_newflags4
		user_id
		forum_id
		thread_id
		message_id

	z_forum_subscribers2
		user_id
		mailto
		fav
		thread_id

	z_forum_votes
		user_id
		message_id

	z_forums5
		forum_id
		lang
		model
		name_en
		name_fr
		name_es
		name_de
		sort_en
		sort_fr
		sort_es
		sort_de
		desc_en
		desc_fr
		desc_es
		desc_de
		level
		thread_count
		message_count
		last_date
		active

	z_forums6
		forum_id
		lang
		model
		name_en
		name_fr
		name_es
		name_de
		name_it
		name_pt
		sort_en
		sort_fr
		sort_es
		sort_de
		sort_it
		sort_pt
		desc_en
		desc_fr
		desc_es
		desc_de
		desc_it
		desc_pt
		level
		thread_count
		message_count
		last_date
		active

	z_forums7
		forum_id
		lang
		model
		name_en
		name_fr
		name_es
		name_de
		name_it
		name_pt
		sort_en
		sort_fr
		sort_es
		sort_de
		sort_it
		sort_pt
		desc_en
		desc_fr
		desc_es
		desc_de
		desc_it
		desc_pt
		level
		thread_count
		message_count
		last_date
		active

	z_forums8
		forum_id
		lang
		model
		name_en
		name_fr
		name_es
		name_de
		name_it
		name_pt
		sort_en
		sort_fr
		sort_es
		sort_de
		sort_it
		sort_pt
		desc_en
		desc_fr
		desc_es
		desc_de
		desc_it
		desc_pt
		level
		thread_count
		message_count
		last_date
		active

	z_mc
		mc_famille
		mc

	z_metacat1
		code_metacat
		nom_metacat_fr
		nom_metacat_en
		nom_metacat_es

	z_police52_AVANT_modif_date
		font_id
		nom_fic
		single_set
		single_prev
		nb_init
		ext
		libelle
		preview
		mots_cles
		mots_cles_temp
		mc_famille
		metacat_id
		code_cat
		author_id
		user_id
		id_licence
		id_licence_comp
		lc
		poids_win
		poids_mac
		nb_fic
		folder
		htl
		a
		e
		b
		bit
		static_size
		static_y
		size
		y
		casse
		gd
		c
		number
		info_fr
		info_en
		info_es
		info_de
		info_it
		info_pt
		author_comment
		pic
		pic_w
		pic_h
		border_pic
		planet
		nb_dl
		nb_dl_1
		in_top
		nb_dl_total
		comment
		comments
		sy
		date
		is_update
		updated
		nup
		terms
		n
		nlu
		adult
		ebd
		home
		active
		follow
		sort
		mod_comment
		group_id
		version
		upload_id
		maj

	z_police59
		font_id
		nom_fic
		single_set
		single_prev
		nb_init
		ext
		libelle
		preview
		mots_cles
		mots_cles_temp
		mc_famille
		metacat_id
		code_cat
		author_id
		user_id
		id_licence
		id_licence_comp
		lc
		poids_win
		poids_mac
		nb_fic
		folder
		htl
		a
		e
		b
		bit
		static_size
		static_y
		size
		y
		casse
		gd
		c
		number
		info_fr
		info_en
		info_es
		info_de
		info_it
		info_pt
		author_comment
		pic
		pic_w
		pic_h
		border_pic
		planet
		nb_dl
		nb_dl_1
		in_top
		nb_dl_total
		comment
		comments
		sy
		date
		is_update
		updated
		nup
		terms
		n
		nlu
		adult
		ebd
		ebd_info
		home
		active
		follow
		sort
		mod_comment
		group_id
		version
		upload_id
		admin_user
		maj

	z_police60
		font_id
		nom_fic
		single_set
		single_prev
		nb_init
		ext
		libelle
		preview
		mots_cles
		mots_cles_temp
		mc_famille
		metacat_id
		code_cat
		author_id
		user_id
		id_licence
		id_licence_comp
		lc
		poids_win
		poids_mac
		nb_fic
		folder
		htl
		a
		e
		b
		bit
		static_size
		static_y
		size
		y
		casse
		gd
		c
		number
		info_fr
		info_en
		info_es
		info_de
		info_it
		info_pt
		author_comment
		pic
		pic_w
		pic_h
		border_pic
		planet
		nb_dl
		nb_dl_1
		in_top
		nb_dl_total
		comment
		comments
		sy
		date
		is_update
		updated
		nup
		terms
		n
		nlu
		adult
		ebd
		ebd_info
		home
		active
		follow
		sort
		mod_comment
		group_id
		version
		upload_id
		admin_user
		maj

	z_police61
		font_id
		nom_fic
		single_set
		single_prev
		nb_init
		ext
		libelle
		preview
		mots_cles
		mots_cles_temp
		mc_famille
		metacat_id
		code_cat
		author_id
		user_id
		id_licence
		id_licence_comp
		lc
		poids_win
		poids_mac
		nb_fic
		folder
		htl
		a
		e
		b
		bit
		static_size
		static_y
		size
		y
		casse
		gd
		c
		number
		info_fr
		info_en
		info_es
		info_de
		info_it
		info_pt
		author_comment
		pic
		pic_w
		pic_h
		border_pic
		planet
		nb_dl
		nb_dl_1
		in_top
		nb_dl_total
		comment
		comments
		sy
		date
		is_update
		updated
		nup
		terms
		n
		nlu
		adult
		ebd
		ebd_info
		home
		active
		follow
		sort
		mod_comment
		group_id
		version
		upload_id
		admin_user
		maj

	z_police62-pbstats
		font_id
		nom_fic
		single_set
		single_prev
		nb_init
		ext
		libelle
		preview
		mots_cles
		mots_cles_temp
		mc_famille
		metacat_id
		code_cat
		author_id
		user_id
		id_licence
		id_licence_comp
		lc
		poids_win
		poids_mac
		nb_fic
		folder
		htl
		a
		e
		b
		bit
		static_size
		static_y
		size
		y
		casse
		gd
		c
		number
		info_fr
		info_en
		info_es
		info_de
		info_it
		info_pt
		author_comment
		pic
		pic_w
		pic_h
		border_pic
		planet
		nb_dl
		nb_dl_1
		in_top
		nb_dl_total
		comment
		comments
		sy
		date
		is_update
		updated
		nup
		terms
		n
		nlu
		adult
		ebd
		ebd_info
		home
		active
		follow
		sort
		mod_comment
		group_id
		version
		upload_id
		admin_user
		maj

	z_police63
		font_id
		nom_fic
		single_set
		single_prev
		nb_init
		ext
		libelle
		preview
		mots_cles
		mots_cles_temp
		mc_famille
		metacat_id
		code_cat
		author_id
		user_id
		id_licence
		id_licence_comp
		lc
		poids_win
		poids_mac
		nb_fic
		folder
		htl
		a
		e
		b
		bit
		static_size
		static_y
		size
		y
		casse
		gd
		c
		number
		info_fr
		info_en
		info_es
		info_de
		info_it
		info_pt
		author_comment
		pic
		pic_w
		pic_h
		border_pic
		planet
		nb_dl
		nb_dl_1
		in_top
		nb_dl_total
		comment
		comments
		sy
		date
		is_update
		updated
		nup
		terms
		n
		nlu
		adult
		ebd
		ebd_info
		home
		active
		follow
		sort
		mod_comment
		group_id
		version
		upload_id
		admin_user
		maj

	z_police64
		font_id
		nom_fic
		single_set
		single_prev
		nb_init
		ext
		libelle
		preview
		mots_cles
		mots_cles_temp
		mc_famille
		metacat_id
		code_cat
		author_id
		user_id
		id_licence
		id_licence_comp
		lc
		poids_win
		poids_mac
		nb_fic
		folder
		htl
		a
		e
		b
		bit
		static_size
		static_y
		size
		y
		casse
		gd
		c
		number
		info_fr
		info_en
		info_es
		info_de
		info_it
		info_pt
		author_comment
		pic
		pic_w
		pic_h
		border_pic
		planet
		nb_dl
		nb_dl_1
		in_top
		nb_dl_total
		comment
		comments
		sy
		date
		is_update
		updated
		nup
		terms
		n
		nlu
		adult
		ebd
		ebd_info
		home
		active
		follow
		sort
		mod_comment
		group_id
		version
		upload_id
		admin_user
		maj

	z_police66
		font_id
		nom_fic
		single_set
		single_prev
		nb_init
		ext
		libelle
		preview
		mots_cles
		mots_cles_temp
		mc_famille
		metacat_id
		code_cat
		author_id
		user_id
		id_licence
		id_licence_comp
		lc
		poids_win
		poids_mac
		nb_fic
		folder
		htl
		a
		e
		b
		bit
		static_size
		static_y
		size
		y
		casse
		gd
		c
		number
		info_fr
		info_en
		info_es
		info_de
		info_it
		info_pt
		author_comment
		pic
		pic_w
		pic_h
		border_pic
		planet
		nb_dl
		nb_dl_1
		in_top
		nb_dl_total
		comment
		comments
		sy
		date
		is_update
		updated
		nup
		terms
		n
		nlu
		adult
		ebd
		ebd_info
		home
		active
		follow
		sort
		mod_comment
		group_id
		version
		upload_id
		admin_user
		maj

	z_police67
		font_id
		nom_fic
		single_set
		single_prev
		nb_init
		ext
		libelle
		preview
		mots_cles
		mots_cles_temp
		mc_famille
		metacat_id
		code_cat
		author_id
		user_id
		id_licence
		id_licence_comp
		lc
		poids_win
		poids_mac
		nb_fic
		folder
		htl
		a
		e
		b
		bit
		static_size
		static_y
		size
		y
		casse
		gd
		c
		number
		info_fr
		info_en
		info_es
		info_de
		info_it
		info_pt
		author_comment
		pic
		pic_w
		pic_h
		border_pic
		planet
		nb_dl
		nb_dl_1
		in_top
		nb_dl_total
		comment
		comments
		sy
		date
		is_update
		updated
		nup
		terms
		n
		nlu
		adult
		ebd
		ebd_info
		home
		active
		follow
		sort
		mod_comment
		group_id
		version
		upload_id
		admin_user
		maj

	z_police68
		font_id
		nom_fic
		single_set
		single_prev
		nb_init
		ext
		libelle
		preview
		mots_cles
		mots_cles_temp
		mc_famille
		metacat_id
		code_cat
		author_id
		user_id
		id_licence
		id_licence_comp
		lc
		poids_win
		poids_mac
		nb_fic
		folder
		htl
		a
		e
		b
		bit
		static_size
		static_y
		size
		y
		casse
		gd
		c
		number
		info_fr
		info_en
		info_es
		info_de
		info_it
		info_pt
		author_comment
		pic
		pic_w
		pic_h
		border_pic
		planet
		nb_dl
		nb_dl_1
		in_top
		nb_dl_total
		comment
		comments
		sy
		date
		is_update
		updated
		nup
		terms
		n
		nlu
		adult
		ebd
		ebd_info
		home
		active
		follow
		sort
		mod_comment
		group_id
		version
		upload_id
		admin_user
		maj

	z_police69
		font_id
		nom_fic
		single_set
		single_prev
		nb_init
		ext
		libelle
		preview
		mots_cles
		mots_cles_temp
		mc_famille
		metacat_id
		code_cat
		author_id
		user_id
		id_licence
		id_licence_comp
		lc
		poids_win
		poids_mac
		nb_fic
		folder
		htl
		a
		e
		b
		bit
		static_size
		static_y
		size
		y
		casse
		gd
		c
		number
		info_fr
		info_en
		info_es
		info_de
		info_it
		info_pt
		author_comment
		pic
		pic_w
		pic_h
		border_pic
		planet
		nb_dl
		nb_dl_1
		in_top
		nb_dl_total
		comment
		comments
		sy
		date
		is_update
		updated
		nup
		terms
		n
		nlu
		adult
		ebd
		ebd_info
		home
		active
		follow
		sort
		mod_comment
		group_id
		version
		upload_id
		admin_user
		maj

	z_police-25nov2016
		font_id
		nom_fic
		single_set
		single_prev
		nb_init
		ext
		libelle
		preview
		mots_cles
		mots_cles_temp
		mc_famille
		metacat_id
		code_cat
		author_id
		user_id
		id_licence
		id_licence_comp
		lc
		poids_win
		poids_mac
		nb_fic
		folder
		htl
		a
		e
		b
		bit
		static_size
		static_y
		size
		y
		casse
		gd
		c
		number
		info_fr
		info_en
		info_es
		info_de
		info_it
		info_pt
		author_comment
		pic
		pic_w
		pic_h
		border_pic
		planet
		nb_dl
		nb_dl_1
		in_top
		nb_dl_total
		comment
		comments
		sy
		date
		is_update
		updated
		nup
		terms
		n
		nlu
		adult
		ebd
		ebd_info
		home
		active
		follow
		sort
		mod_comment
		group_id
		version
		upload_id
		admin_user
		maj

	z_police_fichiers10
		file_id
		font_id
		ttf_filename
		nb_init
		ext
		sort
		b
		bit
		size
		y
		charmap
		charmap_size
		empty1
		empty2
		empty3
		static
		maj

	z_police_fichiers6
		file_id
		font_id
		ttf_filename
		nb_init
		ext
		sort
		b
		bit
		size
		y
		charmap
		charmap_size
		empty1
		empty2
		empty3
		static
		maj

	z_police_fichiers7
		file_id
		font_id
		ttf_filename
		nb_init
		ext
		sort
		b
		bit
		size
		y
		charmap
		charmap_size
		empty1
		empty2
		empty3
		static
		maj

	z_police_fichiers8
		file_id
		font_id
		ttf_filename
		nb_init
		ext
		sort
		b
		bit
		size
		y
		charmap
		charmap_size
		empty1
		empty2
		empty3
		static
		maj

	z_police_fichiers9
		file_id
		font_id
		ttf_filename
		nb_init
		ext
		sort
		b
		bit
		size
		y
		charmap
		charmap_size
		empty1
		empty2
		empty3
		static
		maj

	z_private_messages10
		message_id
		thread_id
		first
		subject
		url_subject
		body
		user_id
		username
		user_active
		to_user_id
		to_username
		to_user_active
		ip
		host
		geoip_country_code
		geoip_country_name
		message_count
		date
		edited
		last_date
		last_from_date
		last_to_date
		last_user_id
		last_username
		to_read
		old_active
		from_active
		to_active
		from_disabled
		to_disabled

	z_private_messages11
		message_id
		thread_id
		first
		subject
		body
		user_id
		username
		user_active
		to_user_id
		to_username
		to_user_active
		ip
		host
		geoip_country_code
		geoip_country_name
		message_count
		date
		edited
		last_date
		last_from_date
		last_to_date
		last_user_id
		last_username
		to_read
		old_active
		from_active
		to_active
		from_disabled
		to_disabled

	z_private_messages9
		message_id
		thread_id
		first
		subject
		url_subject
		body
		user_id
		username
		user_active
		to_user_id
		to_username
		to_user_active
		ip
		host
		geoip_country_code
		geoip_country_name
		message_count
		date
		edited
		last_date
		last_from_date
		last_to_date
		last_user_id
		last_username
		to_read
		old_active
		from_active
		to_active
		from_disabled
		to_disabled

	z_pselect_content3
		font_id
		folder_id
		active

	z_pselect_folder
		folder_id
		folder_name
		user_id
		date
		private

	z_soft3
		id
		id_cat
		name
		pc
		mac
		linux
		price
		author
		author_url
		product_url
		desc_en
		desc_fr
		desc_es
		fr
		pic
		sort
		active

	z_spreadshirt3
		id
		code
		domain
		expire
		user_id
		date_sub
		email_code
		email_remind
		lang
		used
		status

	z_stats1
		polices
		accents
		euro
		commercial

	z_tag2
		tag_id
		tag
		font_id
		hide
		loced
		lang
		temp

	z_tag3
		tag_id
		tag
		font_id
		hide
		loced
		lang
		temp

	z_tag4
		tag_id
		tag
		font_id
		hide
		loced
		lang
		temp

	z_tag_author
		tag_id
		tag
		author_id

	z_tag_com_agfa
		tag_id
		tag
		font_id

	z_upload10
		id
		user_id
		author_id
		win_name
		win_file
		mac_name
		mac_file
		author_name
		email
		url
		pic_file
		cat
		dingbat
		licence
		id_licence
		licence_comp
		comments
		date
		lang
		terms
		hide
		online
		fridge
		updt
		pb
		admin_comment
		fav

	z_upload11
		id
		user_id
		author_id
		win_name
		win_file
		mac_name
		mac_file
		author_name
		email
		url
		pic_file
		cat
		dingbat
		licence
		id_licence
		licence_comp
		comments
		date
		lang
		terms
		hide
		online
		fridge
		updt
		pb
		admin_comment
		fav
		admin_user

	z_upload12
		id
		user_id
		author_id
		win_name
		win_file
		mac_name
		mac_file
		author_name
		email
		url
		pic_file
		cat
		dingbat
		licence
		id_licence
		licence_comp
		comments
		date
		lang
		terms
		hide
		online
		fridge
		updt
		pb
		admin_comment
		fav
		admin_user

	z_upload13
		id
		user_id
		author_id
		win_name
		win_file
		mac_name
		mac_file
		author_name
		email
		url
		pic_file
		cat
		dingbat
		licence
		id_licence
		licence_comp
		comments
		date
		lang
		terms
		hide
		online
		fridge
		updt
		pb
		admin_comment
		fav
		admin_user

	z_upload14
		id
		user_id
		author_id
		win_name
		win_file
		mac_name
		mac_file
		author_name
		email
		url
		pic_file
		cat
		dingbat
		licence
		id_licence
		licence_comp
		comments
		date
		lang
		terms
		hide
		online
		fridge
		updt
		pb
		admin_comment
		fav
		admin_user

	z_upload9
		id
		user_id
		author_id
		win_name
		win_file
		mac_name
		mac_file
		author_name
		email
		url
		pic_file
		cat
		dingbat
		licence
		id_licence
		licence_comp
		comments
		date
		lang
		terms
		hide
		online
		fridge
		updt
		pb
		admin_comment

	z_upload_comment1
		upload_comment_id
		upload_id
		user
		date
		comment
		edit
		last_edit

	z_upload_comment2
		upload_comment_id
		upload_id
		user
		date
		last_date
		comment
		edit
		last_edit

	z_upload_comment3
		upload_comment_id
		upload_id
		user
		date
		last_date
		comment
		edit
		last_edit

	z_upload_pb1
		id
		user_id
		erning
		name
		baseline
		ascender
		heavy
		incomplete
		not_font
		message

	z_upload_pb2
		id
		user_id
		erning
		name
		baseline
		ascender
		heavy
		incomplete
		not_font
		message
		date

	z_upload_pb3
		id
		user_id
		erning
		name
		baseline
		ascender
		cut_off
		heavy
		space_glyph
		incomplete
		not_font
		message
		date

	z_user32
		user_id
		fb_id
		active
		move_avirer
		username
		first_reg
		last_reg
		edit_profile
		password
		password_temp
		email
		hide_email
		pm
		first_name
		last_name
		gender
		birthday
		country
		location
		time_zone
		avatar
		pic
		date_sub
		date_last_active_forum
		lang
		geoip_country_code
		accept_language
		ip
		ip2
		last_folder
		code_activation
		user_text
		url
		author_id
		sy
		sy_pb
		img
		href
		html
		sp
		level
		noad
		cooie
		com
		ban
		ban_date
		user_agent
		msid
		cpp
		pageviews

	z_user33
		user_id
		fb_id
		active
		move_avirer
		username
		first_reg
		last_reg
		edit_profile
		password
		password_temp
		email
		hide_email
		pm
		first_name
		last_name
		gender
		birthday
		country
		location
		time_zone
		avatar
		pic
		date_sub
		date_last_active_forum
		lang
		geoip_country_code
		accept_language
		ip
		ip2
		last_folder
		code_activation
		user_text
		url
		author_id
		sy
		sy_pb
		img
		href
		html
		sp
		level
		sound
		noad
		cooie
		com
		ban
		ban_date
		user_agent
		msid
		cpp
		pageviews

	z_user34
		user_id
		fb_id
		active
		move_avirer
		username
		first_reg
		last_reg
		edit_profile
		password
		password_temp
		email
		hide_email
		pm
		first_name
		last_name
		gender
		birthday
		country
		location
		time_zone
		avatar
		pic
		date_sub
		date_last_active_forum
		lang
		geoip_country_code
		accept_language
		ip
		ip2
		last_folder
		code_activation
		user_text
		url
		author_id
		sy
		sy_pb
		img
		href
		html
		sp
		level
		sound
		noad
		cooie
		com
		ban
		ban_date
		user_agent
		msid
		cpp
		pageviews

	z_verole_categorie
		code_cat
		code_metacat
		nom_cat_fr
		nom_cat_en
		cat_asso1
		cat_asso2
		mots_cles



dist
	dist
		referer
		nb

	search
		referer
		nb
