View Single Post
ישן 23-02-06, 21:11   # 2
Kuchi
הוסטסניון
 
Kuchi's Avatar
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: אור יהודה
גיל: 37
הודעות: 2,540
שלח הודעה באמצעות MSN אל Kuchi

Kuchi לא מחובר  

תנסה שיניתי לך מ OR ל ||
PHP קוד:
<?
require("pass.php");
require(
"data/language.dat");
require(
"$showlang");
$user "$your_username";
$pass "$your_password";
if(!
$username || !$password) {
echo 
"$_action_missing.<br>"; }
if(
$username == $user AND $password == $pass) {
session_start();
session_register("innlogget");
header("Location: admin.php"); }
else {
echo 
"$_action_wrong.<br>$_action_tryagain.
<br><br><img src=images/back.gif><a href=index.php?module=login>$_action_goback</a>"
; }
?>
  Reply With Quote