Quote:
Originally posted by voclain
.....HERE's WHAT IT Looks like after I activate the script in my browser:
Script Version 1.04r
WebBBS-to-vBulletin 2.2 Message Converter
Connected successfullyQuery failed inserting post
|
Did you make sure to edit the following part of the file?:
PHP Code:
// Server: Change this the server your mySQL database is on.
$server = "localhost";
// Sqldatabase: Change this to the name of the database on your server that vBulletin is on
$sqldatabase = "vbulletin";
// Sqluserid: Change this to the username for your mySQL server database
$sqluserid = "username";
// Sqlpassword: Change this to your password for your mySQL server database
$sqlpassword = "password";
Make sure your database name, SQL username, and SQL password are all correct. Use the same settings that vBulletin uses.