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 | |
/** | |
* adasusbilisim[.]gmail.com | |
*/ | |
defined('BASEPATH') OR exit('No direct script access allowed'); | |
class Tarihhesapla { | |
private $msj = array(); | |
/** |
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
<script language="JavaScript"> | |
/** | |
* Disable right-click of mouse, F12 key, and save key combinations on page | |
* By Arthur Gareginyan ([email protected]) | |
* For full source code, visit http://www.mycyberuniverse.com | |
*/ | |
window.onload = function() { | |
document.addEventListener("contextmenu", function(e){ | |
e.preventDefault(); | |
}, false); |
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
<script> | |
// tarayıcı türleri ie,chrome,mozilla | |
var notification = window.Notification || window.mozNotification || window.webkitNotification; | |
// Kullanıcı izini | |
if ('undefined' === typeof notification) | |
alert('Web notification not supported'); | |
else | |
notification.requestPermission(function(permission){}); |
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
tools >Build System>new Build System | |
ile ekleyin | |
{ | |
"cmd": ["C:\\wamp\\bin\\mysql\\mysql5.6.17\\bin\\mysql", | |
"-u", "root", | |
"-P","", | |
"-h", "localhost", | |
"-e", "source $file", "-t"], | |
"selector": "source.sql", "quiet": true | |
} |
NewerOlder