Oziyshop – Hata & Güncelleme Konusu

  • Konuyu Başlatan Patron
  • Başlangıç tarihi
P

Patron

<div class="bbWrapper"><div style="text-align: center">Merhabalar <b>NullVips Ailesi</b>;<br /> <br /> Aşağıda bulunan hatalar ve sorun çözümleri yer almaktadır. Sizlerde yazılımlardaki hataları çözmek istiyor iseniz belirttiğim adımları izleyebilirsiniz.<br /> <br /> <b><span style="color: rgb(184, 49, 47)">Tüm hatalar &amp; güncellemeler için konuyu takipte kalınız yeni hataların çözümlerinide paylaşacağım. Eğerki sizin fark ettiğiniz hatalar var ise yorum olarak paylaşım sağlayabilirsiniz.</span><br /> <br /> - ALINAN HATA: <a href="https://siteadresi.nullvips/kategori/0-17" target="_blank" class="link link--external" rel="nofollow ugc noopener">https://siteadresi.nullvips/kategori/0-17</a></b><br /> Yukarıda belirtilen SEO link hatası çözümü aslında çok basit ama bazı arkadaşlarımız bilmiyordur ve yardımcı olmak isterim. Çözüm sürecini aşağıda belirttim.<br /> <br /> - <b>HATA ÇÖZÜMÜ:</b><br /> 1- /func klasörüne giriş yapıyoruz ve ardından orada bulunan FONKSİYON.PHP dosyasını düzenliyoruz.<br /> 2- Aşağıdaki kod satırlarını kopyalayıp FONKSİYON.PHP içindeki eski kodları sildikten sonra yeni verdiğim kodları içerisine yapıştırıyoruz.<br /> 3- Fonksiyon'da bulunan tüm hataları gidermiş ve hatasız çalışmasını sağlıyoruz.&#8203;</div><br /> <div class="bbCodeBlock bbCodeBlock--screenLimited bbCodeBlock--code"> <div class="bbCodeBlock-title"> Kod: </div> <div class="bbCodeBlock-content" dir="ltr"> <pre class="bbCodeCode" dir="ltr" data-xf-init="code-block" data-lang=""><code>&lt;?php $karekterver = &quot;1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPUQRSTUVWXYZ&quot;; $yeniisim = substr(str_shuffle($karekterver), 0, 5); $ayar = $ozy-&gt;query(&quot;select * from siteayarlari where id=1&quot;)-&gt;fetch(PDO::FETCH_ASSOC); $system = $ozy-&gt;query(&quot;select * from system where id=1&quot;)-&gt;fetch(PDO::FETCH_ASSOC); $sitetemasi = $ayar[&quot;tema&quot;]; $tema = $ozy-&gt;query(&quot;select * from temalar where adi='&quot; . $sitetemasi . &quot;'&quot;)-&gt;fetch(PDO::FETCH_ASSOC); $sunucu = htmlspecialchars(trim($system[&quot;sunucum&quot;])); $posta = htmlspecialchars(trim($system[&quot;epostam&quot;])); $esifre = htmlspecialchars(trim($system[&quot;sifrem&quot;])); $port = htmlspecialchars(trim($system[&quot;portum&quot;])); $type = htmlspecialchars(trim($system[&quot;typem&quot;])); $siteadi = htmlspecialchars(trim($ayar[&quot;siteadi&quot;])); $ip = ipadresi(); if ($_SESSION[&quot;uyegirisdurumu&quot;] == &quot;true&quot;) { $sepetimdekikim = temizle($_SESSION[&quot;uyeid&quot;]); $girdiekle = $ozy-&gt;prepare(&quot;UPDATE sepet SET gelenkim=? where kim=?&quot;); $girdiekle-&gt;execute([$sepetimdekikim, $ip]); $karsilastirguncelle = $ozy-&gt;prepare(&quot;UPDATE karsilastir SET gelenkim=? where kim=?&quot;); $karsilastirguncelle-&gt;execute([$sepetimdekikim, $ip]); } else { $sepetimdekikim = session_id(); } $sepetsay = $ozy-&gt;prepare(&quot;SELECT COUNT(*) FROM sepet where kim='&quot; . $ip . &quot;' and gelenkim='&quot; . $sepetimdekikim . &quot;'&quot;); $sepetsay-&gt;execute(); $sepetsayi = $sepetsay-&gt;fetchColumn(); $arasepettoplami = $ozy-&gt;query(&quot;SELECT SUM(kdvsizfiyat*adet) FROM sepet WHERE kim='&quot; . $ip . &quot;' and gelenkim='&quot; . $sepetimdekikim . &quot;'&quot;)-&gt;fetch(PDO::FETCH_ASSOC); foreach ($arasepettoplami as $arasepetbedeli) { $arasepetbedeli = number_format($arasepetbedeli, 2, &quot;.&quot;, &quot;&quot;); } $kdvm = $ozy-&gt;query(&quot;SELECT SUM(kdv*adet) FROM sepet WHERE kim='&quot; . $ip . &quot;' and gelenkim='&quot; . $sepetimdekikim . &quot;'&quot;)-&gt;fetch(PDO::FETCH_ASSOC); foreach ($kdvm as $sepetkdv) { $sepetkdv = number_format($sepetkdv, 2, &quot;.&quot;, &quot;&quot;); } $sepettoplami = $ozy-&gt;query(&quot;SELECT SUM(fiyat*adet) FROM sepet WHERE kim='&quot; . $ip . &quot;' and gelenkim='&quot; . $sepetimdekikim . &quot;'&quot;)-&gt;fetch(PDO::FETCH_ASSOC); foreach ($sepettoplami as $sepetbedeli) { $sepetbedeli = number_format($sepetbedeli, 2, &quot;.&quot;, &quot;&quot;); } $havaleindirim = $ozy-&gt;query(&quot;SELECT SUM(havaleindirim) FROM sepet WHERE kim='&quot; . $ip . &quot;' and gelenkim='&quot; . $sepetimdekikim . &quot;'&quot;)-&gt;fetch(PDO::FETCH_ASSOC); foreach ($havaleindirim as $havaleindirimbedeli) { $havaleindirimbedeli = number_format($havaleindirimbedeli, 2, &quot;.&quot;, &quot;&quot;); } $kuponindirimi = $ozy-&gt;query(&quot;SELECT SUM(kupontutar) FROM sepet WHERE kim='&quot; . $ip . &quot;' and gelenkim='&quot; . $sepetimdekikim . &quot;'&quot;)-&gt;fetch(PDO::FETCH_ASSOC); foreach ($kuponindirimi as $kuponindirim) { $kuponindirim = number_format($kuponindirim, 2, &quot;.&quot;, &quot;&quot;); } $cekindirimi = $ozy-&gt;query(&quot;SELECT SUM(cektutar) FROM sepet WHERE kim='&quot; . $ip . &quot;' and gelenkim='&quot; . $sepetimdekikim . &quot;'&quot;)-&gt;fetch(PDO::FETCH_ASSOC); foreach ($cekindirimi as $cekindirim) { $cekindirim = number_format($cekindirim, 2, &quot;.&quot;, &quot;&quot;); } $kargokontrol1 = $ozy-&gt;query(&quot;SELECT SUM(kargo) FROM sepet WHERE kim='&quot; . $ip . &quot;' and gelenkim='&quot; . $sepetimdekikim . &quot;'&quot;)-&gt;fetch(PDO::FETCH_ASSOC); foreach ($kargokontrol1 as $kargokontrol) { } if (isset($_POST[&quot;delete&quot;])) { $sepetkaldiralim = temizle($_POST[&quot;sepetid&quot;]); $sil = $ozy-&gt;prepare(&quot;DELETE FROM sepet WHERE id=?&quot;); $sil-&gt;execute([$sepetkaldiralim]); header(&quot;Location: &quot; . $url . &quot;&quot;); } $ucretsizmikargo = 1 * $sepetsayi; $kargombak = $system[&quot;ucretsizkargo&quot;]; if ($kargombak &lt;= $sepetbedeli || $ucretsizmikargo == $kargokontrol) { $kargometni = &quot;Ücretsiz Kargo&quot;; $kargobedeli = &quot;0.00&quot;; } else { $kargometni = fiyatgoster($system[&quot;genelkargo&quot;]); $kargobedeli = fiyatgoster($system[&quot;genelkargo&quot;]); } $aratutari = fiyatgoster($arasepetbedeli); $kdvtutari = fiyatgoster($sepetkdv); $havaleindirimtutari = fiyatgoster($havaleindirimbedeli); $kupontutari = fiyatgoster($kuponindirim); $hediyecekitutari = fiyatgoster($cekindirim); if ($system[&quot;kapidaok&quot;] == &quot;1&quot; &amp;&amp; $_POST[&quot;odemetipi&quot;] == &quot;Kapıda Ödeme&quot;) { $kapikargobedeli = $system[&quot;kapitutar&quot;]; } else { $kapikargobedeli = &quot;0.00&quot;; } $toplamtutari = fiyatgoster($sepetbedeli + $kargobedeli - ($kupontutari + $hediyecekitutari)); $toplamtutarim = $sepetbedeli + $kargobedeli - ($kupontutari + $hediyecekitutari); if ($_SESSION[&quot;uyegirisdurumu&quot;] == &quot;true&quot;) { $uyeid = temizle($_SESSION[&quot;uyeid&quot;]); $uyebilgileri = $ozy-&gt;query(&quot;select * from users where id='&quot; . $uyeid . &quot;'&quot;)-&gt;fetch(PDO::FETCH_ASSOC); } else { $uyeid = &quot;0&quot;; } $sehir = [&quot;34&quot; =&gt; &quot;İstanbul&quot;, &quot;6&quot; =&gt; &quot;Ankara&quot;, &quot;35&quot; =&gt; &quot;İzmir&quot;, &quot;1&quot; =&gt; &quot;Adana&quot;, &quot;2&quot; =&gt; &quot;Adıyaman&quot;, &quot;3&quot; =&gt; &quot;Afyon&quot;, &quot;4&quot; =&gt; &quot;Ağrı&quot;, &quot;68&quot; =&gt; &quot;Aksaray&quot;, &quot;5&quot; =&gt; &quot;Amasya&quot;, &quot;7&quot; =&gt; &quot;Antalya&quot;, &quot;75&quot; =&gt; &quot;Ardahan&quot;, &quot;8&quot; =&gt; &quot;Artvin&quot;, &quot;9&quot; =&gt; &quot;Aydın&quot;, &quot;10&quot; =&gt; &quot;Balıkesir&quot;, &quot;74&quot; =&gt; &quot;Bartın&quot;, &quot;72&quot; =&gt; &quot;Batman&quot;, &quot;69&quot; =&gt; &quot;Bayburt&quot;, &quot;11&quot; =&gt; &quot;Bilecik&quot;, &quot;12&quot; =&gt; &quot;Bingöl&quot;, &quot;13&quot; =&gt; &quot;Bitlis&quot;, &quot;14&quot; =&gt; &quot;Bolu&quot;, &quot;15&quot; =&gt; &quot;Burdur&quot;, &quot;16&quot; =&gt; &quot;Bursa&quot;, &quot;17&quot; =&gt; &quot;Çanakkale&quot;, &quot;18&quot; =&gt; &quot;Çankırı&quot;, &quot;19&quot; =&gt; &quot;Çorum&quot;, &quot;20&quot; =&gt; &quot;Denizli&quot;, &quot;21&quot; =&gt; &quot;Diyarbakır&quot;, &quot;81&quot; =&gt; &quot;Düzce&quot;, &quot;22&quot; =&gt; &quot;Edirne&quot;, &quot;23&quot; =&gt; &quot;Elazığ&quot;, &quot;24&quot; =&gt; &quot;Erzincan&quot;, &quot;25&quot; =&gt; &quot;Erzurum&quot;, &quot;26&quot; =&gt; &quot;Eskişehir&quot;, &quot;27&quot; =&gt; &quot;Gaziantep&quot;, &quot;28&quot; =&gt; &quot;Giresun&quot;, &quot;29&quot; =&gt; &quot;Gümüşhane&quot;, &quot;30&quot; =&gt; &quot;Hakkari&quot;, &quot;31&quot; =&gt; &quot;Hatay&quot;, &quot;76&quot; =&gt; &quot;Iğdır&quot;, &quot;32&quot; =&gt; &quot;Isparta&quot;, &quot;33&quot; =&gt; &quot;İçel&quot;, &quot;78&quot; =&gt; &quot;Karabük&quot;, &quot;70&quot; =&gt; &quot;Karaman&quot;, &quot;36&quot; =&gt; &quot;Kars&quot;, &quot;37&quot; =&gt; &quot;Kastamonu&quot;, &quot;38&quot; =&gt; &quot;Kayseri&quot;, &quot;71&quot; =&gt; &quot;Kırıkkale&quot;, &quot;39&quot; =&gt; &quot;Kırklareli&quot;, &quot;40&quot; =&gt; &quot;Kırşehir&quot;, &quot;79&quot; =&gt; &quot;Kilis&quot;, &quot;41&quot; =&gt; &quot;Kocaeli&quot;, &quot;42&quot; =&gt; &quot;Konya&quot;, &quot;43&quot; =&gt; &quot;Kütahya&quot;, &quot;44&quot; =&gt; &quot;Malatya&quot;, &quot;45&quot; =&gt; &quot;Manisa&quot;, &quot;46&quot; =&gt; &quot;Maraş&quot;, &quot;47&quot; =&gt; &quot;Mardin&quot;, &quot;48&quot; =&gt; &quot;Muğla&quot;, &quot;49&quot; =&gt; &quot;Muş&quot;, &quot;50&quot; =&gt; &quot;Nevşehir&quot;, &quot;51&quot; =&gt; &quot;Niğde&quot;, &quot;52&quot; =&gt; &quot;Ordu&quot;, &quot;80&quot; =&gt; &quot;Osmaniye&quot;, &quot;53&quot; =&gt; &quot;Rize&quot;, &quot;54&quot; =&gt; &quot;Sakarya&quot;, &quot;55&quot; =&gt; &quot;Samsun&quot;, &quot;56&quot; =&gt; &quot;Siirt&quot;, &quot;57&quot; =&gt; &quot;Sinop&quot;, &quot;58&quot; =&gt; &quot;Sivas&quot;, &quot;73&quot; =&gt; &quot;Şırnak&quot;, &quot;59&quot; =&gt; &quot;Tekirdağ&quot;, &quot;60&quot; =&gt; &quot;Tokat&quot;, &quot;61&quot; =&gt; &quot;Trabzon&quot;, &quot;62&quot; =&gt; &quot;Tunceli&quot;, &quot;63&quot; =&gt; &quot;Şanlıurfa&quot;, &quot;64&quot; =&gt; &quot;Uşak&quot;, &quot;65&quot; =&gt; &quot;Van&quot;, &quot;77&quot; =&gt; &quot;Yalova&quot;, &quot;66&quot; =&gt; &quot;Yozgat&quot;, &quot;67&quot; =&gt; &quot;Zonguldak&quot;]; $RandStr = chr(mt_rand(65, 90)) . chr(mt_rand(65, 90)) . chr(mt_rand(65, 90)) . chr(mt_rand(65, 90)) . chr(mt_rand(65, 90)) . chr(mt_rand(65, 90)); $url = $ayar[&quot;siteurl&quot;]; $favsay = $ozy-&gt;prepare(&quot;SELECT COUNT(*) FROM favoriler where gelenkim='&quot; . $sepetimdekikim . &quot;'&quot;); $favsay-&gt;execute(); $favorisayisi = $favsay-&gt;fetchColumn(); $smsbaslik = $system[&quot;sbaslik&quot;]; $admintel = $system[&quot;stelefon&quot;]; function giriskontrol($ozy, $pgs) { if ($_SESSION[&quot;kullaniciadi&quot;] &amp;&amp; $_SESSION[&quot;sifre&quot;]) { $kullaniciadi = trim($_SESSION[&quot;kullaniciadi&quot;]); $sifre = trim($_SESSION[&quot;sifre&quot;]); $login_kontrol = $ozy-&gt;query(&quot;SELECT * FROM admin WHERE kullaniciadi = '&quot; . $kullaniciadi . &quot;' and sifre = '&quot; . $sifre . &quot;'&quot;)-&gt;fetch(PDO::FETCH_ASSOC); if ($login_kontrol) { if ($pgs == 0) { header(&quot;Location: index.php&quot;); } } else { if ($pgs != 0) { header(&quot;Location: index.php&quot;); exit; } } } else { if ($pgs != 0) { header(&quot;Location: index.php&quot;); exit; } } } function temizle($mVar) { if (is_array($mVar)) { foreach ($mVar as $gVal =&gt; $gVar) { if (!is_array($gVar)) { $mVar[$gVal] = htmlspecialchars(strip_tags(urldecode(addslashes(stripslashes(stripslashes(trim(htmlspecialchars_decode($gVar)))))))); } else { $mVar[$gVal] = temizle($gVar); } } } else { $mVar = htmlspecialchars(strip_tags(urldecode(addslashes(stripslashes(stripslashes(trim(htmlspecialchars_decode($mVar)))))))); } return $mVar; } function seo($str, $options = array()) { $str = mb_convert_encoding((string)$str, 'UTF-8', mb_list_encodings()); $defaults = array( 'delimiter' =&gt; '-', 'limit' =&gt; null, 'lowercase' =&gt; true, 'replacements' =&gt; array(), 'transliterate' =&gt; true ); $options = array_merge($defaults, $options); $char_map = array( /* German */ 'Ä' =&gt; 'Ae', 'Ö' =&gt; 'Oe', 'Ü' =&gt; 'Ue', 'ä' =&gt; 'ae', 'ö' =&gt; 'oe', 'ü' =&gt; 'ue', 'ß' =&gt; 'ss', 'ẞ' =&gt; 'SS', /* latin */ 'À' =&gt; 'A', 'Á' =&gt; 'A', 'Â' =&gt; 'A', 'Ã' =&gt; 'A', 'Ä' =&gt; 'A', 'Å' =&gt; 'A', 'Ă' =&gt; 'A', 'Æ' =&gt; 'AE', 'Ç' =&gt; 'C', 'È' =&gt; 'E', 'É' =&gt; 'E', 'Ê' =&gt; 'E', 'Ë' =&gt; 'E', 'Ì' =&gt; 'I', 'Í' =&gt; 'I', 'Î' =&gt; 'I', 'Ï' =&gt; 'I', 'Ð' =&gt; 'D', 'Ñ' =&gt; 'N', 'Ò' =&gt; 'O', 'Ó' =&gt; 'O', 'Ô' =&gt; 'O', 'Õ' =&gt; 'O', 'Ö' =&gt; 'O', 'Ő' =&gt; 'O', 'Ø' =&gt; 'O','Ș' =&gt; 'S','Ț' =&gt; 'T', 'Ù' =&gt; 'U', 'Ú' =&gt; 'U', 'Û' =&gt; 'U', 'Ü' =&gt; 'U', 'Ű' =&gt; 'U', 'Ý' =&gt; 'Y', 'Þ' =&gt; 'TH', 'ß' =&gt; 'ss', 'à' =&gt; 'a', 'á' =&gt; 'a', 'â' =&gt; 'a', 'ã' =&gt; 'a', 'ä' =&gt; 'a', 'å' =&gt; 'a', 'ă' =&gt; 'a', 'æ' =&gt; 'ae', 'ç' =&gt; 'c', 'è' =&gt; 'e', 'é' =&gt; 'e', 'ê' =&gt; 'e', 'ë' =&gt; 'e', 'ì' =&gt; 'i', 'í' =&gt; 'i', 'î' =&gt; 'i', 'ï' =&gt; 'i', 'ð' =&gt; 'd', 'ñ' =&gt; 'n', 'ò' =&gt; 'o', 'ó' =&gt; 'o', 'ô' =&gt; 'o', 'õ' =&gt; 'o', 'ö' =&gt; 'o', 'ő' =&gt; 'o', 'ø' =&gt; 'o', 'ș' =&gt; 's', 'ț' =&gt; 't', 'ù' =&gt; 'u', 'ú' =&gt; 'u', 'û' =&gt; 'u', 'ü' =&gt; 'u', 'ű' =&gt; 'u', 'ý' =&gt; 'y', 'þ' =&gt; 'th', 'ÿ' =&gt; 'y', /* latin_symbols */ '©' =&gt; '(c)', /* Greek */ 'α' =&gt; 'a', 'β' =&gt; 'b', 'γ' =&gt; 'g', 'δ' =&gt; 'd', 'ε' =&gt; 'e', 'ζ' =&gt; 'z', 'η' =&gt; 'h', 'θ' =&gt; '8', 'ι' =&gt; 'i', 'κ' =&gt; 'k', 'λ' =&gt; 'l', 'μ' =&gt; 'm', 'ν' =&gt; 'n', 'ξ' =&gt; '3', 'ο' =&gt; 'o', 'π' =&gt; 'p', 'ρ' =&gt; 'r', 'σ' =&gt; 's', 'τ' =&gt; 't', 'υ' =&gt; 'y', 'φ' =&gt; 'f', 'χ' =&gt; 'x', 'ψ' =&gt; 'ps', 'ω' =&gt; 'w', 'ά' =&gt; 'a', 'έ' =&gt; 'e', 'ί' =&gt; 'i', 'ό' =&gt; 'o', 'ύ' =&gt; 'y', 'ή' =&gt; 'h', 'ώ' =&gt; 'w', 'ς' =&gt; 's', 'ϊ' =&gt; 'i', 'ΰ' =&gt; 'y', 'ϋ' =&gt; 'y', 'ΐ' =&gt; 'i', 'Α' =&gt; 'A', 'Β' =&gt; 'B', 'Γ' =&gt; 'G', 'Δ' =&gt; 'D', 'Ε' =&gt; 'E', 'Ζ' =&gt; 'Z', 'Η' =&gt; 'H', 'Θ' =&gt; '8', 'Ι' =&gt; 'I', 'Κ' =&gt; 'K', 'Λ' =&gt; 'L', 'Μ' =&gt; 'M', 'Ν' =&gt; 'N', 'Ξ' =&gt; '3', 'Ο' =&gt; 'O', 'Π' =&gt; 'P', 'Ρ' =&gt; 'R', 'Σ' =&gt; 'S', 'Τ' =&gt; 'T', 'Υ' =&gt; 'Y', 'Φ' =&gt; 'F', 'Χ' =&gt; 'X', 'Ψ' =&gt; 'PS', 'Ω' =&gt; 'W', 'Ά' =&gt; 'A', 'Έ' =&gt; 'E', 'Ί' =&gt; 'I', 'Ό' =&gt; 'O', 'Ύ' =&gt; 'Y', 'Ή' =&gt; 'H', 'Ώ' =&gt; 'W', 'Ϊ' =&gt; 'I', 'Ϋ' =&gt; 'Y', /* Turkish */ 'ş' =&gt; 's', 'Ş' =&gt; 'S', 'ı' =&gt; 'i', 'İ' =&gt; 'I', 'ç' =&gt; 'c', 'Ç' =&gt; 'C', 'ü' =&gt; 'u', 'Ü' =&gt; 'U', 'ö' =&gt; 'o', 'Ö' =&gt; 'O', 'ğ' =&gt; 'g', 'Ğ' =&gt; 'G', /* Russian */ 'а' =&gt; 'a', 'б' =&gt; 'b', 'в' =&gt; 'v', 'г' =&gt; 'g', 'д' =&gt; 'd', 'е' =&gt; 'e', 'ё' =&gt; 'yo', 'ж' =&gt; 'zh', 'з' =&gt; 'z', 'и' =&gt; 'i', 'й' =&gt; 'j', 'к' =&gt; 'k', 'л' =&gt; 'l', 'м' =&gt; 'm', 'н' =&gt; 'n', 'о' =&gt; 'o', 'п' =&gt; 'p', 'р' =&gt; 'r', 'с' =&gt; 's', 'т' =&gt; 't', 'у' =&gt; 'u', 'ф' =&gt; 'f', 'х' =&gt; 'h', 'ц' =&gt; 'c', 'ч' =&gt; 'ch', 'ш' =&gt; 'sh', 'щ' =&gt; 'sh', 'ъ' =&gt; '', 'ы' =&gt; 'y', 'ь' =&gt; '', 'э' =&gt; 'e', 'ю' =&gt; 'yu', 'я' =&gt; 'ya', 'А' =&gt; 'A', 'Б' =&gt; 'B', 'В' =&gt; 'V', 'Г' =&gt; 'G', 'Д' =&gt; 'D', 'Е' =&gt; 'E', 'Ё' =&gt; 'Yo', 'Ж' =&gt; 'Zh', 'З' =&gt; 'Z', 'И' =&gt; 'I', 'Й' =&gt; 'J', 'К' =&gt; 'K', 'Л' =&gt; 'L', 'М' =&gt; 'M', 'Н' =&gt; 'N', 'О' =&gt; 'O', 'П' =&gt; 'P', 'Р' =&gt; 'R', 'С' =&gt; 'S', 'Т' =&gt; 'T', 'У' =&gt; 'U', 'Ф' =&gt; 'F', 'Х' =&gt; 'H', 'Ц' =&gt; 'C', 'Ч' =&gt; 'Ch', 'Ш' =&gt; 'Sh', 'Щ' =&gt; 'Sh', 'Ъ' =&gt; '', 'Ы' =&gt; 'Y', 'Ь' =&gt; '', 'Э' =&gt; 'E', 'Ю' =&gt; 'Yu', 'Я' =&gt; 'Ya', '№' =&gt; '', /* Ukrainian */ 'Є' =&gt; 'Ye', 'І' =&gt; 'I', 'Ї' =&gt; 'Yi', 'Ґ' =&gt; 'G', 'є' =&gt; 'ye', 'і' =&gt; 'i', 'ї' =&gt; 'yi', 'ґ' =&gt; 'g', /* Czech */ 'č' =&gt; 'c', 'ď' =&gt; 'd', 'ě' =&gt; 'e', 'ň' =&gt; 'n', 'ř' =&gt; 'r', 'š' =&gt; 's', 'ť' =&gt; 't', 'ů' =&gt; 'u', 'ž' =&gt; 'z', 'Č' =&gt; 'C', 'Ď' =&gt; 'D', 'Ě' =&gt; 'E', 'Ň' =&gt; 'N', 'Ř' =&gt; 'R', 'Š' =&gt; 'S', 'Ť' =&gt; 'T', 'Ů' =&gt; 'U', 'Ž' =&gt; 'Z', /* Polish */ 'ą' =&gt; 'a', 'ć' =&gt; 'c', 'ę' =&gt; 'e', 'ł' =&gt; 'l', 'ń' =&gt; 'n', 'ó' =&gt; 'o', 'ś' =&gt; 's', 'ź' =&gt; 'z', 'ż' =&gt; 'z', 'Ą' =&gt; 'A', 'Ć' =&gt; 'C', 'Ę' =&gt; 'e', 'Ł' =&gt; 'L', 'Ń' =&gt; 'N', 'Ó' =&gt; 'O', 'Ś' =&gt; 'S', 'Ź' =&gt; 'Z', 'Ż' =&gt; 'Z', /* Romanian */ 'ă' =&gt; 'a', 'â' =&gt; 'a', 'î' =&gt; 'i', 'ș' =&gt; 's', 'ț' =&gt; 't', 'Ţ' =&gt; 'T', 'ţ' =&gt; 't', /* Latvian */ 'ā' =&gt; 'a', 'č' =&gt; 'c', 'ē' =&gt; 'e', 'ģ' =&gt; 'g', 'ī' =&gt; 'i', 'ķ' =&gt; 'k', 'ļ' =&gt; 'l', 'ņ' =&gt; 'n', 'š' =&gt; 's', 'ū' =&gt; 'u', 'ž' =&gt; 'z', 'Ā' =&gt; 'A', 'Č' =&gt; 'C', 'Ē' =&gt; 'E', 'Ģ' =&gt; 'G', 'Ī' =&gt; 'i', 'Ķ' =&gt; 'k', 'Ļ' =&gt; 'L', 'Ņ' =&gt; 'N', 'Š' =&gt; 'S', 'Ū' =&gt; 'u', 'Ž' =&gt; 'Z', /* Lithuanian */ 'ą' =&gt; 'a', 'č' =&gt; 'c', 'ę' =&gt; 'e', 'ė' =&gt; 'e', 'į' =&gt; 'i', 'š' =&gt; 's', 'ų' =&gt; 'u', 'ū' =&gt; 'u', 'ž' =&gt; 'z', 'Ą' =&gt; 'A', 'Č' =&gt; 'C', 'Ę' =&gt; 'E', 'Ė' =&gt; 'E', 'Į' =&gt; 'I', 'Š' =&gt; 'S', 'Ų' =&gt; 'U', 'Ū' =&gt; 'U', 'Ž' =&gt; 'Z', /* Vietnamese */ 'Á' =&gt; 'A', 'À' =&gt; 'A', 'Ả' =&gt; 'A', 'Ã' =&gt; 'A', 'Ạ' =&gt; 'A', 'Ă' =&gt; 'A', 'Ắ' =&gt; 'A', 'Ằ' =&gt; 'A', 'Ẳ' =&gt; 'A', 'Ẵ' =&gt; 'A', 'Ặ' =&gt; 'A', 'Â' =&gt; 'A', 'Ấ' =&gt; 'A', 'Ầ' =&gt; 'A', 'Ẩ' =&gt; 'A', 'Ẫ' =&gt; 'A', 'Ậ' =&gt; 'A', 'á' =&gt; 'a', 'à' =&gt; 'a', 'ả' =&gt; 'a', 'ã' =&gt; 'a', 'ạ' =&gt; 'a', 'ă' =&gt; 'a', 'ắ' =&gt; 'a', 'ằ' =&gt; 'a', 'ẳ' =&gt; 'a', 'ẵ' =&gt; 'a', 'ặ' =&gt; 'a', 'â' =&gt; 'a', 'ấ' =&gt; 'a', 'ầ' =&gt; 'a', 'ẩ' =&gt; 'a', 'ẫ' =&gt; 'a', 'ậ' =&gt; 'a', 'É' =&gt; 'E', 'È' =&gt; 'E', 'Ẻ' =&gt; 'E', 'Ẽ' =&gt; 'E', 'Ẹ' =&gt; 'E', 'Ê' =&gt; 'E', 'Ế' =&gt; 'E', 'Ề' =&gt; 'E', 'Ể' =&gt; 'E', 'Ễ' =&gt; 'E', 'Ệ' =&gt; 'E', 'é' =&gt; 'e', 'è' =&gt; 'e', 'ẻ' =&gt; 'e', 'ẽ' =&gt; 'e', 'ẹ' =&gt; 'e', 'ê' =&gt; 'e', 'ế' =&gt; 'e', 'ề' =&gt; 'e', 'ể' =&gt; 'e', 'ễ' =&gt; 'e', 'ệ' =&gt; 'e', 'Í' =&gt; 'I', 'Ì' =&gt; 'I', 'Ỉ' =&gt; 'I', 'Ĩ' =&gt; 'I', 'Ị' =&gt; 'I', 'í' =&gt; 'i', 'ì' =&gt; 'i', 'ỉ' =&gt; 'i', 'ĩ' =&gt; 'i', 'ị' =&gt; 'i', 'Ó' =&gt; 'O', 'Ò' =&gt; 'O', 'Ỏ' =&gt; 'O', 'Õ' =&gt; 'O', 'Ọ' =&gt; 'O', 'Ô' =&gt; 'O', 'Ố' =&gt; 'O', 'Ồ' =&gt; 'O', 'Ổ' =&gt; 'O', 'Ỗ' =&gt; 'O', 'Ộ' =&gt; 'O', 'Ơ' =&gt; 'O', 'Ớ' =&gt; 'O', 'Ờ' =&gt; 'O', 'Ở' =&gt; 'O', 'Ỡ' =&gt; 'O', 'Ợ' =&gt; 'O', 'ó' =&gt; 'o', 'ò' =&gt; 'o', 'ỏ' =&gt; 'o', 'õ' =&gt; 'o', 'ọ' =&gt; 'o', 'ô' =&gt; 'o', 'ố' =&gt; 'o', 'ồ' =&gt; 'o', 'ổ' =&gt; 'o', 'ỗ' =&gt; 'o', 'ộ' =&gt; 'o', 'ơ' =&gt; 'o', 'ớ' =&gt; 'o', 'ờ' =&gt; 'o', 'ở' =&gt; 'o', 'ỡ' =&gt; 'o', 'ợ' =&gt; 'o', 'Ú' =&gt; 'U', 'Ù' =&gt; 'U', 'Ủ' =&gt; 'U', 'Ũ' =&gt; 'U', 'Ụ' =&gt; 'U', 'Ư' =&gt; 'U', 'Ứ' =&gt; 'U', 'Ừ' =&gt; 'U', 'Ử' =&gt; 'U', 'Ữ' =&gt; 'U', 'Ự' =&gt; 'U', 'ú' =&gt; 'u', 'ù' =&gt; 'u', 'ủ' =&gt; 'u', 'ũ' =&gt; 'u', 'ụ' =&gt; 'u', 'ư' =&gt; 'u', 'ứ' =&gt; 'u', 'ừ' =&gt; 'u', 'ử' =&gt; 'u', 'ữ' =&gt; 'u', 'ự' =&gt; 'u', 'Ý' =&gt; 'Y', 'Ỳ' =&gt; 'Y', 'Ỷ' =&gt; 'Y', 'Ỹ' =&gt; 'Y', 'Ỵ' =&gt; 'Y', 'ý' =&gt; 'y', 'ỳ' =&gt; 'y', 'ỷ' =&gt; 'y', 'ỹ' =&gt; 'y', 'ỵ' =&gt; 'y', 'Đ' =&gt; 'D', 'đ' =&gt; 'd', /* Arabic */ 'أ' =&gt; 'a', 'ب' =&gt; 'b', 'ت' =&gt; 't', 'ث' =&gt; 'th', 'ج' =&gt; 'g', 'ح' =&gt; 'h', 'خ' =&gt; 'kh', 'د' =&gt; 'd', 'ذ' =&gt; 'th', 'ر' =&gt; 'r', 'ز' =&gt; 'z', 'س' =&gt; 's', 'ش' =&gt; 'sh', 'ص' =&gt; 's', 'ض' =&gt; 'd', 'ط' =&gt; 't', 'ظ' =&gt; 'th', 'ع' =&gt; 'aa', 'غ' =&gt; 'gh', 'ف' =&gt; 'f', 'ق' =&gt; 'k', 'ك' =&gt; 'k', 'ل' =&gt; 'l', 'م' =&gt; 'm', 'ن' =&gt; 'n', 'ه' =&gt; 'h', 'و' =&gt; 'o', 'ي' =&gt; 'y', /* Serbian */ 'ђ' =&gt; 'dj', 'ј' =&gt; 'j', 'љ' =&gt; 'lj', 'њ' =&gt; 'nj', 'ћ' =&gt; 'c', 'џ' =&gt; 'dz', 'đ' =&gt; 'dj', 'Ђ' =&gt; 'Dj', 'Ј' =&gt; 'j', 'Љ' =&gt; 'Lj', 'Њ' =&gt; 'Nj', 'Ћ' =&gt; 'C', 'Џ' =&gt; 'Dz', 'Đ' =&gt; 'Dj', /* Azerbaijani */ 'ç' =&gt; 'c', 'ə' =&gt; 'e', 'ğ' =&gt; 'g', 'ı' =&gt; 'i', 'ö' =&gt; 'o', 'ş' =&gt; 's', 'ü' =&gt; 'u', 'Ç' =&gt; 'C', 'Ə' =&gt; 'E', 'Ğ' =&gt; 'G', 'İ' =&gt; 'I', 'Ö' =&gt; 'O', 'Ş' =&gt; 'S', 'Ü' =&gt; 'U', ); $str = preg_replace(array_keys($options['replacements']), $options['replacements'], $str); if ($options['transliterate']) { $str = str_replace(array_keys($char_map), $char_map, $str); } $str = preg_replace('/[^p{L}p{Nd}]+/u', $options['delimiter'], $str); $str = preg_replace('/(' . preg_quote($options['delimiter'], '/') . '){2,}/', '$1', $str); $str = mb_substr($str, 0, ($options['limit'] ? $options['limit'] : mb_strlen($str, 'UTF-8')), 'UTF-8'); $str = trim($str, $options['delimiter']); return $options['lowercase'] ? mb_strtolower($str, 'UTF-8') : $str; } function sendsms($msg, $telno, $header) { global $system; $username = $system[&quot;sadi&quot;]; $pass = $system[&quot;ssifre&quot;]; $startdate = date(&quot;d.m.Y H:i&quot;); $startdate = str_replace(&quot;.&quot;, &quot;&quot;, $startdate); $startdate = str_replace(&quot;:&quot;, &quot;&quot;, $startdate); $startdate = str_replace(&quot; &quot;, &quot;&quot;, $startdate); $stopdate = date(&quot;d.m.Y H:i&quot;, strtotime(&quot;+1 day&quot;)); $stopdate = str_replace(&quot;.&quot;, &quot;&quot;, $stopdate); $stopdate = str_replace(&quot;:&quot;, &quot;&quot;, $stopdate); $stopdate = str_replace(&quot; &quot;, &quot;&quot;, $stopdate); $surl = &quot;http://api.netgsm.com.tr/bulkhttppost.asp?usercode=&quot; . $username . &quot;&amp;password=&quot; . $pass . &quot;&amp;gsmno=&quot; . $telno . &quot;&amp;message=&quot; . $msg . &quot;&amp;msgheader=&quot; . $header . &quot;&amp;startdate=&quot; . $startdate . &quot;&amp;stopdate=&quot; . $stopdate; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $surl); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $output = curl_exec($ch); curl_close($ch); return $output; } function KdvHaric($tutar, $oran) { $yenioran = 100 + $oran; $biroran = $tutar / $yenioran; $kdvsiztutar = $biroran * 100; return $kdvsiztutar = number_format($kdvsiztutar, 2, &quot;.&quot;, &quot;&quot;); } function KdvDahil($tutar, $oran) { $biroran = $tutar * $oran / 100; $kdvlitutar = $tutar + $biroran; return $kdvlitutar = number_format($kdvlitutar, 2, &quot;.&quot;, &quot;&quot;); } function ipadresi() { if (!empty($_SERVER[&quot;HTTP_CLIENT_IP&quot;])) { $ip = $_SERVER[&quot;HTTP_CLIENT_IP&quot;]; } else { if (!empty($_SERVER[&quot;HTTP_X_FORWARDED_FOR&quot;])) { $ip = $_SERVER[&quot;HTTP_X_FORWARDED_FOR&quot;]; } else { $ip = $_SERVER[&quot;REMOTE_ADDR&quot;]; } } return $ip; } function fiyatgoster($degisken) { global $system; if ($system[&quot;fiyatgizle&quot;] == &quot;0&quot;) { $degisken = &quot;&quot; . number_format($degisken, 2, &quot;.&quot;, &quot;&quot;) . &quot; TL&quot;; } else { if ($_SESSION[&quot;uyegirisdurumu&quot;] == &quot;true&quot;) { $degisken = &quot;&quot; . number_format($degisken, 2, &quot;.&quot;, &quot;&quot;) . &quot; TL&quot;; } else { $degisken = &quot;Fiyatlar Üyelere özel&quot;; } } return $degisken; } function klasorsil($klasor) { if (substr($klasor, -1) != &quot;/&quot;) { $klasor .= &quot;/&quot;; } if ($handle = opendir($klasor)) { while ($obj = readdir($handle)) { if ($obj != &quot;.&quot; &amp;&amp; $obj != &quot;..&quot;) { if (is_dir($klasor . $obj)) { if (!klasorsil($klasor . $obj)) { return false; } } else { if (is_file($klasor . $obj) &amp;&amp; !unlink($klasor . $obj)) { return false; } } } } closedir($handle); if ([URL='https://nullvips.com/cdn-cgi/l/email-protection'][email protected][/URL]($klasor)) { return false; } return true; } return false; } function urunfiyatbelirle($urunkdv, $indirim, $urunfiyat, $ifiyati) { global $system; if ($indirim == &quot;1&quot;) { if (&quot;0&quot; &lt;= $urunkdv) { echo &quot;&lt;span class=&quot;old-price&quot;&gt; &quot;; echo $eskifiyatz = fiyatgoster(kdvdahil($urunfiyat, $urunkdv)); echo &quot;&lt;/span&gt; rn&quot;; echo $yenifiyatz = fiyatgoster(kdvdahil($ifiyati, $urunkdv)); } else { echo &quot;&lt;span class=&quot;old-price&quot;&gt; &quot;; echo $eskifiyatz = fiyatgoster(kdvdahil($urunfiyat, $system[&quot;kdv&quot;])); echo &quot;&lt;/span&gt; rn&quot;; echo $yenifiyatz = fiyatgoster(kdvdahil($ifiyati, $system[&quot;kdv&quot;])); } } else { if (&quot;0&quot; &lt;= $urunkdv) { echo $yenifiyatz = fiyatgoster(kdvdahil($urunfiyat, $urunkdv)); } else { echo $yenifiyatz = fiyatgoster(kdvdahil($urunfiyat, $system[&quot;kdv&quot;])); } } } ?&gt;</code></pre> </div> </div></div>
 
Katılım: 12 Mar 2023
Mesajlar: 13
Beğeni: 0
Puan: 0
<div class="bbWrapper">scripti de paylaşsan senden kralı olmaz</div>
 
Katılım: 14 Şub 2023
Mesajlar: 12
Beğeni: 5
Puan: 0
<div class="bbWrapper">admin softTr script Varmı ?</div>
 
Katılım: 4 Şub 2023
Mesajlar: 3
Beğeni: 0
Puan: 0
<div class="bbWrapper">Scriptin kendisi varmı hocam</div>
 
Katılım: 3 Şub 2023
Mesajlar: 145
Beğeni: 10
Puan: 0
<div class="bbWrapper"><blockquote data-attributes="" data-quote="Patron" data-source="post: 194" class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch"> <div class="bbCodeBlock-title"> <a href="/goto/post?id=194" class="bbCodeBlock-sourceJump" rel="nofollow" data-xf-click="attribution" data-content-selector="#post-194">Patron' Alıntı:</a> </div> <div class="bbCodeBlock-content"> <div class="bbCodeBlock-expandContent js-expandContent "> <div style="text-align: center">Merhabalar <b>nulledtr Ailesi</b>;<br /> <br /> Aşağıda bulunan hatalar ve sorun çözümleri yer almaktadır. Sizlerde yazılımlardaki hataları çözmek istiyor iseniz belirttiğim adımları izleyebilirsiniz.<br /> <br /> <b><span style="color: rgb(184, 49, 47)">Tüm hatalar &amp; güncellemeler için konuyu takipte kalınız yeni hataların çözümlerinide paylaşacağım. Eğerki sizin fark ettiğiniz hatalar var ise yorum olarak paylaşım sağlayabilirsiniz.</span><br /> <br /> - ALINAN HATA: <a href="https://siteadresi.nulledtr/kategori/0-17" target="_blank" class="link link--external" rel="nofollow ugc noopener">https://siteadresi.nulledtr/kategori/0-17</a></b><br /> Yukarıda belirtilen SEO link hatası çözümü aslında çok basit ama bazı arkadaşlarımız bilmiyordur ve yardımcı olmak isterim. Çözüm sürecini aşağıda belirttim.<br /> <br /> - <b>HATA ÇÖZÜMÜ:</b><br /> 1- /func klasörüne giriş yapıyoruz ve ardından orada bulunan FONKSİYON.PHP dosyasını düzenliyoruz.<br /> 2- Aşağıdaki kod satırlarını kopyalayıp FONKSİYON.PHP içindeki eski kodları sildikten sonra yeni verdiğim kodları içerisine yapıştırıyoruz.<br /> 3- Fonksiyon'da bulunan tüm hataları gidermiş ve hatasız çalışmasını sağlıyoruz.&#8203;</div><br /> <div class="bbCodeBlock bbCodeBlock--screenLimited bbCodeBlock--code"> <div class="bbCodeBlock-title"> Kod: </div> <div class="bbCodeBlock-content" dir="ltr"> <pre class="bbCodeCode" dir="ltr" data-xf-init="code-block" data-lang=""><code>&lt;?php $karekterver = &quot;1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPUQRSTUVWXYZ&quot;; $yeniisim = substr(str_shuffle($karekterver), 0, 5); $ayar = $ozy-&gt;query(&quot;select * from siteayarlari where id=1&quot;)-&gt;fetch(PDO::FETCH_ASSOC); $system = $ozy-&gt;query(&quot;select * from system where id=1&quot;)-&gt;fetch(PDO::FETCH_ASSOC); $sitetemasi = $ayar[&quot;tema&quot;]; $tema = $ozy-&gt;query(&quot;select * from temalar where adi='&quot; . $sitetemasi . &quot;'&quot;)-&gt;fetch(PDO::FETCH_ASSOC); $sunucu = htmlspecialchars(trim($system[&quot;sunucum&quot;])); $posta = htmlspecialchars(trim($system[&quot;epostam&quot;])); $esifre = htmlspecialchars(trim($system[&quot;sifrem&quot;])); $port = htmlspecialchars(trim($system[&quot;portum&quot;])); $type = htmlspecialchars(trim($system[&quot;typem&quot;])); $siteadi = htmlspecialchars(trim($ayar[&quot;siteadi&quot;])); $ip = ipadresi(); if ($_SESSION[&quot;uyegirisdurumu&quot;] == &quot;true&quot;) { $sepetimdekikim = temizle($_SESSION[&quot;uyeid&quot;]); $girdiekle = $ozy-&gt;prepare(&quot;UPDATE sepet SET gelenkim=? where kim=?&quot;); $girdiekle-&gt;execute([$sepetimdekikim, $ip]); $karsilastirguncelle = $ozy-&gt;prepare(&quot;UPDATE karsilastir SET gelenkim=? where kim=?&quot;); $karsilastirguncelle-&gt;execute([$sepetimdekikim, $ip]); } else { $sepetimdekikim = session_id(); } $sepetsay = $ozy-&gt;prepare(&quot;SELECT COUNT(*) FROM sepet where kim='&quot; . $ip . &quot;' and gelenkim='&quot; . $sepetimdekikim . &quot;'&quot;); $sepetsay-&gt;execute(); $sepetsayi = $sepetsay-&gt;fetchColumn(); $arasepettoplami = $ozy-&gt;query(&quot;SELECT SUM(kdvsizfiyat*adet) FROM sepet WHERE kim='&quot; . $ip . &quot;' and gelenkim='&quot; . $sepetimdekikim . &quot;'&quot;)-&gt;fetch(PDO::FETCH_ASSOC); foreach ($arasepettoplami as $arasepetbedeli) { $arasepetbedeli = number_format($arasepetbedeli, 2, &quot;.&quot;, &quot;&quot;); } $kdvm = $ozy-&gt;query(&quot;SELECT SUM(kdv*adet) FROM sepet WHERE kim='&quot; . $ip . &quot;' and gelenkim='&quot; . $sepetimdekikim . &quot;'&quot;)-&gt;fetch(PDO::FETCH_ASSOC); foreach ($kdvm as $sepetkdv) { $sepetkdv = number_format($sepetkdv, 2, &quot;.&quot;, &quot;&quot;); } $sepettoplami = $ozy-&gt;query(&quot;SELECT SUM(fiyat*adet) FROM sepet WHERE kim='&quot; . $ip . &quot;' and gelenkim='&quot; . $sepetimdekikim . &quot;'&quot;)-&gt;fetch(PDO::FETCH_ASSOC); foreach ($sepettoplami as $sepetbedeli) { $sepetbedeli = number_format($sepetbedeli, 2, &quot;.&quot;, &quot;&quot;); } $havaleindirim = $ozy-&gt;query(&quot;SELECT SUM(havaleindirim) FROM sepet WHERE kim='&quot; . $ip . &quot;' and gelenkim='&quot; . $sepetimdekikim . &quot;'&quot;)-&gt;fetch(PDO::FETCH_ASSOC); foreach ($havaleindirim as $havaleindirimbedeli) { $havaleindirimbedeli = number_format($havaleindirimbedeli, 2, &quot;.&quot;, &quot;&quot;); } $kuponindirimi = $ozy-&gt;query(&quot;SELECT SUM(kupontutar) FROM sepet WHERE kim='&quot; . $ip . &quot;' and gelenkim='&quot; . $sepetimdekikim . &quot;'&quot;)-&gt;fetch(PDO::FETCH_ASSOC); foreach ($kuponindirimi as $kuponindirim) { $kuponindirim = number_format($kuponindirim, 2, &quot;.&quot;, &quot;&quot;); } $cekindirimi = $ozy-&gt;query(&quot;SELECT SUM(cektutar) FROM sepet WHERE kim='&quot; . $ip . &quot;' and gelenkim='&quot; . $sepetimdekikim . &quot;'&quot;)-&gt;fetch(PDO::FETCH_ASSOC); foreach ($cekindirimi as $cekindirim) { $cekindirim = number_format($cekindirim, 2, &quot;.&quot;, &quot;&quot;); } $kargokontrol1 = $ozy-&gt;query(&quot;SELECT SUM(kargo) FROM sepet WHERE kim='&quot; . $ip . &quot;' and gelenkim='&quot; . $sepetimdekikim . &quot;'&quot;)-&gt;fetch(PDO::FETCH_ASSOC); foreach ($kargokontrol1 as $kargokontrol) { } if (isset($_POST[&quot;delete&quot;])) { $sepetkaldiralim = temizle($_POST[&quot;sepetid&quot;]); $sil = $ozy-&gt;prepare(&quot;DELETE FROM sepet WHERE id=?&quot;); $sil-&gt;execute([$sepetkaldiralim]); header(&quot;Location: &quot; . $url . &quot;&quot;); } $ucretsizmikargo = 1 * $sepetsayi; $kargombak = $system[&quot;ucretsizkargo&quot;]; if ($kargombak &lt;= $sepetbedeli || $ucretsizmikargo == $kargokontrol) { $kargometni = &quot;Ücretsiz Kargo&quot;; $kargobedeli = &quot;0.00&quot;; } else { $kargometni = fiyatgoster($system[&quot;genelkargo&quot;]); $kargobedeli = fiyatgoster($system[&quot;genelkargo&quot;]); } $aratutari = fiyatgoster($arasepetbedeli); $kdvtutari = fiyatgoster($sepetkdv); $havaleindirimtutari = fiyatgoster($havaleindirimbedeli); $kupontutari = fiyatgoster($kuponindirim); $hediyecekitutari = fiyatgoster($cekindirim); if ($system[&quot;kapidaok&quot;] == &quot;1&quot; &amp;&amp; $_POST[&quot;odemetipi&quot;] == &quot;Kapıda Ödeme&quot;) { $kapikargobedeli = $system[&quot;kapitutar&quot;]; } else { $kapikargobedeli = &quot;0.00&quot;; } $toplamtutari = fiyatgoster($sepetbedeli + $kargobedeli - ($kupontutari + $hediyecekitutari)); $toplamtutarim = $sepetbedeli + $kargobedeli - ($kupontutari + $hediyecekitutari); if ($_SESSION[&quot;uyegirisdurumu&quot;] == &quot;true&quot;) { $uyeid = temizle($_SESSION[&quot;uyeid&quot;]); $uyebilgileri = $ozy-&gt;query(&quot;select * from users where id='&quot; . $uyeid . &quot;'&quot;)-&gt;fetch(PDO::FETCH_ASSOC); } else { $uyeid = &quot;0&quot;; } $sehir = [&quot;34&quot; =&gt; &quot;İstanbul&quot;, &quot;6&quot; =&gt; &quot;Ankara&quot;, &quot;35&quot; =&gt; &quot;İzmir&quot;, &quot;1&quot; =&gt; &quot;Adana&quot;, &quot;2&quot; =&gt; &quot;Adıyaman&quot;, &quot;3&quot; =&gt; &quot;Afyon&quot;, &quot;4&quot; =&gt; &quot;Ağrı&quot;, &quot;68&quot; =&gt; &quot;Aksaray&quot;, &quot;5&quot; =&gt; &quot;Amasya&quot;, &quot;7&quot; =&gt; &quot;Antalya&quot;, &quot;75&quot; =&gt; &quot;Ardahan&quot;, &quot;8&quot; =&gt; &quot;Artvin&quot;, &quot;9&quot; =&gt; &quot;Aydın&quot;, &quot;10&quot; =&gt; &quot;Balıkesir&quot;, &quot;74&quot; =&gt; &quot;Bartın&quot;, &quot;72&quot; =&gt; &quot;Batman&quot;, &quot;69&quot; =&gt; &quot;Bayburt&quot;, &quot;11&quot; =&gt; &quot;Bilecik&quot;, &quot;12&quot; =&gt; &quot;Bingöl&quot;, &quot;13&quot; =&gt; &quot;Bitlis&quot;, &quot;14&quot; =&gt; &quot;Bolu&quot;, &quot;15&quot; =&gt; &quot;Burdur&quot;, &quot;16&quot; =&gt; &quot;Bursa&quot;, &quot;17&quot; =&gt; &quot;Çanakkale&quot;, &quot;18&quot; =&gt; &quot;Çankırı&quot;, &quot;19&quot; =&gt; &quot;Çorum&quot;, &quot;20&quot; =&gt; &quot;Denizli&quot;, &quot;21&quot; =&gt; &quot;Diyarbakır&quot;, &quot;81&quot; =&gt; &quot;Düzce&quot;, &quot;22&quot; =&gt; &quot;Edirne&quot;, &quot;23&quot; =&gt; &quot;Elazığ&quot;, &quot;24&quot; =&gt; &quot;Erzincan&quot;, &quot;25&quot; =&gt; &quot;Erzurum&quot;, &quot;26&quot; =&gt; &quot;Eskişehir&quot;, &quot;27&quot; =&gt; &quot;Gaziantep&quot;, &quot;28&quot; =&gt; &quot;Giresun&quot;, &quot;29&quot; =&gt; &quot;Gümüşhane&quot;, &quot;30&quot; =&gt; &quot;Hakkari&quot;, &quot;31&quot; =&gt; &quot;Hatay&quot;, &quot;76&quot; =&gt; &quot;Iğdır&quot;, &quot;32&quot; =&gt; &quot;Isparta&quot;, &quot;33&quot; =&gt; &quot;İçel&quot;, &quot;78&quot; =&gt; &quot;Karabük&quot;, &quot;70&quot; =&gt; &quot;Karaman&quot;, &quot;36&quot; =&gt; &quot;Kars&quot;, &quot;37&quot; =&gt; &quot;Kastamonu&quot;, &quot;38&quot; =&gt; &quot;Kayseri&quot;, &quot;71&quot; =&gt; &quot;Kırıkkale&quot;, &quot;39&quot; =&gt; &quot;Kırklareli&quot;, &quot;40&quot; =&gt; &quot;Kırşehir&quot;, &quot;79&quot; =&gt; &quot;Kilis&quot;, &quot;41&quot; =&gt; &quot;Kocaeli&quot;, &quot;42&quot; =&gt; &quot;Konya&quot;, &quot;43&quot; =&gt; &quot;Kütahya&quot;, &quot;44&quot; =&gt; &quot;Malatya&quot;, &quot;45&quot; =&gt; &quot;Manisa&quot;, &quot;46&quot; =&gt; &quot;Maraş&quot;, &quot;47&quot; =&gt; &quot;Mardin&quot;, &quot;48&quot; =&gt; &quot;Muğla&quot;, &quot;49&quot; =&gt; &quot;Muş&quot;, &quot;50&quot; =&gt; &quot;Nevşehir&quot;, &quot;51&quot; =&gt; &quot;Niğde&quot;, &quot;52&quot; =&gt; &quot;Ordu&quot;, &quot;80&quot; =&gt; &quot;Osmaniye&quot;, &quot;53&quot; =&gt; &quot;Rize&quot;, &quot;54&quot; =&gt; &quot;Sakarya&quot;, &quot;55&quot; =&gt; &quot;Samsun&quot;, &quot;56&quot; =&gt; &quot;Siirt&quot;, &quot;57&quot; =&gt; &quot;Sinop&quot;, &quot;58&quot; =&gt; &quot;Sivas&quot;, &quot;73&quot; =&gt; &quot;Şırnak&quot;, &quot;59&quot; =&gt; &quot;Tekirdağ&quot;, &quot;60&quot; =&gt; &quot;Tokat&quot;, &quot;61&quot; =&gt; &quot;Trabzon&quot;, &quot;62&quot; =&gt; &quot;Tunceli&quot;, &quot;63&quot; =&gt; &quot;Şanlıurfa&quot;, &quot;64&quot; =&gt; &quot;Uşak&quot;, &quot;65&quot; =&gt; &quot;Van&quot;, &quot;77&quot; =&gt; &quot;Yalova&quot;, &quot;66&quot; =&gt; &quot;Yozgat&quot;, &quot;67&quot; =&gt; &quot;Zonguldak&quot;]; $RandStr = chr(mt_rand(65, 90)) . chr(mt_rand(65, 90)) . chr(mt_rand(65, 90)) . chr(mt_rand(65, 90)) . chr(mt_rand(65, 90)) . chr(mt_rand(65, 90)); $url = $ayar[&quot;siteurl&quot;]; $favsay = $ozy-&gt;prepare(&quot;SELECT COUNT(*) FROM favoriler where gelenkim='&quot; . $sepetimdekikim . &quot;'&quot;); $favsay-&gt;execute(); $favorisayisi = $favsay-&gt;fetchColumn(); $smsbaslik = $system[&quot;sbaslik&quot;]; $admintel = $system[&quot;stelefon&quot;]; function giriskontrol($ozy, $pgs) { if ($_SESSION[&quot;kullaniciadi&quot;] &amp;&amp; $_SESSION[&quot;sifre&quot;]) { $kullaniciadi = trim($_SESSION[&quot;kullaniciadi&quot;]); $sifre = trim($_SESSION[&quot;sifre&quot;]); $login_kontrol = $ozy-&gt;query(&quot;SELECT * FROM admin WHERE kullaniciadi = '&quot; . $kullaniciadi . &quot;' and sifre = '&quot; . $sifre . &quot;'&quot;)-&gt;fetch(PDO::FETCH_ASSOC); if ($login_kontrol) { if ($pgs == 0) { header(&quot;Location: index.php&quot;); } } else { if ($pgs != 0) { header(&quot;Location: index.php&quot;); exit; } } } else { if ($pgs != 0) { header(&quot;Location: index.php&quot;); exit; } } } function temizle($mVar) { if (is_array($mVar)) { foreach ($mVar as $gVal =&gt; $gVar) { if (!is_array($gVar)) { $mVar[$gVal] = htmlspecialchars(strip_tags(urldecode(addslashes(stripslashes(stripslashes(trim(htmlspecialchars_decode($gVar)))))))); } else { $mVar[$gVal] = temizle($gVar); } } } else { $mVar = htmlspecialchars(strip_tags(urldecode(addslashes(stripslashes(stripslashes(trim(htmlspecialchars_decode($mVar)))))))); } return $mVar; } function seo($str, $options = array()) { $str = mb_convert_encoding((string)$str, 'UTF-8', mb_list_encodings()); $defaults = array( 'delimiter' =&gt; '-', 'limit' =&gt; null, 'lowercase' =&gt; true, 'replacements' =&gt; array(), 'transliterate' =&gt; true ); $options = array_merge($defaults, $options); $char_map = array( /* German */ 'Ä' =&gt; 'Ae', 'Ö' =&gt; 'Oe', 'Ü' =&gt; 'Ue', 'ä' =&gt; 'ae', 'ö' =&gt; 'oe', 'ü' =&gt; 'ue', 'ß' =&gt; 'ss', 'ẞ' =&gt; 'SS', /* latin */ 'À' =&gt; 'A', 'Á' =&gt; 'A', 'Â' =&gt; 'A', 'Ã' =&gt; 'A', 'Ä' =&gt; 'A', 'Å' =&gt; 'A', 'Ă' =&gt; 'A', 'Æ' =&gt; 'AE', 'Ç' =&gt; 'C', 'È' =&gt; 'E', 'É' =&gt; 'E', 'Ê' =&gt; 'E', 'Ë' =&gt; 'E', 'Ì' =&gt; 'I', 'Í' =&gt; 'I', 'Î' =&gt; 'I', 'Ï' =&gt; 'I', 'Ð' =&gt; 'D', 'Ñ' =&gt; 'N', 'Ò' =&gt; 'O', 'Ó' =&gt; 'O', 'Ô' =&gt; 'O', 'Õ' =&gt; 'O', 'Ö' =&gt; 'O', 'Ő' =&gt; 'O', 'Ø' =&gt; 'O','Ș' =&gt; 'S','Ț' =&gt; 'T', 'Ù' =&gt; 'U', 'Ú' =&gt; 'U', 'Û' =&gt; 'U', 'Ü' =&gt; 'U', 'Ű' =&gt; 'U', 'Ý' =&gt; 'Y', 'Þ' =&gt; 'TH', 'ß' =&gt; 'ss', 'à' =&gt; 'a', 'á' =&gt; 'a', 'â' =&gt; 'a', 'ã' =&gt; 'a', 'ä' =&gt; 'a', 'å' =&gt; 'a', 'ă' =&gt; 'a', 'æ' =&gt; 'ae', 'ç' =&gt; 'c', 'è' =&gt; 'e', 'é' =&gt; 'e', 'ê' =&gt; 'e', 'ë' =&gt; 'e', 'ì' =&gt; 'i', 'í' =&gt; 'i', 'î' =&gt; 'i', 'ï' =&gt; 'i', 'ð' =&gt; 'd', 'ñ' =&gt; 'n', 'ò' =&gt; 'o', 'ó' =&gt; 'o', 'ô' =&gt; 'o', 'õ' =&gt; 'o', 'ö' =&gt; 'o', 'ő' =&gt; 'o', 'ø' =&gt; 'o', 'ș' =&gt; 's', 'ț' =&gt; 't', 'ù' =&gt; 'u', 'ú' =&gt; 'u', 'û' =&gt; 'u', 'ü' =&gt; 'u', 'ű' =&gt; 'u', 'ý' =&gt; 'y', 'þ' =&gt; 'th', 'ÿ' =&gt; 'y', /* latin_symbols */ '©' =&gt; '(c)', /* Greek */ 'α' =&gt; 'a', 'β' =&gt; 'b', 'γ' =&gt; 'g', 'δ' =&gt; 'd', 'ε' =&gt; 'e', 'ζ' =&gt; 'z', 'η' =&gt; 'h', 'θ' =&gt; '8', 'ι' =&gt; 'i', 'κ' =&gt; 'k', 'λ' =&gt; 'l', 'μ' =&gt; 'm', 'ν' =&gt; 'n', 'ξ' =&gt; '3', 'ο' =&gt; 'o', 'π' =&gt; 'p', 'ρ' =&gt; 'r', 'σ' =&gt; 's', 'τ' =&gt; 't', 'υ' =&gt; 'y', 'φ' =&gt; 'f', 'χ' =&gt; 'x', 'ψ' =&gt; 'ps', 'ω' =&gt; 'w', 'ά' =&gt; 'a', 'έ' =&gt; 'e', 'ί' =&gt; 'i', 'ό' =&gt; 'o', 'ύ' =&gt; 'y', 'ή' =&gt; 'h', 'ώ' =&gt; 'w', 'ς' =&gt; 's', 'ϊ' =&gt; 'i', 'ΰ' =&gt; 'y', 'ϋ' =&gt; 'y', 'ΐ' =&gt; 'i', 'Α' =&gt; 'A', 'Β' =&gt; 'B', 'Γ' =&gt; 'G', 'Δ' =&gt; 'D', 'Ε' =&gt; 'E', 'Ζ' =&gt; 'Z', 'Η' =&gt; 'H', 'Θ' =&gt; '8', 'Ι' =&gt; 'I', 'Κ' =&gt; 'K', 'Λ' =&gt; 'L', 'Μ' =&gt; 'M', 'Ν' =&gt; 'N', 'Ξ' =&gt; '3', 'Ο' =&gt; 'O', 'Π' =&gt; 'P', 'Ρ' =&gt; 'R', 'Σ' =&gt; 'S', 'Τ' =&gt; 'T', 'Υ' =&gt; 'Y', 'Φ' =&gt; 'F', 'Χ' =&gt; 'X', 'Ψ' =&gt; 'PS', 'Ω' =&gt; 'W', 'Ά' =&gt; 'A', 'Έ' =&gt; 'E', 'Ί' =&gt; 'I', 'Ό' =&gt; 'O', 'Ύ' =&gt; 'Y', 'Ή' =&gt; 'H', 'Ώ' =&gt; 'W', 'Ϊ' =&gt; 'I', 'Ϋ' =&gt; 'Y', /* Turkish */ 'ş' =&gt; 's', 'Ş' =&gt; 'S', 'ı' =&gt; 'i', 'İ' =&gt; 'I', 'ç' =&gt; 'c', 'Ç' =&gt; 'C', 'ü' =&gt; 'u', 'Ü' =&gt; 'U', 'ö' =&gt; 'o', 'Ö' =&gt; 'O', 'ğ' =&gt; 'g', 'Ğ' =&gt; 'G', /* Russian */ 'а' =&gt; 'a', 'б' =&gt; 'b', 'в' =&gt; 'v', 'г' =&gt; 'g', 'д' =&gt; 'd', 'е' =&gt; 'e', 'ё' =&gt; 'yo', 'ж' =&gt; 'zh', 'з' =&gt; 'z', 'и' =&gt; 'i', 'й' =&gt; 'j', 'к' =&gt; 'k', 'л' =&gt; 'l', 'м' =&gt; 'm', 'н' =&gt; 'n', 'о' =&gt; 'o', 'п' =&gt; 'p', 'р' =&gt; 'r', 'с' =&gt; 's', 'т' =&gt; 't', 'у' =&gt; 'u', 'ф' =&gt; 'f', 'х' =&gt; 'h', 'ц' =&gt; 'c', 'ч' =&gt; 'ch', 'ш' =&gt; 'sh', 'щ' =&gt; 'sh', 'ъ' =&gt; '', 'ы' =&gt; 'y', 'ь' =&gt; '', 'э' =&gt; 'e', 'ю' =&gt; 'yu', 'я' =&gt; 'ya', 'А' =&gt; 'A', 'Б' =&gt; 'B', 'В' =&gt; 'V', 'Г' =&gt; 'G', 'Д' =&gt; 'D', 'Е' =&gt; 'E', 'Ё' =&gt; 'Yo', 'Ж' =&gt; 'Zh', 'З' =&gt; 'Z', 'И' =&gt; 'I', 'Й' =&gt; 'J', 'К' =&gt; 'K', 'Л' =&gt; 'L', 'М' =&gt; 'M', 'Н' =&gt; 'N', 'О' =&gt; 'O', 'П' =&gt; 'P', 'Р' =&gt; 'R', 'С' =&gt; 'S', 'Т' =&gt; 'T', 'У' =&gt; 'U', 'Ф' =&gt; 'F', 'Х' =&gt; 'H', 'Ц' =&gt; 'C', 'Ч' =&gt; 'Ch', 'Ш' =&gt; 'Sh', 'Щ' =&gt; 'Sh', 'Ъ' =&gt; '', 'Ы' =&gt; 'Y', 'Ь' =&gt; '', 'Э' =&gt; 'E', 'Ю' =&gt; 'Yu', 'Я' =&gt; 'Ya', '№' =&gt; '', /* Ukrainian */ 'Є' =&gt; 'Ye', 'І' =&gt; 'I', 'Ї' =&gt; 'Yi', 'Ґ' =&gt; 'G', 'є' =&gt; 'ye', 'і' =&gt; 'i', 'ї' =&gt; 'yi', 'ґ' =&gt; 'g', /* Czech */ 'č' =&gt; 'c', 'ď' =&gt; 'd', 'ě' =&gt; 'e', 'ň' =&gt; 'n', 'ř' =&gt; 'r', 'š' =&gt; 's', 'ť' =&gt; 't', 'ů' =&gt; 'u', 'ž' =&gt; 'z', 'Č' =&gt; 'C', 'Ď' =&gt; 'D', 'Ě' =&gt; 'E', 'Ň' =&gt; 'N', 'Ř' =&gt; 'R', 'Š' =&gt; 'S', 'Ť' =&gt; 'T', 'Ů' =&gt; 'U', 'Ž' =&gt; 'Z', /* Polish */ 'ą' =&gt; 'a', 'ć' =&gt; 'c', 'ę' =&gt; 'e', 'ł' =&gt; 'l', 'ń' =&gt; 'n', 'ó' =&gt; 'o', 'ś' =&gt; 's', 'ź' =&gt; 'z', 'ż' =&gt; 'z', 'Ą' =&gt; 'A', 'Ć' =&gt; 'C', 'Ę' =&gt; 'e', 'Ł' =&gt; 'L', 'Ń' =&gt; 'N', 'Ó' =&gt; 'O', 'Ś' =&gt; 'S', 'Ź' =&gt; 'Z', 'Ż' =&gt; 'Z', /* Romanian */ 'ă' =&gt; 'a', 'â' =&gt; 'a', 'î' =&gt; 'i', 'ș' =&gt; 's', 'ț' =&gt; 't', 'Ţ' =&gt; 'T', 'ţ' =&gt; 't', /* Latvian */ 'ā' =&gt; 'a', 'č' =&gt; 'c', 'ē' =&gt; 'e', 'ģ' =&gt; 'g', 'ī' =&gt; 'i', 'ķ' =&gt; 'k', 'ļ' =&gt; 'l', 'ņ' =&gt; 'n', 'š' =&gt; 's', 'ū' =&gt; 'u', 'ž' =&gt; 'z', 'Ā' =&gt; 'A', 'Č' =&gt; 'C', 'Ē' =&gt; 'E', 'Ģ' =&gt; 'G', 'Ī' =&gt; 'i', 'Ķ' =&gt; 'k', 'Ļ' =&gt; 'L', 'Ņ' =&gt; 'N', 'Š' =&gt; 'S', 'Ū' =&gt; 'u', 'Ž' =&gt; 'Z', /* Lithuanian */ 'ą' =&gt; 'a', 'č' =&gt; 'c', 'ę' =&gt; 'e', 'ė' =&gt; 'e', 'į' =&gt; 'i', 'š' =&gt; 's', 'ų' =&gt; 'u', 'ū' =&gt; 'u', 'ž' =&gt; 'z', 'Ą' =&gt; 'A', 'Č' =&gt; 'C', 'Ę' =&gt; 'E', 'Ė' =&gt; 'E', 'Į' =&gt; 'I', 'Š' =&gt; 'S', 'Ų' =&gt; 'U', 'Ū' =&gt; 'U', 'Ž' =&gt; 'Z', /* Vietnamese */ 'Á' =&gt; 'A', 'À' =&gt; 'A', 'Ả' =&gt; 'A', 'Ã' =&gt; 'A', 'Ạ' =&gt; 'A', 'Ă' =&gt; 'A', 'Ắ' =&gt; 'A', 'Ằ' =&gt; 'A', 'Ẳ' =&gt; 'A', 'Ẵ' =&gt; 'A', 'Ặ' =&gt; 'A', 'Â' =&gt; 'A', 'Ấ' =&gt; 'A', 'Ầ' =&gt; 'A', 'Ẩ' =&gt; 'A', 'Ẫ' =&gt; 'A', 'Ậ' =&gt; 'A', 'á' =&gt; 'a', 'à' =&gt; 'a', 'ả' =&gt; 'a', 'ã' =&gt; 'a', 'ạ' =&gt; 'a', 'ă' =&gt; 'a', 'ắ' =&gt; 'a', 'ằ' =&gt; 'a', 'ẳ' =&gt; 'a', 'ẵ' =&gt; 'a', 'ặ' =&gt; 'a', 'â' =&gt; 'a', 'ấ' =&gt; 'a', 'ầ' =&gt; 'a', 'ẩ' =&gt; 'a', 'ẫ' =&gt; 'a', 'ậ' =&gt; 'a', 'É' =&gt; 'E', 'È' =&gt; 'E', 'Ẻ' =&gt; 'E', 'Ẽ' =&gt; 'E', 'Ẹ' =&gt; 'E', 'Ê' =&gt; 'E', 'Ế' =&gt; 'E', 'Ề' =&gt; 'E', 'Ể' =&gt; 'E', 'Ễ' =&gt; 'E', 'Ệ' =&gt; 'E', 'é' =&gt; 'e', 'è' =&gt; 'e', 'ẻ' =&gt; 'e', 'ẽ' =&gt; 'e', 'ẹ' =&gt; 'e', 'ê' =&gt; 'e', 'ế' =&gt; 'e', 'ề' =&gt; 'e', 'ể' =&gt; 'e', 'ễ' =&gt; 'e', 'ệ' =&gt; 'e', 'Í' =&gt; 'I', 'Ì' =&gt; 'I', 'Ỉ' =&gt; 'I', 'Ĩ' =&gt; 'I', 'Ị' =&gt; 'I', 'í' =&gt; 'i', 'ì' =&gt; 'i', 'ỉ' =&gt; 'i', 'ĩ' =&gt; 'i', 'ị' =&gt; 'i', 'Ó' =&gt; 'O', 'Ò' =&gt; 'O', 'Ỏ' =&gt; 'O', 'Õ' =&gt; 'O', 'Ọ' =&gt; 'O', 'Ô' =&gt; 'O', 'Ố' =&gt; 'O', 'Ồ' =&gt; 'O', 'Ổ' =&gt; 'O', 'Ỗ' =&gt; 'O', 'Ộ' =&gt; 'O', 'Ơ' =&gt; 'O', 'Ớ' =&gt; 'O', 'Ờ' =&gt; 'O', 'Ở' =&gt; 'O', 'Ỡ' =&gt; 'O', 'Ợ' =&gt; 'O', 'ó' =&gt; 'o', 'ò' =&gt; 'o', 'ỏ' =&gt; 'o', 'õ' =&gt; 'o', 'ọ' =&gt; 'o', 'ô' =&gt; 'o', 'ố' =&gt; 'o', 'ồ' =&gt; 'o', 'ổ' =&gt; 'o', 'ỗ' =&gt; 'o', 'ộ' =&gt; 'o', 'ơ' =&gt; 'o', 'ớ' =&gt; 'o', 'ờ' =&gt; 'o', 'ở' =&gt; 'o', 'ỡ' =&gt; 'o', 'ợ' =&gt; 'o', 'Ú' =&gt; 'U', 'Ù' =&gt; 'U', 'Ủ' =&gt; 'U', 'Ũ' =&gt; 'U', 'Ụ' =&gt; 'U', 'Ư' =&gt; 'U', 'Ứ' =&gt; 'U', 'Ừ' =&gt; 'U', 'Ử' =&gt; 'U', 'Ữ' =&gt; 'U', 'Ự' =&gt; 'U', 'ú' =&gt; 'u', 'ù' =&gt; 'u', 'ủ' =&gt; 'u', 'ũ' =&gt; 'u', 'ụ' =&gt; 'u', 'ư' =&gt; 'u', 'ứ' =&gt; 'u', 'ừ' =&gt; 'u', 'ử' =&gt; 'u', 'ữ' =&gt; 'u', 'ự' =&gt; 'u', 'Ý' =&gt; 'Y', 'Ỳ' =&gt; 'Y', 'Ỷ' =&gt; 'Y', 'Ỹ' =&gt; 'Y', 'Ỵ' =&gt; 'Y', 'ý' =&gt; 'y', 'ỳ' =&gt; 'y', 'ỷ' =&gt; 'y', 'ỹ' =&gt; 'y', 'ỵ' =&gt; 'y', 'Đ' =&gt; 'D', 'đ' =&gt; 'd', /* Arabic */ 'أ' =&gt; 'a', 'ب' =&gt; 'b', 'ت' =&gt; 't', 'ث' =&gt; 'th', 'ج' =&gt; 'g', 'ح' =&gt; 'h', 'خ' =&gt; 'kh', 'د' =&gt; 'd', 'ذ' =&gt; 'th', 'ر' =&gt; 'r', 'ز' =&gt; 'z', 'س' =&gt; 's', 'ش' =&gt; 'sh', 'ص' =&gt; 's', 'ض' =&gt; 'd', 'ط' =&gt; 't', 'ظ' =&gt; 'th', 'ع' =&gt; 'aa', 'غ' =&gt; 'gh', 'ف' =&gt; 'f', 'ق' =&gt; 'k', 'ك' =&gt; 'k', 'ل' =&gt; 'l', 'م' =&gt; 'm', 'ن' =&gt; 'n', 'ه' =&gt; 'h', 'و' =&gt; 'o', 'ي' =&gt; 'y', /* Serbian */ 'ђ' =&gt; 'dj', 'ј' =&gt; 'j', 'љ' =&gt; 'lj', 'њ' =&gt; 'nj', 'ћ' =&gt; 'c', 'џ' =&gt; 'dz', 'đ' =&gt; 'dj', 'Ђ' =&gt; 'Dj', 'Ј' =&gt; 'j', 'Љ' =&gt; 'Lj', 'Њ' =&gt; 'Nj', 'Ћ' =&gt; 'C', 'Џ' =&gt; 'Dz', 'Đ' =&gt; 'Dj', /* Azerbaijani */ 'ç' =&gt; 'c', 'ə' =&gt; 'e', 'ğ' =&gt; 'g', 'ı' =&gt; 'i', 'ö' =&gt; 'o', 'ş' =&gt; 's', 'ü' =&gt; 'u', 'Ç' =&gt; 'C', 'Ə' =&gt; 'E', 'Ğ' =&gt; 'G', 'İ' =&gt; 'I', 'Ö' =&gt; 'O', 'Ş' =&gt; 'S', 'Ü' =&gt; 'U', ); $str = preg_replace(array_keys($options['replacements']), $options['replacements'], $str); if ($options['transliterate']) { $str = str_replace(array_keys($char_map), $char_map, $str); } $str = preg_replace('/[^p{L}p{Nd}]+/u', $options['delimiter'], $str); $str = preg_replace('/(' . preg_quote($options['delimiter'], '/') . '){2,}/', '$1', $str); $str = mb_substr($str, 0, ($options['limit'] ? $options['limit'] : mb_strlen($str, 'UTF-8')), 'UTF-8'); $str = trim($str, $options['delimiter']); return $options['lowercase'] ? mb_strtolower($str, 'UTF-8') : $str; } function sendsms($msg, $telno, $header) { global $system; $username = $system[&quot;sadi&quot;]; $pass = $system[&quot;ssifre&quot;]; $startdate = date(&quot;d.m.Y H:i&quot;); $startdate = str_replace(&quot;.&quot;, &quot;&quot;, $startdate); $startdate = str_replace(&quot;:&quot;, &quot;&quot;, $startdate); $startdate = str_replace(&quot; &quot;, &quot;&quot;, $startdate); $stopdate = date(&quot;d.m.Y H:i&quot;, strtotime(&quot;+1 day&quot;)); $stopdate = str_replace(&quot;.&quot;, &quot;&quot;, $stopdate); $stopdate = str_replace(&quot;:&quot;, &quot;&quot;, $stopdate); $stopdate = str_replace(&quot; &quot;, &quot;&quot;, $stopdate); $surl = &quot;http://api.netgsm.com.tr/bulkhttppost.asp?usercode=&quot; . $username . &quot;&amp;password=&quot; . $pass . &quot;&amp;gsmno=&quot; . $telno . &quot;&amp;message=&quot; . $msg . &quot;&amp;msgheader=&quot; . $header . &quot;&amp;startdate=&quot; . $startdate . &quot;&amp;stopdate=&quot; . $stopdate; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $surl); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $output = curl_exec($ch); curl_close($ch); return $output; } function KdvHaric($tutar, $oran) { $yenioran = 100 + $oran; $biroran = $tutar / $yenioran; $kdvsiztutar = $biroran * 100; return $kdvsiztutar = number_format($kdvsiztutar, 2, &quot;.&quot;, &quot;&quot;); } function KdvDahil($tutar, $oran) { $biroran = $tutar * $oran / 100; $kdvlitutar = $tutar + $biroran; return $kdvlitutar = number_format($kdvlitutar, 2, &quot;.&quot;, &quot;&quot;); } function ipadresi() { if (!empty($_SERVER[&quot;HTTP_CLIENT_IP&quot;])) { $ip = $_SERVER[&quot;HTTP_CLIENT_IP&quot;]; } else { if (!empty($_SERVER[&quot;HTTP_X_FORWARDED_FOR&quot;])) { $ip = $_SERVER[&quot;HTTP_X_FORWARDED_FOR&quot;]; } else { $ip = $_SERVER[&quot;REMOTE_ADDR&quot;]; } } return $ip; } function fiyatgoster($degisken) { global $system; if ($system[&quot;fiyatgizle&quot;] == &quot;0&quot;) { $degisken = &quot;&quot; . number_format($degisken, 2, &quot;.&quot;, &quot;&quot;) . &quot; TL&quot;; } else { if ($_SESSION[&quot;uyegirisdurumu&quot;] == &quot;true&quot;) { $degisken = &quot;&quot; . number_format($degisken, 2, &quot;.&quot;, &quot;&quot;) . &quot; TL&quot;; } else { $degisken = &quot;Fiyatlar Üyelere özel&quot;; } } return $degisken; } function klasorsil($klasor) { if (substr($klasor, -1) != &quot;/&quot;) { $klasor .= &quot;/&quot;; } if ($handle = opendir($klasor)) { while ($obj = readdir($handle)) { if ($obj != &quot;.&quot; &amp;&amp; $obj != &quot;..&quot;) { if (is_dir($klasor . $obj)) { if (!klasorsil($klasor . $obj)) { return false; } } else { if (is_file($klasor . $obj) &amp;&amp; !unlink($klasor . $obj)) { return false; } } } } closedir($handle); if ([URL='https://nulledtr.com/cdn-cgi/l/email-protection'][email protected][/URL]($klasor)) { return false; } return true; } return false; } function urunfiyatbelirle($urunkdv, $indirim, $urunfiyat, $ifiyati) { global $system; if ($indirim == &quot;1&quot;) { if (&quot;0&quot; &lt;= $urunkdv) { echo &quot;&lt;span class=&quot;old-price&quot;&gt; &quot;; echo $eskifiyatz = fiyatgoster(kdvdahil($urunfiyat, $urunkdv)); echo &quot;&lt;/span&gt; rn&quot;; echo $yenifiyatz = fiyatgoster(kdvdahil($ifiyati, $urunkdv)); } else { echo &quot;&lt;span class=&quot;old-price&quot;&gt; &quot;; echo $eskifiyatz = fiyatgoster(kdvdahil($urunfiyat, $system[&quot;kdv&quot;])); echo &quot;&lt;/span&gt; rn&quot;; echo $yenifiyatz = fiyatgoster(kdvdahil($ifiyati, $system[&quot;kdv&quot;])); } } else { if (&quot;0&quot; &lt;= $urunkdv) { echo $yenifiyatz = fiyatgoster(kdvdahil($urunfiyat, $urunkdv)); } else { echo $yenifiyatz = fiyatgoster(kdvdahil($urunfiyat, $system[&quot;kdv&quot;])); } } } ?&gt;</code></pre> </div> </div> </div> <div class="bbCodeBlock-expandLink js-expandLink"><a role="button" tabindex="0">Genişletmek için tıkla ...</a></div> </div> </blockquote>Hocam verdiğiniz kodda email-protection'dan dolayı sanırım hatalı kontrol edebilir misiniz? Sisteme eklediğimizde script http error veriyor.</div>
 
Katılım: 27 Ara 2023
Mesajlar: 20
Beğeni: 0
Puan: 0
Yaş: 29
Konum ankara
<div class="bbWrapper">teşekkür</div>
 
Katılım: 12 Ocak 2024
Mesajlar: 10
Beğeni: 0
Puan: 0
Yaş: 22
Konum Ankara
<div class="bbWrapper">Hocam bu kodu girdiğimde site açılmadı eski haline çevirdim, birde stok kontrolu yapışmıyor ve görseller bozuk gösteriyor</div>
 
0Konular
0Mesajlar
0Kullanıcılar
Son üye
Üst