Took me maybe 5 mins to get this addon working, make sure you have PHP 5, and php_xmlrpc extension enabled the restart your web server. then #Editing
--------------------------------------------------------------------------------
> open file `cd.php`
>> search: $vbulletin_path
>>> replace 'C:/wamp/www/vbulletin/' with path to your vBulletin installaion directory
>>>> save and close file.
> open file `system/application/config/config.php`
>> change value of $config['base_url']
##Uploading
--------------------------------------------------------------------------------
> upload files in `upload` directory
-
###Installation
--------------------------------------------------------------------------------
> login as admin in your vBulletin forum
>> scroll down to `Plugins & Products` section and expand it
>>> click `Manage products`
>>>> click `[Add/Import Product]`
>>>>> on `Import Product` section click on `Browse` button.
>>>>>> point to `product-vbxrs.xml` file that comes with this package
>>>>>>> hit `Import` button
>>> search: config defined for package: vbulletin-xml-rpc-server
>>>> in this section set proper values to meet your needs
Rename all files in system/application/models directory into lowercases. i.e:
Forum.php => forum.php
Settings.php => settings.php
Token.php => token.php
User.php => user.php
if you are using a prefix for vbulletin in your sql database you need to make sure the forum.php in www/vbulletin-xml-rpc-server/system/application/models/forum.php
line 35: matches your prefix in your sql database example: FROM vb_thread t, vb_forum f, vb_post p, vb_user u if you are are not using prefix try this :FROM thread t, forum f, post p, user u save your edits and then configure your cnf speed dial file.
|