Advertisement
X1E

Template Admin bisa juga buat scrip deface

X1E
Jul 29th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 18.57 KB | None | 0 0
  1. <html>
  2.   <link href='http://fonts.googleapis.com/css?family=Tangerine:400,700' rel='stylesheet' type='text/css'>
  3.   <link href='http://fonts.googleapis.com/css?family=Jolly+Lodger' rel='stylesheet' type='text/css'>  
  4.   <title>Windows 7 Like Deface Script
  5.   </title>
  6.   <head>
  7.     <style type="text/css">
  8.             body {
  9.                 background-image:url("https://1.bp.blogspot.com/-d5OByynMWoI/WfaBM5otJCI/AAAAAAAABQE/97RF81CLY2k5-VOapqD4vmB_xXNgz111gCLcBGAs/s1600/AAEAAQAAAAAAAANuAAAAJGU0YTdlOGYzLTNlMWQtNDU0Zi05YTU3LWJkYWFmMDdhOWY0ZA.png");
  10.                 background-repeat:no-repeat;
  11.                 background-size:auto,cover;
  12.                 background-position:center;
  13.                 font-family:Arial, Helvetica, sans-serif;
  14.                 font-size:15;
  15.                 margin:0;
  16.                 padding:0;
  17.                
  18.             }
  19.          
  20.             #shortcut img {
  21.                 width:50px;
  22.                 height:50px;
  23.                 margin-left:10px;
  24.                 padding-left:18px;
  25.                 padding-top:18px;
  26.                 padding-right:18px;
  27.                 padding-bottom:8px;
  28.             }
  29.            
  30.             .shortcut-text {
  31.                 padding-left:15px;
  32.                 padding-bottom:18px;
  33.  
  34.             }
  35.            
  36.             #shortcut img:hover {
  37.                 background: rgba(30, 165, 210, 0.9);
  38.             }
  39.            
  40.             .shortcut-text {
  41.                 color:black;
  42.                 padding-bottom:8px;
  43. font-family: 'Tangerine', cursive;
  44.  font-size: 25px;
  45.             }
  46.            
  47. .wrap {
  48.     width: 350px;
  49.     background: -moz-linear-gradient(top, rgba(201,223,255,0.1) 0%, rgba(201,223,255,0) 50%, rgba(201,223,255,0.1) 100%); /* FF3.6-15 */
  50.   background: -webkit-linear-gradient(top, rgba(201,223,255,0.1) 0%, rgba(201,223,255,0) 50%, rgba(201,223,255,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
  51.   background: linear-gradient(to bottom, rgba(201,223,255,0.1) 0%, rgba(201,223,255,0) 50%, rgba(201,223,255,0.1) 100%);
  52.   box-shadow: inset 0 0 1px rgba(255,255,255,0.5), 0px 0px 20px rgba(0,0,0,0.5);
  53.    border-radius: 0.3em;
  54.     padding: 30px;
  55.     margin: 20px;
  56. }
  57. ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  58.   color: #ddd;
  59. }
  60. ::-moz-placeholder { /* Firefox 19+ */
  61.   color: #ddd;
  62. }
  63. :-ms-input-placeholder { /* IE 10+ */
  64.   color: #ddd;
  65. }
  66. :-moz-placeholder { /* Firefox 18- */
  67.   color: #ddd;
  68. }
  69.  
  70. /* Design By Wildan Izzudin */
  71. @media screen and (max-width: 2024px) {
  72.     .wrap {
  73.         width: 350px;
  74.                 margin-top:160px;
  75.     }
  76. }
  77. @media screen and (max-width: 1024px) {
  78.     .wrap {
  79.         width: 350px;
  80.                 margin-top:50px;
  81.     }
  82. }
  83. @media screen and (max-width: 780px) {
  84.     .wrap {
  85.         width: auto;
  86.                 margin-top:50px;
  87.     }
  88. }
  89.            
  90.  
  91.       #user-info {
  92.         font-family: 'Jolly Lodger', cursive;
  93.         text-align:center;
  94.         font-size: 20px;
  95.         float:left;
  96.       }
  97.       h1 {
  98.         font-family: 'Tangerine', cursive;
  99.         color:red;
  100.         font-size: 25px;
  101.         text-align:center;
  102.       }
  103.       h3 {
  104.         font-family: 'Jolly Lodger', cursive;
  105.         font-size: 20px;
  106.         text-align:center;
  107.       }
  108.       .image {
  109.         width:50px;
  110.         height:50px;
  111.         border-radius: 100%;
  112.         padding:2px;
  113.         border: 1px solid #ddd;
  114.         text-align:center;
  115.       }
  116.       .animasi{
  117.         opacity: 0.2;
  118.         -webkit-animation-duration:1s;
  119.         animation-duration:1s;
  120.         -webkit-animation-fill-mode:both;
  121.         animation-fill-mode:both}
  122.       .animasi.infinite{
  123.         opacity: 0.2;
  124.         -webkit-animation-iteration-count:infinite;
  125.         animation-iteration-count:infinite}
  126.       .animasi:hover{
  127.         opacity: 0.2;
  128.         -webkit-animation-duration:0.1s;
  129.         animation-duration:0.1s;
  130.       }
  131.       @-webkit-keyframes anim1{
  132.         from,20%,40%,60%,80%,to{
  133.           -webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
  134.           animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}
  135.         0%{
  136.           opacity:0;
  137.           -webkit-transform:scale3d(.3,.3,.3);
  138.           transform:scale3d(.3,.3,.3)}
  139.         20%{
  140.           -webkit-transform:scale3d(1.1,1.1,1.1);
  141.           transform:scale3d(1.1,1.1,1.1)}
  142.         40%{
  143.           -webkit-transform:scale3d(.9,.9,.9);
  144.           transform:scale3d(.9,.9,.9)}
  145.         60%{
  146.           opacity:1;
  147.           -webkit-transform:scale3d(1.03,1.03,1.03);
  148.           transform:scale3d(1.03,1.03,1.03)}
  149.         80%{
  150.           -webkit-transform:scale3d(.97,.97,.97);
  151.           transform:scale3d(.97,.97,.97)}
  152.         to{
  153.           opacity:1;
  154.           -webkit-transform:scale3d(1,1,1);
  155.           transform:scale3d(1,1,1)}
  156.       }
  157.       @keyframes anim1{
  158.         from,20%,40%,60%,80%,to{
  159.           -webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
  160.           animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}
  161.         0%{
  162.           opacity:1;
  163.           -webkit-transform:scale3d(1.0,1.0,1.0);
  164.           transform:scale3d(1.0,1.0,1.0)}
  165.         20%{
  166.           -webkit-transform:scale3d(1.1,1.1,1.1);
  167.           transform:scale3d(1.1,1.1,1.1)}
  168.         40%{
  169.           -webkit-transform:scale3d(.9,.9,.9);
  170.           transform:scale3d(.9,.9,.9)}
  171.         60%{
  172.           opacity:1;
  173.           -webkit-transform:scale3d(1.03,1.03,1.03);
  174.           transform:scale3d(1.03,1.03,1.03)}
  175.         80%{
  176.           -webkit-transform:scale3d(.97,.97,.97);
  177.           transform:scale3d(.97,.97,.97)}
  178.         to{
  179.           opacity:1;
  180.           -webkit-transform:scale3d(1,1,1);
  181.           transform:scale3d(1,1,1)}
  182.       }
  183.       .anim1{
  184.         -webkit-animation-name:anim1;
  185.         animation-name:anim1}
  186.             .footer {
  187.                 width:100%;
  188.                 margin:auto;
  189.                 padding:0px;
  190.                 float:left;
  191.              
  192.     background: -moz-linear-gradient(top, rgba(201,223,255,0.1) 0%, rgba(201,223,255,0) 50%, rgba(201,223,255,0.1) 100%); /* FF3.6-15 */
  193.   background: -webkit-linear-gradient(top, rgba(201,223,255,0.1) 0%, rgba(201,223,255,0) 50%, rgba(201,223,255,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
  194.   background: linear-gradient(to bottom, rgba(201,223,255,0.1) 0%, rgba(201,223,255,0) 50%, rgba(201,223,255,0.1) 100%);
  195.   box-shadow: inset 0 0 1px rgba(255,255,255,0.5), 0px 0px 20px rgba(0,0,0,0.5);
  196.    border-radius: 0.3em;
  197.     padding: 30px;
  198.     margin: 20px;
  199.                 height: 40px;
  200.                 z-index: 10000;
  201.                 position: fixed;
  202.                 bottom: 0px;
  203.                
  204.             }
  205.             ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  206.   color: #ddd;
  207. }
  208. ::-moz-placeholder { /* Firefox 19+ */
  209.   color: #ddd;
  210. }
  211. :-ms-input-placeholder { /* IE 10+ */
  212.   color: #ddd;
  213. }
  214. :-moz-placeholder { /* Firefox 18- */
  215.   color: #ddd;
  216. }
  217.  
  218. /* Design By Wildan Izzudin */
  219. @media screen and (max-width: 2024px) {
  220.     .footer {
  221.         width: 350px;
  222.                 margin-top:160px;
  223.     }
  224. }
  225. @media screen and (max-width: 1024px) {
  226.     .footer {
  227.         width: 350px;
  228.                 margin-top:50px;
  229.     }
  230. }
  231. @media screen and (max-width: 780px) {
  232.     .footer {
  233.         width: auto;
  234.                 margin-top:50px;
  235.     }
  236. }
  237.             #footer img:hover {
  238.               background-color:red;
  239.             }
  240.            
  241.             #footer-image img {
  242.                 width:33px;
  243.                 height:33px;
  244.                 float:left;
  245.                 padding-left:3px;
  246.                 padding-top:4px;
  247.                
  248.             }
  249.            
  250.             #footer-image img:hover {
  251.                 background:red  
  252.             }  
  253.            
  254.             #footer-image img.active {
  255.                 background-position: 0px -115px;
  256.             }
  257.            
  258.             #footer-image-2 img {
  259.                 width:19px;
  260.                 height:16px;
  261.                 float:right;
  262.                 padding-top:11px;
  263.                 padding-right:10px;
  264.             }
  265.            
  266.            
  267.             #footer-image-3 img {
  268.                 height: 39px;
  269.                 width: 10px;
  270.                 float: left;
  271.                 margin-left: 10px;
  272.                 margin-right: 5px;
  273.                 padding-top:2px;
  274.             }
  275.            
  276.             #footer-image-4 img {
  277.                 height: 39px;
  278.                 width: 14px;
  279.                 float: right;
  280.                 margin-right: 0px;
  281.                
  282.             }
  283.             #footer-image-5 img {
  284.                 height: 35px;
  285.                 width: 35px;
  286.                 float: left;
  287.                 margin-right: 0px;
  288.                 margin-left:24px;
  289.                 padding-top:4px;
  290.                
  291.             }
  292.            
  293.             #footer-image-6 img {
  294.                 height: 35px;
  295.                 width: 35px;
  296.                 float: left;
  297.                 padding-right: 0px;
  298.                 padding-left:24px;
  299.                 padding-top:4px;
  300.                
  301.             }
  302.            
  303.             #footer-image-7 img {
  304.                 height: 35px;
  305.                 width: 35px;
  306.                 float: left;
  307.                 padding-right: 0px;
  308.                 padding-left:24px;
  309.                 padding-top:4px;
  310.             }
  311.  
  312.  
  313.  
  314. .button{
  315. float:right;border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:white;background-color:red;text-align:center;cursor:pointer;white-space:nowrap}
  316. .modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
  317. .modal-content{margin:auto;border-color:white;position:relative;padding:0;outline:0;width:600px}
  318. @media (max-width:768px){.modal-content{width:500px}.modal{padding-top:50px}}
  319. @media (min-width:993px){.modal-content{width:900px}
  320. .display-right{background:white;position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
  321. .display-container:{background:white;}
  322. .container{padding:0.01em 10px;
  323. margin-top:16px;margin-bottom:1opx;
  324. }
  325. .animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
  326.  
  327. .button:hover{color:red;background-color:white}
  328. p {
  329.         font-family: 'Tangerine', cursive;
  330.         color:black;
  331.         font-size: 25px;
  332. text-align:left;
  333.       }
  334.     </style>    
  335.     <body>
  336.       <div class="loader">
  337.       </div>
  338.       <iframe width="0" height="0" src="https://www.youtube.com/embed/_YgNpgq4QDk?autoplay=1">
  339.       </iframe>
  340.       <div id="utama">
  341.         <div id="shortcut">
  342.           <img src=" https://munnamark.files.wordpress.com/2012/06/mycomputericonbymarkspcsolution1.png">
  343.           <div class="shortcut-text" style="padding-left:25px;">Computer
  344.             </div>
  345.             <a href="http://www.youtube.com" target="_blank"><img src="https://seeklogo.com/images/Y/youtube-logo-90C07367D2-seeklogo.com.png"></a>
  346.             <div class="shortcut-text" style="padding-left:25px;">Youtube
  347.             </div></div>
  348.         </div>
  349.  
  350. <marquee direction="left" scrollamount="5" width="40%"><h1> Welcome to : </h1></marquee>
  351. <marquee direction="right" scrollamount="5" width="40%"><h1> Win Blow-7 Content Management System</h1></marquee>
  352. <marquee direction="down" scrollamount="1" width="100%"><p>Copyright by : Sasaki Haise,Thanks for : Error Violence & Underxploit</p></marquee>
  353. <div class="footer">
  354.             <div id="footer-image"><img src="https://www.sevenforums.com/attachments/tutorials/54495d1266319589-start-menu-shortcut-program-start_orb.png" onclick="document.getElementById('menu').style.display='block'"></div>
  355.             <div id="footer-image-3"><img src="http://www.soyos.net/tl_files/demos/Windows-7-UI-and-Windows-Aero-for-Websites/images/taskbar/TaskbarPoints.png"></div>
  356.             <div id="footer-image-5"><a href="/filemanager/"><img src="http://winaero.com/blog/wp-content/uploads/2016/05/build-9841.png"></a></div>
  357.             <div id="footer-image-6"><a href="/article/"><img src="https://3.bp.blogspot.com/-JAQYR2jo6wg/V-XvIyM98MI/AAAAAAAAAe8/FJcmshpOGRw4Jc1FHegAkT4IT94QPXZqwCLcB/s1600/Blogger.svg.png"></div>
  358.             <div id="footer-image-7"><a href="/shortlink/"><img src="https://cdn1.iconfinder.com/data/icons/sewing-solid-1/48/16-512.png"></a></div>
  359.             <div id="footer-image-4"><img src="http://www.soyos.net/tl_files/demos/Windows-7-UI-and-Windows-Aero-for-Websites/images/taskbar/TaskbarItem.png"></div>
  360.             <div id="footer-image-2"><img src="https://openclipart.org/image/2400px/svg_to_png/169033/win7-mute.png">
  361.             <div id="footer-image-2"><img src="https://openclipart.org/image/2400px/svg_to_png/169035/win7-wifi.png">
  362.         </div>
  363.  
  364.     </div>    
  365.  
  366. <div id="menu" class="modal">
  367. <div class="modal-content animate-zoom">
  368. <div class="container  display-container">
  369. <span onclick="document.getElementById('menu').style.display='none'" class="button display-topright">Close</span>
  370. <center><h1>Menu</h1></center>
  371. </div>
  372. </div>
  373. </div>
  374.  
  375.         </body>
  376.       </html>
  377.     <style type="text/css">#info-teja {
  378.       z-index: 1000;
  379.       background:-moz-linear-gradient(top,  #1F2326,  #555);
  380.       background: -webkit-gradient(linear, left top, left bottom, from(#1F2326), to(#555));
  381.       box-shadow:-2px -2px 8px #000000, 2px 2px 20px #000000;
  382.       -moz-box-shadow:-2px -2px 8px #000000, 2px 2px 20px #000000;
  383.       -webkit-box-shadow:-2px -2px 8px #000000, 2px 2px 20px #000000;
  384.       width:460px;
  385.       position: fixed;
  386.       top:150px;
  387.       left:0;
  388.       margin-left:-350px;
  389.       border:1px solid #444;
  390.       background-position:top right no-repeat;
  391.       height:35px;
  392.       font:11px Arial;
  393.       color:#eee;
  394.       border-top-right-radius:8px;
  395.       border-bottom-right-radius:8px;
  396.       -moz-border-radius-topright:8px;
  397.       -moz-border-radius-bottomright:8px;
  398.       -webkit-border-top-right-radius:8px;
  399.       -webkit-border-bottom-right-radius:8px;
  400.       }
  401.       #info-teja{
  402.         -o-transition: all 1s ease-in;
  403.         -moz-transition: all 1s ease-in;
  404.         -webkit-transition: all 1s ease-in;
  405.       }
  406.       #info-teja:hover{
  407.         width:400px;
  408.         opacity:1.0;
  409.         margin-left:0;
  410.       }
  411.       .Tejainbox {
  412.         border:1px solid #444;
  413.         width:320px;
  414.         margin:0px 90px 10px 10px;
  415.         background:#000;
  416.         color:#ffffff;
  417.         border-radius :20px;
  418.         padding:5px 0;
  419.         -moz-border-radius:20px;
  420.         -webkit-border-radius:20px;
  421.         -o-transition:all 2s ease-in;
  422.         -moz-transition:all 2s ease-in;
  423.         -webkit-transition:all 2s ease-in;
  424.         opacity:0.2;
  425.       }
  426.       .Tejainbox:hover{
  427.         opacity:1.0;
  428.         box-shadow:1px 1px 15px #000;
  429.         -moz-box-shadow: 1px 1px 15px #000;
  430.         -webkit-box-shadow: 1px 1px 15px #000;
  431.         background: #000;
  432.       }
  433.       .Tejainbox2 {
  434.         margin:5px 10px;
  435.         padding:0px 8px 10px;
  436.         color:#FFFFFF;
  437.         overflow:hidden;
  438.         height:370px;
  439.       }
  440.       .teja15 {
  441.         border-radius:15px;
  442.         -moz-border-radius:15px;
  443.         -webkit-border-radius:15px;
  444.       }
  445.       .Teja2 ul.bom {
  446.         margin: 0;
  447.         padding: 0;
  448.       }
  449.       .Tejainbox2 li {
  450.         margin-left:20px;
  451.       }
  452.       .Tejainbox2 li a {
  453.         color: #FFFFF;
  454.         line-height: 4px;
  455.         font-size: 11px;
  456.         font-weight: bold;
  457.         text-decoration:none;
  458.       }
  459.       .Tejainbox2 li a:hover {
  460.         color: red;
  461.         text-shadow: 0 1px 1px #000;
  462.       }
  463.       .Tejainbox2 h2 {
  464.         font: 18px Droid Serif;
  465.         font-weight:bold;
  466.         padding:0 8px;
  467.         color: #fffff;
  468.         text-shadow: 0px 1px 1px #ddd;
  469.         border-bottom: 1px solid #000000;
  470.       }
  471.       .Tejatouch {
  472.         font-size:21px;
  473.         font-weight:bold;
  474.         font-family:Arial Narrow;
  475.         float:right;
  476.         margin: 3px 10px 0 0;
  477.         -o-transition: all 0.5s ease-out;
  478.         -moz-transition: all 0.5s ease-out;
  479.         -webkit-transition: all 0.5s ease-out;
  480.         text-decoration:blink;
  481.       }
  482.       .Tejatouch:hover{
  483.         -o-transform: scale(2) rotate(720deg) translate(0px);
  484.         -moz-transform: scale(2) rotate(720deg) translate(0px);
  485.         -webkit-transform: scale(2) rotate(720deg) translate(0px);
  486.         color: #fffff;
  487.       }
  488.     </style>
  489.     <div id="info-teja">
  490.       <span class="Tejatouch">
  491.         <font size="5" color="white" style="text-shadow: 5px 5px 10px black;">
  492.           <i class="fa fa-bug">
  493.           </i>
  494.         </font>
  495.       </span>
  496.       <div class="Tejainbox">
  497.         <div class="Tejainbox2 teja15">
  498.           <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js">
  499.           </script>
  500.           <center>
  501.             <a href='www.facebook.com'>
  502.               <img src='http://xero.esy.es/me/logo.jpg' class='image animasi infinite anim1'>
  503.             </a>
  504.           </center>
  505.          
  506. <?php
  507. $listMerk
  508. =
  509. array
  510. (
  511. 'Nokia'
  512. ,'Windows'
  513. ,
  514. 'iPhone'
  515. ,
  516. 'iPod'
  517. ,
  518. 'BlackBerry'
  519. ,
  520. 'HTC'
  521. ,
  522. 'LG'
  523. ,
  524. 'Nokia'
  525. ,
  526. 'Samsung'
  527. ,
  528. 'SonyEricsson'
  529. );
  530. $agent
  531. =
  532. $_SERVER
  533. [
  534. 'HTTP_USER_AGENT'
  535. ];
  536. foreach
  537. (
  538. $listMerk
  539. as
  540. $merk
  541. )
  542. {
  543. $count
  544. = substr_count(
  545. $agent
  546. ,
  547. $merk
  548. );
  549. if
  550. (
  551. $count
  552. > 0)
  553. $merkDigunakan
  554. =
  555. $merk
  556. ;
  557. echo
  558. "<form action='profile.php' method='post'>
  559.            <div id='user-info'>
  560.              <h3>User
  561.              </h3>
  562.            </div>
  563.            <h3>Your Device
  564.            </h3>
  565.            <h1> .
  566. $merkDigunakan
  567.            </h1>
  568.            <h3>Ip Adress
  569.              <h1> .
  570. $merkDigunakan
  571.              </h1>
  572.            </h3>
  573.            <center>
  574.              <button type='submit'>My Profile
  575.              </button>
  576.              <center>
  577.                <hr>
  578.                <div id='hacked'>
  579.                  <marquee direction='up' scrollamount='3'>
  580.                    <br>
  581.                    <p style='color:red'>
  582.                      <b>Shortcut Key
  583.                      </b>
  584.                    </p>
  585.                    <p style='color:white'>CTRL+G -> www.google.com
  586.                    </p>
  587.                    <br>
  588.                    <p style='color:white'>CTRL+Y -> www.youtube.com
  589.                    </p>
  590.                    <br>
  591.                    <p style='color:white'>CTRL+F -> www.facebook.com
  592.                    </p>
  593.                    <br>A :Article
  594.                    <br>F :File Manager
  595.                    <br>S :Shortlink
  596.                    </p>
  597.                  </marquee>
  598.                </div>
  599.              </form> "
  600.  
  601. ;
  602. }
  603.  
  604.  
  605. ?>Copyright by : Sasaki Haise,Thanks for : Error Violence & Underxploit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement