New password generator 05-04-2013, 05:11 PM
#1
I've been working on a password generator for the past hour and finally got something worth showing, obviously there is a lot more I can do with this but I am probably going to wait until I think of a name and find a domain to move it to before implementing anything else.
http://pwgen.thug.pw
Opinions or suggestions for new features?
MyBB Implementation
Templates & Style > Choose Template Name to Match Theme > Member > member_register_password. Now add this code at the BOTTOM of the field. (shows in member registration)
Obviously you can mess with any CSS to get everything exactly how you want it.
http://pwgen.thug.pw
Opinions or suggestions for new features?
MyBB Implementation
Templates & Style > Choose Template Name to Match Theme > Member > member_register_password. Now add this code at the BOTTOM of the field. (shows in member registration)
Code:
<tr>
<td colspan="2">You can use our generator below to give you a secure password which isn't likely to be guessed or cracked, otherwise just enter your own above!<br><br>
<a href="#" onclick="window.open('http://pwgen.thug.pw/index.php?click=yup', 'newwindow', 'width=500, height=350'); return false;">Complex Password</a> | <a href="#" onclick="window.open('http://pwgen.thug.pw/simple.php?click=yup', 'newwindow', 'width=500, height=350'); return false;">Simple Password</a> | <a href="#" onclick="window.open('http://pwgen.thug.pw/dictionary.php?click=yup', 'newwindow', 'width=500, height=350'); return false;">Dictionary Password</a><br></td>
</tr>
Obviously you can mess with any CSS to get everything exactly how you want it.