Test poll for toothpicks

Any registration / login issues, or anything you want to test can be done so here!

Moderator: CricketMX Forum Moderators

Post Reply

Test poll

Image
2
29%
Image Image
0
No votes
Image Image Image
3
43%
Image Image Image Image
0
No votes
Image Image Image Image Image
2
29%
 
Total votes: 7
User avatar
battye
Site Admin
Site Admin
Posts: 14391
Joined: Sun Jan 11, 2004 8:26 am
Location: Australia
Contact:

Test poll
CricketMX.com in 2022: Still the home of bat's, rat's and other farmyard animals!

"OK, life [as you chose to define it] repeats until there are no more lessons to be learned." - nrnoble (June 12, 2005)
"the new forum looks awesome, it's getting bigger & better" - p2p-sharing-rules (11 Jan, 2008)
"Looks like CMX is not only getting bigger...but, also getting better!!" - moongirl (14 Dec, 2007)
User avatar
threewing
Know-It-All
Know-It-All
Posts: 645
Joined: Fri Jan 21, 2005 8:29 pm
Location: Ieeearth!
Contact:

I voted 3wing, since this is a test, after all.

By the way, it's awefully quiet here on the forum :cry: ... What happened when I was gone for a while? Where everybody at, peeps? :?
LOL, this smiley looks like my avatar!!!
/|\

/|\ has a strict policy concerning disclosure of identity, showing of
light sabers, affiliationado's, multiple account users, drinking buddies who
join the same community they see me visit for years, and board hoggers
(whatever that means).
The policy is: If it doesn't bother me, I don't give a flying f4ck.
User avatar
garmabeaneth
Dancing Queen
Dancing Queen
Posts: 7524
Joined: Sun Jul 17, 2005 5:52 am
Location: CanaDUH!
Contact:

yes, that smiley does look like your avatar!
Sometimes when you cry... no one sees your tears.
Sometimes when you are worried... no one sees your pain.
Sometimes when you are happy... no one sees your smile.
But fart just one damn time ...
(¯`·._.·[GUEST 601]·._.·´¯)

smile you're on candid camera Image
User avatar
battye
Site Admin
Site Admin
Posts: 14391
Joined: Sun Jan 11, 2004 8:26 am
Location: Australia
Contact:

Image for article.
Attachments
IMG_0001.PNG
CricketMX.com in 2022: Still the home of bat's, rat's and other farmyard animals!

"OK, life [as you chose to define it] repeats until there are no more lessons to be learned." - nrnoble (June 12, 2005)
"the new forum looks awesome, it's getting bigger & better" - p2p-sharing-rules (11 Jan, 2008)
"Looks like CMX is not only getting bigger...but, also getting better!!" - moongirl (14 Dec, 2007)
User avatar
battye
Site Admin
Site Admin
Posts: 14391
Joined: Sun Jan 11, 2004 8:26 am
Location: Australia
Contact:

Code: Select all

<?php
// Start session management
define("IN_PAGE",TRUE);
define('IN_PHPBB', true);
define('IN_PHPBB', true);
$phpbb_root_path = 'forum/';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);

// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup('viewtopic');
?>
<html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  <head>
    <meta http-equiv="content-type" content="text/html; charset=windows-1250">
    <meta name="generator" content="PSPad editor, www.pspad.com">
    <title>Das Coding-Portal</title>
    <link rel="stylesheet" type="text/css" href="style.css">
  </head>
  <body>
    <div id="warp">
      <div id="header">
      	<div id="login">
        <?php
$session == $user->data["session_id"];


    if($user->data['is_registered'] && !$user->data['is_bot'] && $user->data['user_id'] != ANONYMOUS)
    {
	
	echo '<table><tr>';
				   if ($user->data['user_avatar'])
				   {
                echo '<td><img src="http://m0nst3rkill3r.de/area51/forum/download/file.php?avatar=' . $user->data['user_avatar'] . '"></td>';
				   }
				   else
				   {
				  echo "<td><img src=\"images/no-avatar.gif\" align=\"left\"></td>";
				   }
                   echo "<td>"; 
				   echo 'Hallo ' . $user->data['username'];
		if (!$auth->acl_get('a_'))	
{		   

                   echo "<br />Hallo &nbsp;"; 
				   echo $user->data['username'];
				   echo "<br />";
				   echo "<br /><a href=\"forum/index.php\">Board</a><br />";
				   echo '<a href="forum/memberlist.php?mode=viewprofile&u=' . $user->data['user_id'] . '">Profil</a><br />';
				   echo '<a href="forum/ucp.php?mode=logout&sid=' . $user->data['session_id'] .'&redirect=http://localhost:800/area51/">Logout</a></td>';
}
else
{
				   echo "<br /><a href=\"forum/index.php\">Board</a><br />";
				   echo '<a href="forum/memberlist.php?mode=viewprofile&u=' . $user->data['user_id'] . '">Profil</a><br />';
echo '<a href="forum/adm/index.php?sid=' . $user->data['session_id'] . '&redirect=http://localhost:800/area51/">Admin</a><br />';
echo '<a href="forum/ucp.php?mode=logout&sid=' . $user->data['session_id'] . '&redirect=http://localhost:800/area51/">Logout</a>';

		}
				   echo "</td></tr></table>";
    }
    else
    {
    echo"

<form action=\"forum/ucp.php?mode=login\" method=\"post\"><p>
	    <fieldset>
        <img src=\"images/head-16.png\"><label for=\"username\">Nickname:</label>
        <input type=\"text\" name=\"username\" id=\"username\" size=\"10\" title=\"Username\" /><br />
       <img src=\"images/lock-16.png\"><label for=\"password\">Passwort:</label>&nbsp;
        <input type=\"password\" name=\"password\" id=\"password\" size=\"10\" title=\"Password\" /><br />
		<input name=\"redirect\" value=\"http://localhost:800/area51/\" type=\"hidden\">
        <input type=\"submit\" name=\"login\" value=\"Login\" />
    </fieldset>

</form>
<a href=\"http://localhost:800/area51/forum/ucp.php?mode=register\"><font color=\"#000000\">Registrieren</font></a>
";

    }
	?>
      	</div>
      </div>
    </div>
  </body>
</html>
CricketMX.com in 2022: Still the home of bat's, rat's and other farmyard animals!

"OK, life [as you chose to define it] repeats until there are no more lessons to be learned." - nrnoble (June 12, 2005)
"the new forum looks awesome, it's getting bigger & better" - p2p-sharing-rules (11 Jan, 2008)
"Looks like CMX is not only getting bigger...but, also getting better!!" - moongirl (14 Dec, 2007)
Post Reply