OXIESEC PANEL
- Current Dir:
/
/
home
/
cubot
/
docroot
/
iCUBOT
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/03/2023 07:42:40 AM
rwxrwxr-x
📄
._.DS_Store
82 bytes
08/14/2022 11:02:52 AM
rwxr-xr-x
📄
._Image1.png
325 bytes
08/14/2022 11:02:52 AM
rwxr-xr-x
📄
._Image2.png
325 bytes
08/14/2022 11:02:52 AM
rwxr-xr-x
📄
._Image3.png
325 bytes
08/14/2022 11:02:52 AM
rwxr-xr-x
📄
._data.xml
171 bytes
08/14/2022 11:02:52 AM
rwxr-xr-x
📄
._data1.xml
171 bytes
08/14/2022 11:02:52 AM
rwxr-xr-x
📄
._index.js
171 bytes
08/14/2022 11:02:52 AM
rwxr-xr-x
📄
._login.xml
171 bytes
08/14/2022 11:02:52 AM
rwxr-xr-x
📄
._metadata.xml
171 bytes
08/14/2022 11:02:52 AM
rwxr-xr-x
📄
SessionExpire.html
894 bytes
08/14/2022 11:02:52 AM
rwxr-xr-x
📄
icon.png
2.12 KB
08/14/2022 11:02:52 AM
rwxr-xr-x
📄
icubot.js
26.06 KB
08/14/2022 11:02:52 AM
rwxr-xr-x
📁
img
-
08/14/2022 11:02:52 AM
rwxr-xr-x
📄
index.html
6.03 KB
08/14/2022 11:02:52 AM
rwxr-xr-x
📄
loading.gif
743 bytes
08/14/2022 11:02:52 AM
rwxr-xr-x
📄
phone_startup.png
74.08 KB
08/14/2022 11:02:52 AM
rwxr-xr-x
📄
sencha-touch.css
267.35 KB
08/14/2022 11:02:52 AM
rwxr-xr-x
📄
sencha-touch.js
745.04 KB
08/14/2022 11:02:52 AM
rwxr-xr-x
📄
tablet_startup.png
434.34 KB
08/14/2022 11:02:52 AM
rwxr-xr-x
Editing: SessionExpire.html
Close
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>CUBOT Showcase Session Expire Page</title> <script type="text/javascript" src="/showcase/js/jquery/jquery.js"></script> <script type="text/javascript" src="/showcase/js/jquery/jquery.cookie.js"></script> <script language=javascript> function logout(){ $.cookie('RXSESSION', '-1'); var current_addr=window.top.location.href.split("?"); if(current_addr[1]){ window.top.location.href="/iCUBOT/index.html?"+current_addr[1]; } else{ window.top.location.href="/iCUBOT/index.html"; } } </script> </head> <body> <br/><br/><font style="color:orange;font-weight:bold;font-size:14px;"><center>Your session has expired. Please <a href="javascript:logout();">Click</a> here to login again.</center></font> </body> </html>