Penelope Tema


SUBMITTED BY: SrTriste

DATE: April 7, 2022, 7:53 p.m.

UPDATED: April 16, 2022, 5:02 p.m.

FORMAT: Text only

SIZE: 29.7 kB

HITS: 450

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

comments powered by Disqus