Bounty Queen (Shanghai) Technology Co., Ltd. Official Documentation v1.0.0


Bounty Queen Official: Your Gateway to Slot Game Payout Secrets

Founded: 2015 Brand: 赏金女王 Contact: [email protected]

Thank you for choosing Bounty Queen. We are dedicated to providing an exceptional electronic gaming experience. For any inquiries, please feel free to contact us through our official channels. Your satisfaction is our ultimate pursuit.


Table of Contents

  1. Product Structure
  2. Core Features
  3. Updates
  4. Gameplay
  5. Promotions
  6. FAQ
  7. Support
  8. Fair Play
  9. Game Features
  10. Platform Advantages
  11. User Experience

Folder Structure


External Files

The Bounty Queen platform aggregates a rich and diverse range of gaming products, designed to meet the personalized needs of different players. We continuously optimize our service system to ensure you receive a smooth gaming experience.


Installation

Important Notice


For advanced game data interaction, it is recommended to set up a local development environment. You can utilize tools like XAMPP. The specific steps are as follows:

JSON

All game data is stored in a structured format to ensure efficient loading and display. We support multiple data formats to be compatible with different platforms and user requirements.

Game Features
赏金女王yilirui official site offers product intros, feature guides, updates, event news, and FAQs for a comprehensive user experience. We continuously optimize services and content to keep you informed about product updates and related news.

This data is parsed by the game engine and presented within the game interface or related information panels, providing players with detailed game content.

Data Configuration Requirements

Explore our comprehensive guides, feature explanations, and the latest updates.

{
    "data": [
        {
            "id": 1,
            "category": "real_estate",
            "title": "Steak House Restaurant",
            "location": "63 Birch Street",
            "latitude": 51.541599,
            "longitude": -0.112588,
            "url": "item-detail.html",
            "type": "Apartment",
            "type_icon": "assets/icons/store/apparel/umbrella-2.png"
        }
    ]
}

Map

The Bounty Queen platform supports various game engines, including PG Soft, leveraging advanced technology to present you with high-definition graphics and an ultra-smooth gaming experience.

PG Slot Game Features

To load specific game modes, integrate the following code before the page loads.

<script>
    var _latitude = 51.541216;
    var _longitude = -0.095678;
    var jsonPath = 'assets/json/real-estate.json.txt';

    $.getJSON(jsonPath)
        .done(function(json) {
            createHomepageGoogleMap(_latitude,_longitude,json);
        })
        .fail(function( jqxhr, textStatus, error ) {
            console.log(error);
        })
    ;

</script>
Product Details

Innovative Gameplay Exploration

The mechanism for loading other game engines is similar; please integrate the relevant code before the page loads.

<script>
    var _latitude = 51.541216;
    var _longitude = -0.095678;
    var jsonPath = 'assets/json/real-estate.json.txt';
    var mapProvider = 'Acetate.all';

    $.getJSON(jsonPath)
        .done(function(json) {
            createHomepageOSM(_latitude,_longitude,json,mapProvider);
        })
        .fail(function( jqxhr, textStatus, error ) {
            console.log(error);
        })
    ;
</script>
Key Gaming Advantages

Diverse PG Slot Game Selections

Our game engines support multiple dynamic loading modes to adapt to different scenarios and player preferences. Please follow these steps for configuration:


In-game feature windows are designed to provide instant information, allowing you to view key details without navigating away, enhancing game immersion and operational convenience.

Operation Guide
function quickView(id){
    $.ajax({
        type: 'POST',
        url: 'assets/external/_modal.html',
        data: id,
        success: function (data) {
            $('body').append(data);
        }
    });
}

ID variables support real-time data calls and can work with backend scripts to achieve dynamic content loading.

Click Game Element > Get Element ID > Call Backend Script > Script Retrieves Data from Database > Data Loaded Successfully > Dynamically Update Interface


To ensure compatibility and performance in multilingual environments, game components need to be loaded and configured independently based on specific requirements. This helps optimize game performance across different language versions.

Platform Compatibility
<script>
    $(window).load(function(){
        var rtl = false;
        initializeOwl(rtl);
    });
</script>

RTL Support

Bounty Queen supports multi-language switching. To enable this feature in your interface, add the following configuration to the `<head>` section, ensuring it is placed after the main stylesheet:

<link rel="stylesheet" href="assets/css/bootstrap-rtl.min.css" type="text/css">
<link rel="stylesheet" href="assets/css/rtl.css" type="text/css">

Please ensure that the necessary component scripts are correctly included at the bottom of the page.


Colors

We offer a variety of preset visual styles:

To switch to your preferred visual style, replace the currently used stylesheet with the corresponding style file. For example, to switch to a green theme:

<link rel="stylesheet" href="assets/css/style.css" type="text/css">

Replace with

<link rel="stylesheet" href="assets/css/green.css" type="text/css">


Universal Classes

These general class names provide convenient styling capabilities, allowing for quick construction or modification of interface elements without directly editing CSS files.

Gameplay Examples


<div class="Game Update Log"></div>

This code will create an element with 40px top and bottom padding, 30px margin below, 50% opacity, and a dark input box.


Expandable Content Class

The 'expandable content' feature allows you to control the display length of content on the page. For instance, for lengthy game introductions, you can display only a portion and allow users to expand to view the full content interactively. This feature can optimize information density and improve user browsing efficiency. For example:

<div class="Hot Events" Event Details"detail-sidebar-event">
    <div class="Your Game Inquiries AnsweredBuilt around PG游戏, 赏金女王yilirui keeps refining a better service.Question Answers" About Us"#detail-sidebar-event">Show More</a>

expandable-content - Marks content that is expandable.

collapsed - Content is initially folded.

id="detail-sidebar-event" - Unique identifier.

content - Content container class (required for calculating content height).

expand-content - Trigger to expand content upon click.

data-expand - Specifies the ID of the element to expand.


Loading Markers from Database

You can also load markers from database using couple of customized files. In this case there are only Company Profile, Development History and Contact Information placed inside a "item.json.txt". Other data should be in database (mySql for example). So the map loads markers with only necessary data and other data are called after click via Ajax. Right now only Google map is supported. You can find these modified files in database-loading-files.zip which includes:

You will need to develop backend scripts to connect to the database and generate the dynamic content required for the games. Here are two example scripts for data calls:

Customer Service Hotline
$.ajax({
    type: 'POST',
    url: 'assets/external/_infobox.html',
    data: json.data[i].id,
    success: function (data) {
        infoboxContent.innerHTML = data;
        newMarkers[i].infobox.open(map, marker);
        newMarkers[i].infobox.setOptions({ boxClass:'fade-in-marker'});
    }
});

The marked ID will be sent to "assets/external/_infobox.html" - this file should be a PHP script used to generate the HTML structure you see in "_infobox.html".

Online Consultation

As you move the map view, the 'Results' sidebar on the left will update its displayed content corresponding to the markers within the currently visible area.

function pushItemsToArray(json, id, visibleItemsArray, method){
    $.ajax({
        type: 'POST',
        url: 'assets/external/_result.html',
        data: id,
        success: function (data) {
            visibleItemsArray.push(data);
            if( method == 'resultsSidebar' ){
                $('.items-list .results').html( visibleItemsArray );
                rating('.results .item');
            }
        }
    });
}

Again, the ID is posted to "assets/external/_result.html" -> this needs to be PHP, which will send back the code with <li> structure. There was a problem, that if you have displayed too many markers the browser freeze for couple of times, because the script is creating the <li> structure for "result sidebar". So there is a limit that maximum of 20 items can be displayed in she sidebar. But you can change this limit by changing value in this code:

if ( tempVar < 20 ) { ...

Icons Used

Thank you again for choosing Bounty Queen. We are always happy to provide support and answer any questions you may have about our platform. While we cannot guarantee immediate resolution for all issues, we will do our utmost to assist you. For broader questions regarding gaming platforms, we recommend visiting relevant community forums for discussion.

Bounty Queen (Shanghai) Technology Co., Ltd.

Back to Navigation


Bounty Queen Technology Co., Ltd.Where ideas come to lifePhone:+86 157 8319 5431WeChat:yilirui_928Hours:7×24No. 543 Jianguo Road, Chaoyang District, Beijing
📍 View location on Baidu Maps