Showing posts with label Tips Script. Show all posts
Showing posts with label Tips Script. Show all posts

Sunday, 8 June 2025

Calculator Crypto

TREDING

TREDING CALCULATOR

Beli (IDR)
Harga (IDR)
Trading
IDR
Coin
+ 3% IDR
+ 5% IDR
+ 10% IDR
---------------
By Triman @ Crypto 062025

Wednesday, 21 May 2025

DNS Record

 

  • A Record: Memetakan alamat domain atau alamat host menjadi alamat Internet Protocol (IP). Ini menghubungkan alamat IP server hosting dengan domain.
  • AAAA Record: Sama dengan A Record, namun menggunakan IPv6 yang terdiri dari 128 bit sebagai alamat IP.
  • CAA Record: Menentukan penyedia otoritas sertifikat atau certificate authority (CA) yang diizinkan untuk mengeluarkan sertifikat untuk domain.
  • CNAME Record: Digunakan untuk menambahkan nama domain atau subdomain dengan pengaturan DNS yang sama. Contohnya adalah mengarahkan nama domain dari www ke non-www atau sebaliknya.
  • MX Record: Menambahkan informasi nameservers email hosting yang digunakan pada domain atau subdomain.
  • SRV Record: Menampilkan catatan lokasi secara umum.
  • TXT Record: Digunakan untuk menambahkan teks acak yang berfungsi untuk memverifikasi kepemilikan domain. Biasanya digunakan untuk Sender Policy Framework (SPF) untuk mengatasi email palsu yang muncul ke alamat email domain.

Thursday, 1 May 2025

NGINX.SERVICE

rm -rf /usr/lib/systemd/system/nginx.service
nano /usr/lib/systemd/system/nginx.service
====================== OK ========================
      [Unit]
Description=The NGINX HTTP and reverse proxy server
After=syslog.target network.target remote-fs.target nss-lookup.target

[Service]
Type=forking
PIDFile=/usr/local/nginx/logs/nginx.pid
ExecStartPre=/usr/local/nginx/sbin/nginx -t
ExecStart=/usr/local/nginx/sbin/nginx
ExecReload=/usr/local/nginx/sbin/nginx -s reload
ExecStop=/bin/kill -s QUIT $MAINPID
PrivateTmp=true

[Install]
WantedBy=multi-user.target

Wednesday, 18 December 2024

Hard Drive Permissions via Command Prompt

Command Prompt, a built-in utility in Windows, also enables you to set external hard drive permissions on Windows 10. You can follow the steps below to take ownership of external hard drive via Command Prompt.

Step 1: Type cmd in the search box and click Run as administrator under the displayed Command Prompt.
Step 2: In the prompted User Account Control window, click Yes to continue.
Step 3: In the elevated Command Prompt window, type takeown /f e:\ /r and hit Enter to execute the command.

Thursday, 19 September 2024

Video JS Script

Script
 

Flowplayer Script

Saturday, 24 August 2024

Contact Icon Auto


<link rel="stylesheet" id="chaty-front-css-css" href="https://tvstream.id/wp-content/plugins/chaty-pro/css/chaty-front.min.css?ver=1724342257" type="text/css" media="all" />
<script type="text/javascript" src="https://tvstream.id/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script type="text/javascript" src="https://tvstream.id/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>

Monday, 19 August 2024

Streaming Multi TAB

<style type="text/css">
/*CSS Multi Tab Video by Blog Mas Tamvan*/<br />
#multitab-video{position:relative;box-sizing:border-box;margin:0 auto;line-height:2em;font-size:10px!important;width:100%}<br />
#multitab-video #movie-player{position:relative;padding-bottom:56.25%;padding-top:1.66666666666667em;height:0}<br />
#multitab-video #movie-player iframe{position:absolute;top:0;left:0;width:100%;height:100%}<br />

Sunday, 18 August 2024

Cara Share Social Media HTML/Java

Cara Social Media HTML/Java


<style>
.social-profiles-widget{width:100%;height:auto;padding:10px 0}
.social-profiles-widget ul {list-style: none;float: RIGHT;padding: 0;}
.social-profiles-widget ul li{list-style:none;margin:0;display:inline}

Friday, 5 July 2024

Membuat Posting Iframe Responsive

 <style>
.iframepost {
  position: relative;
  padding-bottom: 10.25%;
  overflow: hidden;
}

Tuesday, 2 July 2024

Nginx Stream HTTPS

Monday, 1 July 2024

Video JS 6

Video-JS 7

vMix LiveLAN

Sunday, 16 June 2024

Redirect HTML

 <!DOCTYPE html> <html> <head> <title>https://podorono.blogspot.com</title> <meta charset="UTF-8" /> <meta http-equiv="refresh" content="0; URL=https://ssl.ceriatv.co.id/web/link/riautv.html" /> </head> <body> <p>This page has been moved. If you are not redirected within 3 seconds, click <a href="https://podorono.blogspot.com/2024/06/tes.html">here</a> to go to the HubSpot homepage.</p> </body> </html>

Tuesday, 11 June 2024

Cara Responsive Blog

 1. Klik Tema > Edit HTML

2. Cari kode di bawah ini

<b:if cond='data:blog.isMobile'>

Menu TAB 03

 <style>
/* -- Menu Horizontal + Sub Menu-- */
#cat-nav {background:#444f61;margin:0 15px;padding:0;height:35px;}
#cat-nav a { color:#eee; text-decoration:none; text-shadow: #444f61 0px 1px 0px;border-right:1px solid #156994;}
#cat-nav a:hover { color:#fff; }
#cat-nav li:hover { background:#000; }

Friday, 31 May 2024

Multicast Stream (UDP) ViMix

 cd C:\Program Files (x86)\vMix\streaming\

ffmpeg -f dshow -i video="vMix Video":audio="vMix Audio"  -s 720x400 -b:v 2500k -f mpegts udp://224.0.0.2:10000?pkt_size=1316

Wednesday, 7 February 2024

Riau TV Streaming

=======================================