| 1 | 
        
            4
         | 
        
            ryan
         | 
        <?php
  | 
      
      
        | 2 | 
        
         | 
        
         | 
        
  | 
      
      
        | 3 | 
        
            253
         | 
        
            ryan
         | 
        // $Id$
  | 
      
      
        | 4 | 
        
            4
         | 
        
            ryan
         | 
        
  | 
      
      
        | 5 | 
        
         | 
        
         | 
        /*
  | 
      
      
        | 6 | 
        
         | 
        
         | 
        
  | 
      
      
        | 7 | 
        
         | 
        
         | 
         Website Baker Project <http://www.websitebaker.org/>
  | 
      
      
        | 8 | 
        
            915
         | 
        
            Ruebenwurz
         | 
         Copyright (C) 2004-2009, Ryan Djurovich
  | 
      
      
        | 9 | 
        
            4
         | 
        
            ryan
         | 
        
  | 
      
      
        | 10 | 
        
         | 
        
         | 
         Website Baker is free software; you can redistribute it and/or modify
  | 
      
      
        | 11 | 
        
         | 
        
         | 
         it under the terms of the GNU General Public License as published by
  | 
      
      
        | 12 | 
        
         | 
        
         | 
         the Free Software Foundation; either version 2 of the License, or
  | 
      
      
        | 13 | 
        
         | 
        
         | 
         (at your option) any later version.
  | 
      
      
        | 14 | 
        
         | 
        
         | 
        
  | 
      
      
        | 15 | 
        
         | 
        
         | 
         Website Baker is distributed in the hope that it will be useful,
  | 
      
      
        | 16 | 
        
         | 
        
         | 
         but WITHOUT ANY WARRANTY; without even the implied warranty of
  | 
      
      
        | 17 | 
        
         | 
        
         | 
         MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  | 
      
      
        | 18 | 
        
         | 
        
         | 
         GNU General Public License for more details.
  | 
      
      
        | 19 | 
        
         | 
        
         | 
        
  | 
      
      
        | 20 | 
        
         | 
        
         | 
         You should have received a copy of the GNU General Public License
  | 
      
      
        | 21 | 
        
         | 
        
         | 
         along with Website Baker; if not, write to the Free Software
  | 
      
      
        | 22 | 
        
         | 
        
         | 
         Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  | 
      
      
        | 23 | 
        
         | 
        
         | 
        
  | 
      
      
        | 24 | 
        
         | 
        
         | 
        */
  | 
      
      
        | 25 | 
        
         | 
        
         | 
        
  | 
      
      
        | 26 | 
        
         | 
        
         | 
        if(!defined('WB_URL')) {
 | 
      
      
        | 27 | 
        
         | 
        
         | 
        	header('Location: ../index.php');
 | 
      
      
        | 28 | 
        
            286
         | 
        
            stefan
         | 
        	exit(0);
  | 
      
      
        | 29 | 
        
            4
         | 
        
            ryan
         | 
        }
  | 
      
      
        | 30 | 
        
            596
         | 
        
            thorn
         | 
        require_once(WB_PATH.'/include/captcha/captcha.php');
  | 
      
      
        | 31 | 
        
            762
         | 
        
            thorn
         | 
        
  | 
      
      
        | 32 | 
        
            4
         | 
        
            ryan
         | 
        ?>
  | 
      
      
        | 33 | 
        
            762
         | 
        
            thorn
         | 
        <style type="text/css">
  | 
      
      
        | 34 | 
        
            4
         | 
        
            ryan
         | 
        .value_input input, .value_input text, .value_input select {
 | 
      
      
        | 35 | 
        
         | 
        
         | 
        	width: 300px;
  | 
      
      
        | 36 | 
        
         | 
        
         | 
        }
  | 
      
      
        | 37 | 
        
            762
         | 
        
            thorn
         | 
        <?php if(ENABLED_ASP) { ?>
 | 
      
      
        | 38 | 
        
         | 
        
         | 
        .nixhier { display:none; }
 | 
      
      
        | 39 | 
        
         | 
        
         | 
        <?php } ?>
  | 
      
      
        | 40 | 
        
            4
         | 
        
            ryan
         | 
        </style>
  | 
      
      
        | 41 | 
        
         | 
        
         | 
        
  | 
      
      
        | 42 | 
        
         | 
        
         | 
        <h1> <?php echo $TEXT['SIGNUP']; ?></h1>
  | 
      
      
        | 43 | 
        
         | 
        
         | 
        
  | 
      
      
        | 44 | 
        
            540
         | 
        
            Ruebenwurz
         | 
        <form name="user" action="<?php echo WB_URL.'/account/signup.php'; ?>" method="post">
  | 
      
      
        | 45 | 
        
            4
         | 
        
            ryan
         | 
        
  | 
      
      
        | 46 | 
        
         | 
        
         | 
        <table cellpadding="5" cellspacing="0" border="0" width="90%">
  | 
      
      
        | 47 | 
        
         | 
        
         | 
        <tr>
  | 
      
      
        | 48 | 
        
            596
         | 
        
            thorn
         | 
        	<?php if(ENABLED_ASP) { // add some honeypot-fields
 | 
      
      
        | 49 | 
        
         | 
        
         | 
        	?>
  | 
      
      
        | 50 | 
        
         | 
        
         | 
        	<input type="hidden" name="submitted_when" value="<?php $t=time(); echo $t; $_SESSION['submitted_when']=$t; ?>" />
  | 
      
      
        | 51 | 
        
            739
         | 
        
            thorn
         | 
        	<p class="nixhier">
  | 
      
      
        | 52 | 
        
            596
         | 
        
            thorn
         | 
        	email-address:
  | 
      
      
        | 53 | 
        
            762
         | 
        
            thorn
         | 
        	<label for="email-address">Leave this field email-address blank:</label>
  | 
      
      
        | 54 | 
        
            596
         | 
        
            thorn
         | 
        	<input id="email-address" name="email-address" size="60" value="" /><br />
  | 
      
      
        | 55 | 
        
         | 
        
         | 
        	username (id):
  | 
      
      
        | 56 | 
        
            762
         | 
        
            thorn
         | 
        	<label for="name">Leave this field name blank:</label>
  | 
      
      
        | 57 | 
        
            596
         | 
        
            thorn
         | 
        	<input id="name" name="name" size="60" value="" /><br />
  | 
      
      
        | 58 | 
        
         | 
        
         | 
        	Full Name:
  | 
      
      
        | 59 | 
        
            762
         | 
        
            thorn
         | 
        	<label for="full_name">Leave this field full_name blank:</label>
  | 
      
      
        | 60 | 
        
            596
         | 
        
            thorn
         | 
        	<input id="full_name" name="full_name" size="60" value="" /><br />
  | 
      
      
        | 61 | 
        
         | 
        
         | 
        	</p>
  | 
      
      
        | 62 | 
        
         | 
        
         | 
        	<?php }
  | 
      
      
        | 63 | 
        
         | 
        
         | 
        	?>
  | 
      
      
        | 64 | 
        
            4
         | 
        
            ryan
         | 
        	<td width="180"><?php echo $TEXT['USERNAME']; ?>:</td>
  | 
      
      
        | 65 | 
        
         | 
        
         | 
        	<td class="value_input">
  | 
      
      
        | 66 | 
        
         | 
        
         | 
        		<input type="text" name="username" maxlength="30" />
  | 
      
      
        | 67 | 
        
         | 
        
         | 
        	</td>
  | 
      
      
        | 68 | 
        
         | 
        
         | 
        </tr>
  | 
      
      
        | 69 | 
        
         | 
        
         | 
        <tr>
  | 
      
      
        | 70 | 
        
         | 
        
         | 
        	<td><?php echo $TEXT['DISPLAY_NAME']; ?> (<?php echo $TEXT['FULL_NAME']; ?>):</td>
  | 
      
      
        | 71 | 
        
         | 
        
         | 
        	<td class="value_input">
  | 
      
      
        | 72 | 
        
         | 
        
         | 
        		<input type="text" name="display_name" maxlength="255" />
  | 
      
      
        | 73 | 
        
         | 
        
         | 
        	</td>
  | 
      
      
        | 74 | 
        
         | 
        
         | 
        </tr>
  | 
      
      
        | 75 | 
        
         | 
        
         | 
        <tr>
  | 
      
      
        | 76 | 
        
         | 
        
         | 
        	<td><?php echo $TEXT['EMAIL']; ?>:</td>
  | 
      
      
        | 77 | 
        
         | 
        
         | 
        	<td class="value_input">
  | 
      
      
        | 78 | 
        
         | 
        
         | 
        		<input type="text" name="email" maxlength="255" />
  | 
      
      
        | 79 | 
        
         | 
        
         | 
        	</td>
  | 
      
      
        | 80 | 
        
         | 
        
         | 
        </tr>
  | 
      
      
        | 81 | 
        
            253
         | 
        
            ryan
         | 
        <?php
  | 
      
      
        | 82 | 
        
         | 
        
         | 
        // Captcha
  | 
      
      
        | 83 | 
        
            596
         | 
        
            thorn
         | 
        if(ENABLED_CAPTCHA) {
 | 
      
      
        | 84 | 
        
         | 
        
         | 
        	?><tr>
  | 
      
      
        | 85 | 
        
         | 
        
         | 
        		<td class="field_title"><?php echo $TEXT['VERIFICATION']; ?>:</td>
  | 
      
      
        | 86 | 
        
         | 
        
         | 
        		<td><?php call_captcha(); ?></td>
  | 
      
      
        | 87 | 
        
         | 
        
         | 
        		</tr>
  | 
      
      
        | 88 | 
        
         | 
        
         | 
        	<?php
  | 
      
      
        | 89 | 
        
            253
         | 
        
            ryan
         | 
        }
  | 
      
      
        | 90 | 
        
         | 
        
         | 
        ?>
  | 
      
      
        | 91 | 
        
            4
         | 
        
            ryan
         | 
        <tr>
  | 
      
      
        | 92 | 
        
         | 
        
         | 
        	<td> </td>
  | 
      
      
        | 93 | 
        
         | 
        
         | 
        	<td>
  | 
      
      
        | 94 | 
        
         | 
        
         | 
        		<input type="submit" name="submit" value="<?php echo $TEXT['SIGNUP']; ?>" />
  | 
      
      
        | 95 | 
        
         | 
        
         | 
        		<input type="reset" name="reset" value="<?php echo $TEXT['RESET']; ?>" />
  | 
      
      
        | 96 | 
        
         | 
        
         | 
        	</td>
  | 
      
      
        | 97 | 
        
         | 
        
         | 
        </tr>
  | 
      
      
        | 98 | 
        
         | 
        
         | 
        </table>
  | 
      
      
        | 99 | 
        
         | 
        
         | 
        
  | 
      
      
        | 100 | 
        
         | 
        
         | 
        </form>
  | 
      
      
        | 101 | 
        
         | 
        
         | 
        
  | 
      
      
        | 102 | 
        
         | 
        
         | 
        <br />
  | 
      
      
        | 103 | 
        
            739
         | 
        
            thorn
         | 
         
  |