vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   End-User Options - Random Password Generator (https://vborg.vbsupport.ru/showthread.php?t=235156)

mabersoft 02-06-2010 07:26 PM

Quote:

Originally Posted by ChopSuey (Post 1976204)
I have updated it and added a link to your demo :) thank you!

You are most welcome.

*HINT* Credit :P...

TheSupportForum 02-06-2010 07:32 PM

i would like to see the password generated in the password field and a button to generate it

vb4newb 02-06-2010 07:32 PM

I am having trouble locating location in register template so it will show up,
any help would be nice thanks.

EDIT: Figured it out thanks again marked as installed

mabersoft 02-06-2010 07:47 PM

Here is where you need to place it inside the register

Add
Code:

<div class="blockrow">
                <li>Suggested Password:&nbsp;<iframe src="passgen.php" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" height="15px"></iframe></li>
                </div>

Above:
Code:

               
<div class="blockrow">
                        <ul class="multifield group">
                                <li>
                                        <label for="password">{vb:rawphrase password}:</label>
                                        <input type="password" class="textbox" name="password" id="password" maxlength="50" value="{vb:raw password}" tabindex="1" />
                                </li>
                                <li>
                                        <label for="passwordconfirm">{vb:rawphrase confirm_password}:</label>
                                        <input type="password" class="textbox" name="passwordconfirm" id="passwordconfirm" maxlength="50" value="{vb:raw passwordconfirm}" tabindex="1" />
                                </li>
                        </ul>
                        <p class="description">{vb:rawphrase enter_password_for_account}</p>
                </div>


Quote:

Originally Posted by simonhind (Post 1976212)
i would like to see the password generated in the password field and a button to generate it

This would be possible with PHP, HTML, JS and making this into a product.

PHP For the script
HTML For submit button
JS To make it appear in the box

(I think i got that right :S)

ChopSuey 02-06-2010 07:48 PM

Quote:

Originally Posted by simonhind (Post 1976212)
i would like to see the password generated in the password field and a button to generate it

It automatically generates so there is no option to do that.
Quote:

Originally Posted by vb4newb (Post 1976213)
I am having trouble locating location in register template so it will show up,
any help would be nice thanks.

EDIT: Figured it out thanks again marked as installed

Glad you got it working :)

ti07shadow 02-06-2010 08:21 PM

You do realise the quotes here echo "$ord";

are unnecessary

echo $ord;

Dr.osamA 02-06-2010 11:13 PM

good work man

installed

TheSupportForum 02-06-2010 11:32 PM

PLEASE NOTE:

THE DEVEELOPER OF THIS MOD CAN NOT TAKE CREDIT FOR IT AND NEEDS TO PLEASE REFERENCE THE SOURCE

THE SOURCE IS LOCATED HERE

http://www.dynamicdrive.com/forums/a...p/t-15831.html

ChopSuey 02-07-2010 05:30 AM

What i uploaded is different.
Please mark as installed if you have used this.


All times are GMT. The time now is 11:17 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01063 seconds
  • Memory Usage 1,738KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete