GAMING STORE

Premium Gaming Assets • Instant Downloads • Pro Quality Designs

143+ Downloads
0 New This Week
4 Bestsellers

Search Products

Categories

Price Range

€0.00
€49.99

Gaming Stats

Total Products 20
New This Week 0
Bestsellers 4
Free Products 8
Total Downloads 143
Avg Price €9.99
Categories 6

Trending Now

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

Search Results for "discord"

Found 6 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
GamePort - Fully-responsive Modern Gaming Landing Page
Content Management Systems
BESTSELLER
14.99

GamePort - Fully-responsive Modern Gaming Landing Page

🚀 GamePort – The Ultimate Portal for Your Gaming Network! 🎮 🔥 Easy Installation – No unnecessary SQL connections, just upload and you're ready!⚙️ Simple Configuration – Everything is set up in a single file: config.php🎨 Stylish & Modern Design – A dark gamer theme with full responsiveness for all devices🛠️ Built with the Best Tech – TailwindCSS + Material Icons for a professional look💬 Discord Status Integration – Automatically displays the total members and online players in your Discord server📊 Server Statistics – Real-time dynamic information for your game servers⭐ Customizable Highlights – Pre-made sections to showcase the unique advantages of your network and servers🖼️ High-Quality Visuals – Each section features sleek effects, and PSD files are included for full customization🔍 Full SEO Optimization – Optimized for fast performance, structured metadata, and better search rankings 💡 GamePort is the ultimate solution for any gaming community – easy, fast, SEO-friendly, and professional! 🚀 🔗 Get it now and take your network to the next level! 🎯

3
Apr 10
#web #cms #template
AMXX Chat Logger (Discord Integration)
Counter-Strike 1.6 Plugins
4.99

AMXX Chat Logger (Discord Integration)

CS Chat Logger Discord A Counter-Strike 1.6 AMX Mod X plugin that logs all in-game chat messages, team chat, and player join/disconnect events to a Discord channel in real-time via webhooks. Features 💬 All Chat Logging - Logs all public chat messages 👥 Team Chat Logging - Logs team-specific messages (Terrorists, Counter-Terrorists, Spectators) 📥 Join Messages - Logs when players connect to the server 📤 Disconnect Messages - Logs when players leave the server ⚙️ Configurable - CVars to enable/disable specific features 🎨 Formatted Messages - Uses Discord markdown (bold, code blocks) and emojis for better readability 🚫 Bot Filtering - Automatically ignores bot messages Message Format All Chat 💬 **PlayerName**: message content Team Chat 🔴 **PlayerName** `[T]`: message content (Terrorists) 🔵 **PlayerName** `[CT]`: message content (Counter-Terrorists) 👁️ **PlayerName** `[SPEC]`: message content (Spectators) Join/Disconnect 📥 **PlayerName** joined the server 📤 **PlayerName** left the server Installation Download Dependencies Make sure you have easy_http.inc in your AMX Mod X include folder Required includes: amxmodx, amxmisc, cstrike, easy_http Configure Webhook Create a Discord webhook in your desired channel Open ChatLogger.sma and replace the webhook URL on line 15: new const g_szWebhookURL[] = "YOUR_DISCORD_WEBHOOK_URL_HERE" Compile Compile the plugin using AMX Mod X compiler Place the compiled ChatLogger.amxx in addons/amxmodx/plugins/ Enable Plugin Add ChatLogger.amxx to addons/amxmodx/configs/plugins.ini Restart Server Restart your server or change map to load the plugin Configuration (CVars) Add these CVars to your amxx.cfg or set them via console/RCON: chatlog_show_teamchat Description: Controls whether team chat messages are logged to Discord Values: 1 = Show team chat (default) 0 = Hide team chat Example: chatlog_show_teamchat 1 chatlog_show_joinleave Description: Controls whether player join/disconnect messages are logged to Discord Values: 1 = Show join/leave messages (default) 0 = Hide join/leave messages Example: chatlog_show_joinleave 0 Usage Examples Show everything (default) chatlog_show_teamchat 1 chatlog_show_joinleave 1 Only show public chat chatlog_show_teamchat 0 chatlog_show_joinleave 0 Show chat but hide join/leave spam chatlog_show_teamchat 1 chatlog_show_joinleave 0 Discord Webhook Setup Open your Discord server Go to Server Settings → Integrations → Webhooks Click "New Webhook" Choose the channel where you want chat logs Copy the webhook URL Paste it in the plugin source code (line 15) Recompile the plugin Technical Details Plugin Version: 1.0 Author: illusion Dependencies: AMX Mod X 1.8.2+, easy_http module HTTP Method: POST requests to Discord webhook API Timeout: 5 seconds per request Content Type: application/json Troubleshooting Messages not appearing in Discord Verify the webhook URL is correct Check AMX Mod X logs for errors: addons/amxmodx/logs/ Ensure easy_http module is loaded Test the webhook URL manually using curl or Postman Compilation errors Make sure all include files are present in addons/amxmodx/scripting/include/ Verify you're using AMX Mod X 1.8.2 or newer Check that easy_http.inc is properly installed Bot messages appearing The plugin automatically filters bots using is_user_bot() If bots still appear, they might not be properly detected by the game Privacy Notice This plugin logs all chat messages and player information to an external Discord channel. Make sure to: Inform your players that chat is being logged Comply with your local privacy laws and regulations Secure your Discord webhook URL (don't share it publicly) License Free to use and modify. Credit appreciated but not required. Support For issues, suggestions, or contributions, please contact the plugin author. Note: This plugin sends data to Discord's servers. Make sure your server has internet connectivity and can reach Discord's API endpoints.

2
Oct 4
#cs16 #amxx #cs1.6
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.

16
Aug 20
#cs16 #amxx #plugin
[Extension] PanelSIX: CallAdmin
Extensions / Addons
9.99

[Extension] PanelSIX: CallAdmin

v1.0.0 (Current) ✅ Initial release ✅ Basic call management system ✅ Real-time web notifications ✅ Statistics dashboard ✅ Auto-refresh system ✅ Discord webhook integration ✅ Anti-spam protection ✅ Admin immunity system

3
May 20
#web #cms #addon
[3.2 / 3.3] LGSL Server List Extension
phpBB Extensions
4.99

[3.2 / 3.3] LGSL Server List Extension

🎮 LGSL Server List Extension for phpBB 🎮 Show your gaming community’s servers in style! 🌐 Online Demo: https://demos.craftvision.net/cms/testlgsl/ ✨ Features: 🖥️ Live Server Status – Displays real-time information about your game servers, including player counts 📱 Fully Responsive – Works perfectly on all devices, with horizontal scrolling on mobile 🎨 Modern Design – Beautiful and customizable interface that fits seamlessly into your forum ⚙️ Easy Configuration – Manage all settings through a simple admin panel 🔄 Auto-Refresh – Automatically refresh server data at set intervals 🌐 Multi-Language Support – Available in English and Bulgarian 🔧 Custom CSS – Add your own styles to match your forum’s theme 🎯 Strategic Placement – Appears right below the navbar on the index page only 💻 Requirements: phpBB version 3.3.0 or higher PHP version 7.0 or higher LGSL standalone installed (included in the package) 💰 Price: €5 🔧 Installation: Purchase and download the extension Extract the contents into your phpBB /ext/ directory Enable the extension in the ACP (Admin Control Panel) Configure the settings to your preference 🛠️ Support: Discord: illusion034 Discord Server: https://discord.com/invite/hacD4ZGm3J Note: LGSL must be installed in your forum root. Full installation instructions are included in the package.

0
Apr 9
#phpbb #extension #admin