> For the complete documentation index, see [llms.txt](https://docs.wiclax.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wiclax.com/en/use-wiclax/live-results-broadcast/g-live-app/g-live-on-internet/your-results-on-your-website-without-wordpress.md).

# Your results on your website, without Wordpress

It is entirely possible to host the rankings directly on your site, even without the Wordpress plugin.

## Install the g-live app files on your site

The first step is to copy the files from the g-live application to your site.

To do this, you need to use your web host's file manager or an FTP client.

{% hint style="info" %}
An FTP client is a program that connects to your server's disk space. It lets you transfer files between your computer and your server. Several free FTP clients are available, including [Filezilla](https://filezilla-project.org/) and [WinSCP](https://winscp.net/eng/index.php). On your hosting provider's website, you will find information about FTP accounts and FTP client configuration.
{% endhint %}

The g-live application files are located in the Wiclax installation directory on your computer. They are usually found in `C:\Program Files (x86)\Wiclax\G-Live\public\` . This is the left-hand side of the FTP client software connected to your server.

These files must be copied to your server (on the right-hand side of the FTP software in the screenshot below), in a directory that you have to create (here the `G-Live` directory) in the location you want (here at the root of the site).

<figure><img src="https://1159484786-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJRt17XpwpUQzKYPTGL7Z%2Fuploads%2F5PLEFOWMx7KAbYuSKg5G%2Fimage.png?alt=media&amp;token=7e07b09f-1e9c-4c2c-b68e-b17738bcf19b" alt=""><figcaption></figcaption></figure>

Most FTP client software allows you to drag files back and forth.\
In our case, you need to select all the files and folders in your computer's public directory (left) and drag them to the G-live directory you've just created at the root (right).

## Go to the g-live administration page

The address is that of the folder where the application was downloaded, for example *`www.my-website.com/G-Live/admin`*. The login details for this page are those for your Wiclax user account. Modify the publication parameters as you see fit.

## Mettre en ligne votre premier classement

Now all you have to do is upload your first file from Wiclax (my-event.clax) to your server.

First of all, you need to structure the space on your server to organise the repository for many different events.

For example, we could create a `results` directory at the same level as the G-live directory we created earlier at the root of the site. This operation can also be carried out using our FTP client software. Then, in this `results` directory, create a directory for each race. Finally, we could imagine creating a directory for each edition.

The result is roughly as follows

&#x20;           /G-live\
&#x20;          *g-live app files* \
&#x20;          /results \
&#x20;                      /10KM-de-la-plaine \
&#x20;                                    /2025\
&#x20;                                    10kmplaine.clax \
&#x20;                      /marathon-de-marseillle \
&#x20;                                    /2024

The access address to the event results page will be formatted as follows: `[...]/g-live.html?f=[clax-file-path]` where `[...]` represents the public path to the G-Live folder in your context, in which the main file g-live.html can be found and `[clax-file-path]` represents the relative path of the Wiclax file to load (relative to the root G-Live folder). Special characters such as slashes must be escaped according to the URL encoding standard.

Using the example above, an address will look like that : `http://my-website.com/G-Live/g-live.html?f=results/10KM-de-la-plaine/2025/10kmplaine.clax`

Here we are! Your rankings are now accessible worldwide. But we still need to figure out how to update them in real time from Wiclax, during the timing.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.wiclax.com/en/use-wiclax/live-results-broadcast/g-live-app/g-live-on-internet/your-results-on-your-website-without-wordpress.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
