The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
a simple vb2 import hack, never been released, need little modification use for vb3
i run my old forums for a long time with Access backend before i moved to vbulletin, at that time i had someone did this import hack for me so i could import data from Access to vb's mysql database. but it was way back to the age of vb2, i lost contact with the guy who worte this hack. this time, i m starting over a forum based on one of my old access forum, i used this hack, convert access data to vb2's . then upgrade to vb3, it worked fine, however, i still got a problem.
this hack was unable to convert user's password from Access to VB, so we made another login page, user just have to login using that page once, then his password'll be converted. this login page doesn't work with VB3, it gave me a database error, i guess it needs a little modification. Please take a look and wish you could help me solve this. thank you in advance |
#2
|
||||
|
||||
that's the login form html code,
Code:
<body> <br> <table border="0" cellpadding="4" cellspacing="1" bgcolor="#000000"> <form action="dvlogin.php" method="post"> <tr bgcolor="#999999"> <td nowrap>please login:</td> </tr><tr bgcolor="#CCCCCC"> <td nowrap><input type="hidden" name="s"> <input type="hidden" name="action" value="login"> <input type="text" class="bginput" name="username" size="7"> <input type="password" class="bginput" name="password" size="7"> <input type="submit" class="bginput" value="login"></td> </tr> </form> </table> <ul> <li>you only need to use this form once</li> </ul> </body> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|