i get an error when i try this
mySQL error:Table 'squaddes_Vbulletin.post' doesn't exist
it is in the phpmyadmin stuff
code.
Code:
<?php
#######################################################################
##
## Logician NEWS Script. \\=^))
##
## Pulls messages having NEWS mark from your vbulletin database
## and posts/inserts in your non-vb web page.
##
#######################################################################
##
## Please Edit the OPTIONS BELOW according to your config and needs:
##
#######################################################################
## Hostname or IP of your server where MYSQL database resides.
$servername='localhost';
## Username and password to log onto your MYSQL database server
$dbusername='squaddes_vbullet'; //MYSQL username
$dbpassword='********'; //MYSQL password
## Name of the MYSQL database that vbulletin data exits.
$dbname='squaddes_Vbulletin';
$dbprefix='vb1';