tema


SUBMITTED BY: Karl

DATE: May 12, 2022, 4:30 a.m.

UPDATED: May 14, 2022, 2:12 p.m.

FORMAT: Text only

SIZE: 30.5 kB

HITS: 882

  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/atlantus.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. color: white;
  15. margin: 0px;
  16. left: 0px;
  17. top: 0px;
  18. height: 100%;
  19. width: 100%;
  20. }*
  21. .notification
  22. {
  23. width: 90%;
  24. text-align: center;
  25. position: relative;
  26. background: linear-gradient(
  27. 45deg
  28. , #000000, #2c2a49);
  29. border-radius: 5px;
  30. position: absolute;
  31. left: 50%;
  32. white-space: nowrap;
  33. overflow: hidden;
  34. text-overflow: ellipsis;
  35. height: 35px;
  36. padding-top: 5px;
  37. display: none;
  38. z-index: 2;
  39. top: 303%;
  40. -webkit-transform: translate(-50%, -50%);
  41. transform: translate(-50%, -50%);
  42. }
  43. #logsview
  44. {
  45. position: absolute;
  46. -webkit-transform: translate(-50%, -50%);
  47. transform: translate(-50%, -50%);
  48. top: 83%;
  49. left: 50%;
  50. height: 40px;
  51. font-size: 11px;
  52. width: 200px;
  53. text-align: center;
  54. color: #ccc;
  55. overflow:scroll;
  56. z-index: 2;
  57. }
  58. #connecting
  59. {
  60. display: none;
  61. margin-left: 7px;
  62. color: #75a2c5;
  63. }
  64. #connected
  65. {
  66. display:none;
  67. color: #07fc03;
  68. }
  69. .lds-ring {
  70. display: inline-block;
  71. position: absolute;
  72. display:none;
  73. top: -13px;
  74. left: -13px;
  75. }
  76. .lds-ring div {
  77. box-sizing: border-box;
  78. display: block;
  79. position: absolute;
  80. width: 160px;
  81. height: 161px;
  82. margin: 8px;
  83. border: 8px solid #1f312f;
  84. border-radius: 50%;
  85. animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  86. border-color: #cddc39 #cddc3999 #cddc3940 #00968830;
  87. }
  88. .lds-ring div:nth-child(1) {
  89. animation-delay: -0.45s;
  90. }
  91. .lds-ring div:nth-child(2) {
  92. animation-delay: -0.3s;
  93. }
  94. .lds-ring div:nth-child(3) {
  95. animation-delay: -0.15s;
  96. }
  97. @keyframes lds-ring {
  98. 0% {
  99. transform: rotate(0deg);
  100. }
  101. 100% {
  102. transform: rotate(360deg);
  103. }
  104. }
  105. .lds-dual-ring {
  106. display: inline-block;
  107. width: 80px;
  108. height: 80px;
  109. position: absolute;
  110. margin-left: -35px;
  111. margin-top: 1px;
  112. }
  113. .lds-dual-ring:after {
  114. content: " ";
  115. display: block;
  116. width: 17px;
  117. height: 17px;
  118. margin: 8px;
  119. border-radius: 50%;
  120. border: 2px solid #fff;
  121. border-color: #fff #fff5f536 #fff white;
  122. animation: lds-dual-ring 1.2s linear infinite;
  123. }
  124. @keyframes lds-dual-ring {
  125. 0% {
  126. transform: rotate(0deg);
  127. }
  128. 100% {
  129. transform: rotate(360deg);
  130. }
  131. }
  132. .flagserver
  133. {
  134. height: 38px;
  135. position: absolute;
  136. left: 11px;
  137. top: 10px;
  138. }
  139. .substatus
  140. {
  141. display: inline-block;
  142. font-size: 10px;
  143. position: relative;
  144. left: 50px;
  145. top: 5px;
  146. width: 100%;
  147. border-top-left-radius: 20px;
  148. border-top-right-radius: 20px;
  149. padding: 0px;
  150. z-index: 0;
  151. text-align: center;
  152. opacity: 0.9;
  153. color: rgb(255,5,5);
  154. }
  155. .statusserver
  156. {
  157. position: absolute;
  158. width: 100%;
  159. top: 161px;
  160. text-align: left;
  161. font-size: 15px;
  162. color: #ffffff;
  163. display: inline-block;
  164. left: -50px;
  165. }
  166. .arrowserver
  167. {
  168. position: absolute;
  169. right: 13px;
  170. height: 18px;
  171. top: 21px;
  172. filter: invert(1);
  173. }
  174. .descserver
  175. {
  176. width: 59%;
  177. text-align: left;
  178. height: 22px;
  179. white-space: nowrap;
  180. overflow: hidden;
  181. text-overflow: ellipsis;
  182. position: absolute;
  183. top: 28px;
  184. font-size: 12px;
  185. left: 67px;
  186. color: #ccc;
  187. }
  188. .inputmax
  189. {
  190. position: absolute;
  191. left: 50%;
  192. top: 42%;
  193. width: 86%;
  194. padding: 15px;
  195. font-size: 18px;
  196. z-index: 1;
  197. border: 0px;
  198. color: rgb(255,255,255);
  199. border-left:5px solid rgba(255,146,184,0.697);
  200. border-right:5px solid rgba(255,146,184,0.697);
  201. border-bottom-right-radius: 15px;
  202. border-top-left-radius: 15px;
  203. background: rgba(248,213,251,0.500);
  204. -webkit-transform: translate(-50%, -50%);
  205. transform: translate(-50%, -50%);
  206. }
  207. .rocket {
  208. position: absolute;
  209. top: 28%;
  210. display:none;
  211. margin-left: 20px;
  212. width: 80px;
  213. left: calc(50% - 60px);
  214. z-index: 10;
  215. }
  216. .rocket .rocket-body {
  217. width: 80px;
  218. left: calc(50% - 50px);
  219. animation: bounce 0.5s infinite;
  220. }
  221. .rocket .rocket-body .body {
  222. background-color: #dadada;
  223. height: 180px;
  224. left: calc(50% - 50px);
  225. border-top-right-radius: 100%;
  226. border-top-left-radius: 100%;
  227. border-bottom-left-radius: 50%;
  228. border-bottom-right-radius: 50%;
  229. border-top: 5px solid #f5f5f5;
  230. }
  231. .rocket .rocket-body:before {
  232. content: "";
  233. position: absolute;
  234. left: calc(50% - 24px);
  235. width: 48px;
  236. height: 13px;
  237. background-color: #554842;
  238. bottom: -13px;
  239. border-bottom-right-radius: 60%;
  240. border-bottom-left-radius: 60%;
  241. }
  242. .rocket .window {
  243. position: absolute;
  244. width: 40px;
  245. height: 40px;
  246. border-radius: 100%;
  247. background-color: #a75248;
  248. left: calc(50% - 25px);
  249. top: 40px;
  250. border: 5px solid #b4b2b2;
  251. }
  252. .rocket .fin {
  253. position: absolute;
  254. z-index: -100;
  255. height: 55px;
  256. width: 50px;
  257. background-color: #a75248;
  258. }
  259. .rocket .fin-left {
  260. left: -30px;
  261. top: calc(100% - 55px);
  262. border-top-left-radius: 80%;
  263. border-bottom-left-radius: 20%;
  264. }
  265. .rocket .fin-right {
  266. right: -30px;
  267. top: calc(100% - 55px);
  268. border-top-right-radius: 80%;
  269. border-bottom-right-radius: 20%;
  270. }
  271. .rocket .exhaust-flame {
  272. position: absolute;
  273. top: 90%;
  274. width: 28px;
  275. background: linear-gradient(to bottom, transparent 10%, #f5f5f5 100%);
  276. height: 150px;
  277. left: calc(50% - 14px);
  278. animation: exhaust 0.2s infinite;
  279. }
  280. .rocket .exhaust-fumes li {
  281. width: 60px;
  282. height: 60px;
  283. background-color: #f5f5f5;
  284. list-style: none;
  285. position: absolute;
  286. border-radius: 100%;
  287. }
  288. .rocket .exhaust-fumes li:first-child {
  289. width: 200px;
  290. height: 200px;
  291. bottom: -300px;
  292. animation: fumes 5s infinite;
  293. }
  294. .rocket .exhaust-fumes li:nth-child(2) {
  295. width: 150px;
  296. height: 150px;
  297. left: -120px;
  298. top: 260px;
  299. animation: fumes 3.2s infinite;
  300. }
  301. .rocket .exhaust-fumes li:nth-child(3) {
  302. width: 120px;
  303. height: 120px;
  304. left: -40px;
  305. top: 330px;
  306. animation: fumes 3s 1s infinite;
  307. }
  308. .rocket .exhaust-fumes li:nth-child(4) {
  309. width: 100px;
  310. height: 100px;
  311. left: -170px;
  312. animation: fumes 4s 2s infinite;
  313. top: 380px;
  314. }
  315. .rocket .exhaust-fumes li:nth-child(5) {
  316. width: 130px;
  317. height: 130px;
  318. left: -120px;
  319. top: 350px;
  320. animation: fumes 5s infinite;
  321. }
  322. .rocket .exhaust-fumes li:nth-child(6) {
  323. width: 200px;
  324. height: 200px;
  325. left: -60px;
  326. top: 280px;
  327. animation: fumes2 10s infinite;
  328. }
  329. .rocket .exhaust-fumes li:nth-child(7) {
  330. width: 100px;
  331. height: 100px;
  332. left: -100px;
  333. top: 320px;
  334. }
  335. .rocket .exhaust-fumes li:nth-child(8) {
  336. width: 110px;
  337. height: 110px;
  338. left: 70px;
  339. top: 340px;
  340. }
  341. .rocket .exhaust-fumes li:nth-child(9) {
  342. width: 90px;
  343. height: 90px;
  344. left: 200px;
  345. top: 380px;
  346. animation: fumes 20s infinite;
  347. }
  348. .star li {
  349. list-style: none;
  350. position: absolute;
  351. }
  352. .star li:before, .star li:after {
  353. content: "";
  354. position: absolute;
  355. background-color: #f5f5f5;
  356. }
  357. .star li:before {
  358. width: 10px;
  359. height: 2px;
  360. border-radius: 50%;
  361. }
  362. .star li:after {
  363. height: 8px;
  364. width: 2px;
  365. left: 4px;
  366. top: -3px;
  367. }
  368. .star li:first-child {
  369. top: -30px;
  370. left: -210px;
  371. animation: twinkle 0.4s infinite;
  372. }
  373. .star li:nth-child(2) {
  374. top: 0;
  375. left: 60px;
  376. animation: twinkle 0.5s infinite;
  377. }
  378. .star li:nth-child(2):before {
  379. height: 1px;
  380. width: 5px;
  381. }
  382. .star li:nth-child(2):after {
  383. width: 1px;
  384. height: 5px;
  385. top: -2px;
  386. left: 2px;
  387. }
  388. .star li:nth-child(3) {
  389. left: 120px;
  390. top: 220px;
  391. animation: twinkle 1s infinite;
  392. }
  393. .star li:nth-child(4) {
  394. left: -100px;
  395. top: 200px;
  396. animation: twinkle 0.5s ease infinite;
  397. }
  398. .star li:nth-child(5) {
  399. left: 170px;
  400. top: 100px;
  401. animation: twinkle 0.4s ease infinite;
  402. }
  403. .star li:nth-child(6) {
  404. top: 87px;
  405. left: -79px;
  406. animation: twinkle 0.2s infinite;
  407. }
  408. .star li:nth-child(6):before {
  409. height: 1px;
  410. width: 5px;
  411. }
  412. .star li:nth-child(6):after {
  413. width: 1px;
  414. height: 5px;
  415. top: -2px;
  416. left: 2px;
  417. }
  418. @keyframes fumes {
  419. 50% {
  420. transform: scale(1.5);
  421. background-color: transparent;
  422. }
  423. 51% {
  424. transform: scale(0.8);
  425. }
  426. 100% {
  427. background-color: #f5f5f5;
  428. transform: scale(1);
  429. }
  430. }
  431. @keyframes bounce {
  432. 0% {
  433. transform: translate3d(0px, 0px, 0);
  434. }
  435. 50% {
  436. transform: translate3d(0px, -4px, 0);
  437. }
  438. 100% {
  439. transform: translate3d(0px, 0px, 0);
  440. }
  441. }
  442. @keyframes exhaust {
  443. 0% {
  444. background: linear-gradient(to bottom, transparent 10%, #f5f5f5 100%);
  445. }
  446. 50% {
  447. background: linear-gradient(to bottom, transparent 8%, #f5f5f5 100%);
  448. }
  449. 75% {
  450. background: linear-gradient(to bottom, transparent 12%, #f5f5f5 100%);
  451. }
  452. }
  453. @keyframes fumes2 {
  454. 50% {
  455. transform: scale(1.1);
  456. }
  457. }
  458. @keyframes twinkle {
  459. 80% {
  460. transform: scale(1.1);
  461. opacity: 0.7;
  462. }
  463. }
  464. .nameserver
  465. {
  466. position: absolute;
  467. top: 5px;
  468. font-size: 15px;
  469. width: 64%;
  470. text-align: left;
  471. left: 67px;
  472. white-space: nowrap;
  473. overflow: hidden;
  474. text-overflow: ellipsis;
  475. }
  476. .selectedserver
  477. {
  478. border-left:5px solid rgba(255,146,184,0.697);
  479. border-right:5px solid rgba(255,146,184,0.697);
  480. border-bottom-right-radius: 15px;
  481. border-top-left-radius: 15px;
  482. background: rgba(248,213,251,0.500);
  483. width: 81%;
  484. -webkit-transform: translate(-50%, -50%);
  485. transform: translate(-50%, -50%);
  486. left: 50%;
  487. height: 40px;
  488. top: 34%;
  489. padding: 7px;
  490. position: absolute;
  491. z-index: 1;
  492. }
  493. #menuexpand
  494. {
  495. position: absolute;
  496. left: 0px;
  497. height: 100%;
  498. bottom: 0px;
  499. display: none;
  500. width: 300px;
  501. background: linear-gradient(to left, #000000cf 100%, #000000cf 100%);
  502. z-index: 8;
  503. border-bottom-right-radius: 20px;
  504. border-top-right-radius: 20px;
  505. }
  506. .presshere
  507. {
  508. position: absolute;
  509. -webkit-transform: translate(-50%, -50%);
  510. transform: translate(-50%, -50%);
  511. top: 69%;
  512. left: 50%;
  513. font-size: 20px;
  514. width: 330px;
  515. text-align: center;
  516. z-index: 2;
  517. }
  518. .termss
  519. {
  520. position: absolute;
  521. -webkit-transform: translate(-50%, -50%);
  522. transform: translate(-50%, -50%);
  523. bottom: 15px;
  524. left: 25%;
  525. color: #fff;
  526. font-size: 16px;
  527. width: 40%;
  528. text-align: center;
  529. }
  530. .botteste
  531. {
  532. position: absolute;
  533. -webkit-transform: translate(-50%, -50%);
  534. transform: translate(-50%, -50%);
  535. bottom: 15px;
  536. left: 75%;
  537. color: #fff;
  538. font-size: 16px;
  539. width: 30%;
  540. text-align: center;
  541. }
  542. .connectbt
  543. {
  544. height: 120px;
  545. width: 120px;
  546. background: #ffffff url(pictures/power.svg);
  547. BORDER-RADIUS: 100%;
  548. -webkit-transform: translate(-50%, -50%);
  549. transform: translate(-50%, -50%);
  550. position: absolute;
  551. background-size: 53px !important;
  552. background-repeat: no-repeat;
  553. background-position: 34px !important;
  554. filter: invert(1);
  555. top: 63%;
  556. left: 50%;
  557. z-index: 1;
  558. }
  559. .freeimg
  560. {
  561. height: 40px;
  562. width: 40px;
  563. background: #ffffff4d url(pictures/crown.png);
  564. background-repeat: no-repeat;
  565. background-position: 5px;
  566. border-radius: 60px;
  567. position: absolute;
  568. top: 9px;
  569. left: 6px;
  570. }
  571. .freetxtsmall
  572. {
  573. position: absolute;
  574. left: 58px;
  575. top: 26px;
  576. color: #ccc;
  577. font-size: 12px;
  578. }
  579. .freetxt
  580. {
  581. position: absolute;
  582. left: 58px;
  583. top: 4px;
  584. font-size: 17px;
  585. }
  586. .header
  587. {
  588. position: fixed;
  589. top: 57px;
  590. left: 0px;
  591. width: 100%;
  592. z-index:3;
  593. text-align: center;
  594. }
  595. .startfree
  596. {
  597. width: 300px;
  598. height: 60px;
  599. background: #4b0e79;
  600. position: absolute;
  601. left: 50%;
  602. bottom: 27px;
  603. -webkit-transform: translate(-50%, -50%);
  604. transform: translate(-50%, -50%);
  605. border-radius: 10px;
  606. }
  607. .centerbody
  608. {
  609. position: absolute;
  610. opacity: 0.1;
  611. height: 495px;
  612. width: 100%;
  613. z-index: 1;
  614. left: 50%;
  615. background-size: 200% 100%;
  616. background-position-x: -120px;
  617. top: 49%;
  618. -webkit-transform: translate(-50%, -50%);
  619. transform: translate(-50%, -50%);
  620. }
  621. #application
  622. {
  623. }
  624. .menuiconx
  625. {
  626. position: absolute;
  627. right: 19px;
  628. filter: invert(1);
  629. top: 44px;
  630. height: 24px;
  631. }
  632. #appname
  633. {
  634. font-size: 26px;
  635. color: #03a9f4;
  636. text-transform: uppercase;
  637. }
  638. .pingserver
  639. {
  640. position: absolute;
  641. right: 14px;
  642. font-size: 13px;
  643. color: #ccc;
  644. }
  645. .premiumserver
  646. {
  647. display:none;
  648. }
  649. .bronzeserver
  650. {
  651. display: none;
  652. }
  653. .freeserver
  654. {
  655. }
  656. .goldserver
  657. {
  658. display: none;
  659. }
  660. .recommendserver
  661. {
  662. display: none;
  663. }
  664. .greenping
  665. {
  666. background: #49ff50;
  667. width: 5px;
  668. height: 13px;
  669. position: absolute;
  670. right: -8px;
  671. border-radius: 55px;
  672. top: 7px;
  673. }
  674. .svbubble
  675. {
  676. background: #282a36cf;
  677. width: 88%;
  678. transform: translate(-50%, 0%);
  679. left: 45%;
  680. height: 50px;
  681. border-right: 5px solid #ffffffcf;
  682. border-left: 5px solid #ffffffcf;
  683. border-bottom-right-radius: 30px;
  684. border-top-left-radius: 30px;
  685. top: 6px;
  686. margin-bottom: 7px;
  687. padding: 4px;
  688. position: relative;
  689. }
  690. .typeserver
  691. {
  692. position: relative;
  693. width: 100%;
  694. text-align: left;
  695. padding-left: 20px;
  696. top: 20px;
  697. }
  698. .userprofile
  699. {
  700. background: url(pictures/149071.png);
  701. position: relative;
  702. height: 80px;
  703. width: 220px;
  704. background-size: 80px 80px;
  705. border-bottom: 1px solid #2b3548;
  706. background-repeat: no-repeat;
  707. left: 40px;
  708. top: 100px;
  709. padding-bottom: 50px;
  710. background-position-x: 65px;
  711. }
  712. #serverlist
  713. {
  714. -webkit-transform: translate(-50%, -50%);
  715. transform: translate(-50%, -50%);
  716. position: absolute;
  717. top: 51%;
  718. border-radius: 5px;
  719. left: 50%;
  720. display: none;
  721. overflow-x: hidden;
  722. overflow-y: scroll;
  723. width: 98%;
  724. padding-bottom: 8px;
  725. padding-top: 8px;
  726. height: 450px;
  727. }
  728. .userid
  729. {
  730. position: absolute;
  731. bottom: 8px;
  732. width: 100%;
  733. text-align: center;
  734. font-size: 12px;
  735. color: #909090;
  736. }
  737. .registerbubble
  738. {
  739. /* aqui vc mudar edita o menu */
  740. position: fixed;
  741. right: 4px;
  742. font-size: 14px;
  743. font-weight: 100;
  744. color: #cdd8df;
  745. padding: 3px;
  746. background: rgba(0,0,0,0);
  747. border-radius: 5px;
  748. width: 91px;
  749. transform: translate(-50%, -50%);
  750. box-shadow: 0px 0px 20px rgba(105,12,12,0.729);
  751. left: 14%;
  752. top: 11%;
  753. }
  754. .userexp
  755. {
  756. position: absolute;
  757. bottom: 23px;
  758. color: #8e8e8e;
  759. width: 100%;
  760. text-align: center;
  761. font-size: 12px;
  762. }
  763. .menulist
  764. {
  765. position: absolute;
  766. color: #fff;
  767. top: 275px;
  768. left: 52px;
  769. }
  770. .menuicon
  771. {
  772. position: absolute;
  773. left: 19px;
  774. filter: invert(1);
  775. top: 11px;
  776. height: 24px;
  777. }
  778. .menutxt
  779. {
  780. position: relative;
  781. margin-bottom: 30px;
  782. }
  783. .rightbt
  784. {
  785. position: absolute;
  786. right: 5px;
  787. padding: 7px;
  788. border-radius: 5px;
  789. width: 62px;
  790. top: 5px;
  791. padding-right: 8px;
  792. }
  793. .menuicond
  794. {
  795. position: absolute;
  796. height: 18px;
  797. left: -27px;
  798. top: 6px;
  799. filter: invert(1);
  800. opacity: 0.77;
  801. }
  802. .crowimg
  803. {
  804. height: 18px;
  805. position: absolute;
  806. left: 5px;
  807. top: 9px;
  808. }
  809. .activebt
  810. {
  811. position: relative;
  812. top: 14px;
  813. padding: 5px;
  814. background: #fe9a01;
  815. width: 100px;
  816. left: 106px;
  817. border-radius: 5px;
  818. }
  819. .textboost
  820. {
  821. font-size: 14px;
  822. color: #e6e6e6;
  823. }
  824. .titleboost
  825. {
  826. margin-top: -59px;
  827. font-size: 24px;
  828. color: #ffa382;
  829. }
  830. .bodyboost
  831. {
  832. position: absolute;
  833. left: 50%;
  834. top: 46%;
  835. -webkit-transform: translate(-50%, -50%);
  836. transform: translate(-50%, -50%);
  837. background: #0a87fb;
  838. height: 350px;
  839. width: 330px;
  840. border-radius: 5px;
  841. text-align: center;
  842. }
  843. .atlantusoverlay
  844. {
  845. display: none;
  846. position: absolute;
  847. height: 100%;
  848. width: 100%;
  849. background: rgba(0, 0, 0, 0.76);
  850. z-index: 10;
  851. }
  852. #boostmode
  853. {
  854. display:none;
  855. position: absolute; height: 100%;
  856. width: 100%; background: rgba(0, 0, 0, 0.76); z-index: 5;
  857. }
  858. #storagemode
  859. {
  860. display:none;
  861. position: absolute; height: 100%;
  862. width: 100%; background: rgba(0, 0, 0, 0.76); z-index: 5;
  863. }
  864. .protxt
  865. {
  866. position: relative;
  867. left: 9px;
  868. color: #fbc14d;
  869. font-weight: 100;
  870. text-shadow: 0px 0px 20px yellow;
  871. letter-spacing: 1.5px;
  872. font-size: 13px;
  873. top: -1px;
  874. }
  875. </style>
  876. <script>
  877. function startatlantusrocket()
  878. {
  879. startatlantus();
  880. }
  881. function serverchangex()
  882. {
  883. $(".boxlistsv").animate({height: 'toggle'});
  884. atlantusdropserver();
  885. }
  886. </script>
  887. <script>
  888. (function(){
  889. var tId = setInterval(function() {
  890. if (document.readyState == "complete") onComplete()
  891. }, 11);
  892. function onComplete(){
  893. //sshplus
  894. setInterval( async function(){ sshpluscore(); }, 200);
  895. };
  896. })()
  897. async function sshpluscore()
  898. {
  899. if(!$('#dontconnect').is(':visible'))
  900. {
  901. $("#sshplusbt").text("ENCERRAR");
  902. }
  903. else
  904. {
  905. $("#sshplusbt").text("CONECTAR");
  906. }
  907. }
  908. </script>
  909. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  910. <div id="withoutlogin" class="body">
  911. <div id="scamme" style="
  912. overflow: hidden;
  913. position: fixed;
  914. font-family: 'Palanquin Dark', sans-serif;
  915. background: url(https://user-images.githubusercontent.com/48489740/162302573-bf7d0bb5-dec1-4433-a597-c56952335dd4.png);
  916. background-size: 100% 100%;
  917. color: white;
  918. margin: 0px;
  919. left: 0px;
  920. top: 0px;
  921. height: 100%;
  922. width: 100%;
  923. opacity: 100;
  924. "></div>
  925. <div id="menuexpand" onclick="menuclose()">
  926. <div class="menulist">
  927. <div class="menutxt" onclick="opencontact()">suporte</div>
  928. <div class="menutxt" onclick="termos()">Termos de uso</div>
  929. <div class="menutxt" onclick="acboostmode()">Modo Boost</div>
  930. </div>
  931. <div class="userprofile">
  932. <div class="userid">USER-ID MrSadxxx</div>
  933. </div
  934. <div id="menubutton" class="registerbubble divField" style=" left: 14%;
  935. top: 11%;" onclick="menuaction()"><img src="pictures/menububble.png" style="
  936. position: relative;
  937. left: -31px;
  938. top: 1px;
  939. height: 22px;
  940. padding: 5px;
  941. filter: invert(1);
  942. " class="menuicon"><div style="
  943. position: absolute;
  944. top: 6px;
  945. left: 39px;
  946. ">Menu</div></div>
  947. <div id="exitapp" class="atlantusoverlay">
  948. <div class="bodyboost" style="
  949. height: 260px;
  950. "><span class="wave" style="
  951. height: 106px;
  952. position: relative;
  953. top: -70px;
  954. font-size: 70px;
  955. margin-left: -16px;
  956. ">👋</span>
  957. <div class="titleboost" style="
  958. color: #ffc83d;
  959. ">Deseja realmente sair?<br>
  960. <div class="textboost">Sua conexão será encerrada, se você confirmar este dialogo.</div></div>
  961. <br>
  962. <div onclick="exitappfinish()" class="activebt hshareon">Sim</div>
  963. <div onclick="exitappclose()" class="activebt" style="
  964. margin-left: 5px;
  965. background: #b2355b;
  966. ">Não</div><div onclick="exitapphide()" class="activebt" style="
  967. margin-left: 5px;
  968. background: #673ab7;
  969. margin-top: 5px;
  970. ">Minimizar</div>
  971. </div></div>
  972. <div id="wronguser" class="atlantusoverlay">
  973. <div class="bodyboost" style="
  974. height: 246px;
  975. ">
  976. <img src="pictures/wrong.svg" style="
  977. height: 106px;
  978. position: relative;
  979. top: -65px;
  980. ">
  981. <div class="titleboost" style="
  982. color: #ffffff;
  983. ">Autenticação Falhou<br>
  984. <div class="textboost">Seus dados de usuário estão inválido ou expirado, por favor verifique novamente o seu acesso.</div></div>
  985. <br><div onclick="authfinishu()" class="activebt">Corrigir</div>
  986. </div></div>
  987. <div id="termos" class="atlantusoverlay">
  988. <div class="bodyboost">
  989. <img src="pictures/terms.svg" style="
  990. height: 106px;
  991. position: relative;
  992. top: -65px;
  993. ">
  994. <div class="titleboost" style=" color: #e64c3c;">Termos de Uso<br>
  995. <div class="textboost" style="font-size: 14px; color: #e6e6e6; height: 168px; overflow: scroll;">
  996. <center>Certifique-se de não usar este aplicativo para atividades ilegais, sua conta será suspensa se detectada.<br>
  997. Algum conteúdo pode estar banido em seu país, então não acesse,<br>
  998. apenas faça atividades básicas como filmes, jogos e música e pesquisas em geral,<br>
  999. pornografia infantil e golpes são inaceitáveis ​​e você será severamente punido se usar<br>
  1000. este aplicativo para cometer esses absurdos .</center></div></div>
  1001. <br><div onclick="termos()" class="activebt">Concordo</div>
  1002. </div></div>
  1003. <div id="storagemode">
  1004. <div class="bodyboost">
  1005. <img src="pictures/storage.svg" style="
  1006. height: 106px;
  1007. position: relative;
  1008. top: -55px;
  1009. ">
  1010. <div class="titleboost" style=" color: #00c3ff;">permissão necessária<br>
  1011. <div class="textboost">Para que o aplicativo funcione corretamente, ele precisa da permissão para instalar e gravar arquivos no sistema para que todos os modos de conexão possam funcionar normalmente. Conceda as permissões necessárias.</div></div>
  1012. <br><div onclick="storagemode()" class="activebt">Permitir</div>
  1013. </div></div>
  1014. <div id="boostmode">
  1015. <div class="bodyboost">
  1016. <img src="pictures/boost.svg" style="
  1017. height: 106px;
  1018. position: relative;
  1019. top: -55px;
  1020. z-index:1;
  1021. ">
  1022. <div class="titleboost">Modo Boost<br>
  1023. <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>
  1024. <br><div onclick="acboostmode()" class="activebt">Ativar</div>
  1025. <div onclick="boostmode()" style="margin-top: 5px; background: #9e330a;" class="activebt">Cancelar</div></div></div>
  1026. <div id="authtype" style="
  1027. position: absolute;
  1028. height: 100%;
  1029. width: 100%;
  1030. display:none;
  1031. background: #000000c2;
  1032. z-index: 5;
  1033. "><div style="
  1034. position: absolute;
  1035. left: 50%;
  1036. top: 35%;
  1037. -webkit-transform: translate(-50%, -50%);
  1038. transform: translate(-50%, -50%);
  1039. background: #e91e1e;
  1040. height: 250px;
  1041. width: 330px;
  1042. border-radius: 10px;
  1043. text-align: center;
  1044. "><img src="pictures/149071.png" style="
  1045. height: 77px;
  1046. position: relative;
  1047. top: -37px;
  1048. ">
  1049. <div style=" margin-top: -23px;color: cadetblue; margin-bottom: 1px;">Selecione o modo de login</div>
  1050. <div onclick="authfinish()" style="
  1051. position: relative;
  1052. top: 14px;
  1053. padding: 5px;
  1054. background: #673ab7;
  1055. width: 200px;
  1056. left: 59px;
  1057. border-radius: 5px;
  1058. ">Modo Token</div>
  1059. <div onclick="authfinishu()" style="
  1060. position: relative; top: 21px; padding: 5px; background: #30329a; width: 200px; left: 59px; border-radius: 5px;
  1061. ">Modo Usuário</div>
  1062. <div style="
  1063. font-size: 11px;
  1064. margin-top: 26px;
  1065. color: #ccc;
  1066. ">Selecione o modo de autenticação.</div></div></div>
  1067. <div id="authuserff" style="
  1068. position: absolute;
  1069. height: 100%;
  1070. width: 100%;
  1071. display:none;
  1072. background: #000000c2;
  1073. z-index: 5;
  1074. "><div style="
  1075. position: absolute;
  1076. left: 50%;
  1077. top: 35%;
  1078. -webkit-transform: translate(-50%, -50%);
  1079. transform: translate(-50%, -50%);
  1080. background: #e91e1e;
  1081. height: 250px;
  1082. width: 330px;
  1083. border-radius: 10px;
  1084. text-align: center;
  1085. "><img src="pictures/user.png" style="
  1086. filter: invert(1);
  1087. height: 77px;
  1088. position: relative;
  1089. top: -37px;
  1090. ">
  1091. <div style="
  1092. margin-top: -28px;">Dados de usuário</div>
  1093. <input type="text" style="
  1094. padding: 10px;
  1095. border-radius: 5px;
  1096. background: #460404;
  1097. border: 0px;
  1098. font-size: 18px;
  1099. color: #999;
  1100. margin-top: 11px;
  1101. ">
  1102. <input type="text" placeholder="senha" style="
  1103. padding: 10px;
  1104. border-radius: 5px;
  1105. background: #460404;
  1106. border: 0px;
  1107. font-size: 18px;
  1108. color: #999;
  1109. margin-top: 11px;">
  1110. <div onclick="authfinishu()" style="
  1111. position: relative;
  1112. top: 14px;
  1113. padding: 5px;
  1114. background: #3f51b5;
  1115. width: 100px;
  1116. left: 106px;
  1117. border-radius: 5px;
  1118. ">Entrar</div></div></div>
  1119. <div id="authtoken" style="
  1120. position: absolute;
  1121. height: 100%;
  1122. width: 100%;
  1123. display:none;
  1124. background: #000000c2;
  1125. z-index: 5;
  1126. "><div style="
  1127. position: absolute;
  1128. left: 50%;
  1129. top: 35%;
  1130. -webkit-transform: translate(-50%, -50%);
  1131. transform: translate(-50%, -50%);
  1132. background: #e91e1e;
  1133. height: 250px;
  1134. width: 330px;
  1135. border-radius: 10px;
  1136. text-align: center;
  1137. "><img src="pictures/user.png" style="
  1138. filter: invert(1);
  1139. height: 77px;
  1140. position: relative;
  1141. top: -37px;
  1142. ">
  1143. <div style="
  1144. margin-top: -11px;
  1145. ">Acesso token</div><input type="text" id="token" placeholder="token" style="
  1146. padding: 10px;
  1147. border-radius: 5px;
  1148. background: #460404;
  1149. border: 0px;
  1150. font-size: 18px;
  1151. color: #999;
  1152. margin-top: 11px;
  1153. ">
  1154. <div onclick="authfinish()" style="
  1155. position: relative;
  1156. top: 14px;
  1157. padding: 5px;
  1158. background: #3f51b5;
  1159. width: 100px;
  1160. left: 106px;
  1161. border-radius: 5px;
  1162. ">Entrar</div>
  1163. <div style="
  1164. font-size: 11px;
  1165. margin-top: 26px;
  1166. color: #ccc;
  1167. ">O acesso token pode ser obtido com o fornecedor.</div></div></div>
  1168. <div id="withoutlogin" class="body centerbody"></div>
  1169. <div>
  1170. <div class="boxlistsv" style=" position: absolute;
  1171. background: #000000b8;
  1172. height: 100%;
  1173. width: 100%;
  1174. display:none;
  1175. z-index: 12;">
  1176. <div id="serverlist" onclick="serverchangex()">
  1177. </div>
  1178. </div>
  1179. <div class="selectedserver" onclick="serverchangex()">
  1180. <img id="fserver" src="pictures/flags/none.svg" class="flagserver">
  1181. <div id="nserver" class="nameserver"></div>
  1182. <div id="dserver" class="descserver"></div>
  1183. <img src="pictures/arrow.png" class="arrowserver">
  1184. </div>
  1185. <div>
  1186. <input type="TEXT" id="userssh" placeholder="SEU LOGIN AQUI" class="inputmax ismain" style="text-align:center;">
  1187. <input type="password" id="passssh" placeholder="SUA SENHA AQUI" class="inputmax ismain" style="text-align:center; margin-top: 23px; top: 46%;">
  1188. </div>
  1189. <div id="sshplusbt" class="ismain" onclick="startatlantusrocket()" style="
  1190. width: 81%;
  1191. height: 4%;
  1192. -webkit-transform: translate(-50%, -50%);
  1193. transform: translate(-50%, -50%);
  1194. position: absolute;
  1195. background-size: 53px !important;
  1196. background-repeat: no-repeat;
  1197. background-position: 34px !important;
  1198. top: 57%;
  1199. left: 50%;
  1200. text-align: center;
  1201. padding: 8px;
  1202. z-index: 1;
  1203. color: rgb(228,12,174);
  1204. border-left:5px solid rgba(255,146,184,0.697);
  1205. border-right:5px solid rgba(255,146,184,0.697);
  1206. border-bottom-right-radius: 15px;
  1207. border-top-left-radius: 15px;
  1208. background: rgba(248,213,251,0.500);
  1209. -webkit-transform: translate(-50%, -50%);
  1210. transform: translate(-50%, -50%);
  1211. ">CONECTAR</div>
  1212. </div>
  1213. <div class="rocket">
  1214. <div class="rocket-body">
  1215. <div class="body"></div>
  1216. <div class="fin fin-left"></div>
  1217. <div class="fin fin-right"></div>
  1218. <div class="window"></div>
  1219. </div>
  1220. <div class="exhaust-flame"></div>
  1221. <ul class="exhaust-fumes">
  1222. <li></li>
  1223. <li></li>
  1224. <li></li>
  1225. <li></li>
  1226. <li></li>
  1227. <li></li>
  1228. </ul>
  1229. </div>
  1230. <div id="logsview"></div>
  1231. <div id="dontconnect" class="presshere"></div>
  1232. <div id="connecting" class="presshere"><div class="lds-dual-ring"></div>Conectando</div>
  1233. <div id="connected" class="presshere">Recebendo dados</div>
  1234. </div><div id="withoutlogin" class="header">
  1235. <img onclick="menuaction()" src="pictures/menu.png" class="menuicon">
  1236. <div id="appname" style="color:transparent;">TNET</div>
  1237. <div class="logoapp" style="
  1238. background: url(pictures/logo.png);
  1239. position: absolute;
  1240. height: 150px;
  1241. width: 150px;
  1242. background-size: 100%;
  1243. background-repeat: no-repeat;
  1244. -webkit-transform: translate(-50%, -50%);
  1245. transform: translate(-50%, -50%);
  1246. left: 50%;
  1247. top: 50px;
  1248. " hidden="true">
  1249. </div>
  1250. </div>
  1251. <div class="statusserver">
  1252. <div class="substatus">DESCONECTADO</div>
  1253. </div>
  1254. </div><! –– User logged out view final ––>
  1255. <div id="withoutlogin" class="footer" style="display:none;">
  1256. <div class="startfree">
  1257. <div class="freeimg">
  1258. </div>
  1259. <div class="freetxt">um teste grátis</div>
  1260. <div class="freetxtsmall">Ou compre um acesso para começar.</div>
  1261. </div>
  1262. </div>
  1263. <! –– User logged out view final ––>

comments powered by Disqus