i want quick register facility as on this site

Support for PhpBB3.
Post here to get help with any phpBB3 related issue
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
If not your topic may be ignored or locked!

i want quick register facility as on this site

Post by billoo »

Slam and hi to all,
i am using phpbb3 it is 3.4 i guess ...
mobilloo.info
...
now i come towards my queestion ?
...
>> I want quick register as available on this site (http://wackoscripts.com/)
is there any possiblity for it ?
br,
billoo

Re: i want quick register facility as on this site

Post by billoo »

90 views not a single reply :(

Re: i want quick register facility as on this site

Post by cisco007 »

maybe cause no one knows how to do it, that is why no answer!

Re: i want quick register facility as on this site

Post by billoo »

they are using something like this now can someone connect this to phpbb3 sql database

Code: Select all

<!-- ??????. ?????. !-->
<center><div id="mudimPanel" style="position: fixed; bottom: 0; right:0; left:0;  width:360px;  height:18px; border: 1px solid black; padding: 1px; background:#FFFFCC; color:#336600; z-index:4000; text-align: center; font-size: 14px;font-family:Arial;" ><font color=red ><b>Your Advertisment Here For Only $5 Month!![<a href="http://wackoscripts.com/index.php?do=feedback">Contact us</a>]</b></font> </div></center>

<div id="mudimPanel" style="position: fixed; bottom: 0; right:0; border: 1px solid black; padding: 1px; background:#FFFFCC; color:#336600; z-index:4000; text-align: center; font-size: 12px;font-family:Arial;" ><b>Quick Register</b>

<br />
<form  method="post" name="registration" id="registration" action="?do=register">
                             Username:
                             <br />
                             <input type="text" name="name" id='name' style="width:108; height:21" class="f_input" />
                             <br />
                              <input style="height:18px; font-family:tahoma; font-size:11px; border:1px solid #DFDFDF; background: #FFFFFF" title="Check" onclick="CheckLogin(); return false;" type="button" value="Check" /><div id='result-registration'></div>
                             <br />
                             Password:
                             <br />
                             <input type="password" name="password1" class="f_input" />
                             <br />
                            Repeat password:  
                             <br />                          
                             <input type="password" name="password2" class="f_input" />
                             <br />
                             <br />
                             E-Mail:<br />
                            <input type="text" name="email" class="f_input" />
                             <br />
                             Security Code:
                             <br />
                            <img src="/engine/modules/antibot.php" alt="Please input security code in field below" border="0">
                            <br />
                            Enter code:
                            <br />
                            <input type="text" name="sec_code" style="width:115px" class="f_input" />
                            <br />
                          <input type="submit" style="width:80px; height:20px" name="submit" alt="Submit" value="Register" />
                          <input name="submit_reg" type="hidden" id="submit_reg" value="submit_reg">
</form></div>

<SCRIPT>ap_showWaitMessage('waitDiv', 0)</SCRIPT>

Re: i want quick register facility as on this site

Post by neuropass »

just look at your registration page...

Code: Select all

ucp.php
look at the html template for it and adapt it to that script, frame..it's everything done, so you just need to put the puzzle together...
Last edited by neuropass on 06 Jul 2010, 02:37, edited 1 time in total.