{"id":9,"date":"2025-07-17T12:18:30","date_gmt":"2025-07-17T12:18:30","guid":{"rendered":"https:\/\/subscription.klone360.solutions\/index.php\/license-management-2\/"},"modified":"2025-07-17T12:18:30","modified_gmt":"2025-07-17T12:18:30","slug":"license-management-2","status":"publish","type":"page","link":"https:\/\/subscription.klone360.solutions\/index.php\/license-management-2\/","title":{"rendered":"License Management"},"content":{"rendered":"<div class=\"klone360-container\">\r\n    <div class=\"klone360-tabs\">\r\n        <a href=\"#\" class=\"klone360-tab active\" data-target=\"verify-tab\">Verify License<\/a>\r\n        <a href=\"#\" class=\"klone360-tab\" data-target=\"update-tab\">Update License<\/a>\r\n        <a href=\"#\" class=\"klone360-tab\" data-target=\"info-tab\">License Info<\/a>\r\n    <\/div>\r\n    \r\n    <div id=\"verify-tab\" class=\"klone360-content\">\r\n        <div class=\"klone360-form\">\r\n            <h2>Verify License Key<\/h2>\r\n            <p>Enter your license key to verify its status and view details.<\/p>\r\n            \r\n            <form id=\"klone360-verify-form\">\r\n                <div class=\"form-group\">\r\n                    <label for=\"verify_license_key\">License Key *<\/label>\r\n                    <input type=\"text\" id=\"verify_license_key\" name=\"license_key\" required placeholder=\"KLONE-XXXXXXXX-XXXXXXXX\">\r\n                <\/div>\r\n                \r\n                <button type=\"submit\" class=\"btn-primary\">Verify License<\/button>\r\n            <\/form>\r\n        <\/div>\r\n    <\/div>\r\n    \r\n    <div id=\"update-tab\" class=\"klone360-content hidden\">\r\n        <div class=\"klone360-form\">\r\n            <h2>Update License (Software Activation)<\/h2>\r\n            <p>Use this form to register a new location or device with your license.<\/p>\r\n            \r\n            <form id=\"klone360-update-form\">\r\n                <div class=\"form-group\">\r\n                    <label for=\"update_license_key\">License Key *<\/label>\r\n                    <input type=\"text\" id=\"update_license_key\" name=\"license_key\" required placeholder=\"KLONE-XXXXXXXX-XXXXXXXX\">\r\n                <\/div>\r\n                \r\n                <div class=\"form-group\">\r\n                    <label for=\"location_id\">Location ID *<\/label>\r\n                    <input type=\"text\" id=\"location_id\" name=\"location_id\" required placeholder=\"LOC-XXXXXXXXX\">\r\n                    <small>Unique identifier for this location\/site<\/small>\r\n                <\/div>\r\n                \r\n                <div class=\"form-group\">\r\n                    <label for=\"device_id\">Device ID *<\/label>\r\n                    <input type=\"text\" id=\"device_id\" name=\"device_id\" required placeholder=\"DEV-XXXXXXXXX\">\r\n                    <small>Unique identifier for this device<\/small>\r\n                <\/div>\r\n                \r\n                <div class=\"form-group\">\r\n                    <label for=\"update_action\">Action *<\/label>\r\n                    <select id=\"update_action\" name=\"action\" required>\r\n                        <option value=\"register\">Register Device\/Location<\/option>\r\n                        <option value=\"unregister\">Unregister Device\/Location<\/option>\r\n                    <\/select>\r\n                <\/div>\r\n                \r\n                <button type=\"submit\" class=\"btn-primary\">Update License<\/button>\r\n            <\/form>\r\n        <\/div>\r\n    <\/div>\r\n    \r\n    <div id=\"info-tab\" class=\"klone360-content hidden\">\r\n        <div class=\"klone360-form\">\r\n            <h2>License Information<\/h2>\r\n            <p>Your license details will appear here after verification.<\/p>\r\n            \r\n            <div class=\"license-info\">\r\n                <h3>How to Use Your License<\/h3>\r\n                <ol>\r\n                    <li><strong>Get Your License Key:<\/strong> Register above to receive your unique license key<\/li>\r\n                    <li><strong>Install Software:<\/strong> Download and install the Klone360 Scanner software<\/li>\r\n                    <li><strong>Enter License Key:<\/strong> Use the license key in the software settings<\/li>\r\n                    <li><strong>Register Location:<\/strong> The software will automatically register your location and device<\/li>\r\n                    <li><strong>Start Scanning:<\/strong> Your software is now activated and ready to use<\/li>\r\n                <\/ol>\r\n                \r\n                <h3>License Features<\/h3>\r\n                <ul>\r\n                    <li><strong>Multiple Locations:<\/strong> Use the same license across multiple sites<\/li>\r\n                    <li><strong>Multiple Devices:<\/strong> Install on multiple devices per location<\/li>\r\n                    <li><strong>Automatic Updates:<\/strong> Receive software updates and new features<\/li>\r\n                    <li><strong>Technical Support:<\/strong> Access to technical support and documentation<\/li>\r\n                <\/ul>\r\n                \r\n                <h3>Support<\/h3>\r\n                <p>If you need help with your license or software, please contact our support team:<\/p>\r\n                <ul>\r\n                    <li>Email: support@klone360.com<\/li>\r\n                    <li>Phone: +1 (555) 123-4567<\/li>\r\n                    <li>Documentation: <a href=\"https:\/\/docs.klone360.com\" target=\"_blank\">docs.klone360.com<\/a><\/li>\r\n                <\/ul>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<style>\r\n.klone360-tabs {\r\n    display: flex;\r\n    border-bottom: 2px solid #e9ecef;\r\n    margin-bottom: 20px;\r\n}\r\n\r\n.klone360-tab {\r\n    padding: 12px 20px;\r\n    text-decoration: none;\r\n    color: #666;\r\n    border-bottom: 2px solid transparent;\r\n    transition: all 0.3s ease;\r\n}\r\n\r\n.klone360-tab:hover {\r\n    color: #007cba;\r\n}\r\n\r\n.klone360-tab.active {\r\n    color: #007cba;\r\n    border-bottom-color: #007cba;\r\n}\r\n\r\n.klone360-content {\r\n    display: block;\r\n}\r\n\r\n.klone360-content.hidden {\r\n    display: none;\r\n}\r\n\r\n.license-info ol,\r\n.license-info ul {\r\n    margin-left: 20px;\r\n    margin-bottom: 15px;\r\n}\r\n\r\n.license-info li {\r\n    margin-bottom: 8px;\r\n}\r\n\r\n.license-info h3 {\r\n    margin-top: 25px;\r\n    margin-bottom: 10px;\r\n    color: #333;\r\n    font-size: 18px;\r\n}\r\n\r\n.license-info a {\r\n    color: #007cba;\r\n    text-decoration: none;\r\n}\r\n\r\n.license-info a:hover {\r\n    text-decoration: underline;\r\n}\r\n<\/style> \n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-9","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/subscription.klone360.solutions\/index.php\/wp-json\/wp\/v2\/pages\/9","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/subscription.klone360.solutions\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/subscription.klone360.solutions\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/subscription.klone360.solutions\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/subscription.klone360.solutions\/index.php\/wp-json\/wp\/v2\/comments?post=9"}],"version-history":[{"count":0,"href":"https:\/\/subscription.klone360.solutions\/index.php\/wp-json\/wp\/v2\/pages\/9\/revisions"}],"wp:attachment":[{"href":"https:\/\/subscription.klone360.solutions\/index.php\/wp-json\/wp\/v2\/media?parent=9"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}