Skip to content

vestearth/winx98

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

WINX98 ๐ŸŽฐ

Unleash Winning Potential, Elevate Every Moment

Last Commit PHP Languages License

Built with the tools and technologies:

JSON Markdown JavaScript CSS3 PHP MySQL HTML5


๐Ÿ“š Table of Contents


๐ŸŽฏ Overview

WINX98 is a comprehensive gaming platform that delivers an immersive online casino experience. Built with modern web technologies and a robust PHP backend, it offers a wide variety of games including slots, live casino, sports betting, and more.

โœจ Key Highlights

  • ๐ŸŽฐ Multi-Game Platform - Slots, Casino Live, Sports, Cards, Fishing & More
  • ๐ŸŒ Multi-Language Support - Internationalization ready
  • ๐Ÿ“ฑ Mobile Responsive - Optimized for all devices
  • ๐Ÿ” Secure Authentication - OTP verification & user management
  • ๐Ÿ’ฐ Banking Integration - Multiple payment methods
  • ๐Ÿ“Š Real-time Analytics - Comprehensive reporting system

๐Ÿš€ Getting Started

Quick Start

# Clone the repository
git clone https://github.com/vestearth/winx98.git
cd winx98

# Set up your web server
# Configure database connection
# Launch the application

๐Ÿ“‹ Prerequisites

Before you begin, ensure you have the following installed:

  • PHP 8.0+ with extensions:
    • mysqli/pdo_mysql
    • curl
    • json
    • mbstring
  • MySQL 5.7+ or MariaDB 10.3+
  • Web Server (Apache/Nginx)
  • Composer (optional, for dependencies)

System Requirements

  • RAM: Minimum 2GB
  • Storage: At least 1GB free space
  • Bandwidth: Stable internet connection for game providers

โš™๏ธ Installation

1. Environment Setup

# Clone and navigate
git clone https://github.com/vestearth/winx98.git
cd winx98

# Set permissions
chmod -R 755 .
chmod -R 777 uploads/ logs/ cache/

2. Database Configuration

-- Create database
CREATE DATABASE winx98_db CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;

-- Import schema (if available)
mysql -u username -p winx98_db < database/schema.sql

3. Application Configuration

// Configure in .framework/config/database.php
$config = [
    'host' => 'localhost',
    'database' => 'winx98_db',
    'username' => 'your_username',
    'password' => 'your_password'
];

๐ŸŽฎ Usage

User Features

๐Ÿ” Authentication System

  • Registration: Phone-based signup with OTP verification
  • Login: Secure user authentication
  • Profile Management: Complete user profile system

๐ŸŽฏ Gaming Experience

// Game types available
$gameTypes = [
    'SLOT' => 'Slot Machines',
    'CASINOLIVE' => 'Live Casino',
    'SPORTBOOK' => 'Sports Betting',
    'FISHING' => 'Fishing Games',
    'CARD' => 'Card Games',
    'LOTTO' => 'Lottery',
    'ARCADE' => 'Arcade Games'
];

๐Ÿ’ฐ Banking Operations

  • Deposit funds via multiple payment methods
  • Withdraw winnings securely
  • Transaction history tracking

Admin Features

๐Ÿ“Š Management Dashboard

  • User management and monitoring
  • Game configuration and settings
  • Financial reports and analytics
  • Alliance management system

๐Ÿงช Testing

Frontend Testing

# Test responsive design
# Verify cross-browser compatibility
# Check mobile functionality

Backend Testing

// Test database connections
// Verify API endpoints
// Check security measures

๐Ÿ—๏ธ Architecture

Project Structure

winx98/
โ”œโ”€โ”€ ๐Ÿ—๏ธ .framework/           # Custom PHP framework
โ”œโ”€โ”€ ๐ŸŽจ assets/              # Frontend assets
โ”‚   โ”œโ”€โ”€ css/               # Stylesheets & themes
โ”‚   โ”œโ”€โ”€ js/                # JavaScript modules
โ”‚   โ””โ”€โ”€ images/            # Game assets & UI
โ”œโ”€โ”€ ๐Ÿ–ผ๏ธ layout/              # Reusable components
โ”œโ”€โ”€ ๐Ÿ‘๏ธ view/                # Page templates
โ”œโ”€โ”€ ๐Ÿ”ง wloves/module/       # Modular system
โ”œโ”€โ”€ ๐Ÿ†• new_design/          # Modern UI assets
โ”œโ”€โ”€ ๐ŸŽฎ games.php            # Game catalog
โ”œโ”€โ”€ ๐Ÿ‘ค user.php             # User dashboard
โ””โ”€โ”€ ๐Ÿ” login.php            # Authentication

Technology Stack

Layer Technology Purpose
Frontend HTML5, CSS3, JavaScript User interface & experience
Backend PHP 8.0+, Custom Framework Server-side logic
Database MySQL/MariaDB Data persistence
Styling Custom CSS Framework Responsive design
Authentication OTP System Secure user verification

๐ŸŽจ Features

๐ŸŽฐ Gaming Platform

  • Slot Games: Various themed slot machines
  • Live Casino: Real-time dealer games
  • Sports Betting: Comprehensive sportsbook
  • Card Games: Traditional and modern card games
  • Fishing Games: Interactive arcade-style games
  • Lottery System: Number-based gaming

๐Ÿ” Security & Authentication

  • Multi-factor authentication with OTP
  • Secure password handling
  • SQL injection protection
  • CSRF token validation
  • Session management

๐Ÿ’ฐ Financial System

  • Multi-currency support
  • Secure payment processing
  • Real-time transaction tracking
  • Automated withdrawal system
  • Comprehensive financial reporting

๐Ÿ“ฑ User Experience

  • Responsive mobile design
  • Multi-language interface
  • Real-time notifications
  • Intuitive navigation
  • Accessibility features

๐Ÿ”ง Configuration

Game Provider Setup

// Configure game providers in games.php
$gameProviders = [
    'slots' => ['provider1', 'provider2'],
    'live_casino' => ['evolution', 'pragmatic'],
    'sports' => ['sportsbook_provider']
];

Payment Gateway Integration

// Payment methods configuration
$paymentMethods = [
    'bank_transfer' => true,
    'e_wallet' => true,
    'cryptocurrency' => false
];

๐Ÿ“ฑ API Reference

Authentication Endpoints

POST /api/auth/login
POST /api/auth/register
POST /api/auth/verify-otp

Game Management

GET /api/games/list
GET /api/games/launch/{gameId}
POST /api/games/bet

User Management

GET /api/user/profile
PUT /api/user/update
GET /api/user/transactions

๐Ÿค Contributing

We welcome contributions! Please follow these steps:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Development Guidelines

  • Follow PSR-12 coding standards
  • Write meaningful commit messages
  • Add tests for new features
  • Update documentation

๐Ÿ“„ License

This project is proprietary software. All rights reserved.

Copyright (c) 2024 VestEarth
Unauthorized copying, distribution, or modification is prohibited.

๐ŸŽฐ WINX98 - Where Every Spin Counts! ๐ŸŽฐ

GitHub

Built with โค๏ธ for the gaming community

About

Ex-Wolves-renew-project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published