Jump to content

QUAPP - Dynamic App Landing Page Management System


Recommended Posts

  • Administrators
QUAPP - Dynamic App Landing Page Management System - CodeCanyon Item for Sale

    “QUAAPP” is a pixel perfect Mobile App Landing Page. “QUAAPP” is a complete solution for promote mobile App, services or business projects. This CMS Includes almost everything you need to find the right mobile app page. “QUAAPP” is fully responsive for any device. Admin can manage complete website without single line of coding knowledge. It has strong SQL injection protection system which will keep away this system from hackers. This script creates an unique session for each login every time and checks login session is valid with this system or not. So there is no question about session hijacking.

    System Features

    • Easy Installation.
    • 100% Dynamic Management System.
    • Bootstrap based fully responsive design for any device.
    • Clean code
    • Cross Browser Support.
    • Multi Language Support.
    • Simple but Powerful admin panel.
    • Special security against session hijacking.
    • App Store Link
    • App Details
    • Featured Section
    • Dynamic Map
    • Video Section
    • Screenshots
    • User Subscription.
    • Custom Meta tag adding system for better SEO results.
    • Change everything such as logo, site title, footer from admin panel.
    • Built in About Us, FAQ and Contact Us page.
    • And much more…

    Demo: https://codecanyon.net/item/quapp-dynamic-app-landing-page-management-system/22562792

    quapp-dynamic-app-landing-page-management-system.zip

    • Like 2
    • Love 1

    Support is available for paid files only
    Support for free files is offered for a fee only

    • 1 year later...

    If you get error msql change it too >

     SOLUTION IS:  \project\config\database.php
    ADD 

    'modes'  => [
                'ONLY_FULL_GROUP_BY',
                'STRICT_TRANS_TABLES',
                'NO_ZERO_IN_DATE',
                'NO_ZERO_DATE',
                'ERROR_FOR_DIVISION_BY_ZERO',
                'NO_ENGINE_SUBSTITUTION',
            ],
    'mysql' => [
            'driver' => 'mysql',
            'host' => env('DB_HOST', '127.0.0.1'),
            'port' => env('DB_PORT', '3306'),
            'database' => env('DB_DATABASE', 'forge'),
            'username' => env('DB_USERNAME', 'forge'),
            'password' => env('DB_PASSWORD', ''),
            'unix_socket' => env('DB_SOCKET', ''),
            'charset' => 'utf8mb4',
            'collation' => 'utf8mb4_unicode_ci',
            'prefix' => '',
            'strict' => true,
            'engine' => null,
            'modes'  => [
                'ONLY_FULL_GROUP_BY',
                'STRICT_TRANS_TABLES',
                'NO_ZERO_IN_DATE',
                'NO_ZERO_DATE',
                'ERROR_FOR_DIVISION_BY_ZERO',
                'NO_ENGINE_SUBSTITUTION',
              ],
        ],

     

     

    After importing database sql file to phpmyadmin you must change admin password hash !

    change hash password to  $2y$10$OHlXNj8jLKQxX5DFL8sR/OI4cRwhw5s5iNVTX.P49XqIWWhTWoHt6

    That hash is (admin) for password.


    So to login on admin dashboard use:

    usename: admin@gmail.com
    password: admin  

     

    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.
    Note: Your post will require moderator approval before it will be visible.

    Guest
    Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
    Reply to this topic...

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.

    ×
    • Create New...