vBulletin Reader 0.1 released.
vBulletin Reader is a plugin for Wordpress thats allows you to lists last updated threads of a vBulletin’s DB into Wordpress. More info here.
Tags: home, list, read, show, threads, vbReader, vBulletin, WordPress
This entry was posted
on Tuesday, September 1st, 2009 at 23:54 and is filed under General.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
October 19th, 2009 at 8:53
Your plugin is dangerous. You are inserting database login credentials into the db in clear text without any encryption. Imagine if the Wordpress blog gets hacked. Then they get full access to a forum as well as a bonus.
I will use RSS instead.
October 19th, 2009 at 14:38
Hi there, I see your point.
Unfortunately I don’t know how to encryt a password for a MySQL database but for security I set a new user for my VBulletin db with read-only permission.
Maybe an aclaration with this may be usefull.
Thanks for your support.-
December 18th, 2009 at 10:48
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /www/htdocs/w00bbbed/wordpress/wp-content/plugins/vbulletin-reader/vb_reader.php on line 62
plugin dont work
December 21st, 2009 at 23:50
Hi there. Did you go to the control panel and configure the plugin settings as in the picture ?
Which version of vBulletin do you have ?
I can’t do much because I don’t have access to your vBulletin DB but try to execute the next SQL statement in your vBulletin DB:
SELECT title, threadid, lastpost FROM thread ORDER BY lastpost DESC LIMIT 10
This is the query in the line 62.
If you don’t know how to execute queries, normally your web hosting provider has online tools like PHP MyAdmi, you can find it in your web hosting’s page or control panel.
Or you can use third party free programs like MySQL Control Panel, MySQL Yog, etc.
Good luck.-
July 10th, 2010 at 0:42
Warning: mysql_connect() [function.mysql-connect]: Access denied for user \’xxxxxxxx\’@\’localhost\’ (using password: YES) in /home/xxxxx/public_html/wordpress/wp-content/plugins/vbulletin-reader/vb_reader.php on line 39
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/afmetal/public_html/xxxxx/wp-content/plugins/vbulletin-reader/vb_reader.php on line 40
Can\’t connect to the database. MySQL error:
Please review the configuration of vBulletin Reader plugin in the Control Pane
July 10th, 2010 at 0:55
I think there is a user validation problem as seen on line 39. There are no reports of user validation problems with the plugin.
You can see the plugin working online here: PLG Rosario.
Try too solve the validation problem. If you can’t, please let me know to see what I can do for you.
Try this: Google search.
Good luck.-
July 10th, 2010 at 0:58
you talk spanish?
July 10th, 2010 at 1:03
Claro que si !!!
July 10th, 2010 at 1:07
hahaha hola
, estaba probando su plugin para mi foro pero me encuentro con el error de la base de datos , estaba viendo su foro es algo asi como hacerlo por rss?
July 10th, 2010 at 1:18
No. Directamente accede a la DB de un Foro vBulltin via PHP. Mirá, ese error que te da inicial parece de validación de usuario, estás seguro que el usuario/contraseña están bien ?
Cualquier cosa mi email es plmad666 en gmail. La seguimos por ahí si te es más cómodo.
Saludos.-
July 10th, 2010 at 1:27
te he agregado al chat de gmail
i agregue todos los datos bien lo revise varias veces el nombre del
MySQL host
vBulletin’s database name
vBulletin’s database username
vBulletin’s database password
agregue todo eso pero aun aparece el error
July 10th, 2010 at 1:42
Lo probaste desde algún otro programa con los mismo datos a ver si te podés conectar bien y obtenet algún QUERY ?
Fijate este es el que uso yo para trabajar con DBs: SQL Yog.
Tiene una versión gratuita. Es bastante práctico.