Solary License | MySQL, JSON & MongoDB v1.1

Resources, Licenses, DB, Add-ons, BuiltByBit Creator, API-REST and more with Solary.
  • 1.png
  • 2.png
  • 3.png
  • 5.png
  • 4.png
  • 0cef343712b87c674bd7f371c05dad92.png
  • 77f0063205d135bb46a36d7a5e7db8b9.png
  • 5f69202ddc70e882c82cde7cab4808f2.png
  • 34dd38e7c37147020dd0a32d666d32d9.png
  • tebex-bot.png
  • 22194885dffe6a70b302afc3cd28617b.png
  • 1ca6b6f2c273e1ca6106f621f4e80840.png
  • 1.png
  • 2.png
  • 3.png
  • 5.png
  • 4.png
  • 0cef343712b87c674bd7f371c05dad92.png
  • 77f0063205d135bb46a36d7a5e7db8b9.png
  • 5f69202ddc70e882c82cde7cab4808f2.png
  • 34dd38e7c37147020dd0a32d666d32d9.png
  • tebex-bot.png
  • 22194885dffe6a70b302afc3cd28617b.png
  • 1ca6b6f2c273e1ca6106f621f4e80840.png
Steps:
1. Create one link of referral link and public.
2. By having 5 Purchases with your link you can claim the software completely free and also earning 15% for purchases.
3. Once completed, open a ticket.

OR
You can receive this system completely free by inviting 25 people on the discord (click here) to join the discord server.
The software has 100% optimization as if it were just the code in HTML, at speed and at no cost!


Are you tired of having an insecure system or are you tired of keeping track of new purchases and having to deliver them manually?
- Don't worry, Solary Software has arrived to solve everything for you!


🌍 What is Solary System? ↴
solary-logo-trans.png


A licensing system that is very easy to use both for clients of your projects and for you, Manage your licenses in real time!


✨ Features ↴
➺ Powerful permission system.
➺ Powerful group system.
➺ Powerful Discord/Google login system.
➺ Powerful file upload system.
➺ Delete, create, edit for licenses.
➺ Delete, create, edit for products.
➺ A highly optimized and secure API with level settings and perfect auth messages.
➺ Multiple languages with the ability to easily add more.
➺ MySQL database.
➺ Discord integrations with webhooks and private messages to users.
➺ Powerful license management service with security and ease of daily use.
➺ Dark and light themes based on user preference.
➺ Powerful software installation system with a complete installation guide and 10/10 support available 24/7/365.
➺ Multiple license options for security when creating them, with the option to add add-ons for specific licenses.
➺ Fully adaptable to smaller and larger screen devices.
➺ Powerful live management system without constantly refreshing the page.
➺ API to send creation/list requests for tables.
Click to expand...

🔖 The config of site
PHP:
<?php
// You just installed it or you have problems with the system, try activating this way. If it is not solved, contact support. (MySQL table verifier and inserter.)
// Also in case of updates, enable this option. It will update the tables to the new version.
define('CHECKER_DATABASE', 0);
define('INSTALL_MODE', 1); // (https://docs.devbybit.com/license-softwares/solary/installation)
define('DEBUGG', 0);


// ============================================================ //
//                    DATABASE CONFIGURATION                    //
// ============================================================ //

define('DB_TYPE', 'MYSQL');// OPTIONS: MYSQL / JSON / MONGODB
define('DB_HOST', 'localhost');
define('DB_PORT', 3306); //MYSQL: 3306 / MONGODB: 27017
define('DB_DATA', 'devbybit_license');
define('DB_USER', 'root');
define('DB_PASSWORD', 'PUT_YOUR_PASSWORD'); // PUT_YOUR_PASSWORD


// ============================================================ //
//                     SOLARY CONFIGURATION                     //
// ============================================================ //

define('URI', 'https://license.devbybit.com');

define('LICENSE_KEY', 'PUT_YOUR_KEY'); //PUT_YOUR_KEY

define('SECRET_KEY', 'bsGh16bucBnHUoH2pSJFpXtj4809298jt43');
define('SOFTWARE', 'Solary');
define('FAVICON', URI . '/parent/img/icon-blue.png'); // URI = link of your site on define('URI', 'link.com');
define('SOFTWARE_LOGO', URI . '/parent/img/logo.png'); // URI = link of your site on define('URI', 'link.com');
define('SOFTWARE_ICON', URI . '/parent/img/icon.png'); // URI = link of your site on define('URI', 'link.com');

// If you are looking to use the builtbybit function it is recommended to use discord auth. Otherwise, the auto synchronization of builtbybit accounts will be denied if it is Google.
// BuiltByBit does not allow authentication through its platform and the only way to sync is with Discord.
//
// Use 'all' to use both auth methods. You can register an account with Discord and Google. The email or other identical data except the platform id will describe the account and will initiate it. (Purchase the 'unlimited' addon to have this option unlocked.)
// The 'all' option enables account synchronization with Google and Discord to use the login buttons of either of them to log in to the same account. In the userprofile the user can enable it.
define('AUTH_TYPE', 'all'); // DISCORD / GOOGLE / [Censored] / ALL

define('DEFAULT_LANG', 'en_US');

// Function to send real-time alerts to any group on the 'dashboard'.
define('MOTD_ALERT', true); // false = Disable function. true = Enable function.


// ============================================================ //
//                   BUILTBYBIT CONFIGURATION                   //
// ============================================================ //
// https://docs.devbybit.com/license-softwares/solary/installation/setting-up-the-builtbybit
define('BUILTBYBIT_ENABLE_MODE', false);
define('BUILTBYBIT_TOKEN_PRIVATE', 'PUT_YOUR_TOKEN_PRIVATE'); // PUT_YOUR_TOKEN_PRIVATE


// ============================================================ //
//                   DISCORD CONFIGURATION                      //
// ============================================================ //
// https://docs.devbybit.com/license-softwares/solary/installation/setting-up-the-bot

define('BOT_TOKEN', 'PUT_YOUR_BOT_TOKEN'); //PUT_YOUR_BOT_TOKEN
define('CLIENT_ID', 'PUT_YOUR_CLIENT_ID'); //PUT_YOUR_CLIENT_ID
define('CLIENT_SECRET', 'PUT_YOUR_CLIENT_SECRET'); //PUT_YOUR_CLIENT_SECRET
define('GUILD_ID', 'PUT_YOUR_GUILD_ID'); //PUT_YOUR_GUILD_ID

// Join member by logging in when entering your discord guild.
define('FORCE_JOIN', true);

// SEND TO THE CREATE LICENSE TO CLIENT
define('SEND_CLIENT_INFO', true);
// WEBHOOKS
define('WEBHOOK_LICENSE_CREATE', 'https://discord.com/api/webhooks/1236590378912583710/PUT_YOUR_WEBHOOK'); // To create license
define('WEBHOOK_LICENSE_EDIT', 'https://discord.com/api/webhooks/1236590378912583710/PUT_YOUR_WEBHOOK'); // To edit license
define('WEBHOOK_LICENSE_DELETE', 'https://discord.com/api/webhooks/1236590378912583710/PUT_YOUR_WEBHOOK'); // To delete license
define('WH_RESOURCE_CREATE', '');
define('WH_RESOURCE_EDIT', '');
define('WH_RESOURCE_DELETE', '');
define('WH_GROUP_CREATE', '');
define('WH_GROUP_EDIT', '');
define('WH_GROUP_DELETE', '');
define('WH_USER', '');

define('EMBED_COLOR', '3c9936');

define('DISCORD_INVITE', 'https://devbybit.com/discord');


// ============================================================ //
//                   GOOGLE CONFIGURATION                       //
// ============================================================ //
// https://docs.devbybit.com/license-softwares/solary/installation/setting-up-the-google-auth

define('GOOGLE_CLIENT_ID', 'PUT_YOUR_CLIENT_ID'); //PUT_YOUR_CLIENT_ID
define('GOOGLE_CLIENT_SECRET', 'PUT_YOUR_CLIENT_SECRET'); // PUT_YOUR_CLIENT_SECRET


// ============================================================ //
//                   TEBEX CONFIGURATION                        //
// ============================================================ //
// https://docs.devbybit.com/license-softwares/solary/installation/setting-up-the-tebex

define('TEBEX_ENABLE', false);
define('TEBEX_PROJECT_ID', 'PUT_YOUR_TEBEX_PROJECT_ID'); //PUT_YOUR_TEBEX_PROJECT_ID
define('TEBEX_PRIVATE_KEY', 'PUT_YOUR_TEBEX_PRIVATE_KEY'); //PUT_YOUR_TEBEX_PRIVATE_KEY
define('TEBEX_PUBLIC_KEY', 'PUT_YOUR_TEBEX_PUBLIC_KEY'); //PUT_YOUR_TEBEX_PUBLIC_KEY


// ============================================================ //
//                   [Censored] CONFIGURATION                     //
// ============================================================ //
// https://docs.devbybit.com/license-softwares/solary/installation/setting-up-the-[Censored]

define('POLYMART_ENABLE', false);
define('POLYMART_API_KEY', 'PUT_YOUR_API_KEY'); //PUT_YOUR_API_KEY


?>

✨ Photos and Gifs↴
Captura de pantalla_29-5-2024_23011_solary.devbybit.com.jpeg
1.png
s2.png


Captura de pantalla_29-5-2024_22465_solary.devbybit.com.jpeg
Captura de pantalla_29-5-2024_235353_solary.devbybit.com.jpeg
a008b2ab6dcbab28a3d21256e0d06a67.gif
Captura de pantalla_29-5-2024_225659_solary.devbybit.com.jpeg
Captura de pantalla_29-5-2024_23588_solary.devbybit.com.jpeg

Captura de pantalla_29-5-2024_225711_solary.devbybit.com.jpeg
Captura de pantalla_29-5-2024_225725_solary.devbybit.com.jpeg
Captura de pantalla_29-5-2024_23031_solary.devbybit.com.jpeg
Captura de pantalla_29-5-2024_235838_solary.devbybit.com.jpeg
settings.png

⚠️ Disclaimer ⚠️
Vanity attempts to prevent and discourage users from leaking/pirating your product, but it does not stop them from doing so. When you distribute your product (for example, a plugin JAR), you are effectively handing your (byte)code over to the user; hence, with enough effort, a leaker who is determined enough will be able to remove or bypass your protection. Sentinel and any other protective measures you put in place (such as obfuscation, which is strongly recommended) can only delay the inevitable. Any service that claims it will "completely protect" your product is a scam. Vanity should be seen more as a management or administrative tool. (by Sentinel)

Terms and Conditions
By purchasing this digital product, you agree to and are bound by the following Terms and Conditions. Please read this section carefully before making a purchase. For concerns and inquiries, contact our support team at https://devbybit.com/discord.
  1. We reserve the right to permanently revoke your product access if we believe you have violated these Terms and Conditions.
  2. Refunds are typically not issued due to the nature of the product. Since the product is entirely digital, there is no way to verify that you have removed the download from your device; however, if you have not downloaded the product or experience defects that our customer support cannot resolve within a reasonable timeframe, you are eligible for a full refund within seven days after the purchase. We will not return platform, gateway, and other transaction-related fees incurred during the purchase and refund process.
  3. Filing a chargeback or dispute on your purchase before contacting our customer support to attempt to resolve any issues will result in the suspension of product access until we reach an agreement.
  4. Do not claim the product or any of its assets as your own or pretend in any way that anyone other than us created it.
  5. Redistributing the product or its assets without written permission is strictly prohibited. Redistribution includes but is not limited to reselling the product, auctioning an account that owns the product, or selling premade setups with the product installed.
  6. Do not attempt to decompile, deobfuscate, or reverse engineer the product for any purpose.
  7. Do not modify the product's source code unless you have received my written consent or purchased access to the source code as an add-on. The modified source code and associated files (such as a compiled JAR) shall only be for personal, non-commercial use. You cannot redistribute modified versions of the product.
  8. You are solely responsible for securing all your copies of the product. We will hold you accountable if one of your associates breaks any of these Terms and Conditions.
  9. We provide the product "as is" without warranty of any kind. In no event shall we be liable for any claim, damages, or other liability arising from, out of or in connection with the software or the use or other dealings in the software.
  10. Support and updates for the product are not guaranteed. While we attempt to offer the highest level of customer service and consistent updates, we do it at our discretion.
  11. The terms and conditions may be changed at any time and for any reason.
  12. We have the complete right to take away our products from you if you fail to comply with any applicable terms and conditions.

Latest reviews

Very good software, arrived correctly, the developer was very polite and provided excellent service.
The support and quality is nice. Almost all of my support tickets got solved quick and developer behind this is really friendly. The interface is solid and it will definitely be better over time. 100% Recommendation.
Vuhp
Vuhp
Thank you very much for trusting DevByBit!
This license was given for free. What's this?
10/10 license system. the support is amazing. I would highly recommend this license system for anyone who develops plugins!
Vuhp
Vuhp
Thank you very much for trusting DevByBit!
Buy a license now
$5.50
EULA: Standard EULA
Source Code w/out update
$19.99
You will receive the source code of Solary without obfuscated code.
New conditions:
  1. NO. You have property for resale/sale or publish this resource.
Only one set of custom condition addons may be purchased per resource.
Source Code w update
$34.99
You will receive the source code of Solary without obfuscated code.
New conditions:
  1. NO. You have property for resale/sale or publish this resource.
Only one set of custom condition addons may be purchased per resource.
Secure checkout:
Share and earn
Refer this resource and earn a 15% commission.
1,459 Views
12 Purchases
17 Downloads
May 30, 2024 Published
Jul 18, 2024 Updated
5.00 star(s)
Average rating (3)
471.4 KB File size
Type
  1. Standalone
Platform
  1. Other
Creator
Owner
Recommended for you
  • Featured
Payments, Licenses, Database, Add-ons, Multi languages and more with Blackout.
5.00 star(s) 5 ratings
24 purchases
Manage all your MongoDB tables, columns, etc. with MongoManager.
Not yet rated
6 purchases
Make a leaderboard of your users with the most coins with your favorite plugin.
Not yet rated
2 purchases
Modern and unique website for Litebans plugin
5.00 star(s) 1 ratings
11 purchases
Self-hosted, customizable and automatic status page with downtime alerts and for games.
5.00 star(s) 3 ratings
7 purchases
Share and earn
Refer this resource and earn a 15% commission.
1,459 Views
12 Purchases
17 Downloads
May 30, 2024 Published
Jul 18, 2024 Updated
5.00 star(s)
Average rating (3)
471.4 KB File size
Type
  1. Standalone
Platform
  1. Other
Creator
Owner
Recommended for you
  • Featured
Payments, Licenses, Database, Add-ons, Multi languages and more with Blackout.
5.00 star(s) 5 ratings
24 purchases
Manage all your MongoDB tables, columns, etc. with MongoManager.
Not yet rated
6 purchases
Make a leaderboard of your users with the most coins with your favorite plugin.
Not yet rated
2 purchases
Modern and unique website for Litebans plugin
5.00 star(s) 1 ratings
11 purchases
Self-hosted, customizable and automatic status page with downtime alerts and for games.
5.00 star(s) 3 ratings
7 purchases
Top