AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Snippets and Tutorials (https://forums.alliedmods.net/forumdisplay.php?f=112)
-   -   Admin Manager Python (https://forums.alliedmods.net/showthread.php?t=318785)

AG.1436 09-20-2019 11:47

Admin Manager Python
 
It is a simple manager for sourcemod admins and VIP

I was kinda free for few days so i decided to make this . This took me nearly 2 weeks and several mental breakdowns Special thanks to PYTHON Discord group for helping me a lot , 2 gud , cuz i started learning python like 1 month ago only , join them here - https://discord.gg/python

I know its a crappy software , but get the job done , you can just ignore it if you don't want to use it

How it works on LINUX ?

https://i.imgur.com/JX8IMPA.png

INSTALLATION :- (bare with my crappy english ;-; )

Dependicies : Python 3.6 or up for linux python3 - sudo apt-get install python3

Copy sm_vip.py , verify.py , verify_without_minus_day, shell.sh to you addons/configs folder

To add a VIP or first time installation :-

run sm_vip.py
.enter the details
Edit your shell.sh file with your path to verify.ph
.don't enter a string value in time , it will stop the program right away .If you using Linux enter this in your terminal of the machine
Code:

sudo crontab -e
Choose your preferred editor put this in the end :-

Code:

30 00 * * * bash path/to/your/addons/sourcemod/configs/shell.sh
to test if that works fine

Code:

*/1 * * * * bash path/to/your/addons/sourcemod/configs/shell.sh
check raw_time.txt file in next 2 minutes it should decrease 1 to the time

press ctrl + O and then enter to save press ctrl + x it should print :- crontab : installing new crontab

Done

.If using Windows use task scheduler to execute verify.py

DONE

Note - I never posted something on this forum , so tell me if I am doing something wrong :)

DOWNLOAD

AG.1436 09-20-2019 13:05

Re: Admin Manager Python
 
reserved

DarkDeviL 09-20-2019 13:35

Re: Admin Manager Python
 
Releasing your stuff is perfectly fine, however, the plugin sections is only for plugins, like the big red box mentioned:

https://i.imgur.com/5RwJJKn.png


Since there are no SourceMod plugin(s) in your thread, I moved it to Snippets and Tutorials.


All times are GMT -4. The time now is 23:28.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.