English . Indonesia . india

1. Displays a list of file managers

Previously, make sure you have uploaded the file and created a folder in the file manager menu on the
panel if you have just displayed it on the page you want.

Writing format

[fm] Settings || Content [/fm]

SETTING PARAMETERS :
Parameter set is a function that controls the appearance of the file, parameter set is separated by commas
Example:
d=0 1 2, o=u, l=10, s =:to-page:, no=no file

The following is a list of parameter sets that can be filled in the setting

format area.
d=number which directory id will display the file
example1:d=1 example2:d=0 1 2 3 example3:d =:to-id (0):
o=order by
- o=u Order based on latest updates beginning
- o=ul Order based on oldest updates earlier
- o=n Order by name
- o=r Random order
- o=h Order by most downloads
for example:o=u,
l=maximum number of files to be displayed
- l=number file display limit
example:l=10 will display 10 files
s starts from the order in which the files are displayed
- s=number initial sequence example s=0
- s=get auto page jump based on get example:s =:to-page:
no=if there is no file
- no=text this parameter will appear if the file does not exist, for example:no=there is no file bro
to=is used for file details based on the link to=
- to=number displays by id example:to=1 will display database with id 1
- to=get displays files based on get example:to =:to-file:

search=Displays word search files
- search=get displays files based on get search results for example:search =:to-search:
usr=display files based on user uploaded
- usr=username based on the user who uploaded the
file example :user=eldio will display the uploaded file eldio
- usr=:to-user: displays files by :to-user:and to user can be replaced with to others for example:to-id: or :to-uid:it's up to you depending on your get to link

CONTENT PARAMETERS

This content parameter will appear. The following is a list of
content parameters
code Description
%id% Displays file id
%token% Morse code token
%sn% Displays the file sequence number
%id_folder% Displays the id_folder file
%name% Displays the file title
%thumb% Displays thumbnail images
%urlthumb% Show thumbnail image url
%icon% Displays the file icon
%size% Displays the file size
%hits% Show total file downloads
%description% Shows file description
%del% Displays the file deletion link
%time_upl% Displays the file upload time format 12-12-2014 (06:30)
%time_upl=time format% Displays the upload time of the database, the format can be changed
%time_download% Displays the last download time of file format 12-12-2014 (06:30)
%time_download=time format% Displays the last download time the database format can be changed
%by% Show the file uploader
%var-value% Displays sample file variables:%var-screen%
%link% Displays the download link
%apk-thumb% Displays the apk url thumbnail
%audio_play% Displays the audio player
%music-duration% Displays music duration
%music-title% Displays the music title (the format for writing the file name must be artist - title.mp3)
%music-artist% Displays the music artist (the format for writing the file name must be artist - title.mp3)
%music-album% Displays the music album (import files do not apply, use the var tag)
%music-year% Displays the music year (import files do not apply, use the var tag)
%music-composer% Displays the music composer (import files do not apply, use the var tag)
%music-bitrate% Displays the music bit rate (import files do not apply, use the var tag)
%music-thumb% Displays the music url image thumbnail (import files do not apply, use the var tag)

example of writing tag file manager:
[fm] d=0, o=u, l=5, s =:to-page:, no=None || < a href="site-1.html? to-file =%id%" >%name%< /a > (%size%) < br /> [/fm]


Displays the total number of all
files
[fm] d=0, l=0, n=0 ||%count%[/fm]


2. Folder

used to display the
folder Writing format
[fm_folder] set || content [/fm_folder]
The following are the parameters of the set:
  1. Set d (directory id):
  2. d =:to-id (0): Set directory to get to-id
  3. no=sentence this parameter will appear if there is no
The following are the parameters of the content:
  1. %id% Show the folder id
  2. %name% Displays the folder name
  3. %count% Displays the number of folders
Example: [fm_folder] d =:to-id (0) ||%name%(%count%) < br /> [/fm_folder]

3. Edit File Manager

The user writing format is
[setfm] set || content [/setfm]
Parameter set can be filled with the following variables:
  1. ud=link site The page will be selected to which site link after the process is successful, for example:ud=site-3.html
  2. to=file id is mandatory to make sure which id files will be edited
Content Parameters can be filled with the following variables:
  1. :name: displays the edit name input
  2. :description: displays the edit description textarea
  3. :var-value var: displays the var user input for example:var-gender:
  4. :var-value var (option var): displays the user's select var example:var-type (jpg | png):separated by a |
  5. :submit: displays the submit input form
  6. :submit=text: displays the submit value can be changed
Example: [setfm] to =:to-id:, ud=site-0.html || Address:< br /> :var-address::submit:[/setfm]