Skip to content

Instantly share code, notes, and snippets.

View hanafiah's full-sized avatar
🏠
Working from home

Muhamad Hanafiah Yahya hanafiah

🏠
Working from home
View GitHub Profile
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^(.*)$ https://ioads.rurl.me/$1 [r=301,nc]
<Files .htaccess>
order allow,deny
deny from all
</Files>
Options All -Indexes
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^(.*)$ http://ioads.linktrackr.com/$1 [r=301,nc]
<Files .htaccess>
order allow,deny
deny from all
</Files>
Options All -Indexes
<Item>
<ASIN>B013XJHGH4</ASIN>
<ParentASIN>B010283OG6</ParentASIN>
<SmallImage>
<URL>http://ecx.images-amazon.com/images/I/41HhdML54fL._SL75_.jpg</URL>
<Height Units="pixels">75</Height>
<Width Units="pixels">58</Width>
</SmallImage>
<MediumImage>
<URL>http://ecx.images-amazon.com/images/I/41HhdML54fL._SL160_.jpg</URL>
<script>
function beli() {
dataLayer.push({
'event': 'GTM.beli',
'ecommerce': {
'purchase': {
'actionField': {
'id': 'T12345', // Transaction ID. Required for purchases and refunds.
'affiliation': 'Online Store',
'revenue': '35.43', // Total transaction value (incl. tax and shipping)
@hanafiah
hanafiah / ratio.php
Last active December 22, 2015 04:26
<?php
function GCD($a, $b)
{
while ( $b != 0)
{
$remainder = $a % $b;
$a = $b;
$b = $remainder;
}
return abs ($a);
<?php
$pusingan_tawaf = array(
array('no pusingan'=>1,'disunatkan'=>'Berlari-lari anak dan ittiba (sopan)', 'bacaan'=>'اللهم اجعله حجاً مبروراً وذنباً مغفوراً وسعياً مشكورا'),
array('no pusingan'=>2,'disunatkan'=>'Berlari-lari anak dan ittiba (sopan)', 'bacaan'=>'اللهم اجعله حجاً مبروراً وذنباً مغفوراً وسعياً مشكورا'),
array('no pusingan'=>3,'disunatkan'=>'Berlari-lari anak dan ittiba (sopan)', 'bacaan'=>'اللهم اجعله حجاً مبروراً وذنباً مغفوراً وسعياً مشكورا'),
array('no pusingan'=>4,'disunatkan'=>'ittiba (sopan)','bacaan'=>'اللهم اغفر وارحم واعف وتكرم، وتجاوز عما تعلم, إنك أنت الأعز الأكرم' ),
array('no pusingan'=>5,'disunatkan'=>'ittiba (sopan)','bacaan'=>'اللهم اغفر وارحم واعف وتكرم، وتجاوز عما تعلم, إنك أنت الأعز الأكرم' ),
array('no pusingan'=>6,'disunatkan'=>'ittiba (sopan)','bacaan'=>'اللهم اغفر وارحم واعف وتكرم، وتجاوز عما تعلم, إنك أنت الأعز الأكرم' ),
array('no pusingan'=>7,'disunatkan'=>'ittiba (sopan)','bacaan'=>'اللهم اغفر وارحم واعف وتكرم، وتجاوز عما تعلم, إنك أنت الأعز الأكرم' ),
<?php
$input_lines = '<option value="All">All</option>
<option value="Apparel">Apparel</option>
<option value="Appliances">Appliances</option>
<option value="ArtsAndCrafts">ArtsAndCrafts</option>
<option value="Automotive">Automotive</option>
<option value="Baby">Baby</option>
<option value="Beauty">Beauty</option>
<option value="Blended">Blended</option>
<option value="Books">Books</option>
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot "/Volumes/projects/projects/LinkTrackr/public_html"
ServerName linktrackr.local
ServerAlias *.linktrackr.local
<Directory "/Volumes/projects/projects/LinkTrackr/public_html">
Allow from all
Require all granted
Options Indexes FollowSymLinks
AllowOverride All
INSERT INTO mysql.user
SET user = 'root',
host = 'localhost',
password = '', --jika ingin masukkan password, password = Password('password_anda')
Select_priv = 'y',
Insert_priv = 'y',
Update_priv = 'y',
Delete_priv = 'y',
Create_priv = 'y',
Drop_priv = 'y',
[mysqld]
skip-grant-tables