????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 18.189.141.66 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/labs.astacus.se/ |
Upload File : |
<!DOCTYPE html> <html manifest="offline.manifest"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"> <meta name="apple-mobile-web-app-capable" content="yes" /> <SCRIPT language="JavaScript" SRC="js/script.js"></SCRIPT> <title>Landlord III</title> <link href="css/main.css" rel="stylesheet" type="text/css" media="all"> </head> <body bgcolor="#000000" onLoad="online();"> <header> <table width="750" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="128"><input type="submit" name="button2" id="button2" value="<< Till meny" onclick="javascript:document.location.href='index.html'" class="buttons_small"></td> <td width="493" align="center"><div id="topic">Inställningar</div></td> <td width="129" align="right"> </td> </tr> </table> </header> <form action="" method="get"> <div id="wrapper"> <div id="scroll-content"> <br> <br> <table width="720" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="center" class="rubrik"><div id="version"></div></td> </tr> </table> <p id="scroll-content"> </p> <table width="720" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="center" valign="top" class="rubrik"><table width="720" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="150" class="texts">Antal objekt:</td> <td width="570"><input name="nbrObject" type="text" class="textfields" id="nbrObject" size="5" ></td> </tr> </table> <br> <table width="720" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="150" class="texts">Antal register:</td> <td width="570"><input name="nbrRegister" type="text" class="textfields" id="nbrRegister" size="5" ></td> </tr> </table> <br> <table width="720" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="150" class="texts">Server:</td> <td width="570"><input name="serverHost" type="text" class="texts" id="serverHost" size="30"> <input name="button" type="button" class="texts" id="button" value="Spara" onClick="saveSettings();"></td> </tr> </table><p> </p></td> </tr> </table> <br> <p> </p> </div> </div> </form> <footer></footer> </body> </html> <script> var nbrRegister = localStorage.getItem("nbrRegister"); var nbrObject = localStorage.getItem("nbrObject"); var serverHost = localStorage.getItem("serverHost");//; if(serverHost != null){ document.getElementById("nbrObjects").value = nbrObject; document.getElementById("nbrRegister").value = nbrRegister; document.getElementById("serverHost").value = serverHost; }else{ document.getElementById("nbrObjects").value = "20"; document.getElementById("nbrRegister").value = "100"; document.getElementById("serverHost").value = "http://vfast.landlord.5d.se/api/v1/"; } </script>