This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| find -type f -name "*.php" -not -path "*/vendor/*" -exec grep "exec(" {} \; | |
| find -name "*.php" \( -path wp-admin -o -path wp-includes -o -name vendor \) -prune -exec grep -i --color=always 'eval(' {} \; -print | |
| find . -name '*.js' -exec grep -i 'string to search for' {} \; -print | |
| find -type f -perm 777 | |
| find -type f -executable |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| function getuser_shortcode($attr = []) | |
| { | |
| if (empty($attr)) { | |
| return false; | |
| } | |
| $getid = (isset($_GET['id'])) ? $_GET['id'] : null; | |
| $getname = (isset($_GET['username'])) ? $_GET['username'] : null; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $slug = strtolower(trim(preg_replace('/[^A-Za-z0-9-]+/', '-', $string))); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Page Title</title> | |
| <style> | |
| :root { | |
| --color1: #b4965f; | |
| } | |
| :root { | |
| --progress-duration: 1.5s; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .modal{font-family:-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif}.modal__overlay{z-index: 9999999999;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center}.modal__container{background-color:#fff;padding:30px;max-width:500px;max-height:100vh;border-radius:4px;overflow-y:auto;box-sizing:border-box;width:90%}.modal__header{justify-content:space-between;align-items:center;text-align:center}.modal__title{margin-top:0;margin-bottom:0;font-weight:600;font-size:1.25rem;line-height:1.25;color:var(--color1);box-sizing:border-box}.modal__close{background:0 0;border:0}.modal__header .modal__close:before{content:"\2715"}.modal__content{margin-top:2rem;margin-bottom:2rem;line-height:1.5;color:rgba(0,0,0,.8)}.modal__btn{font-size:.875rem;padding-left:1rem;padding-right:1rem;padding-top:.5rem;padding-bottom:.5rem;background-color:#e6e6e6;color:rgba(0,0,0,.8);border-radius:.25rem; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var content = '<div>Semar di kenal sebagai punakawan alias kaum batur namun memiliki kesaktian tinggi karena semar merupakan titisan dewa bernama sang hyang ismaya kakak dari batara guru, raja para dewa.Semar merupakan tokoh kharismatik. Walau berprofesi sebagai punokawan, suaranya sangat di dengarkan oleh tokoh-tokoh perpolitikan Negara, bahkan semar pun menjadi penasihat spiritual para raja pada zamannya.Walau wayang itu sendiri semestinya cerita fiktif, namun charisma ki lurah Semar sangat di yakini oleh para ahli ilmu mistik sehingga urusan pelet ki lurah semar selalu di bawa dalam ilmu kesaktian pelet.Ada banyak jenis pelet bernama ‘’Semar’’. Diantaranya yang terkenal adalah Semar mesem, Semar kuning, Semar putih. Dan salah satu ilmu pelet Semar yang istimewa Semar kuning.Adapun diantara ilmu Pelet Semar yang terkenal ini, saya sampaikan Ilmu Semar Kuning karena sangat di gandrungi dan di kenal banyak kalangan serta manfaatnya sangat banyak untuk membantu orang yang membutuhkannya. Ilmu Semar kuning ini |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <style> | |
| /* countdown style */ | |
| #clockdiv{ | |
| color: #fff; | |
| display: flex; | |
| text-align: center; | |
| font-size: 30px; | |
| justify-content:center; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .flex-direction-nav li:first-child a:before { | |
| content: "\2190"; | |
| font-weight: 900; | |
| margin-right: .53em; | |
| position: absolute; | |
| font-size: 33px; | |
| top: -8px; | |
| left: 13px; | |
| vertical-align: middle; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % egrep -v '^#' .ncmpcpp/config3 | |
| mpd_music_dir = "/home/stark/Music/" | |
| mpd_host = "127.0.0.1" | |
| mpd_port = "6600" | |
| #mouse_list_scroll_whole_page = "yes" | |
| lines_scrolled = "1" | |
| visualizer_in_stereo = "no" | |
| visualizer_fifo_path = "/tmp/mpd.fifo" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- banner --> | |
| <div class="banner" id="pwa-banner"> | |
| <div class="flexs"> | |
| <span class="close-btn" id="close-banner" onclick="closebanner()"><i class="fa fa-times"></i></span> | |
| <span class="flex-1">Dapatkan kemudahan dalam satu aplikasi</span> | |
| </div> | |
| <span class="button-install">Install</span> | |
| </div> | |
| <!-- cookie dismiss --> |
NewerOlder