Docs - Database.

fx_changelogs

Here all changes are stored, by date packages.

Column Name Type Key Null Default Comment
id int (10) Yes No   Autoincrementable
title varchar (100) No      
description text   No    
date int (10)   No    

title

description

date

fx_chars_annotations

Here the account entries are saved

Column Name Type Key Null Default Comment
id int (10) Yes No   Autoincrementable
idchar int (10)        
annotation text   No    
date int (10)   No    

iduser

annotation

date

fx_country

Here all countries are stored. In the registry you can choose the country of origin and take this table.

Column Name Type Key Null Default Comment
id int (10)   No   Autoincrementable
country_code varchar (2)   No ’’  
country_name varchar (100)   No ’’  

country_code

country_name

fx_events

Here the custom server events are stored.

Column Name Type Key Null Default Comment
id int (10) Yes No   Autoincrementable
title varchar (100)   No    
description text   No    
date_event_start int (10)   No    
date_event_end int (10)   No    
date int (10)   No    

title

description

date_event_start

date_event_end

date

fx_forum_category

Here you will create the forum categories

Column Name Type Key Null Default Comment
id int (10) Yes No   Autoincrementable
categoryName varchar (100)   No    

categoryName

fx_forum_comments

Here the comments of the topics are saved

Column Name Type Key Null Default Comment
id int (10) Yes No   Autoincrementable
topic int (10)   No    
author int (10)   No    
topic int (10)   No    
commentary text   No    
date int (10)   No    

topic

author

commentary

date

fx_forum_forums

Here you create the sections of the forum categories.

Column Name Type Key Null Default Comment
id int (10) Yes No   Autoincrementable
name varchar (100)   No    
category int (10)   No    
description tex   No    
icon varchar (100)   No icon1.png  
type int (1)   No 1  

name

category

description

icon

type

fx_forum_topics

Here all the topics are saved.

Column Name Type Key Null Default Comment
id int (10) Yes No   Autoincrementable
forums int (10)   No    
title varchar (100)   No    
author int (10)   No    
date int (10)   No    
content tex   No    
locked tinyint (1)   No 0  
pined tinyint (1)   No 0  
archivar int (1)   No 0  

forums

title

author

date

content

locked

pined

fx_news

Here the news is hosted.

Column Name Type Key Null Default Comment
id int (10) Yes No   Autoincrementable
title varchar (100)   No    
image varchar (100)   No new.jpg assets/images/news
description text   No    
date int (10)   No    

title

image

description

date

fx_news_comments

Here the comments of the news are saved

Column Name Type Key Null Default Comment
id int (10) Yes No   Autoincrementable
id_new int (10)        
commentary text   No    
date int (10)   No    
author int (10)   No    

id_new

commentary

date

author

fx_news_top

Here you will take the highlighted news

It will only take 1 and is ordered from highest to lowest by ID

Column Name Type Key Null Default Comment
id int (10) Yes No   Autoincrementable
id_new int (10)   No    

id_new

fx_questions

Here secret questions are taken for registration

Column Name Type Key Null Default Comment
id int (10) Yes No   Autoincrementable
question varchar (100)   No    

question

fx_ranks

Here you can edit all permissions

Column Name Type Key Null Default Comment
id int (10)   No   Autoincrementable
permission int (10)   No    

id

permission

fx_shop

Here everything that will be sold in the store is saved.

Column Name Type Key Null Default Comment
id int (10) Yes No   Autoincrementable
title varchar (100)   No    
description text   No    
image varchar (100)   No   assets/images/shop
price_donate int (11)        
price_vote int (11)        
type int (11)   No   1-item or 2-query
type_id int (11)       only if type = 1
type_query varchar (100)       only if type = 2

title

description

image

price_donate

price_vote

type

type_id

type_query

fx_shop_top

Here you will take the best items from the store

The system will take maximum 10 products and is ordered from highest to lowest by ID

Column Name Type Key Null Default Comment
id int (10) Yes No   Autoincrementable
id_shop int (11)   No    

id_shop

fx_slides

Here you will take the best items from the store

The system will take maximum 10 products and is ordered from highest to lowest by ID

Column Name Type Key Null Default Comment
id int (10) Yes No   Autoincrementable
title varchar (100)        
image varchar (100)   No image.jpg assets/images/slides
mobile_image varchar (100)   No imagemobile.jpg assets/images/slides

title

image

mobile_image

fx_slides

Here you will take the best items from the store

The system will take maximum 10 products and is ordered from highest to lowest by ID

Column Name Type Key Null Default Comment
id int (10) Yes No   Autoincrementable
title varchar (100)        
image varchar (100)   No image.jpg assets/images/slides
mobile_image varchar (100)   No imagemobile.jpg assets/images/slides

title

image

mobile_image

fx_tags

This is an identical system to #battletag.

The user will be assigned 4 random numbers and will work with his name # numbers

For example: FIXCORE#1234

Column Name Type Key Null Default Comment
id int (10) Yes No    
tag varchar (100)   No    

id

tag

fx_users

Here all countries are stored. In the registry you can choose the country of origin and take this table.

Column Name Type Key Null Default Comment
id int (10) Yes No    
name varchar (100)   No    
surname varchar (100)   No    
username varchar (100)   No    
email varchar (100)   No    
question int (10)   No    
answer varchar (100)   No    
year int (10)   No    
month int (10)   No    
day int (10)   No    
date int (10)   No    
profile varchar (100)   No default.jpg  

id

name

surname

username

email

question

answer

year

month

day

date

profile

fx_users_annotations

Here the account entries are saved

Column Name Type Key Null Default Comment
id int (10) Yes No   Autoincrementable
iduser int (10)        
annotation text   No    
date int (10)   No    

iduser

annotation

date