hi i keep getting this error
Code:
Database error in vBulletin 3.6.1:
Invalid SQL:
INSERT INTO forum_`get_direct_links_table`
(`userid`,`thedate`,`links`,`number`)
VALUES ('2', NOW(), 'http://dl25l3.rapidshare.de/files/xxxxxxx/xxxxxxxxx/xxxx.3gp
',1);;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'get_direct_links_table`
(`userid`,`thedate`,`links`,`number`)
VALUES ('2',' at line 1
Error Number : 1064
Date : Sunday, October 22nd 2006 @ 03:10:51 PM
Script : http://www.mysite.com/community/get_links.php?
Referrer : http://www.mysite.com/community/get_links.php?
IP Address : xx.xx.xx.xx
Username : xxxxxxxxx
Classname : vb_database
I have inserted my username and password of rapidshare.de in place of id and pass below and uploaded the file
Code:
'rapidshare.de' => array (
0 => array (
'id' => "id",
'pass' => "pass"
)
then uploaded the product file using admincp and also the xml files to includes dir, given 50 links per day to admins and then went to
http://mysite.com/community/get_links.php and entered the link and clicked on Get links ...thats when i recieved this error .
Any help wud be appreciated