Skip to content
Neon edited this page Feb 9, 2022 · 3 revisions

For now there are 2 ways to place banners on website:

1. Using banners from details page of server.

1. Go to server page.
  1. Click on "Click to show server banners".

  2. Copy BB-code and paste into signature forms on any forums you like.

3.5. If you need you may use it as HTML element to paste into your website. For doing this you should do some changes:

From: [url=http://localhost/?s=1][img]http://localhost/userbar.php?s=1[/img][/url]

to: <a href="http://localhost/?s=1"><img src="http://localhost/userbar.php?s=1" /></a>

image

2. Using zones

  1. Go to admin panel.
  2. Set zone option to 1 at servers you need to show.
  3. Add code to your website:
<?php
  $lgsl_zone_number = 1;
  $output = "";
  require "lgsl/lgsl_files/lgsl_zone.php"; // note: you need to check route to that file!
  echo $output;
?> 

Wanna something to say? Hit https://github.com/tltneon/lgsl/discussions