Quote:
Originally Posted by Live Wire
Post like that kinda gets on my nerves. When posting help, give people some time. Not everyone is on at the same time as you are. In any case your query should look something like this.
PHP Code:
$rz = $DB_site->query("
INSERT INTO " . TABLE_PREFIX . "users
(username, password, email, status, added)
VALUES
(
'" . addslashes($dat['username']) . "',
'" . addslashes($dat['password']) . "',
'" . addslashes($dat['email']) . "',
'confirmed',
'" . get_date_time() . "'
)
");
|
Connection to SQL database was a success
Connection to Vbulletin users list was a success !
Now adding: Admin into tracker users list
Fatal error: Call to a member function on a non-object in /www/g/groove_salad/htdocs/BitTorrent/users_import_script/import2.php on line 41