-
Notifications
You must be signed in to change notification settings - Fork 49
Server banners
Neon edited this page Feb 9, 2022
·
3 revisions
For now there are 2 ways to place banners on website:
1. Go to server page.-
Click on "Click to show server banners".
-
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>
- Go to admin panel.
- Set zone option to 1 at servers you need to show.
- 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