Han
By: Xmoo | Date: Jun 28 2011 09:43 | Format: PHP (brief version) | Expires: never | Size: 2.12 KB | Hits: 1457
- <?php
- ////////////////////////////////////////
- // (C)ontent (M)anagement (S)ystem //
- // Version: 1.0 //
- // By: Mohammad Moghtader //
- // Group: B31 //
- ////////////////////////////////////////
- include("inc/config.php"); //Configuratie includen
- include("inc/functions.php"); //Functie includen
- $sid = $_GET['sid'];
- $sss = mysql_query("SELECT * FROM ira_session WHERE session_id = '".$sid."'") or die(mysql_error());
- $jusername = $ttt->username;
- ?>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
- <!-- =============================== -->
- <!-- (S)elf (S)ervice (P)ortal -->
- <!-- Version: 1.0 -->
- <!-- By: Mohammad Moghtader -->
- <!-- Group: B31c -->
- <!-- =============================== -->
- <!-- (c) 2011 DBI -->
- <!-- All rights reserved -->
- <!-- =============================== -->
- <?php
- $query = ("SELECT * FROM ira_users WHERE username = '".$jusername."'");
- if ($record != 0){ //Controleren op gegevens
- $bbb = ("SELECT * FROM ira_users WHERE username = '".$jusername."'");
- $_SESSION['persid'] = $ddd->id; //Registreer de variabele
- $_SESSION['access'] = $ddd->usertype;
- } }
- ?>
Latest pastes
50 minutes ago
10 hours ago
1 days ago
2 days ago
2 days ago