Jump to content
php.lv forumi

Saita drosiba


Snaip3Rs

Recommended Posts

Vai šis skripts ir droš? Jo pēc manām domām nepārāk!

 

Un jūs varētu parādīt paraugu kā var uztaisīt tā lai pēc 3 mēģinājumiem nobloke IP un to saglabā db un vairs nepielaiz pie saita!

 

<?php
$password = "*****";  
?>

<?php 
 print "<h2 align=\"center\">Saits</h2>";
// Ja parole ir pareiza lietotajs tiek pielaists pie lapas
if (isset($_POST["password"]) && ($_POST["password"]=="$password")) {
?>
<!-- Slepta lapa -->
<!-- Beigas sleptas lapas -->
<?php 
}
else
{
// Nepareizas paroles gadijuma
if (isset($_POST['password']) || $password == "") {
 print "<p align=\"center\"><font color=\"red\"><b>Nepareiza parole</b><br>Megini velreiz...</font></p>";}
 print "<form method=\"post\"><p align=\"center\">Ievadi paroli lai pieklutu adresei!<br>";
 print "<input name=\"password\" type=\"password\" size=\"25\" maxlength=\"10\"><input value=\"Ienakt\" type=\"submit\"></p></form>";
}
?>

Edited by Snaip3Rs
Link to comment
Share on other sites

if(ip nav banlistā){
 If(parole pareiza){pielaižam pie vietnes , user_status_db=0}
 elseif(ja parole ir tukša){ lai mēģina ievadīt vēlreiz }
 else{ user_status_db+=1; if (user_status_db>3){pievienojam db, ka ir pie banotā lista}else{redirektējam uz login}
}else{metam ārā}

 

Uz ātro izdomāju kā varētu būt. Mby kur kļūda -ideju galenais saprast.

Edited by Zefirs
Link to comment
Share on other sites

Es daudz no php nesaprotu tāpēc palūgšu vai kāds var tam kodam pielikt lai parole sessionos saglabājās lai pēc katra refresh nav parole jāraksta pa jaunu! Un pec tam es pats macesu uztaisīt pogu destroy sesion!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...