Compare commits
	
		
			6 Commits
		
	
	
		
			1.1.12
			...
			cb07365020
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| cb07365020 | |||
| 46cf0f1f4e | |||
| 5a0d96b6c6 | |||
| c0c8a43c77 | |||
| a91c21ecfd | |||
| 49f466f298 | 
							
								
								
									
										13
									
								
								index.html
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								index.html
									
									
									
									
									
								
							| @@ -3,21 +3,26 @@ | |||||||
| <head> | <head> | ||||||
| <meta charset="UTF-8"> | <meta charset="UTF-8"> | ||||||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||||||
|  | <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> | ||||||
|  | <meta http-equiv="Pragma" content="no-cache" /> | ||||||
|  | <meta http-equiv="Expires" content="0" /> | ||||||
| <title>Safebox installer</title> | <title>Safebox installer</title> | ||||||
| <style> | <style> | ||||||
| body, html { | html, body { | ||||||
|     margin: 0; |     margin: 0; | ||||||
|     padding: 0; |     padding: 0; | ||||||
|     height: 100%; |     height: 100%; | ||||||
|  |     overflow: hidden; | ||||||
| } | } | ||||||
| iframe { | iframe { | ||||||
|     width: 100%; |     display: block; | ||||||
|     height: 100%; |     width: 100vw; | ||||||
|  |     height: 100vh; | ||||||
|     border: none; |     border: none; | ||||||
| } | } | ||||||
| </style> | </style> | ||||||
| </head> | </head> | ||||||
| <body> | <body> | ||||||
|     <iframe src="scan.html"></iframe> |     <iframe src="scan.html?t=1"></iframe> | ||||||
| </body> | </body> | ||||||
| </html> | </html> | ||||||
|   | |||||||
							
								
								
									
										15
									
								
								install.html
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								install.html
									
									
									
									
									
								
							| @@ -1,12 +1,15 @@ | |||||||
| <!DOCTYPE html> | <!DOCTYPE html> | ||||||
| <html lang="hu"> | <html lang="hu"> | ||||||
| <head> | <head> | ||||||
|   <meta charset="UTF-8" /> | <meta charset="UTF-8" /> | ||||||
|   <meta name="viewport" content="width=device-width, initial-scale=1" /> | <meta name="viewport" content="width=device-width, initial-scale=1" /> | ||||||
|   <title>Safebox - INSTALLER TOOL</title> | <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> | ||||||
|   <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Switzer:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap"/> | <meta http-equiv="Pragma" content="no-cache" /> | ||||||
|   <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"/> | <meta http-equiv="Expires" content="0" /> | ||||||
|   <link rel="stylesheet" href="style.css?t=1" /> | <title>Safebox - INSTALLER TOOL</title> | ||||||
|  | <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Switzer:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap"/> | ||||||
|  | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"/> | ||||||
|  | <link rel="stylesheet" href="style.css?t=1" /> | ||||||
| </head> | </head> | ||||||
| <body id="installer"> | <body id="installer"> | ||||||
|   <div class="main" > |   <div class="main" > | ||||||
|   | |||||||
| @@ -59,12 +59,12 @@ function simulateLoading(duration = 3000) { | |||||||
|  |  | ||||||
| function redirectToInstall() { | function redirectToInstall() { | ||||||
| 	setProgress(100); | 	setProgress(100); | ||||||
| 	window.location.href = 'install.html'; | 	window.location.href = 'install.html?t='+Date.now(); | ||||||
| } | } | ||||||
|  |  | ||||||
| function redirectToManage() { | function redirectToManage() { | ||||||
| 	setProgress(100); | 	setProgress(100); | ||||||
| 	window.location.href = 'manage.html'; | 	window.location.href = 'manage.html?t='+Date.now(); | ||||||
| } | } | ||||||
|  |  | ||||||
| function start_system() { | function start_system() { | ||||||
|   | |||||||
| @@ -95,7 +95,7 @@ echo "<pre>".$output."</pre>"; | |||||||
| <script src="https://code.jquery.com/jquery-3.7.1.min.js"></script> | <script src="https://code.jquery.com/jquery-3.7.1.min.js"></script> | ||||||
| <script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.6/dist/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script> | <script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.6/dist/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script> | ||||||
| <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.2.1/dist/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script> | <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.2.1/dist/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script> | ||||||
| <script src="install.js?t=6"></script> | <script src="install.js?t=7"></script> | ||||||
| <script> | <script> | ||||||
| const progressBar = document.getElementById('progressBar'); | const progressBar = document.getElementById('progressBar'); | ||||||
| const progressText = document.getElementById('progressText'); | const progressText = document.getElementById('progressText'); | ||||||
|   | |||||||
							
								
								
									
										21
									
								
								manage.html
									
									
									
									
									
								
							
							
						
						
									
										21
									
								
								manage.html
									
									
									
									
									
								
							| @@ -1,12 +1,15 @@ | |||||||
| <!DOCTYPE html> | <!DOCTYPE html> | ||||||
| <html lang="hu"> | <html lang="hu"> | ||||||
| <head> | <head> | ||||||
|   <meta charset="UTF-8" /> | <meta charset="UTF-8" /> | ||||||
|   <meta name="viewport" content="width=device-width, initial-scale=1" /> | <meta name="viewport" content="width=device-width, initial-scale=1" /> | ||||||
|   <title>Safebox</title> | <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> | ||||||
|   <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Switzer:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap"/> | <meta http-equiv="Pragma" content="no-cache" /> | ||||||
|   <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"/> | <meta http-equiv="Expires" content="0" /> | ||||||
|   <link rel="stylesheet" href="style.css?t=11" /> | <title>Safebox</title> | ||||||
|  | <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Switzer:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap"/> | ||||||
|  | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"/> | ||||||
|  | <link rel="stylesheet" href="style.css?t=11" /> | ||||||
| </head> | </head> | ||||||
| <body> | <body> | ||||||
|   <div class="sidebar"> |   <div class="sidebar"> | ||||||
| @@ -42,7 +45,7 @@ | |||||||
| 		</div> | 		</div> | ||||||
| 		      <p>Enjoy benefits and unlock more feature such as remote access, geo-redundant backups etc. <br><br> | 		      <p>Enjoy benefits and unlock more feature such as remote access, geo-redundant backups etc. <br><br> | ||||||
| 		      <a href="" class="details">Read details</a><br><br> | 		      <a href="" class="details">Read details</a><br><br> | ||||||
| 			<img src="/img/upgrade.png" alt="Upgrade now" width="80%" id="vpnBtn" style="cursor:pointer"/>	 | 			<img src="/img/upgrade.png" alt="Upgrade now" width="80%" id="upgradeBtn" style="cursor:pointer"/>	 | ||||||
| 		      </p> | 		      </p> | ||||||
| 	    </div> | 	    </div> | ||||||
| 	</div> | 	</div> | ||||||
| @@ -62,7 +65,7 @@ | |||||||
| 			    </label> | 			    </label> | ||||||
| --> | --> | ||||||
| 				<span id="vpn_on" class="hidden"><img src="/img/on.png" alt="on" /></span> | 				<span id="vpn_on" class="hidden"><img src="/img/on.png" alt="on" /></span> | ||||||
| 				<span id="vpn_ff" class="hidden"><img src="/img/off.png" alt="off" /></span> | 				<span id="vpn_off" class="hidden"><img src="/img/off.png" alt="off" /></span> | ||||||
| 			</div> | 			</div> | ||||||
| 	    </div> | 	    </div> | ||||||
| 	</div> | 	</div> | ||||||
| @@ -95,6 +98,7 @@ | |||||||
|     const settingsBtn = document.getElementById('settingsBtn'); |     const settingsBtn = document.getElementById('settingsBtn'); | ||||||
|  |  | ||||||
|     const vpnBtn = document.getElementById('vpnBtn'); |     const vpnBtn = document.getElementById('vpnBtn'); | ||||||
|  |     const upgradeBtn = document.getElementById('upgradeBtn'); | ||||||
|  |  | ||||||
|     const myAppsContainer = document.getElementById('myAppsContainer'); |     const myAppsContainer = document.getElementById('myAppsContainer'); | ||||||
|     const popup = document.getElementById('popup'); |     const popup = document.getElementById('popup'); | ||||||
| @@ -356,6 +360,7 @@ | |||||||
|     	settingsBtn.addEventListener('click', () => {renderSettings(); activate(settingsBtn)}); |     	settingsBtn.addEventListener('click', () => {renderSettings(); activate(settingsBtn)}); | ||||||
|  |  | ||||||
| 	vpnBtn.addEventListener('click', () => renderVPN()); | 	vpnBtn.addEventListener('click', () => renderVPN()); | ||||||
|  | 	upgradeBtn.addEventListener('click', () => renderVPN()); | ||||||
|  |  | ||||||
| //	renderApps(true); | //	renderApps(true); | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										17
									
								
								scan.html
									
									
									
									
									
								
							
							
						
						
									
										17
									
								
								scan.html
									
									
									
									
									
								
							| @@ -1,12 +1,15 @@ | |||||||
| <!DOCTYPE html> | <!DOCTYPE html> | ||||||
| <html lang="en"> | <html lang="en"> | ||||||
| <head> | <head> | ||||||
|   <meta charset="UTF-8" /> | <meta charset="UTF-8" /> | ||||||
|   <meta name="viewport" content="width=device-width, initial-scale=1" /> | <meta name="viewport" content="width=device-width, initial-scale=1" /> | ||||||
|   <title>Safebox - INSTALLER TOOL</title> | <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> | ||||||
|   <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Switzer:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap"/> | <meta http-equiv="Pragma" content="no-cache" /> | ||||||
|   <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"/> | <meta http-equiv="Expires" content="0" /> | ||||||
|   <link rel="stylesheet" href="style.css?t=4" /> | <title>Safebox - INSTALLER TOOL</title> | ||||||
|  | <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Switzer:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap"/> | ||||||
|  | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"/> | ||||||
|  | <link rel="stylesheet" href="style.css?t=4" /> | ||||||
| </head> | </head> | ||||||
| <body id="scan" class="text-center"> | <body id="scan" class="text-center"> | ||||||
|   <div class="main"> |   <div class="main"> | ||||||
| @@ -37,7 +40,7 @@ | |||||||
| <script src="https://code.jquery.com/jquery-3.7.1.min.js"></script> | <script src="https://code.jquery.com/jquery-3.7.1.min.js"></script> | ||||||
| <script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.6/dist/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script> | <script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.6/dist/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script> | ||||||
| <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.2.1/dist/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script> | <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.2.1/dist/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script> | ||||||
| <script src="install.js?t=6"></script> | <script src="install.js?t=7"></script> | ||||||
| <script> | <script> | ||||||
| const progressBar = document.getElementById('progressBar'); | const progressBar = document.getElementById('progressBar'); | ||||||
| const progressText = document.getElementById('progressText'); | const progressText = document.getElementById('progressText'); | ||||||
|   | |||||||
							
								
								
									
										3
									
								
								scan.php
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								scan.php
									
									
									
									
									
								
							| @@ -497,9 +497,10 @@ switch ($_GET["op"]) { | |||||||
| 		$arr = check_response("version"); | 		$arr = check_response("version"); | ||||||
| 		if (!empty($arr)) { | 		if (!empty($arr)) { | ||||||
| 			$data = $arr["version"]; | 			$data = $arr["version"]; | ||||||
| 			echo $data["VERSION"]; | 			echo "Framework version: ".$data["VERSION"]."\n"; | ||||||
| 		} | 		} | ||||||
| 		else echo "Version not found"; | 		else echo "Version not found"; | ||||||
|  | 		echo "Frontend version: 1.1.14"; | ||||||
| 	break; | 	break; | ||||||
| 	case "repositories": | 	case "repositories": | ||||||
| 		$arr = array("STATUS" => 0); | 		$arr = array("STATUS" => 0); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user