Prefix of my forum database????

me50

New Member
hi guys i am really troubled. i am installing a link checker bot and i want to execute a sql query. now the thing is that i don know what is my prefix of myforum database. as it is required to to change PREFIX_ with forum database prefix to run sql query.

hope u got it.
thankx in adv.
 
Check your /includes/config.php for this line:

Code:
$config['Database']['tableprefix'] = '';

Whatever is between the '' is your prefix. If it looks just like above, then you don't have a prefix.
 
okay i got it thankx but now when i have done everything i get errors some php codes. like

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/atlas/public_html/domain.com/vbbot.php on line 123

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/atlas/public_html/domain.com/vbbot.php on line 128
Using Method where it seems that all topics have been checked.

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/atlas/public_html/domain.com/vbbot.php on line 146

could anyone help me with this
 
Back
Top