This file contains 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
Önemli Laravel komutları | |
# Development modunda bağımlılıkları yükle | |
composer install --optimize-autoloader --dev | |
# Production (canlı) modunda bağımlılıkları yükle | |
composer install --optimize-autoloader --no-dev | |
# Public/storage klasörünü storage/app/public ile ilişkilendir | |
php artisan storage:link |
This file contains 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 | |
$data = array( | |
"type" => "A", | |
"name" => "SUBDOMAIN", | |
"data" => "188.*****", // your ip address | |
"ttl" => 1800 | |
); | |
$ch = curl_init(); |
This file contains 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
// ==UserScript== | |
// @name Dizipal AdBlock | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Dizipal Ads Blocker and intro ads skipper (tampermonkey / greasemonkey chrome extension) | |
// @author Yasin Kuyu | |
// @date 17/09/2022 | |
// @grant unsafeWindow | |
// @grant GM_xmlhttpRequest | |
// @include *dizipal*.com/* |
This file contains 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 | |
// DigitalOcean API https://cloud.digitalocean.com/settings/applications | |
require_once 'vendor/autoload.php'; | |
$url = "yasin.com"; | |
$ip = "XX.XX.XX.XXX"; | |
$client = new DigitalOceanV2\Client(); |
This file contains 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
"search.exclude": { | |
"**/.github": true, | |
"**/.nuxt": true, | |
"**/dist": true, | |
"package-lock.json": true, | |
"yarn.lock": true | |
} |
This file contains 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
/* | |
* jQuery gentleSelect plugin (version 0.1.4.1) | |
* http://shawnchin.github.com/jquery-cron | |
* | |
* Copyright (c) 2010-2013 Shawn Chin. | |
* Dual licensed under the MIT or GPL Version 2 licenses. | |
* | |
* @yasinkuyu | |
* | |
* Requires: |
This file contains 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 | |
/* | |
PHP CURL function which bypasses the Cloudflare | |
@yasinkuyu | |
*/ | |
function cloudFlareBypass($url){ | |
$useragent = "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/W.X.Y.Z‡ Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"; |
This file contains 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 | |
//Entry Variables - overrides | |
$_['entry_customer_group'] = 'Müşteri Grubu'; | |
$_['entry_firstname'] = 'Ad'; | |
$_['entry_lastname'] = 'Soyad'; | |
$_['entry_email'] = 'E-Mail'; | |
$_['entry_confirm_email'] = 'E-Mail Tekrar'; | |
$_['entry_telephone'] = 'Telefon'; | |
$_['entry_fax'] = 'Faks'; | |
$_['entry_company'] = 'Firma Adı'; |
This file contains 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
<?xml version="1.0" encoding="utf-8"?> | |
<modification> | |
<name>insya_yurtici</name> | |
<code>insya_yurtici</code> | |
<version>1.0</version> | |
<author>Yasin Kuyu | [email protected]</author> | |
<link>http://insya.com</link> | |
<file path="admin/controller/setting/setting.php"> | |
<operation> | |
<search position="before"><![CDATA[ |
This file contains 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
<modification> | |
<id>Payu Modülü Taksit Tabı</id> | |
<version>1.0 - OC 1.5.X</version> | |
<vqmver>2.1.7</vqmver> | |
<author>Payu site içi</author> | |
<file name="catalog/controller/product/product.php"> | |
<operation error="skip"> | |
<search position="after"><![CDATA[$data['points'] = $product_info['points'];]]></search> |
NewerOlder