Author Topic: [Update 23-09] GUI Admin Panel  (Read 16587 times)

Stoku

  • lck.gudio.eu
  • Full Member
  • ***
  • Posts: 276
  • Karma: +26/-2
  • Liberty City Killers
    • View Profile
    • Liberty City Killers (GTA3/VC Clan)
Re: [Update 04-08] GUI Admin Panel
« Reply #15 on: August 04, 2014, 02:55:59 pm »
The update is ready!

Version 1.2 R2 (04.08.2014):
- [SERVER/CLIENT] added support for Liberty Unleashed 0.1.0.15
- [SERVER] use autoloader by default
- [SERVER] Autoloader: added "off_" prefix detection in script name to ignore scripts
- [SERVER] Autoloader: added scripts counter

Download link in first post.
« Last Edit: August 04, 2014, 03:01:21 pm by Stoku »

Stoku

  • lck.gudio.eu
  • Full Member
  • ***
  • Posts: 276
  • Karma: +26/-2
  • Liberty City Killers
    • View Profile
    • Liberty City Killers (GTA3/VC Clan)
Re: [Update 08-08] GUI Admin Panel
« Reply #16 on: August 08, 2014, 02:55:43 pm »
Info:
A small update which adds new banning methods (LU 0.1.0.16).

Version 1.2 R3 (08.08.2014):
- [GUI] fix labels transparency in Liberty Unleashed 0.1.0.16+
- [GUI] added GUI_LABEL_ALPHA for theming
- [GUI] added ban type selection window (Liberty Unleashed 0.1.0.16+)
- [CLIENT] small code cleanups

Screen:


Download latest Admin Panel

Stoku

  • lck.gudio.eu
  • Full Member
  • ***
  • Posts: 276
  • Karma: +26/-2
  • Liberty City Killers
    • View Profile
    • Liberty City Killers (GTA3/VC Clan)
Re: [Update 02-09] GUI Admin Panel
« Reply #17 on: September 02, 2014, 02:27:13 pm »
Admin Panel 1.3

Info:
New login methods (password/LUID autologin). Check readme.txt and new variables in server.nut!

Version 1.3 (02.09.2014):
- [SERVER] added admin login command (/aplogin by default)
- [SERVER] added autologin via LUID
- [SERVER] new variables in server.nut: (str)LOGIN_COMMAND, (str)ADMIN_PASSWORD, (int)ADMIN_LEVEL, (int)ADMIN_LOGIN_ATTEMPTS, (bool)LUID_AUTOLOGIN

[RU]Kewun

  • Full Member
  • ***
  • Posts: 126
  • Karma: +11/-21
  • C.R.C Marshal
    • View Profile
Re: [Update 02-09] GUI Admin Panel
« Reply #18 on: September 14, 2014, 08:52:36 am »
How i launch the admin panel?
Fear the wrath of god!


Stoku

  • lck.gudio.eu
  • Full Member
  • ***
  • Posts: 276
  • Karma: +26/-2
  • Liberty City Killers
    • View Profile
    • Liberty City Killers (GTA3/VC Clan)
Re: [Update 02-09] GUI Admin Panel
« Reply #19 on: September 14, 2014, 03:39:37 pm »
How i launch the admin panel?
  • Unzip `adminpanel.zip` to your `Scripts` directory.
    Make sure it's: Scripts/adminpanel/*files here*
  • Open `content.xml` and add `<script folder="adminpanel"/>` on the bottom.
  • If you are using version 1.3  (latest), open Scripts/adminpanel/server.nut and edit line 10:
    local ADMIN_PASSWORD      = "pass";
  • Login with command /aplogin <password>
  • Open admin panel with "P" button.
With LUID_AUTOLOGIN enabled, it's not necessary to login with command everytime, only once :)

[RU]Kewun

  • Full Member
  • ***
  • Posts: 126
  • Karma: +11/-21
  • C.R.C Marshal
    • View Profile
Re: [Update 02-09] GUI Admin Panel
« Reply #20 on: September 14, 2014, 05:56:01 pm »
thx
Fear the wrath of god!


Stoku

  • lck.gudio.eu
  • Full Member
  • ***
  • Posts: 276
  • Karma: +26/-2
  • Liberty City Killers
    • View Profile
    • Liberty City Killers (GTA3/VC Clan)
Re: [Update 29-09] GUI Admin Panel
« Reply #21 on: September 29, 2014, 03:45:48 pm »
Admin Panel 1.3.1

Release info:
The main goal of this update was reducing script load time and... TADA! It decreased from ~1350ms to <5ms! That means, the game won't lag on connect anymore.
It also includes a config.ini update (admin password, login command and other features from 1.3), some tweaks and minor bugs fixes.
There were made many changes, so please test and tell me if everything's fine.

Version 1.3.1 (29.09.2014):
- [CLIENT] reduced script load time from ~1350ms to <5ms.
- [CLIENT] tweaked spectate camera (from the back of spectated player)
- [GUI] prevent pressing buttons on the background windows (vehicle manager/color palette)
- [SERVER] added LoginCommand, Password, DefaultLevel, MaxAttempts, LUIDAutoLogin to config.ini (the config will be updated automatically after first launch)
- [GENERAL] redone some stuff, added minor fixes

Stoku

  • lck.gudio.eu
  • Full Member
  • ***
  • Posts: 276
  • Karma: +26/-2
  • Liberty City Killers
    • View Profile
    • Liberty City Killers (GTA3/VC Clan)
Re: [Update 29-09] GUI Admin Panel
« Reply #22 on: October 02, 2014, 12:20:23 am »
Thanks for good words, it's nice to see that someone's using this :)

And I've got some good info about next update. I'm not a regular player, but...had a chance to get bored of current panel look, so...

* Stoku announces Admin Panel 2.0!


Tabbed view and movable window, which you should love :) The hint for planned release date is here: Version 1.0 (31.10.2013).

The question is...do you love it?


/edit:
Preview #2


Feel free to request new features.
« Last Edit: September 13, 2015, 11:00:02 pm by Stoku »

sasha19323

  • Jr. Member
  • **
  • Posts: 99
  • Karma: +25/-24
    • View Profile
Re: [Update 29-09] GUI Admin Panel
« Reply #23 on: October 05, 2014, 04:18:44 pm »
There's security flaw in your script. Anybody with client exploit can control the server w/ admin on it.

I suggest to add one more parametr to CallServerFunc. Special key/code, what admin of server receives on join. Or it can be any other check.

[RU]Kewun

  • Full Member
  • ***
  • Posts: 126
  • Karma: +11/-21
  • C.R.C Marshal
    • View Profile
Re: [Update 29-09] GUI Admin Panel
« Reply #24 on: October 05, 2014, 04:55:59 pm »
the old one was better
Fear the wrath of god!


Stoku

  • lck.gudio.eu
  • Full Member
  • ***
  • Posts: 276
  • Karma: +26/-2
  • Liberty City Killers
    • View Profile
    • Liberty City Killers (GTA3/VC Clan)
Re: [Update 29-09] GUI Admin Panel
« Reply #25 on: October 05, 2014, 05:15:38 pm »
There's security flaw in your script. Anybody with client exploit can control the server w/ admin on it.

I suggest to add one more parametr to CallServerFunc. Special key/code, what admin of server receives on join. Or it can be any other check.
Thank you. It was planned for the earlier version, but finally I didn't apply this kind of check. I thought the LU security fix will be enough.

I'll update it when I get back to home. It would be great if you could test the new upload (maybe this evening).

the old one was better
Please tell me why? You mean the color scheme or overall design? The 1.x will be getting some major bugfixes, but it's hard to add 2.0 features, cause the design isn't organised well and there's not much space.
« Last Edit: October 05, 2014, 05:31:18 pm by Stoku »

[RU]Kewun

  • Full Member
  • ***
  • Posts: 126
  • Karma: +11/-21
  • C.R.C Marshal
    • View Profile
Re: [Update 29-09] GUI Admin Panel
« Reply #26 on: October 05, 2014, 05:40:27 pm »
yes, colour scheme,the tabel
Fear the wrath of god!


Stoku

  • lck.gudio.eu
  • Full Member
  • ***
  • Posts: 276
  • Karma: +26/-2
  • Liberty City Killers
    • View Profile
    • Liberty City Killers (GTA3/VC Clan)
[Update 05-10] GUI Admin Panel
« Reply #27 on: October 05, 2014, 11:50:35 pm »
yes, colour scheme,the tabel
Oki, I'll port the old colors back :)

Admin Panel 1.3.2

Release info:
Fix of security flaw. The servers should be more secure from now.

Version 1.3.2 (05.10.2014):
- [GENERAL] added fix of security flaw

[RU]Kewun

  • Full Member
  • ***
  • Posts: 126
  • Karma: +11/-21
  • C.R.C Marshal
    • View Profile
Re: [Update 05-10] GUI Admin Panel
« Reply #28 on: October 06, 2014, 05:45:36 pm »
or you can make 2 skins for this admin panel
the old one and the new one

BTW i found a bug when i have the color picker for car then if i choose red then it turns in to white
and if yellow then grey and other colors
why?
bug#2
The mouse some times disapears when i open the panel, idk why
« Last Edit: October 08, 2014, 03:40:49 pm by SmallRhino »
Fear the wrath of god!


Stoku

  • lck.gudio.eu
  • Full Member
  • ***
  • Posts: 276
  • Karma: +26/-2
  • Liberty City Killers
    • View Profile
    • Liberty City Killers (GTA3/VC Clan)
Re: [Update 05-10] GUI Admin Panel
« Reply #29 on: December 20, 2014, 12:02:54 pm »
Hello! It's been a while since the last update on developmnent progress. Many things has changed in my life and I don't have that many time and motivation as I had before, but it doesn't mean that the project is completely abadonned.

@up: maybe some of RGB colors in palette are not "compatible" with LU, I'll take a look on it or you can try to change them yourself in client.nut file and send me corrected ones.

About disappearing mouse cursor... It may be issue with LU, because it happened to me many times even with simple scripts. It would be great to know how to reproduce this bug.

And the last thing... Merry Christmass!!! :)

Ps. Here's my latest screenshot with a new feature and context menu from 2.0, so I got a question to get some motivation... Who is waiting for 2.0? :)

Preview #3

Merry Christmass again!
« Last Edit: September 13, 2015, 10:59:14 pm by Stoku »

 

© Liberty Unleashed Team.