Uygulamayı yükle
How to install the app on iOS

Follow along with the video below to see how to install our site as a web app on your home screen.

Not: This feature may not be available in some browsers.

Çözüldü Çok Aci̇l Yardım

dearsanchez

⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
Son görülme
Katılım
14 Eyl 2022
Mesajlar
282
Tepkime puanı
109
Puanları
104
NullCash
1,027
prepare(" REPLACE INTO lang SET language = :language, hash = :hash, description = :description"); $sorgu->execute(array( "language"=> $language, "hash"=> $hash, "description"=> $value )); } function cevir( $tablo,$kayit,$language){ global $dbh; $id=$kayit["id"]; foreach($kayit as $hucreanahtar=>$hucreveri){ $hash=dilhash($language,$tablo,$hucreanahtar,$id); $sorgu = $dbh->prepare("SELECT * FROM lang Where hash=:id"); $sorgu->execute(array( "id"=> $hash )); $sonuc = $sorgu->fetch(); if(isset($sonuc["description"])){ $kayit[$hucreanahtar]=$sonuc["description"]; } } return $kayit; }prepare($sql); $f ->execute(); $_SESSION["current_page"] = $current_page; } } } else { //set a session variable so we know that this visitor is being tracked //insert a new row into the database for this person $sql = "INSERT INTO visitor_tracking (ip_address, page_name, query_string) VALUES ('$ip_address', '$page_name', '$query_string')"; $f = $dbh->prepare($sql); $f ->execute(); //find the next available visitor_id for the database //to assign to this person $_SESSION["tracking"] = true; $entry_id = $dbh->lastInsertId(); $lowest_sql = ($dbh->prepare("SELECT MAX(visitor_id) as next FROM visitor_tracking")); $lowest_sql->execute(); $lowest_sql = $lowest_sql->fetch(PDO::FETCH_ASSOC); $lowest = $lowest_sql["next"]; if(!isset($lowest)) $lowest = 1; else $lowest++; //update the visitor entry with the new visitor id //Note, that we do it in this way to prevent a "race condition" ($dbh->prepare("UPDATE visitor_tracking SET visitor_id = '$lowest' WHERE entry_id = '$entry_id'"))->execute(); //place the current visitor_id into the session so we can use it on //subsequent visits to track this person $_SESSION["visitor_id"] = $lowest; //save the current page to session so we don't track if someone just refreshes the page $_SESSION["current_page"] = $current_page; }

hata sebebi nedir bilen var mı ?
 

dearsanchez

⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
Son görülme
Katılım
14 Eyl 2022
Mesajlar
282
Tepkime puanı
109
Puanları
104
NullCash
1,027

La Câlin

Beyond Borders
⠀⠀
Son görülme
Katılım
30 Nis 2021
Mesajlar
30,295
Tepkime puanı
13,252
Puanları
1,530
NullCash
19,607
Sanırım 1 tane php dosyasında bozukluk var.
 

peeper

Yeni Üye
Son görülme
Katılım
19 Ağu 2022
Mesajlar
40
Tepkime puanı
3
Puanları
10
NullCash
0
hangi script bu
 

dearsanchez

⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
Son görülme
Katılım
14 Eyl 2022
Mesajlar
282
Tepkime puanı
109
Puanları
104
NullCash
1,027
hallettim konuyu kapatabilirsiniz localhost sıkıntısı
 
DMCA compliant image
  • Üst