Username: 
Password: 
Restrict session to IP 
Questions  |  score: 3  |  3.34 5.59 5.62 |  Solved By 615 People  |  177395 views  |  since Oct 09, 2011 - 09:58:45

Are you serial (PHP)

Are You Serial?
We are serialsly trying to build a secure website.
This time, we have it secure and extensible, and of course you can see all the sourcecode again:

code.php
insecure.inc.php
SERIAL_LoginForm.php
SERIAL_LogoutForm.php
SERIAL_Solution.php
SERIAL_User.php

As always, code you see is code in use.
GeSHi`ed PHP code for SERIAL_LogoutForm.php
1
2
3
4
56
7
8
9
1011
12
13
14
1516
17
18
<?php
final class SERIAL_LogoutForm
{
        public function serial_formz()
        {                $data = array();
                $data['logout'] = array(GWF_Form::SUBMIT, 'Logout');
                return new GWF_Form($this, $data);
        }
                public function execute()
        {
                unset($_COOKIE['serial_user']);
                
                setcookie('serial_user', '', 0, GWF_WEB_ROOT_NO_LANG, GWF_DOMAIN, false, true);        }
}
?>
© 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 and 2024 by Gizmore