This file contains hidden or 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
body { background: #FFFFFF;} | |
#footer,.box-bar, #header {display:none !important;} | |
@media screen { | |
@font-face { | |
font-family: 'Neucha'; | |
font-style: normal; | |
font-weight:normal; src: local('Neucha'), url('http://themes.googleusercontent.com/font?kit=EcY9zoxaUNcYqXVG35_hCQ') format('truetype'); | |
} | |
} |
This file contains hidden or 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
class DYM{ | |
private $sorgu; | |
public $dil = 'tr', | |
//Arama url'si | |
$aranan_kelime = 'http://www.google.com.tr/search?hl=#dil#&q=#sorgu#&meta=', | |
//Donen Sonuc Dogru veya Yanlis. | |
$dogru; |
This file contains hidden or 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 | |
function sistem_geri_bildirim($bildirim_kodu, $onem, $mesaj, $mesaj_kodu, $indirilen, $boyut) { | |
switch($bildirim_kodu) { | |
case STREAM_NOTIFY_RESOLVE: | |
case STREAM_NOTIFY_AUTH_REQUIRED: | |
case STREAM_NOTIFY_COMPLETED: | |
case STREAM_NOTIFY_FAILURE: | |
case STREAM_NOTIFY_AUTH_RESULT: | |
var_dump($bildirim_kodu, $onem, $mesaj, $mesaj_kodu, $indirilen, $boyut); |
This file contains hidden or 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 | |
function sistem_geri_bildirim($bildirim_kodu, $onem, $mesaj, $mesaj_kodu, $indirilen, $boyut) { | |
switch($bildirim_kodu) { | |
case STREAM_NOTIFY_RESOLVE: | |
case STREAM_NOTIFY_AUTH_REQUIRED: | |
case STREAM_NOTIFY_COMPLETED: | |
case STREAM_NOTIFY_FAILURE: | |
case STREAM_NOTIFY_AUTH_RESULT: | |
var_dump($bildirim_kodu, $onem, $mesaj, $mesaj_kodu, $indirilen, $boyut); |
This file contains hidden or 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
(function ($) | |
{ | |
$.fn.select_skins = function (w) | |
{ | |
return $(this).each(function (i) { | |
s = $(this); | |
if (!s.attr('multiple')) | |
{ | |
s.wrap('<div class="cmf-skinned-selects"></div>'); | |
c = s.parent(); |
This file contains hidden or 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
class SipzyUser { | |
var $CI; | |
var $errors = array(); | |
var $accounts_controller = 'account'; | |
public function SipzyUser() { | |
$this->CI =& get_instance(); | |
} | |
This file contains hidden or 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 | |
if (! defined('BASEPATH')) exit('No direct script access'); | |
class userModel extends Model { | |
var $dbTableName = 'identities' | |
function userModel() { |
NewerOlder