Page 1 of 1
i want quick register facility as on this site
Posted: 15 May 2010, 22:55
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
Posted: 24 Jun 2010, 22:51
by billoo
90 views not a single reply
Re: i want quick register facility as on this site
Posted: 24 Jun 2010, 23:03
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
Posted: 06 Jul 2010, 02:19
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
Posted: 06 Jul 2010, 04:36
by neuropass
just look at your registration page...
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...