Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
better login form
When I go to the challenges page when I am not logged in, I find it annoying that when I login I am redirected to index.php. I have made a script to fix that, or at least I think so:
Username<br>
<input name="user_name" class="textbox" style="width: 100px;" type="text"><br>
Password<br>
<input name="user_pass" class="textbox" style="width: 100px;" type="password"><br>
<input name="remember_me" value="y" type="checkbox">Remember Me<br><br>
<input name="login" value="Login" class="button" type="submit"><br>
</form>
<input type="hidden" name="location" value="<?php echo 'http://www.helboundhackers.org' . $_SERVER['PHP_SELF']?>">```
This sends the form details to the index.php page. On the index.php page, add in a line of code:
```markupheader("Location: " . $_POST['location']);```
Please tell me if this would work or if it would be accepted
http://Hackcoders.com Join Now! muhahaha!