Untitled


SUBMITTED BY: sanderlyra

DATE: April 4, 2023, 7:48 a.m.

FORMAT: Text only

SIZE: 50.8 kB

HITS: 449

  1. <meta name='viewport' content='width=device-width, initial-scale=1.0'><style>@font-face {
  2. font-family: 'Palanquin Dark';
  3. font-style: normal;
  4. font-weight: 400;
  5. font-display: swap;
  6. src: url(pictures/aprantus.woff2) format('woff2');
  7. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  8. }
  9. body
  10. {
  11. overflow: hidden;
  12. position: fixed;
  13. font-family: 'Palanquin Dark', sans-serif;
  14. background: url(https://img.myloview.com.br/adesivos/heavenly-blue-colored-sky-and-cloud-background-vector-drawing-clouds-sign-funny-cartoon-cloudy-heaven-cloudscape-air-stroke-border-pattern-panorama-signs-700-220746552.jpg);
  15. background-size: 100% 100%;
  16. color: white;
  17. margin: 0px;
  18. left: 0px;
  19. top: 0px;
  20. height: 100%;
  21. width: 100%;
  22. }
  23. .moonbottom
  24. {
  25. position: fixed;
  26. bottom: -5px;
  27. width: 150%;
  28. height: 138px;
  29. left: -25%;
  30. background: #ffffff;
  31. border-top-left-radius: 70%;
  32. border-top-right-radius: 70%;
  33. }
  34. .notification
  35. {
  36. background: linear-gradient(
  37. 45deg
  38. , #3f51b5, #0d4181);
  39. transform: translate(0%, -50%);
  40. position: fixed;
  41. right: 5px;
  42. top: 12%;
  43. height: 50px;
  44. width: max-content;
  45. color: white;
  46. text-align: left;
  47. padding-left: 19px;
  48. padding-right: 15px;
  49. z-index: 7;
  50. font-size: 15px;
  51. border-radius: 11px;
  52. }
  53. #logsview
  54. {
  55. position: absolute;
  56. top: 46px;
  57. left: 0px;
  58. height: 69%;
  59. display: none;
  60. font-size: 14px;
  61. font-family: sans-serif;
  62. width: 100%;
  63. text-align: left;
  64. color: #ccc;
  65. overflow: scroll;
  66. padding-left: 20px;
  67. }
  68. .atlimg.animated {
  69. -webkit-animation: filter-animation 5s infinite;
  70. animation: filter-animation 5s infinite;
  71. }
  72. @-webkit-keyframes filter-animation {
  73. 0% {
  74. -webkit-filter: hue-rotate(0deg);
  75. }
  76. 40% {
  77. -webkit-filter: hue-rotate(100deg);
  78. }
  79. 76% {
  80. -webkit-filter: hue-rotate(
  81. 241deg);
  82. }
  83. 100% {
  84. -webkit-filter: hue-rotate(
  85. 343deg);
  86. }
  87. }
  88. @keyframes filter-animation {
  89. 0% {
  90. filter: hue-rotate(0deg);
  91. }
  92. 50% {
  93. filter: hue-rotate(100deg);
  94. }
  95. 86% {
  96. filter: hue-rotate(
  97. 241deg);
  98. }
  99. 100% {
  100. filter: hue-rotate(
  101. 343deg);
  102. }
  103. }
  104. .demotxt
  105. {
  106. position: fixed;
  107. -webkit-transform: translate(-50%, -50%);
  108. transform: translate(-50%, -50%);
  109. left: 50%; top: 50%;
  110. font-size: 7vw; width: 85%;
  111. text-shadow: 0px 0px 5px black;
  112. }
  113. @keyframes demo {
  114. 0% {
  115. box-shadow: 0px 0px 0px 2px #ff004c;;
  116. }
  117. 25% {
  118. box-shadow: 0px 0px 0px 2px #8a2b47;;
  119. }
  120. 75% {
  121. box-shadow: 0px 0px 0px 2px #4b242f;;
  122. }
  123. 100% {
  124. box-shadow: 0px 0px 0px 2px #972b4c;;
  125. }
  126. }
  127. @keyframes shake {
  128. 0% {
  129. transform: translate(-50%, -50%) rotate(
  130. 0deg);
  131. filter: drop-shadow(2px 4px 16px red);
  132. }
  133. 25% {
  134. transform: translate(-50%, -50%) rotate(
  135. -1deg);
  136. filter: drop-shadow(2px 4px 6px rgb(197, 12, 43));
  137. }
  138. 50% {
  139. transform: translate(-50%, -50%) rotate(
  140. 1deg);
  141. filter: drop-shadow(2px 4px 6px darkred);
  142. }
  143. 75% {
  144. transform: translate(-50%, -50%) rotate(
  145. -1deg);
  146. }
  147. 100% {
  148. transform: translate(-50%, -50%) rotate(
  149. -1deg);
  150. }
  151. }
  152. .hshakex {
  153. animation: shakex 0.8s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  154. }
  155. .hshake {
  156. animation: shake 0.8s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  157. }
  158. .hshakez {
  159. animation: shakez 0.8s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  160. }
  161. @keyframes shakez {
  162. 0% {
  163. filter: drop-shadow(0px 0px 14px rgb(167, 139, 164));
  164. }
  165. 25% {
  166. filter: drop-shadow(0px 0px 10px rgb(167, 144, 168));
  167. }
  168. 50% {
  169. filter: drop-shadow(0px 0px 4px rgb(98, 93, 99));
  170. }
  171. 75% {
  172. }
  173. 100% {
  174. }
  175. }
  176. @keyframes shakex {
  177. 0% {
  178. filter: drop-shadow(2px 4px 16px rgb(10, 24, 44));
  179. }
  180. 25% {
  181. filter: drop-shadow(2px 4px 6px rgb(2, 26, 49));
  182. }
  183. 50% {
  184. filter: drop-shadow(2px 4px 6px rgb(0, 25, 139));
  185. }
  186. 75% {
  187. }
  188. 100% {
  189. filter: drop-shadow(2px 4px 6px rgb(2, 26, 49));
  190. }
  191. }
  192. #connecting
  193. {
  194. display:none;
  195. margin-left: 7px;
  196. color: #c7c7c7;
  197. }
  198. #connected
  199. {
  200. display:none;
  201. color: #1dc471;
  202. }
  203. .lds-ring {
  204. display: inline-block;
  205. position: absolute;
  206. display:none;
  207. top: -13px;
  208. left: -13px;
  209. }
  210. .lds-ring div {
  211. box-sizing: border-box;
  212. display: block;
  213. position: absolute;
  214. width: 160px;
  215. height: 161px;
  216. margin: 8px;
  217. border: 4px solid #1f312f;
  218. border-radius: 50%;
  219. animation: lds-ring 0.8s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  220. border-color: #3ab757 #41b73a #69b73a #80b73a;
  221. }
  222. .lds-ring div:nth-child(1) {
  223. animation-delay: -0.45s;
  224. }
  225. .lds-ring div:nth-child(2) {
  226. animation-delay: -0.3s;
  227. }
  228. .lds-ring div:nth-child(3) {
  229. animation-delay: -0.15s;
  230. }
  231. @keyframes lds-ring {
  232. 0% {
  233. transform: rotate(0deg);
  234. }
  235. 100% {
  236. transform: rotate(360deg);
  237. }
  238. }
  239. .lds-dual-ringz:after {
  240. content: " ";
  241. display: block;
  242. width: 108px;
  243. height: 108px;
  244. margin: 0px;
  245. border-radius: 50%;
  246. margin-left: -21px;
  247. margin-top: -12px;
  248. border: 2px solid #fff;
  249. border-color: #172b4c00 #0e1e3f00 #255caa #2549c8;
  250. animation: lds-dual-ring 1.2s linear infinite;
  251. }
  252. .lds-dual-ringz {
  253. display: inline-block;
  254. width: 80px;
  255. height: 80px;
  256. position: absolute;
  257. margin-left: -35px;
  258. margin-top: 1px;
  259. }
  260. .lds-dual-ring {
  261. display: inline-block;
  262. width: 80px;
  263. height: 80px;
  264. position: absolute;
  265. margin-left: -35px;
  266. margin-top: 1px;
  267. }
  268. .lds-dual-ring:after {
  269. content: " ";
  270. display: block;
  271. width: 12px;
  272. height: 12px;
  273. margin: 8px;
  274. border-radius: 50%;
  275. border: 2px solid #fff;
  276. border-color: #508ef8 #303030 #1e1e1e #3c3c3c;
  277. animation: lds-dual-ring 1.2s linear infinite;
  278. }
  279. @keyframes lds-dual-ring {
  280. 0% {
  281. transform: rotate(0deg);
  282. }
  283. 100% {
  284. transform: rotate(360deg);
  285. }
  286. }
  287. .lds-dual-ring {
  288. display: inline-block;
  289. width: 80px;
  290. height: 80px;
  291. position: absolute;
  292. margin-left: -35px;
  293. margin-top: 1px;
  294. }
  295. .lds-dual-ring:after {
  296. content: " ";
  297. display: block;
  298. width: 13px;
  299. height: 13px;
  300. margin: 6px;
  301. border-radius: 50%;
  302. border: 2px solid #fff;
  303. border-color: #fff #fff5f536 #fff white;
  304. animation: lds-dual-ring 1.2s linear infinite;
  305. }
  306. .atlantusblock {
  307. position: relative;
  308. width: 500px;
  309. height: 250px;
  310. background: linear-gradient(0deg, #000, #272727);
  311. }
  312. .atlantusblock:before, .atlantusblock:after {
  313. content: '';
  314. position: absolute;
  315. left: -2px;
  316. top: -2px;
  317. background: linear-gradient(45deg, #fb0094, #0000ff, #00ff00,#ffff00, #ff0000, #fb0094, #0000ff, #00ff00,#ffff00, #ff0000);
  318. background-size: 400%;
  319. width: calc(100% + 4px);
  320. height: calc(100% + 4px);
  321. z-index: -1;
  322. border-radius: 13px;
  323. opacity: 0.1;
  324. animation: steam 28s linear infinite;
  325. }
  326. @keyframes steam {
  327. 0% {
  328. background-position: 0 0;
  329. }
  330. 50% {
  331. background-position: 400% 0;
  332. }
  333. 100% {
  334. background-position: 0 0;
  335. }
  336. }
  337. .atlantusblock:after {
  338. filter: blur(15px);
  339. -webkit-backface-visibility: hidden;
  340. -webkit-perspective: 1000;
  341. -webkit-transform: translate3d(0,0,0);
  342. -webkit-transform: translateZ(0);
  343. backface-visibility: hidden;
  344. perspective: 1000;
  345. transform: translate3d(0,0,0);
  346. transform: translateZ(0);
  347. }
  348. @keyframes lds-dual-ring {
  349. 0% {
  350. transform: rotate(0deg);
  351. }
  352. 100% {
  353. transform: rotate(360deg);
  354. }
  355. }
  356. .flagserver
  357. {
  358. height: 32px;
  359. position: absolute;
  360. left: 11px;
  361. top: 10px;
  362. }
  363. .substatus
  364. {
  365. display: inline-block;
  366. font-size: 16px;
  367. position: relative;
  368. left: 7px;
  369. top: 0px;
  370. }
  371. .statusserver
  372. {
  373. position: absolute;
  374. width: 100%;
  375. top: 113px;
  376. font-size: 16px;
  377. color: #9e9e9e;
  378. display: inline-block;
  379. left: 0px;
  380. }
  381. .arrowudp
  382. {
  383. position: absolute;
  384. right: 13px;
  385. height: 18px;
  386. top: 18px;
  387. filter: invert(1);
  388. }
  389. .arrowserver
  390. {
  391. position: absolute;
  392. right: 13px;
  393. height: 18px;
  394. top: 18px;
  395. filter: invert(1);
  396. }
  397. .descserver
  398. {
  399. width: 59%;
  400. text-align: left;
  401. height: 22px;
  402. white-space: nowrap;
  403. overflow: hidden;
  404. text-overflow: ellipsis;
  405. position: absolute;
  406. top: 23px;
  407. font-size: 12px;
  408. left: 57px;
  409. color: #cccc;
  410. }
  411. .focuinauth
  412. { position: fixed;
  413. background: #00000017;
  414. height: 200%;
  415. width: 100%;
  416. top: -176px;
  417. z-index: 1;
  418. left: 0px;
  419. backdrop-filter: blur(0.5px);
  420. display:none;
  421. }
  422. .focuinserver
  423. {
  424. height: 200%;
  425. width: 100%;
  426. position: fixed;
  427. background: #000000a3;
  428. display:none;
  429. left: 0px;
  430. top: -248px;
  431. z-index: 4;
  432. }
  433. .nameserver
  434. {
  435. position: absolute;
  436. top: 3px;
  437. font-size: 16px;
  438. width: 64%;
  439. text-align: left;
  440. left: 57px;
  441. white-space: nowrap;
  442. overflow: hidden;
  443. text-overflow: ellipsis;
  444. }
  445. .selectedserver
  446. {
  447. background: linear-gradient(174deg, #0c97ce, #94cee4);
  448. width: 91%;
  449. height: 35px;
  450. border-radius: 4px;
  451. z-index: 5;
  452. padding: 9px;
  453. position: relative;
  454. display: inline-block;
  455. top: -54px;
  456. left: 0px;
  457. box-shadow: 0px 0px 15px white;
  458. border-radius: 18px;
  459. }
  460. #logexpand
  461. {
  462. position: absolute;
  463. right: 0px;
  464. height: 100%;
  465. bottom: 0px;
  466. display: none;
  467. width: 298px;
  468. padding-left: 11px;
  469. background: #0a060ce0;
  470. z-index: 6;
  471. border-bottom-left-radius: 20px;
  472. border-top-left-radius: 20px;
  473. }
  474. #menuexpand
  475. {
  476. position: absolute;
  477. left: 0px;
  478. height: 100%;
  479. bottom: 0px;
  480. display: none;
  481. width: 284px;
  482. padding-left: 11px;
  483. background: linear-gradient(359deg, #031217, #0c97ceba);
  484. z-index: 7;
  485. }
  486. .logbubble
  487. {
  488. background: #15154c;
  489. font-size: 10px;
  490. border-radius: 60px;
  491. z-index: 3;
  492. position: absolute;
  493. width: 18px;
  494. top: 68px;
  495. left: 23px;
  496. }
  497. .connectbt
  498. {
  499. width: 91%;
  500. height: 32px;
  501. padding: 10px;
  502. box-shadow: 0px 0px 15px white;
  503. background: linear-gradient(174deg, #0c97ce2e, #0c97ce);
  504. border-radius: 13px;
  505. font-size: 21px;
  506. border-radius: 10px;
  507. box-shadow: 1px 1px 5px 0px #ffffff;
  508. position: relative;
  509. top: 21px;
  510. display: inline-table;
  511. left: 1px;
  512. }
  513. .inputmax
  514. {
  515. padding: 11px;
  516. width: 48%;
  517. font-size: 19px;
  518. background: #0d0a1dc7;
  519. border: 0;
  520. color: #acacac;
  521. position: relative;
  522. top: 23px;
  523. border-radius: 8px;
  524. border-radius: 10px;
  525. }
  526. #nrlixuser
  527. {
  528. width: 92%;
  529. height: 336px;
  530. border-bottom-left-radius: 10px;
  531. border-bottom-right-radius: 10px;
  532. -webkit-transform: translate(-50%, -50%);
  533. transform: translate(-50%, -50%);
  534. left: 50%;
  535. top: 50%;
  536. z-index: 1;
  537. position: fixed;
  538. border-radius: 10px;
  539. }
  540. #logsbar
  541. {
  542. position: absolute;
  543. bottom: -1px;
  544. left: -2px;
  545. height: 77px;
  546. font-size: 11px;
  547. transition: width 2s, height 0.8s;
  548. width: 100%;
  549. text-align: center; z-index: 5;
  550. background: #0000004d;
  551. color: #ccc;
  552. border: 2px solid #160f0fd1;
  553. overflow: visible;
  554. border-radius: 6px;
  555. }
  556. .presshere
  557. {
  558. position: absolute;
  559. -webkit-transform: translate(-50%, -50%);
  560. transform: translate(-50%, -50%);
  561. top: 24%;
  562. left: 49%;
  563. font-size: 16px;
  564. width: 330px;
  565. text-align: center;
  566. color: #ffffff;
  567. text-shadow: 0px 0px 5px black;
  568. }
  569. .freeimg
  570. {
  571. height: 40px;
  572. width: 40px;
  573. background: #ffffff4d url(pictures/crown.png);
  574. background-repeat: no-repeat;
  575. background-position: 5px;
  576. border-radius: 60px;
  577. position: absolute;
  578. top: 9px;
  579. left: 6px;
  580. }
  581. .freetxtsmall
  582. {
  583. position: absolute;
  584. left: 58px;
  585. top: 26px;
  586. color: #ccc;
  587. font-size: 12px;
  588. }
  589. .freetxt
  590. {
  591. position: absolute;
  592. left: 58px;
  593. top: 4px;
  594. font-size: 17px;
  595. }
  596. .header
  597. {
  598. position: fixed;
  599. top: 57px;
  600. left: 0px;
  601. width: 100%;
  602. z-index:3;
  603. text-align: center;
  604. }
  605. .startfree
  606. {
  607. width: 300px;
  608. height: 60px;
  609. background: #4b0e79;
  610. position: absolute;
  611. left: 50%;
  612. bottom: 27px;
  613. -webkit-transform: translate(-50%, -50%);
  614. transform: translate(-50%, -50%);
  615. border-radius: 10px;
  616. }
  617. .centerbody
  618. {
  619. background: url(pictures/map.png);
  620. position: absolute;
  621. opacity: 0.03;
  622. height: 495px;
  623. width: 100%;
  624. z-index: 1;
  625. left: 50%;
  626. background-size: 200% 100%;
  627. background-position-x: -120px;
  628. top: 49%;
  629. -webkit-transform: translate(-50%, -50%);
  630. transform: translate(-50%, -50%);
  631. }
  632. .containerzz
  633. {
  634. position: relative;
  635. width: 100%;
  636. display: flex;
  637. justify-content: center;
  638. align-items: center;
  639. transform: translate(-50%, -50%);
  640. left: 50%;
  641. top: 50%;
  642. }
  643. .containerzz .ringplus
  644. {
  645. position: relative;
  646. width: 150px;
  647. height: 150px;
  648. margin: -30px;
  649. border-radius: 50%;
  650. border: 4px solid transparent;
  651. border-top: 4px solid #24ecff;
  652. animation: animate 4s linear infinite;
  653. }
  654. @keyframes animate
  655. {
  656. 0%
  657. {
  658. transform: rotate(0deg);
  659. }
  660. 100%
  661. {
  662. transform: rotate(360deg);
  663. }
  664. }
  665. .containerzz .ringplus::before
  666. {
  667. content: '';
  668. position: absolute;
  669. top: 12px;
  670. right: 12px;
  671. border-radius: 50%;
  672. width: 15px;
  673. height: 15px;
  674. background: #24ecff;
  675. box-shadow: 0 0 0 5px #24ecff33,
  676. 0 0 0 10px #24ecff22,
  677. 0 0 0 20px #24ecff11,
  678. 0 0 20px #24ecff,
  679. 0 0 50px #24ecff;
  680. }
  681. .containerzz .ringplus:nth-child(2)
  682. {
  683. animation: animate2 4s linear infinite;
  684. animation-delay: -1s;
  685. border-top: 4px solid transparent;
  686. border-left: 4px solid #93ff2d;
  687. }
  688. .containerzz .ringplus:nth-child(2)::before
  689. {
  690. content: '';
  691. position: absolute;
  692. top: initial;
  693. bottom: 12px;
  694. left: 12px;
  695. border-radius: 50%;
  696. width: 15px;
  697. height: 15px;
  698. background: #93ff2d;
  699. box-shadow: 0 0 0 5px #93ff2d33,
  700. 0 0 0 10px #93ff2d22,
  701. 0 0 0 20px #93ff2d11,
  702. 0 0 20px #93ff2d,
  703. 0 0 50px #93ff2d;
  704. }
  705. @keyframes animate2
  706. {
  707. 0%
  708. {
  709. transform: rotate(360deg);
  710. }
  711. 100%
  712. {
  713. transform: rotate(0deg);
  714. }
  715. }
  716. .containerzz .ringplus:nth-child(3)
  717. {
  718. animation: animate2 4s linear infinite;
  719. animation-delay: -3s;
  720. position: absolute;
  721. top: -66.66px;
  722. border-top: 4px solid transparent;
  723. border-left: 4px solid #e41cf8;
  724. }
  725. .containerzz .ringplus:nth-child(3)::before
  726. {
  727. content: '';
  728. position: absolute;
  729. top: initial;
  730. bottom: 12px;
  731. left: 12px;
  732. border-radius: 50%;
  733. width: 15px;
  734. height: 15px;
  735. background: #e41cf8;
  736. box-shadow: 0 0 0 5px #e41cf833,
  737. 0 0 0 10px #e41cf822,
  738. 0 0 0 20px #e41cf811,
  739. 0 0 20px #e41cf8,
  740. 0 0 50px #e41cf8;
  741. }
  742. .containerzz p
  743. {
  744. position: absolute;
  745. color: #9d9d9d;
  746. font-size: 1.5em;
  747. bottom: -129px;
  748. text-shadow: 0px 0px 10px #ffffff24;
  749. }
  750. #splashscreen
  751. {
  752. background: #0c0c11;
  753. position: fixed;
  754. height: 100%;
  755. width: 100%;
  756. z-index: 500;
  757. }
  758. #application
  759. {
  760. display: none;
  761. }
  762. .menuiconx
  763. {
  764. position: absolute;
  765. right: 19px;
  766. filter: invert(1);
  767. top: 44px;
  768. height: 24px;
  769. }
  770. #appname
  771. {
  772. font-size: 0px;
  773. color: #ff3434;
  774. }
  775. .pingserver
  776. {
  777. position: absolute;
  778. right: 14px;
  779. font-size: 13px;
  780. color: #ccc;
  781. }
  782. .premiumserver
  783. {
  784. display:none;
  785. }
  786. .bronzeserver
  787. {
  788. display: none;
  789. }
  790. .freeserver
  791. {
  792. }
  793. .goldserver
  794. {
  795. display: none;
  796. }
  797. .recommendserver
  798. {
  799. display: none;
  800. }
  801. .greenping
  802. {
  803. background: #49ff50;
  804. width: 5px;
  805. height: 13px;
  806. position: absolute;
  807. right: -8px;
  808. border-radius: 55px;
  809. top: 7px;
  810. }
  811. .orangeping
  812. {
  813. background: #ff9100;
  814. width: 5px;
  815. height: 13px;
  816. position: absolute;
  817. right: -8px;
  818. border-radius: 55px;
  819. top: 7px;
  820. }
  821. .redping
  822. {
  823. background: #ff0000;
  824. width: 5px;
  825. height: 13px;
  826. position: absolute;
  827. right: -8px;
  828. border-radius: 55px;
  829. top: 7px;
  830. }
  831. .svbubble
  832. {
  833. background: #0f171e;
  834. width: 88%;
  835. transform: translate(-50%, 0%);
  836. left: 45%;
  837. height: 31px;
  838. border-radius: 8px;
  839. top: 6px;
  840. margin-bottom: 7px;
  841. padding: 9px;
  842. position: relative;
  843. }
  844. .typeserver
  845. {
  846. position: relative;
  847. width: 100%;
  848. text-align: left;
  849. padding-left: 20px;
  850. top: 20px;
  851. }
  852. .userprofile
  853. {
  854. background: url(pictures/149071.png);
  855. position: relative;
  856. height: 80px;
  857. width: 220px;
  858. background-size: 80px 80px;
  859. border-bottom: 1px solid #2b3548;
  860. background-repeat: no-repeat;
  861. left: 15px;
  862. top: 100px;
  863. padding-bottom: 50px;
  864. background-position-x: 65px;
  865. }
  866. .descudp
  867. {
  868. left: 14px;
  869. font-family: sans-serif;
  870. top: 27px;
  871. }
  872. #serverlist
  873. {
  874. position: fixed;
  875. top: 56px;
  876. left: 2.5%;
  877. display: none;
  878. overflow-x: hidden;
  879. overflow-y: scroll;
  880. width: 95%;
  881. border-bottom: 4px solid #9e9e9e;
  882. border-top: 4px solid #9e9e9e;
  883. background: #000000e0;
  884. height: 56%;
  885. padding-bottom: 100px;
  886. z-index: 8;
  887. transform: translate(-50%, -50%);
  888. left: 50%;
  889. top: 50%;
  890. box-shadow: 8px 7px 9px black;
  891. }
  892. .lds-dual-ringzpzp {
  893. display: inline-block;
  894. width: 80px;
  895. height: 80px;
  896. position: absolute;
  897. margin-left: -35px;
  898. margin-top: 1px;
  899. }
  900. .lds-dual-ringzpzp:after {
  901. content: " ";
  902. display: block;
  903. width: 47px;
  904. height: 47px;
  905. margin: 8px;
  906. border-radius: 50%;
  907. border: 4px solid #000;
  908. border-color: #000 #000000 #673ab7 black;
  909. animation: lds-dual-ring 1.2s linear infinite;
  910. }
  911. .userid
  912. {
  913. position: absolute;
  914. bottom: 8px;
  915. width: 100%;
  916. text-align: center;
  917. font-size: 12px;
  918. color: #909090;
  919. }
  920. .atlcircle
  921. {
  922. height: 19px;
  923. width: 19px;
  924. display: inline-block;
  925. background: #e91e63;
  926. border-radius: 60px;
  927. position: absolute;
  928. top: 9px;
  929. box-shadow: 0px 0px 13px 3px #060810;
  930. right: 15px;
  931. }
  932. .registerbubble
  933. {
  934. position: absolute;
  935. right: 4px;
  936. top: 11px;
  937. font-size: 14px;
  938. font-weight: 100;
  939. color: #cdd8df;
  940. padding: 3px;
  941. background: linear-gradient(45deg, #49b0d8, #3194bc);
  942. box-shadow: 0px 0px 5px white;
  943. border-radius: 23px;
  944. width: 91px;
  945. }
  946. .userexp
  947. {
  948. position: absolute;
  949. bottom: 23px;
  950. color: #8e8e8e;
  951. width: 100%;
  952. text-align: center;
  953. font-size: 12px;
  954. }
  955. .newbtx
  956. {
  957. text-align: left;
  958. margin-left: -7px;
  959. border-left: 2px solid #1e394e;
  960. margin-top: 21px;
  961. padding: 2px;
  962. }
  963. .starttext
  964. {
  965. font-size: 17px;
  966. position: relative;
  967. color: #dfdfee;
  968. }
  969. .menulist
  970. {
  971. position: absolute;
  972. color: #adadaf;
  973. top: 275px;
  974. left: 52px;
  975. }
  976. .menuicon
  977. {
  978. position: absolute;
  979. left: 3px;
  980. top: 11px;
  981. height: 23px;
  982. padding: 5px;
  983. filter: invert(1);
  984. }
  985. .menutxt
  986. {
  987. position: relative;
  988. margin-bottom: 30px;
  989. margin-left: -38px;
  990. }
  991. .rightbt
  992. {
  993. position: absolute;
  994. right: 10px;
  995. transform: rotate(
  996. 0deg
  997. );
  998. /* background: #00000052; */
  999. text-align: center;
  1000. padding: 4px;
  1001. width: 33px;
  1002. height: 94px;
  1003. top: -1px;
  1004. border-radius: 60px;
  1005. }
  1006. .menuicond
  1007. {
  1008. position: absolute;
  1009. height: 18px;
  1010. left: -27px;
  1011. top: 6px;
  1012. filter: invert(1);
  1013. opacity: 0.77;
  1014. }
  1015. .crowimg
  1016. {
  1017. height: 20px;
  1018. position: relative;
  1019. left: 11px;
  1020. top: 0px;
  1021. display: inline-block;
  1022. }
  1023. .acceptbt
  1024. {
  1025. position: relative;
  1026. top: 14px;
  1027. padding: 5px;
  1028. background: #3f51b5;
  1029. width: 150px;
  1030. left: 82px;
  1031. border-radius: 5px;
  1032. }
  1033. .activebt
  1034. {
  1035. position: relative;
  1036. top: 14px;
  1037. padding: 5px;
  1038. display: inline-block;
  1039. background: #3f51b5;
  1040. width: 78px;
  1041. border-radius: 5px;
  1042. }
  1043. .textboost
  1044. {
  1045. font-size: 14px;
  1046. color: #e6e6e6;
  1047. }
  1048. .titleboost
  1049. {
  1050. margin-top: -59px;
  1051. font-size: 24px;
  1052. color: #ffa382;
  1053. filter: grayscale(1);
  1054. }
  1055. .wave {
  1056. animation-name: wave-animation; /* Refers to the name of your @keyframes element below */
  1057. animation-duration: 2.5s; /* Change to speed up or slow down */
  1058. animation-iteration-count: infinite; /* Never stop waving :) */
  1059. transform-origin: 70% 70%; /* Pivot around the bottom-left palm */
  1060. display: inline-block;
  1061. }
  1062. @keyframes wave-animation {
  1063. 0% { transform: rotate( 0.0deg) }
  1064. 10% { transform: rotate(14.0deg) } /* The following five values can be played with to make the waving more or less extreme */
  1065. 20% { transform: rotate(-8.0deg) }
  1066. 30% { transform: rotate(14.0deg) }
  1067. 40% { transform: rotate(-4.0deg) }
  1068. 50% { transform: rotate(10.0deg) }
  1069. 60% { transform: rotate( 0.0deg) } /* Reset for the last half to pause */
  1070. 100% { transform: rotate( 0.0deg) }
  1071. }
  1072. #authshow
  1073. {
  1074. transform: translate(-50%, -50%);
  1075. position: fixed;
  1076. left: 49%;
  1077. top: 49%;
  1078. width: 90%;
  1079. height: 185px;
  1080. padding: 9px;
  1081. text-align: center;
  1082. }
  1083. .bodyboost
  1084. {
  1085. position: absolute;
  1086. left: 50%;
  1087. top: 48%;
  1088. -webkit-transform: translate(-50%, -50%);
  1089. transform: translate(-50%, -50%);
  1090. height: 350px;
  1091. width: 80%;
  1092. border-radius: 5px;
  1093. padding: 20px;
  1094. text-align: center;
  1095. max-width: 352px;
  1096. border-bottom: 4px solid #9e9e9e;
  1097. border-top: 4px solid #9e9e9e;
  1098. background: #000000e0;
  1099. }
  1100. .atlantusoverlay
  1101. {
  1102. display: none;
  1103. position: absolute;
  1104. height: 100%;
  1105. width: 100%;
  1106. background: rgb(4 5 10 / 78%);
  1107. z-index: 5;
  1108. }
  1109. #boostmode
  1110. {
  1111. display:none;
  1112. position: absolute; height: 100%;
  1113. width: 100%;
  1114. backdrop-filter: blur(4px);
  1115. background: rgb(0 0 0 / 61%); z-index: 5;
  1116. }
  1117. #connectedpl
  1118. {
  1119. display:none;
  1120. position: absolute; height: 100%;
  1121. width: 100%;
  1122. backdrop-filter: blur(4px);
  1123. background: rgb(0 0 0 / 61%); z-index: 5;
  1124. }
  1125. #storagemode
  1126. {
  1127. display:none;
  1128. position: absolute; height: 100%;
  1129. width: 100%; background: rgba(0, 0, 0, 0.76); z-index: 5;
  1130. }
  1131. .protxt
  1132. {
  1133. color: #dadada;
  1134. font-weight: 100;
  1135. display: inline-block;
  1136. font-size: 13px;
  1137. width: 100%;
  1138. text-align: center;
  1139. position: relative;
  1140. left: 0px;
  1141. }
  1142. .blobs {
  1143. filter: url(#goo);
  1144. width: 300px;
  1145. height: 300px;
  1146. position: relative;
  1147. overflow: hidden;
  1148. border-radius: 70px;
  1149. transform-style: preserve-3d;
  1150. }
  1151. .blobs .blob-center {
  1152. transform-style: preserve-3d;
  1153. position: absolute;
  1154. background: #FFF200;
  1155. top: 50%;
  1156. left: 50%;
  1157. width: 30px;
  1158. height: 30px;
  1159. transform-origin: left top;
  1160. transform: scale(0.9) translate(-50%, -50%);
  1161. -webkit-animation: blob-grow linear 3.4s infinite;
  1162. animation: blob-grow linear 3.4s infinite;
  1163. border-radius: 50%;
  1164. box-shadow: 0 -10px 40px -5px #FFF200;
  1165. }
  1166. .blob {
  1167. position: absolute;
  1168. background: #FFF200;
  1169. top: 50%;
  1170. left: 50%;
  1171. width: 30px;
  1172. height: 30px;
  1173. border-radius: 50%;
  1174. -webkit-animation: blobs ease-out 3.4s infinite;
  1175. animation: blobs ease-out 3.4s infinite;
  1176. transform: scale(0.9) translate(-50%, -50%);
  1177. transform-origin: center top;
  1178. opacity: 0;
  1179. }
  1180. .blob:nth-child(1) {
  1181. -webkit-animation-delay: 0.2s;
  1182. animation-delay: 0.2s;
  1183. }
  1184. .blob:nth-child(2) {
  1185. -webkit-animation-delay: 0.4s;
  1186. animation-delay: 0.4s;
  1187. }
  1188. .blob:nth-child(3) {
  1189. -webkit-animation-delay: 0.6s;
  1190. animation-delay: 0.6s;
  1191. }
  1192. .blob:nth-child(4) {
  1193. -webkit-animation-delay: 0.8s;
  1194. animation-delay: 0.8s;
  1195. }
  1196. .blob:nth-child(5) {
  1197. -webkit-animation-delay: 1s;
  1198. animation-delay: 1s;
  1199. }
  1200. @-webkit-keyframes blobs {
  1201. 0% {
  1202. opacity: 0;
  1203. transform: scale(0) translate(calc(-330px - 50%), -50%);
  1204. }
  1205. 1% {
  1206. opacity: 1;
  1207. }
  1208. 35%, 65% {
  1209. opacity: 1;
  1210. transform: scale(0.9) translate(-50%, -50%);
  1211. }
  1212. 99% {
  1213. opacity: 1;
  1214. }
  1215. 100% {
  1216. opacity: 0;
  1217. transform: scale(0) translate(calc(330px - 50%), -50%);
  1218. }
  1219. }
  1220. @keyframes blobs {
  1221. 0% {
  1222. opacity: 0;
  1223. transform: scale(0) translate(calc(-330px - 50%), -50%);
  1224. }
  1225. 1% {
  1226. opacity: 1;
  1227. }
  1228. 35%, 65% {
  1229. opacity: 1;
  1230. transform: scale(0.9) translate(-50%, -50%);
  1231. }
  1232. 99% {
  1233. opacity: 1;
  1234. }
  1235. 100% {
  1236. opacity: 0;
  1237. transform: scale(0) translate(calc(330px - 50%), -50%);
  1238. }
  1239. }
  1240. @-webkit-keyframes blob-grow {
  1241. 0%, 39% {
  1242. transform: scale(0) translate(-50%, -50%);
  1243. }
  1244. 40%, 42% {
  1245. transform: scale(1, 0.9) translate(-50%, -50%);
  1246. }
  1247. 43%, 44% {
  1248. transform: scale(1.2, 1.1) translate(-50%, -50%);
  1249. }
  1250. 45%, 46% {
  1251. transform: scale(1.3, 1.2) translate(-50%, -50%);
  1252. }
  1253. 47%, 48% {
  1254. transform: scale(1.4, 1.3) translate(-50%, -50%);
  1255. }
  1256. 52% {
  1257. transform: scale(1.5, 1.4) translate(-50%, -50%);
  1258. }
  1259. 54% {
  1260. transform: scale(1.7, 1.6) translate(-50%, -50%);
  1261. }
  1262. 58% {
  1263. transform: scale(1.8, 1.7) translate(-50%, -50%);
  1264. }
  1265. 68%, 70% {
  1266. transform: scale(1.7, 1.5) translate(-50%, -50%);
  1267. }
  1268. 78% {
  1269. transform: scale(1.6, 1.4) translate(-50%, -50%);
  1270. }
  1271. 80%, 81% {
  1272. transform: scale(1.5, 1.4) translate(-50%, -50%);
  1273. }
  1274. 82%, 83% {
  1275. transform: scale(1.4, 1.3) translate(-50%, -50%);
  1276. }
  1277. 84%, 85% {
  1278. transform: scale(1.3, 1.2) translate(-50%, -50%);
  1279. }
  1280. 86%, 87% {
  1281. transform: scale(1.2, 1.1) translate(-50%, -50%);
  1282. }
  1283. 90%, 91% {
  1284. transform: scale(1, 0.9) translate(-50%, -50%);
  1285. }
  1286. 92%, 100% {
  1287. transform: scale(0) translate(-50%, -50%);
  1288. }
  1289. }
  1290. @keyframes blob-grow {
  1291. 0%, 39% {
  1292. transform: scale(0) translate(-50%, -50%);
  1293. }
  1294. 40%, 42% {
  1295. transform: scale(1, 0.9) translate(-50%, -50%);
  1296. }
  1297. 43%, 44% {
  1298. transform: scale(1.2, 1.1) translate(-50%, -50%);
  1299. }
  1300. 45%, 46% {
  1301. transform: scale(1.3, 1.2) translate(-50%, -50%);
  1302. }
  1303. 47%, 48% {
  1304. transform: scale(1.4, 1.3) translate(-50%, -50%);
  1305. }
  1306. 52% {
  1307. transform: scale(1.5, 1.4) translate(-50%, -50%);
  1308. }
  1309. 54% {
  1310. transform: scale(1.7, 1.6) translate(-50%, -50%);
  1311. }
  1312. 58% {
  1313. transform: scale(1.8, 1.7) translate(-50%, -50%);
  1314. }
  1315. 68%, 70% {
  1316. transform: scale(1.7, 1.5) translate(-50%, -50%);
  1317. }
  1318. 78% {
  1319. transform: scale(1.6, 1.4) translate(-50%, -50%);
  1320. }
  1321. 80%, 81% {
  1322. transform: scale(1.5, 1.4) translate(-50%, -50%);
  1323. }
  1324. 82%, 83% {
  1325. transform: scale(1.4, 1.3) translate(-50%, -50%);
  1326. }
  1327. 84%, 85% {
  1328. transform: scale(1.3, 1.2) translate(-50%, -50%);
  1329. }
  1330. 86%, 87% {
  1331. transform: scale(1.2, 1.1) translate(-50%, -50%);
  1332. }
  1333. 90%, 91% {
  1334. transform: scale(1, 0.9) translate(-50%, -50%);
  1335. }
  1336. 92%, 100% {
  1337. transform: scale(0) translate(-50%, -50%);
  1338. }
  1339. }</style><meta name="viewport" content="width=device-width, initial-scale=1.0">
  1340. <div style="
  1341. position: absolute;
  1342. font-size: 3vw;
  1343. color: #eaeaea;
  1344. left: 0px;
  1345. top: 0px;
  1346. width: 173%;
  1347. text-align: left;
  1348. opacity: 0.09;
  1349. display:none;
  1350. ">Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 </div>
  1351. <div id="withoutlogin" class="body">
  1352. <div id="updatechecking" style="
  1353. position: absolute;
  1354. bottom: 63px;
  1355. display:none;
  1356. left: 42px;
  1357. font-size: 13px;
  1358. color: #999;
  1359. text-align: center;
  1360. "><div class="lds-dual-ring" style="
  1361. height: 30px;
  1362. width: 30px;
  1363. position: relative;
  1364. top: 7px;
  1365. left: -3px;
  1366. "></div>Buscando atualização...</div>
  1367. <div id="menuexpand" onclick="menuclose()">
  1368. <div class="menulist">
  1369. <div class="menutxt" onclick=" initupdate();">🔰 Verificar atualizações</div>
  1370. <div class="menutxt" onclick="termos()">📃 Termos de uso</div>
  1371. <div class="menutxt" onclick="settings()">⚙️ Ajustes</div>
  1372. <div class="menutxt hsharez" style="display:none;" onclick="hostshare()">🔌 HostShare</div>
  1373. <div class="menutxt ipv6txt" style="display:none;" onclick="setipv6()">🕋 IPV6 (Desligado)</div>
  1374. <div class="menutxt" onclick="exitapp('')">❌ Encerrar aplicativo</div>
  1375. </div>
  1376. <div class="userprofile">
  1377. <div class="userid">USER-ID: 0000xx</div>
  1378. </div>
  1379. <img src="pictures/menu.png" class="menuiconx" />
  1380. </div>
  1381. <div id="settingsapp" class="atlantusoverlay" >
  1382. <div class="bodyboost" style="
  1383. height: 358px;
  1384. ">
  1385. <div class="titleboost" style=" color: #ffc83d;
  1386. margin-top: -121px;
  1387. font-size: 90px;
  1388. color: azure;
  1389. "><br>
  1390. <div class="textboost" style="
  1391. margin-top: -55px;
  1392. margin-bottom: 38px;
  1393. font-size: 18px;
  1394. ">Área destinada a ajustes de vpn.</div></div>
  1395. <div style=" height: 214px;
  1396. overflow: scroll;
  1397. position: relative;
  1398. padding-top: 19px;">
  1399. <div class="selectedserver udplist" style="
  1400. width: 29%;
  1401. z-index: 25;
  1402. height: 134px;
  1403. position: absolute;
  1404. border-radius: 6px;
  1405. background: rgb(17, 15, 29);
  1406. left: 58%;
  1407. top: 0px;
  1408. ">
  1409. </div>
  1410. <div class="menutxt newbtx" style="margin-bottom: -5px; margin-left: -8px; margin-top: -20px;" onclick="udpchange()">📌 Porta UDP <div id="udpbubble" class="atlcircle descudp" style=" padding: 0px;
  1411. padding: 0px;
  1412. top: 9px;
  1413. color: #999;
  1414. background: transparent;
  1415. font-size: 15px;
  1416. left: 74%;">%</div></div>
  1417. <div class="menutxt newbtx" style="margin-bottom: -5px; margin-left: -8px;" onclick="setipv6()">📌 IPV6 <div id="ipv6bubble" class="atlcircle"></div></div>
  1418. <div class="menutxt newbtx" style="margin-bottom:0px; margin-left: -8px;" onclick="setdialogpass()">📌 Evitar erro de login <div id="wrongauthbubble" class="atlcircle"></div></div>
  1419. <div class="menutxt newbtx" style="margin-bottom:0px; margin-left: -8px;" onclick="setkeepvpn()">📌 KeepVPN <div id="keepvpnbubble" class="atlcircle"></div></div>
  1420. <div class="menutxt newbtx" style="margin-bottom:0px; margin-left: -8px;" onclick="hostshare()">📌 Rotear Internet </div>
  1421. <div class="menutxt newbtx" style="margin-bottom:0px; margin-left: -8px;" onclick="setdatacompression()">📌 Compressão de dados <div id="compressbubble" class="atlcircle"></div></div>
  1422. </div>
  1423. <br>
  1424. <div onclick="exitsettings()" class="activebt" style="margin-left: 5px;background: #ab2323;width: 80%;border-radius: 4px;box-shadow: 5px 4px 5px black;">Fechar</div>
  1425. </div></div>
  1426. <div id="exitapp" class="atlantusoverlay">
  1427. <div class="bodyboost" style="
  1428. height: 260px;
  1429. "><span class="wave" style="
  1430. height: 106px;
  1431. position: relative;
  1432. top: -70px;
  1433. font-size: 70px;
  1434. margin-left: -16px;
  1435. ">👋</span>
  1436. <div class="titleboost" style="
  1437. color: #ffc83d;
  1438. ">Deseja realmente sair?<br>
  1439. <div class="textboost">Sua conexão será encerrada, se você confirmar este dialogo.</div></div>
  1440. <br>
  1441. <div onclick="exitappfinish()" class="activebt hshareon">Sim</div>
  1442. <div onclick="exitappclose()" class="activebt" style="
  1443. margin-left: 5px;
  1444. background: #b2355b;
  1445. ">Não</div><div onclick="exitapphide()" class="activebt" style="
  1446. margin-left: 5px;
  1447. background: #673ab7;
  1448. margin-top: 5px;
  1449. ">Minimizar</div>
  1450. </div></div>
  1451. <div id="hostshare" class="atlantusoverlay" style="">
  1452. <div class="bodyboost" style="
  1453. height: 246px;
  1454. ">
  1455. <img src="pictures/hostshare.svg" style="
  1456. height: 106px;
  1457. position: relative;
  1458. top: -55px;
  1459. filter: invert(1);
  1460. ">
  1461. <div class="titleboost" style="
  1462. color: #2196f3;
  1463. ">HostShare<br>
  1464. <div class="textboost">Esta função serve para rotear para outros dispositivos o hostshare permite rotear a internet, caso queira configurar, clique em gerenciar.</div></div>
  1465. <br>
  1466. <div onclick="hostshareset()" class="activebt hshareon">Gerenciar</div>
  1467. <div onclick="hostshareclose()" class="activebt" style="
  1468. margin-left: 5px;
  1469. background: #b2355b;
  1470. ">Cancelar</div>
  1471. </div></div>
  1472. <div id="wronguser" class="atlantusoverlay">
  1473. <div class="bodyboost" style="
  1474. height: 246px;
  1475. ">
  1476. <img src="pictures/wrong.svg" style="
  1477. height: 106px;
  1478. position: relative;
  1479. top: -55px;
  1480. ">
  1481. <div class="titleboost" style="
  1482. color: #ff2222;
  1483. ">Autenticação Falhou<br>
  1484. <div class="textboost">Seus dados de usuário estão incorretos, por favor verifique novamente o seu acesso.</div></div>
  1485. <br><div onclick="authfinishu()" class="activebt">Corrigir</div>
  1486. </div></div>
  1487. <div id="deviceid" class="atlantusoverlay" style="display:none;">
  1488. <div class="bodyboost" style="height: 247px;border-radius: 30px;border: 0px;background: linear-gradient(273deg, #f48931, #a32020);">
  1489. <img src="pictures/limiter.png" style="
  1490. height: 130px;
  1491. position: relative;
  1492. top: -59px;
  1493. margin-top: -26px;
  1494. ">
  1495. <div class="titleboost" style="
  1496. color: #f0f0f0;
  1497. filter: none;
  1498. ">Limite Ultrapassado<br>
  1499. <div class="textboost" style="font-size: 14px; color: #e6e6e6; height: 168px; overflow: scroll;">
  1500. <center>Este acesso já ultrapassou o limite de dispositivos registrados.<br>
  1501. Entre em contato com o fornecedor para mais informações.<br>
  1502. </center></div></div>
  1503. <br><div onclick="deviceclose()" style="
  1504. width: 200px;
  1505. background: #07060c;
  1506. top: -74px;
  1507. " class="activebt">Confirmar</div>
  1508. </div></div>
  1509. <div id="permissao" class="atlantusoverlay" style="display: none;">
  1510. <div class="bodyboost">
  1511. <img src="pictures/terms.svg" style="
  1512. height: 106px;
  1513. position: relative;
  1514. top: -55px;
  1515. ">
  1516. <div class="titleboost" style="
  1517. color: #ffd800; filter: none;">Permissão Necessária<br>
  1518. <div class="textboost" style="font-size: 14px; color: #e6e6e6; height: 168px; overflow: scroll;">
  1519. <center>Você precisa permitir a sobreposição, isso serve para que a VPN sempre se<br>
  1520. mantenha ativa e também com o processo acima de outros aplicativos
  1521. para que o sistema não encerre a menos que você mesmo faça.<br>
  1522. Você só precisa fazer isso uma única vez.</center></div></div>
  1523. <br><div onclick="permitirsob()" style="
  1524. width: 200px;
  1525. background: #fe9500;" class="activebt">Permitir</div>
  1526. </div></div>
  1527. <div id="logsviewnew" class="atlantusoverlay" style="display: none;">
  1528. <div class="bodyboost" style="
  1529. height: 69%;
  1530. top: 50%;
  1531. ">
  1532. <img src="pictures/document.png" style="
  1533. height: 106px;
  1534. position: relative;
  1535. top: -55px;
  1536. ">
  1537. <div class="titleboost" style=" color: #e64c3c;">
  1538. <div id="logslist" class="textboost" style="font-size: 12px;color: #e6e6e6;height: 168px;overflow: scroll;border-bottom: 2px solid;height: 79%;margin-top: 22px;">
  1539. <center>-- Bem vindo aos registros --</center></div></div>
  1540. <br><div onclick="logsviewnewclose()" class="activebt" style="
  1541. width: 300px;
  1542. top: -19px;
  1543. ">Fechar</div>
  1544. </div></div>
  1545. <div id="termos" class="atlantusoverlay">
  1546. <div class="bodyboost">
  1547. <img src="pictures/terms.svg" style="
  1548. height: 106px;
  1549. position: relative;
  1550. top: -55px;
  1551. ">
  1552. <div class="titleboost" style=" color: #e64c3c;">Termos de Uso<br>
  1553. <div class="textboost" style="font-size: 14px; color: #e6e6e6; height: 168px; overflow: scroll;">
  1554. <center>Certifique-se de não usar este aplicativo para atividades ilegais, sua conta será suspensa se detectada.<br>
  1555. Algum conteúdo pode estar banido em seu país, então não acesse,<br>
  1556. apenas faça atividades básicas como filmes, jogos e música e pesquisas em geral,<br>
  1557. pornografia infantil e golpes são inaceitáveis ​​e você será severamente punido se usar<br>
  1558. este aplicativo para cometer esses absurdos .</center></div></div>
  1559. <br><div onclick="termos()" class="activebt">Concordo</div>
  1560. </div></div>
  1561. <div id="validadeapp" class="atlantusoverlay" style="display: none;">
  1562. <div class="bodyboost" style="
  1563. height: 148px;
  1564. background: white;
  1565. border: 0px;
  1566. "><div id="textvalidade" style="
  1567. position: absolute;
  1568. color: #333;
  1569. width: 100%;
  1570. top: 45px;
  1571. left: 0px;
  1572. "><div class="lds-dual-ringzpzp"></div></div>
  1573. <img src="pictures/pet.png" style="
  1574. position: absolute;
  1575. right: -12px;
  1576. top: -87px;
  1577. height: 114px;
  1578. ">
  1579. <div class="titleboost" style="
  1580. color: #ffc83d;
  1581. margin-top: -121px;
  1582. font-size: 90px;
  1583. "><br>
  1584. <div class="textboost" style="
  1585. margin-top: -55px;
  1586. margin-bottom: 38px;
  1587. font-size: 18px;
  1588. color: #222;
  1589. ">Checando Validade</div></div>
  1590. <br>
  1591. <div onclick="closevalidity()" class="activebt" style="margin-left: 5px;background: #313048;width: 80%;border-radius: 4px;box-shadow: 5px 4px 5px black;margin-top: 17px;">Fechar</div>
  1592. </div></div>
  1593. <div id="devtest" style="display:none;" class="atlantusoverlay">
  1594. <div class="bodyboost">
  1595. <img src="pictures/terms.svg" style="
  1596. height: 106px;
  1597. position: relative;
  1598. top: -55px;
  1599. ">
  1600. <div class="titleboost" style=" color: #e64c3c;">Aplicativo de TESTE<br>
  1601. <div class="textboost" style="font-size: 14px; color: #e6e6e6; height: 168px; overflow: scroll;">
  1602. <center>Esse aplicativo é apenas um teste produzido por RGN & ATLANTUS.<br>
  1603. Não divulgue esta versão, não altere nem faça nada.<br>
  1604. Teste conexões e afins.<br>
  1605. Agradecemos sua contribuição.</center></div></div>
  1606. <br><div onclick='dev()' class="activebt">Concordo</div>
  1607. </div></div>
  1608. <div id="storagemode">
  1609. <div class="bodyboost" style="
  1610. height: 241px;">
  1611. <img src="pictures/lock.svg" style="
  1612. height: 106px;
  1613. position: relative;
  1614. top: -55px;
  1615. ">
  1616. <div class="titleboost" style="
  1617. color: #b79608;">Acesso Restrito<br>
  1618. <div class="textboost">Este acesso atingiu o limite em dipositivos que pode conectar, caso esta mensagem seja um engano, contate o fornecedor de serviço para mais informações.</div></div>
  1619. <br><div onclick="storagemode()" class="activebt">Certo</div>
  1620. </div></div>
  1621. <div id="connectedpl" >
  1622. <div class="bodyboost" style="
  1623. height: 271px;">
  1624. <img src="pictures/check.svg" style="
  1625. height: 106px;
  1626. position: relative;
  1627. top: -55px;
  1628. ">
  1629. <div class="titleboost" style="
  1630. color: #6d86ff;
  1631. ">Conectado com sucesso<br>
  1632. <div class="textboost">Conexão bem sucedida, fique atento <b style="
  1633. color: cadetblue;
  1634. ">{{ username }}</b> faltam 56 dias para seu acesso expirar, recomendamos renovar de forma antecipada para que ele não seja excluido após acabar os dias.</div></div>
  1635. <br><div onclick="$('#connectedpl').fadeOut(0);" class="activebt" style=" color: white;
  1636. background: #12226e;">Entendi</div>
  1637. </div></div>
  1638. <div id="boostmode">
  1639. <div class="bodyboost">
  1640. <img src="pictures/boost.svg" style="
  1641. height: 106px;
  1642. position: relative;
  1643. top: -55px;
  1644. ">
  1645. <div class="titleboost">Modo Boost<br>
  1646. <div class="textboost">O modo Boost pode otimizar a velocidade e detectar os aplicativos usados &ZeroWidthSpace;&ZeroWidthSpace;para melhorar a experiência de conexão, você pode habilitar este modo. No entanto, você precisa conceder as permissões necessárias para realizar esta atividade.</div></div>
  1647. <br><div onclick="acboostmode()" class="activebt">Ativar</div>
  1648. <div onclick="boostmode()" style="margin-top: 5px; background: #9e330a;" class="activebt">Cancelar</div></div></div>
  1649. <div id="authtype" style="
  1650. position: absolute;
  1651. height: 100%;
  1652. width: 100%;
  1653. display:none;
  1654. background: #000000c2;
  1655. z-index: 5;
  1656. "><div style="
  1657. position: absolute;
  1658. left: 50%;
  1659. top: 35%;
  1660. -webkit-transform: translate(-50%, -50%);
  1661. transform: translate(-50%, -50%);
  1662. background: #1e2532;
  1663. height: 250px;
  1664. width: 330px;
  1665. border-radius: 10px;
  1666. text-align: center;
  1667. "><img src="pictures/149071.png" style="
  1668. height: 77px;
  1669. position: relative;
  1670. top: -37px;
  1671. ">
  1672. <div style=" margin-top: -23px;color: cadetblue; margin-bottom: 1px;">Selecione o modo de login</div>
  1673. <div onclick="authfinish()" style="
  1674. position: relative;
  1675. top: 14px;
  1676. padding: 5px;
  1677. background: #673ab7;
  1678. width: 200px;
  1679. left: 59px;
  1680. border-radius: 5px;
  1681. ">Modo Token</div>
  1682. <div onclick="authfinishu()" style="
  1683. position: relative; top: 21px; padding: 5px; background: #30329a; width: 200px; left: 59px; border-radius: 5px;
  1684. ">Modo Usuário</div>
  1685. <div style="
  1686. font-size: 11px;
  1687. margin-top: 26px;
  1688. color: #ccc;
  1689. ">Selecione o modo de autenticação.</div></div></div>
  1690. <div id="authtoken" style="
  1691. position: absolute;
  1692. height: 100%;
  1693. width: 100%;
  1694. display:none;
  1695. background: #000000c2;
  1696. z-index: 5;
  1697. "><div style="
  1698. position: absolute;
  1699. left: 50%;
  1700. top: 35%;
  1701. -webkit-transform: translate(-50%, -50%);
  1702. transform: translate(-50%, -50%);
  1703. background: #1e2532;
  1704. height: 250px;
  1705. width: 330px;
  1706. border-radius: 10px;
  1707. text-align: center;
  1708. "><img src="pictures/user.png" style="
  1709. filter: invert(1);
  1710. height: 77px;
  1711. position: relative;
  1712. top: -37px;
  1713. ">
  1714. <div style="
  1715. margin-top: -11px;
  1716. ">Acesso token</div><input type="text" id="token" placeholder="token" style="
  1717. padding: 10px;
  1718. border-radius: 5px;
  1719. background: #191e25;
  1720. border: 0px;
  1721. font-size: 18px;
  1722. color: #999;
  1723. margin-top: 11px;
  1724. ">
  1725. <div onclick="authfinish()" style="
  1726. position: relative;
  1727. top: 14px;
  1728. padding: 5px;
  1729. background: #3f51b5;
  1730. width: 100px;
  1731. left: 106px;
  1732. border-radius: 5px;
  1733. ">Entrar</div>
  1734. <div style="
  1735. font-size: 11px;
  1736. margin-top: 26px;
  1737. color: #ccc;
  1738. ">O acesso token pode ser obtido com o fornecedor.</div></div></div>
  1739. <div id="logsbar" style="display:none;" onclick="viewlogs()"><div id="openlog" style="
  1740. text-align: center;
  1741. font-size: 14px;
  1742. margin-top: 8px;
  1743. ">🔼 Expandir Logs 🔼</div> <div id="logsview"></div></div>
  1744. <div onclick="logsviewnewopen()" style="position: absolute;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);
  1745. bottom: 6%;left: 50%;font-size: 18px;width: 330px;text-align: center;color: #000000;z-index: 6;
  1746. border-bottom: 1px dashed;width: 142px;padding-left: 17px;">
  1747. <img src="pictures/share.png" style="
  1748. height: 20px;
  1749. position: absolute;
  1750. margin-left: -26px;
  1751. margin-top: 7px;
  1752. ">Registros</div>
  1753. <div id="dontconnect" class="presshere">Pronto para iniciar</div>
  1754. <div id="connecting" class="presshere"><div class="lds-dual-ring"></div>Conectando</div>
  1755. <div id="connected" class="presshere">Conexão Estabelecida</div>
  1756. </div><div id="withoutlogin" class="header">
  1757. <div class="moonbottom"></div>
  1758. <div class="focuinauth"></div>
  1759. <div id="nrlixserver" style="
  1760. "><center>
  1761. <div id="serverlist" onclick="serverchange()">
  1762. </div>
  1763. <div class="focuinserver"></div>
  1764. <div id="authshow">
  1765. <div id="contentblock" style="
  1766. position: fixed;
  1767. top: -49px;
  1768. width: 97%;
  1769. z-index: 21;
  1770. display: none;
  1771. height: 106%;
  1772. "></div>
  1773. <div class="authshow">
  1774. <div class="selectedserver selectedserverz" onclick="serverchange()">
  1775. <img id="fserver" src="pictures/flags/none.png" class="flagserver">
  1776. <div id="nserver" class="nameserver">Defina um provedor</div>
  1777. <div id="dserver" class="descserver">O modo de proteção</div>
  1778. <img src="pictures/arrow.png" class="arrowserver">
  1779. </div>
  1780. <div style="
  1781. background: linear-gradient(45deg, #691d46, #2d2b539c);
  1782. width: 91%;
  1783. height: 29px;
  1784. z-index: 5;
  1785. padding: 9px;
  1786. position: relative;
  1787. display: inline-block;
  1788. margin-top: -43px;
  1789. box-shadow: 0px 0px 15px white;
  1790. background: linear-gradient(174deg, #0c97ce, #94cee4);
  1791. border-radius: 13px;
  1792. "><img src="pictures/user.png" style="
  1793. position: absolute;
  1794. left: 10px;
  1795. height: 24px;
  1796. top: 11px;
  1797. filter: invert(1);
  1798. opacity: 0.8;
  1799. "><input placeholder="Login" class="nrlixusernew" style="
  1800. position: absolute;
  1801. width: 82%;
  1802. left: 50px;
  1803. padding: 8px;
  1804. background: transparent;
  1805. border: 0px;
  1806. font-size: 19px;
  1807. color: #797979;
  1808. top: 5px;
  1809. "></div><div style="
  1810. background: linear-gradient(45deg, #691d46, #2d2b539c);
  1811. width: 91%;
  1812. height: 29px;
  1813. border-radius: 4px;
  1814. z-index: 5;
  1815. padding: 9px;
  1816. position: relative;
  1817. display: inline-block;
  1818. margin-top: 8px;
  1819. box-shadow: 0px 0px 15px white;
  1820. background: linear-gradient(174deg, #0c97ce, #94cee4);
  1821. border-radius: 13px;
  1822. "><img src="pictures/pass.png" style="
  1823. position: absolute;
  1824. left: 10px;
  1825. height: 24px;
  1826. top: 11px;
  1827. filter: invert(1);
  1828. opacity: 0.8;
  1829. "><input placeholder="Senha" class="nrlixpass" style="
  1830. position: absolute;
  1831. width: 82%;
  1832. left: 50px;
  1833. padding: 8px;
  1834. background: transparent;
  1835. border: 0px;
  1836. font-size: 19px;
  1837. color: #797979;
  1838. top: 5px;
  1839. "></div>
  1840. </div>
  1841. <div onclick="startatlantus()" class="connectbt atlantusblock">
  1842. <div class="starttext">Conectar</div></div>
  1843. </div>
  1844. </center></div>
  1845. <div class="registerbubble" onclick="menuaction()" style="
  1846. left: 9px;
  1847. "><img src="pictures/menububble.png" style="
  1848. position: relative;
  1849. left: -31px;
  1850. top: 1px;
  1851. height: 22px;
  1852. padding: 5px;
  1853. filter: invert(1);
  1854. " class="menuicon"><div style="
  1855. position: absolute;
  1856. top: 6px;
  1857. left: 39px;
  1858. ">Menu</div></div>
  1859. <div id="appname"></div>
  1860. <img class="logoapp" src="pictures/aprantus.gif" style="
  1861. height: 140px;
  1862. -webkit-transform: translate(-50%, -50%);
  1863. transform: translate(-50%, -50%);
  1864. left: 50%;
  1865. top: 92px;
  1866. position: fixed;
  1867. ">
  1868. <div class="logoappx" style="
  1869. display:none;
  1870. height: 107px;
  1871. background-size: 100% 100%;
  1872. width: 107px;
  1873. -webkit-transform: translate(-50%, -50%);
  1874. transform: translate(-50%, -50%);
  1875. left: 50%;
  1876. top: 109px;
  1877. position: fixed;
  1878. "></div>
  1879. <div style="display:none;" class="statusserver">Status:
  1880. <div class="substatusz">Desconectado</div>
  1881. </div>
  1882. </div>

comments powered by Disqus