Skip to content

Instantly share code, notes, and snippets.

View troke12's full-sized avatar
🎯
We serve you better

I Made Ocy Darma Putra troke12

🎯
We serve you better
  • Bali
  • 00:01 (UTC +07:00)
View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<style media="screen" type="text/css">
body {
background-color: #ffffff;
}
h1 {
font-family: 'Raleway', sans-serif;
font-size: 500%;
vertical-align: middle;
<?php
include "../functions/fungsi_pass.php";
include "../functions/koneksi.php";
$err= '<html>
<head>
<style>
a:link {font:8pt/11pt verdana; color:red}
a:visited {font:8pt/11pt verdana; color:#4e4e4e}
</style>
<meta HTTP-EQUIV="Content-Type" Content="text-html; charset=Windows-1252">
#!/bin/bash
#belajar2
echo -n "Nama kamu :"
read nama;
echo "Hi $nama, gimana kabarnya?";
echo "Pesan dan kesan :";
read
echo "kata $nama, $REPLY";
@troke12
troke12 / timetextdraw.pwn
Last active April 26, 2016 11:54
[PAWN] Time Textdraw
/*
Krisna Clock Textdraw:
Credits
[~]Zhamaroth TextDraw Editor
[~]Shadow for filterscript World Clock
[~]Krisna Pradnya edit Filterscript
[~]SAMP Team
Thanks~
visit our Facebook www.facebook.com/krisna.pradnya
@troke12
troke12 / belajar3y
Created May 8, 2016 12:24
program input pilihan
#!/bin/bash
#belajar3y
echo -n "Masukan nama kamu :"
read nama;
echo "Daftar Pilihan";
echo "--------------";
echo "1. Anjing ";
echo "2. Kucing ";
@troke12
troke12 / tugas
Created May 8, 2016 12:28
file jordan
#!/bin/bash
#tugasjordan
echo "masukan nilai pertama: "
read nilai1
echo "masukan nilai kedua: "
read nilai2
echo "pilih tipe operasi"
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Test</title>
<style media="screen">
body {
margin: 0;
background: #000000 url(images/background.jpg) no-repeat top;
font: normal medium "Verdana", Arial, Helvetica, sans-serif;
@troke12
troke12 / index.php
Created April 4, 2017 11:24
phplistdirectory
<?php
session_start();
class DirectoryListing {
/*
====================================================================================================
Evoluted Directory Listing Script - Version 4
www.evoluted.net / [email protected]
====================================================================================================
SYSTEM REQUIREMENTS
@troke12
troke12 / autoexec.cfg
Last active December 30, 2018 12:55
exec config.cfg
unbindall
bind "0" "slot10"
bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "4" "slot4"
bind "5" "slot5"
bind "6" "slot6"
bind "7" "slot7"
bind "8" "slot8"
const Discord = require('discord.js');
const client = new Discord.Client();
var rclient = require('redis').createClient({
host : 'localhost',
port : 6379,
no_ready_check: true,
auth_pass: ''
});
client.on('error', function(err){