vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   a simple vb2 import hack, never been released, need little modification use for vb3 (https://vborg.vbsupport.ru/showthread.php?t=59982)

romanticyao 01-10-2004 12:32 AM

a simple vb2 import hack, never been released, need little modification use for vb3
 
1 Attachment(s)
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

romanticyao 01-10-2004 12:39 AM

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>



All times are GMT. The time now is 10:29 PM.

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.01047 seconds
  • Memory Usage 1,710KB
  • 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
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete