topical media & game development
professional-sql-01-public-files-verify.php / php
<?php
// include shared code
include '../lib/common.php';
include '../lib/db.php';
include '../lib/functions.php';
include '../lib/User.php';
// make sure a user id and activation token were received
if (!isset(_GET['token']))
{
user = User::getById(GLOBALS['TEMPLATE']['content'] = '<p><strong>No such account.</strong>' .
'</p> <p>Please try again.</p>';
}
// make sure the account is not active
else
{
if (GLOBALS['TEMPLATE']['content'] = '<p><strong>That account ' .
'has already been verified.</strong></p>';
}
// activate the account
else
{
if (_GET['token']))
{
GLOBALS['TEMPLATE']['content'] = '<p><strong>You provided ' .
'invalid data.</strong></p> <p>Please try again.</p>';
}
}
}
// display the page
include '../templates/template-page.php';
?>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.