BLOG MERMİ APP CS 1.6 Server Status, Server Control, Player Bans

Сообщения
28
Реакции
20

logo-app.png
slogan.png
Project: Mermi

Requirements
Python 3.11.9
Fremework: Flask 3.1.0
Database: SQLAlchemy
Drive: Mysql Connector Python

A better build, easier installation has not been released yet , and i am still developing it.I will provide updates and also a repository under the control panel.

https://github.com/rootmapavri
public1.png
up3.jpg
acp-login.png
PROJECT PROMOTION MUSIC

&

HERE ARE THE TARGET NOTES
App
Database (SQLAlchemy) 👌
Websocket

Admin control panel
Pages (templates) 80% 👌

Accessibility
Server management
Prohibitions

Customization
API Compatible plugins (amxmodx)
Themes

Default
Style 70% 👌
DEVELOPER AND CONTRIBUTORS
 

Download all Attachments

Последнее редактирование:
Сообщения
28
Реакции
20
full screen view.png

Everyone knows that players use clients other than the Steam client, so the function of copying the Steam link and ip address has been added.

aclr.gif

I thought the news section would be effective so that managers could write about innovations and events.
but it's still not completed.



hbr.gif
 
Последнее редактирование:
Сообщения
28
Реакции
20
Dev/Day
Update!
1- In the user interface the top three players will be displayed on the card.
2- For lighter storage, only external link images will be displayed when creating a news feed.
 
Сообщения
28
Реакции
20
Dev/Day
Update!
1- Added admin page and admin login.
2- Articles and article edits published on admin pages.
3- Environment variable for the admin login panel. (.env)
4- SQLAlchemy database.
5- Mysql connector python drive.
6- Framework library expansion.
7- Style fits all devices. (70%)
 
Последнее редактирование:
Сообщения
28
Реакции
20
Python:
brand_bg_color = 'hsl(225, 71%, 7%)'
brand_nv_color = '#07122c'

@app.route('/customization', methods=['GET', 'POST'])
def customization():
    global brand_bg_color, brand_nv_color
    if request.method == 'POST':
        brand_bg_color = request.form.get('brand_bg_color')
        brand_nv_color = request.form.get('brand_nv_color')

        with open('static/css/mermi-app-default-brand.css', 'w') as css_file:
            css_file.write(f""":root {{
    --brand-bg-color: {brand_bg_color};
    --brand-nv-color: {brand_nv_color};
}}
body {{
    background-color: var(--brand-bg-color);
}}
nav {{
    background-color: var(--brand-nv-color);
}}

.navbar {{
    border-bottom: 1px solid rgba(59,130,246,.2);
    backdrop-filter: blur(8px);
}}

.brand-logo {{
    width: 40px;
    height: 40px;
}}

.flex-item-logo {{
    align-items: center;
    display: flex;
    flex-direction: row;
    align-self: center;
}}

.flex-item-logo-left {{
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}}

.flex-item-logo-left img {{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}}""")
        return redirect(url_for('customization'))
    return render_template('customization.html',
                            brand_bg_color=brand_bg_color,
                            brand_nv_color=brand_nv_color)
Dev/Day
Update!
Added /customization Page for example default colors: navigation bar and background color It can be changed to the desired color.
 
Последнее редактирование:
Сообщения
28
Реакции
20
Dev/Day
Update!
Screenshot of admin panel login page
The official logo of the application has been added.
 
Сообщения
28
Реакции
20
Dev/Day
Update!
1- The default style of admin panel pages has been adjusted, /customization page colors will not change these pages.
2- On admin pages html tags have been edited.
3- /customization can be changed on the page Blood Moon and Space Dance Added toggle functions for views.
4- Search engine optimization seo added meta titles, meta descriptions and canonical tags for.
 

Пользователи, просматривающие эту тему

Сейчас на форуме нет ни одного пользователя.
Сверху Снизу