Your Single Radio
  • Welcome
  • Android Studio
    • Getting Started
    • Import Project
    • Firebase Configuration
    • Push Notification
    • Package Name
    • Remote Config
    • Ad Network
    • Legacy GDPR
    • Change Logo
    • Change Colors
    • Change Text
    • Change Images
    • Layout Customization
  • Admin Panel (Deprecated)
    • Getting Started
    • Create Database
    • Import Database
    • Upload PHP Script
    • Database Configuration
    • Video Tutorial
  • Publish the App
    • Release Version
    • Generate Signed APK
  • Changelog
  • Rating and Support
  • FAQ
Powered by GitBook
On this page
  1. Admin Panel (Deprecated)

Database Configuration

  1. to change configuration please see includes/config.php file

  2. you must edit this data with your own data.

includes/config.php
//database configuration
$host       = "localhost";
$user       = "root";
$pass       = "";
$database   = "your_single_radio_db";
PreviousUpload PHP ScriptNextVideo Tutorial

Last updated 5 years ago