GAMING STORE

Premium Gaming Assets • Instant Downloads • Pro Quality Designs

85+ Downloads
0 New This Week
4 Bestsellers

Search Products

Categories

Price Range

€0.00
€49.99

Gaming Stats

Total Products 15
New This Week 0
Bestsellers 4
Free Products 5
Total Downloads 85
Avg Price €12.66
Categories 6

Trending Now

Most Downloaded
27 downloads
Hot Categories
Content Management Systems • Counter-Strike 1.6 Plugins • Extensions / Addons

Search Results for "advanced"

Found 4 product(s)

Page 1 of 1
ServerSeek - Modern Dark Server Tracker Fully-Responsive Theme
Gaming WEB Templates
BESTSELLER
34.99

ServerSeek - Modern Dark Server Tracker Fully-Responsive Theme

# ServerSeek - Modern Gaming Server Browser Template A premium, responsive HTML template designed for gaming server listing platforms. Built with TailwindCSS and modern web technologies, ServerSeek offers a sleek, dark-themed interface perfect for gaming communities. ## 🎮 Key Features ### Pages Included - **Homepage** - Dynamic landing page with feature showcase - **Servers List** - Advanced server browser with filtering - **Server Info** - Detailed server statistics and information - **Contact** - Professional contact form with social links - **Authentication Pages**   - Login with social integration   - Registration with validation - **Documentation** - Comprehensive documentation page ### Design Features - 🌙 Modern Dark Theme - 🎨 Premium Color Scheme   - Primary: #7e22ce (Purple)   - Secondary: #06b6d4 (Cyan)   - Dark backgrounds: #0f172a, #1e293b   - Accent colors for VIP elements - 📱 Fully Responsive Design - ⚡ Optimized Performance - 🔍 SEO Optimized ### Technical Features #### Server Browser - Advanced filtering system - Real-time server statistics - VIP server highlighting - Player count tracking - Server status indicators - Detailed server cards - Comprehensive server table #### Server Info Page - Interactive statistics charts - Player count history - Most played maps - Performance metrics - Current map display - Server rules section - Quick statistics overview #### Authentication System - Secure login/register forms - Social authentication (Discord, Steam) - Password visibility toggle - Form validation - Remember me functionality - Password strength requirements - Terms acceptance checkbox #### Contact System - Professional contact form - Multiple contact methods - Social media integration - Quick FAQ section - Support information ### Components & Elements - 🎯 Custom Buttons - 📊 Progress Bars - 📈 Statistics Cards - 🎲 Game Icons - 🔔 Notifications - 📱 Mobile Navigation - 📝 Forms & Inputs - 🎨 Gradients & Overlays ### Technical Specifications - Built with TailwindCSS - Bootstrap Icons Integration - Chart.js for Statistics - Mobile-First Approach - Cross-Browser Compatible - Clean, Documented Code - Easy Customization - Performance Optimized ### Additional Features - Newsletter Subscription - Social Media Integration - VIP Plans Section - Game Categories - Search Functionality - Sorting Options - Pagination System - Loading States ## 📦 What's Included - 6+ HTML Pages - Custom CSS Files - JavaScript Functions - Documentation - All Required Assets - Icon Pack - Sample Images - SEO Meta Tags ## 🛠️ Technologies Used - HTML5 - TailwindCSS - JavaScript - Chart.js - Bootstrap Icons - Google Fonts (Rajdhani) ## 🎯 Perfect For - Gaming Communities - Server Listing Platforms - Game Server Providers - eSports Organizations - Gaming Networks - Server Monitoring Services ## 💫 Benefits - Professional Design - Modern User Interface - Optimized for Gaming - Easy to Customize - Well-Documented - Regular Updates - Technical Support - Clean Code Structure

2
Apr 26
#web #template #responsive
AMXX Advanced HUD Advertisements
Counter-Strike 1.6 Plugins
FREE

AMXX Advanced HUD Advertisements

Advanced HUD Advertisements Plugin Version: 1.0Author: illusion @ eSportsDesignsPlugin Name: Advanced HUD Advertisements Description AdvertsNEW is an AMX Mod X plugin for Counter-Strike servers that displays customizable rotating advertisements to players using HUD messages. The plugin supports multiple display modes, random colors, and various visual effects to create eye-catching server announcements. Features ✅ Rotating Advertisements: Display multiple ads in sequence or random order ✅ HUD Message Display: Shows ads using colorful HUD messages on screen ✅ Random Colors: Each ad displays with randomly generated colors for visual variety ✅ Customizable Position: Configure X/Y position of HUD messages ✅ Visual Effects: Multiple fade-in/fade-out effects and display modes ✅ Dynamic Variables: Support for %map% and %newline% placeholders ✅ Live Reload: Reload advertisements without server restart ✅ Auto Config Creation: Automatically creates default config if missing Installation Compile the Plugin: amxxpc AdvertsNEW.sma Upload Files: Place AdvertsNEW.amxx in /addons/amxmodx/plugins/ Add AdvertsNEW.amxx to /addons/amxmodx/configs/plugins.ini Configuration: The plugin will automatically create /addons/amxmodx/configs/adverts_hud.ini Edit this file to add your custom advertisements Configuration File File: /addons/amxmodx/configs/adverts_hud.ini Format: ; Adverts HUD Configuration File ; Each line represents one advertisement ; Lines starting with ; are comments and will be ignored Welcome to our server! Join our community at www.example.com Type !menu to open server menu Current map: %map% Line 1%newline%Line 2 of same ad Special Variables: %map% - Replaced with current map name %newline% - Creates a line break in the HUD message Lines starting with ; or / are treated as comments CVars (Console Variables) CVar Default Description amx_adverts_enabled 1 Enable/disable the advertisement system amx_adverts_interval 60.0 Time interval between advertisements (seconds) amx_adverts_random 0 Random order (1) or sequential (0) amx_adverts_effect 2 HUD message effect type (0-3) amx_adverts_holdtime 5.0 How long to display each advertisement amx_adverts_fadein 0.1 Fade-in duration (seconds) amx_adverts_fadeout 0.2 Fade-out duration (seconds) amx_adverts_x -1.0 X position (-1.0 = center) amx_adverts_y 0.2 Y position (0.0 = top, 1.0 = bottom) Effect Types: 0 - No effect 1 - Fade in/out 2 - Flash/strobe effect 3 - Write-out effect Admin Commands Command Access Level Description amx_reloadadverts ADMIN_CVAR Reloads advertisement configuration without restart Usage Examples Basic Configuration: Welcome to [SERVER NAME]! Visit our website: www.yoursite.com Current map: %map% Join our Discord: discord.gg/yourserver Type !shop to open the store Multi-line Advertisement: === SERVER RULES ===%newline%1. No cheating%newline%2. No spam%newline%3. Have fun! Dynamic Content: You are playing on: %map% Server time: Check !time command Technical Details Dependencies: amxmodx, amxmisc, reapi, reapi_stocks Maximum Advertisements: 32 Maximum Message Length: 192 characters Array-based Storage: Uses dynamic arrays for efficient memory management Color System: Random RGB values generated for each display Configuration Tips Position Settings: X: -1.0 centers horizontally, 0.0 = left, 1.0 = right Y: 0.0 = top of screen, 1.0 = bottom of screen Timing Recommendations: Interval: 30-120 seconds (avoid spam) Hold time: 3-8 seconds (readable duration) Fade times: 0.1-0.5 seconds (smooth transitions) Message Guidelines: Keep messages concise and clear Use %newline% sparingly to avoid clutter Test different effect types for best visibility Troubleshooting Ads not showing? Check amx_adverts_enabled is set to 1 Verify config file exists and has valid content Ensure at least one non-comment line in config Position issues? Adjust amx_adverts_x and amx_adverts_y values Test with different screen resolutions Performance concerns? Increase interval time if server experiences lag Reduce number of advertisements if memory usage is high Support For issues or questions: Author: illusion @ eSportsDesigns Check AMX Mod X documentation for HUD message limitations Verify ReAPI installation for proper functionality Note: This plugin requires ReAPI for advanced HUD message functionality. Ensure ReAPI is properly installed and configured on your Counter-Strike server.

8
Aug 20
#cs16 #amxx #plugin
AMXX GAG System - Fully Configurable
Counter-Strike 1.6 Plugins
FREE

AMXX GAG System - Fully Configurable

  ILLUSION SQL GAG SYSTEM v1.0 Author: illusion @ eSportsDesigns.comPlugin: AMX Mod X for Counter-Strike 1.6 🎯 OVERVIEW Advanced MySQL-based gag system with strong anti-bypass protection and full configuration control. ✨ FEATURES Gag Types: Chat, Voice, or Both Flexible Duration: Minutes-based or permanent gags Custom Reasons: Fully configurable via INI file Bad Word Filter: Automatic gagging for forbidden words Logging System: Detailed logs of all gag events Anti-Bypass: Triple-identifier verification (SteamID + IP + Name) Round-Based Sync: Automatically detects gag changes (add/edit/remove) from database Direct Command Interface: Quick gagging with amx_gag command HUD Notifications: Real-time gag status display Sound Effects: Configurable sounds for gag events Professional Menus: Colored admin interface 🚀 INSTALLATION Upload GagSystemNew_Config.amxx to plugins/ folder Add to plugins.ini Create MySQL database Edit configs/gagsystem.ini with your database settings Restart server ⚙️ CONFIGURATION Auto-generates gagsystem.ini with sections: Database: MySQL connection settings Logs: Event logging configuration (LOGS_ENABLED = 1, LOGS_FILE = gagsystem.log) Menu: Interface customization Reasons: Gag reasons list Times: Duration options GagTypes: Chat/Voice/Both options Bad Words: Auto-gag filter Sounds: Audio effects Access: Admin permission levelsChecks: Round-based gag checking control (ENABLE_CHECKS = 1) 🎮 COMMANDS amx_gagmenu - Opens interactive gag menu amx_gag - NEW! Direct gag command Example: amx_gag John 30 Spam 0 Types: 0 = Chat Only, 1 = Voice Only, 2 = Chat + Voice amx_ungag - Ungag player amx_cleangags - Remove all gags amx_gaglist - List active gags 🛡️ SECURITY Triple Protection: Requires exact match of SteamID + IP + Nickname to prevent bypass attempts Round-Based Sync: NEW! Automatically checks every round for all gag changes (add/edit/remove) from database Auto-Detection: Detects new gags, gag edits, and gag removals from external sources (website) Real-Time Updates: Gag details (reason, time, type) automatically sync when edited from website Player Notifications: Chat messages inform players when their gag status or details change No Reconnect Required: All changes apply instantly on next round without reconnecting 📝 LOG FORMAT L MM/DD/YYYY - HH:MM:SS: Admin X gagged player Y for Z minutes with reason 'ABC' (Type: Chat) L MM/DD/YYYY - HH:MM:SS: Admin X ungagged player Y L MM/DD/YYYY - HH:MM:SS: Gag expired for player Y (Type: Voice) L MM/DD/YYYY - HH:MM:SS: SYSTEM automatically gagged player Y for Z minutes with reason 'Swearing (badword)' (Type: Both) L MM/DD/YYYY - HH:MM:SS: Gag validation failed for player Y - gag was manually removed from database L MM/DD/YYYY - HH:MM:SS: Gag details updated for player Y - Admin: X, Reason: ABC, Type: 0 🆕 NEW FEATURES (Latest Update) Direct Gag Command Instant Gagging: Use amx_gag for quick player gagging without menus Parameter Validation: Built-in checks for all parameters with helpful error messages Type System: Numeric gag types (0/1/2) with clear explanations Enhanced Round-Based Synchronization Complete Database Sync: Detects all gag changes (create/edit/remove) from external sources Real-Time Gag Updates: Automatically syncs reason, duration, and type changes from website Smart Voice Blocking: Properly handles gag type changes (Chat ↔ Voice ↔ Both) Player Communication: Chat notifications when gag status or details are modified Website Integration: Full compatibility with PanelSIX web management pages Enhanced User Experience Help System: Typing amx_gag alone shows usage examples and type explanations Error Messages: Clear feedback for invalid parameters or missing arguments Consistent Access: Uses same admin flags as existing gag menu system Performance Optimization Configurable Checks: New ENABLE_CHECKS option to control round-based gag checking Lag Reduction: Set ENABLE_CHECKS = 0 to disable round end/start checks for better server performance Selective Disabling: Only affects automatic round checks - manual commands still work normally Server-Friendly: Helps servers with high player counts avoid lag spikes during round transitions

27
Aug 18
#cs16 #amxx #plugin
[ADDON] PanelSIX: Players Tracker
Extensions / Addons
9.99

[ADDON] PanelSIX: Players Tracker

PanelSIX Players Tracker Advanced Player Tracking and Statistics System for CS 1.6 with AMX Mod X and Web Panel PanelSIX Players Tracker is a powerful tool for Counter-Strike 1.6 server administrators that provides real-time monitoring of player activity, including session history, round statistics, and team participation. The system includes a dedicated AMX Mod X plugin that logs all player data during gameplay, as well as a clean web interface for browsing and analyzing statistics. 🛠️ Key Features 🎮 AMX Mod X Integration Automatically tracks player connections and disconnections Records SteamID, IP address, server, map, and session time Tracks time spent in CT and T teams Counts rounds and team wins (CT/T) Updates data every 30 seconds Secure and stable – protected against SQL injection and common errors Command for resseting statistics 🌐 Web Interface Search by player name, SteamID, or IP address Filter by server or map Sort by any column with pagination support View currently online players in real-time Detailed player profiles: Total playtime Time spent as CT and T Number of rounds and sessions Online status and last seen time Breakdown of stats per server and map Graphs showing player activity over time Fully responsive design – works great on all devices 📊 Centralized Stats Overview Players: unique users, sessions, playtime Teams: CT/T playtime and round wins Maps: popularity and time played Rounds: total rounds played, CT/T win ratio Online Activity: currently active players and maps 🔐 Security Focused All database queries use secure prepared statements Input is sanitized to prevent XSS attacks Admin-only commands restricted to ADMIN_RCON access level

3
Jun 17
#web #cms #addon
Special Offer
Use code SAVE10 to get 10% OFF
Promo code copied!