# File reference

## <span style="color: #0000ff;">DEV Files</span>

### This is a list of most customized Web File Share files and folders:

```
/css/style.css
```

### The CSS file that needs to be edited for changing the background for the login page.

```
/customizables/include.html
```

### It can be used to include HTML code inside the login page and on the main user interface. Can be used for including Google Adwords tracking code.

```
/customizables/config.php
```

### This is where configuration directives can be set. A list with the available directives can be found [here](http://support.quikbox.com/article.php?id=578).

```
/customizables/custom_actions/
```

### Contains the plugins responsible with the functionality available under the "Open with.." contextual menu option. The subfolders can be safely removed, if you wish to disable any of the options. For more information about the plugins, click [here](http://support.quikbox.com/article.php?id=581).

```
/viewers/ and /viewers_mobile/
```

### Includes the code that generates the file previews (for both the normal and mobile user interface).

```
/system/data/default_home_folder/
```

### This is the superuser's default home folder. It is recommended that you change the location of the Web File Share users' home folders outside the public area of your webserver (ie. outside "public\_html" or "www").

```
/system/data/languages/
```

### Contains the translation files.

```
/system/data/autoconfig.php
```

### Contains the MySQL connection information. This file needs editing if the connection changes (for example when the password gets updated).

```
/system/modules/weblinks/sections/default/html/pages/download.html
```

### Displays information about a file before being downloaded through a WebLink.

```
/system/modules/weblinks/sections/default/html/pages/folder.html
```

### Displays the list of files for a WebLinked folder.

```
/system/modules/weblinks/sections/default/html/pages/folder_gallery.html
```

### Displayed the image gallery for a WebLinked folder.

```
/system/modules/weblinks/sections/default/html/pages/folder_rss.html
```

### Generates the XML-formatted RSS feed for a WebLinked folder.

```
/system/modules/weblinks/sections/default/html/pages/invalid_link.html
```

### Displays a message to visitors accessing invalid or expired WebLinks.

```
/system/modules/weblinks/sections/default/html/pages/password.html
```

### Displays the password form for password-protected WebLinks.

```
/system/modules/weblinks/sections/default/html/pages/traffic_limit.html
```

Displays the warning when trying to download a file through a WebLink created by a Web File Share user who's traffic quota has been reached.