Jump to content

egemen

Members
  • Posts

    12
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

egemen's Achievements

Member

Member (2/5)

0

Reputation

  1. In order to minimize post process vulnerabilities and the Hellenic-purpose project is safe, we get an average of 5 information from a form, for example closing post process vulnerabilities, for example xss vulnerabilities.
  2. <?php class pt { private function ar() { $data = array(); foreach ($_POST as $key => $value) { $data[$key] = $value; } return $data; } private function em($value) { $tf = false; // Set the default value to false if (!empty($value)) { $tf = true; } return $tf; } private function ff($value) { $n = htmlspecialchars($value, ENT_QUOTES, 'UTF-8'); $m = htmlentities($n, ENT_QUOTES, 'UTF-8'); $s = addslashes($m); $y = strip_tags($s); $z = $y; return $z; } private function bh($key, $z) { $array = array(); // Create an empty array $array[$key] = $z; // Add the value $z to the 'key' key $ar = $array; return $ar; } public function bb($ar) { return $ar; } /* private function bod() { $result = $this->ar(); // Call the ar() method and assign the result to the $result variable $key = array_keys($result); // Get the keys of the $result array $value = array_values($result); // Get the values of the $result array $z = $value[0]; // Assign the first value of the $value array to the $z variable return array($key[0] => $z); // Return an array with the first key $key[0] and value $z } public function db() { $result = $this->ar(); // Call the ar() method and assign the result to the $result variable $this->bb(); // Call the bb() method $this->bod(); // Call the bod() method return $result; }*/ }
  3. let dc = document.querySelector("#btcr"); let gen=document.querySelector("#ul"); let sp= document.querySelectorAll(".sp"); işlev dd() { if (gen.style.width === "150px") { gen.style.width = "60 piksel"; } Başka { gen.style.width = "150px"; } } fonksiyon aa(){ if( gen.style.width ==="60 piksel"){ sp.style.csstext="görünürlük: gizli;görüntü: yok;"; } } dc.addEventListener("tıklayın", dd);
  4. https://drive.google.com/drive/folders/1YmJ5phFR04IxolieAGEBDMv2vFrq697d?usp=sharing
  5. all code writes inside a tag thank you for helping
  6. <a href="kitab= [value-1]><img src= 'img/logo.png' class='img'></img> </a><p class='p'>yazar ad:[value-3]</p><p class='p'>[value-4]</p><p class='p'>[value-5]</p><p class='p'>[value-6]</p>hhkhlk</div> <div class=" cvv"=""> </a> it gives the above, it should give it as output roughly <div class="cvv"> <a href="book= ' . $a["id"] . '> echo "<img src= 'img/logo.png' class='img'></img> </a>"; <p class='p'>author name:" . $a["name"] . </p> echo "<p class='p'>" . $a["author"] . "</p>"; echo "<p class='p'>" . $a["yv"] . "</p>"; echo "<p class='p'>" . $a["ft"] . "</p>";
  7. Php not reading text input See more: PHP Expand ▼ Copy Code index.php switch ($_GET["page"]) { case 'anasayfa': include("k.php"); break; default: include_once("k.php"); } k.php include "baglan.php"; echo '<div class="fd">'; if (isset($_POST["ara"])) { } else { $sql = 'SELECT kimg,ad,yazar,yv,ft,id FROM kid '; $qe = $conn->query($sql); if ($qe->num_rows) { } else { echo "başarısız"; } if (mysqli_num_rows($qe)) { while ($a = mysqli_fetch_array($qe, MYSQLI_ASSOC)) { if (isset($a) && isset($a["kimg"]) && isset($a["yazar"])) { # code... @print(' <div class="cvv">'); echo ' <a href="kitab= ' . $a["id"] . '>'; echo "<img src= 'img/logo.png' class='img'></img>" What I have tried: Copy Code The k.php file does not read the paragraph texts I wrote in my inkude tag
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.