vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Integration with vBulletin - vbulletin-xml-rpc-server for instant Desktop Notification (https://vborg.vbsupport.ru/showthread.php?t=194180)

yotsume 08-17-2009 11:35 AM

Well I followed the below instructions and I get file not found when going to the test.

I try to login with the app and get an error.

I have vbadvanced installed and my index.php file is renamed to forum.php. I set the config to:
$config['index_page'] = "forum.php";

No variations I make work in either the config.php or cd.php file...

So whats next???


Quote:

Originally Posted by flup (Post 1718371)
I got it working :) Here's what to do (thanks to Benstillman aswel!):

FILE MODIFICATION / UPLOADS

Step 1) Download this attachment, it has all changes in filenames etc set already, extract the contents to a folder

Step 2) Open 'upload\vbulletin-xml-rpc-server\cd.php', you need to make a change here, I made it a little bit easier for most users, change this part:
Code:

$forum_folder = ''; // WITH ending slash, example: forums/
To fit your forums, if your forum is in the root of your hosting, leave it blank, otherwise it will be forum/ or forums/

Step 3) Open 'upload\vbulletin-xml-rpc-server\system\application\models\config.php' and change this:
Code:

$config['base_url']    = "http://www.yourlinkto.com/vbulletin-xml-rpc-server/";
To the full URL of the vbulletin-xml-rpc-server url, including the ending slash.

Step 4) Upload all files from the upload directory to your forumroot.


Product Import

Step 1) Go to your admin panel and scroll down to Plugins & Products, choose 'Manage Products' and on the bottom of that page click [Add/Import Product]

Step 2) Select the 'product-vbxrs.xml' file which was extracted from the zipfile and import the product.

Forum Settings

Step 1) In your browser go to the 'vbxrs_preference.php' file (example: http://www.yourforum.com/vbxrs_preference.php)

Step 2) Select the forums you want to receive updates from.

The Client

Step 1) Download the client over at code.google.com: http://code.google.com/p/vbulletin-d...downloads/list

Step 2) Install the client to your PC, if you are using another system than Vista, go to step 6. Vista users also follow Step 3, 4 and 5!

Step 3) Open your explorer and browse to the directory you installed the client in, by default this is: C:\Program Files\vbdn

Step 4) Right click the file: config.cfn and select properties, click the tab 'Security' and click the button Edit.

Step 5) Click on your username and after that click the checkbox 'Full Control' (all checkboxes will be checked). Now click OK, followed by Apply+Ok.

Step 6) Run the client and edit the settings, both the Forum URL and VBXRS Url must have the ending slashes!

Step 7) Apply changes and restart the client, now add your user information in the login box and your vB Notifier is working.

Credits
Credits of course go to sf.nsuers for this great idea, which hopefully will be expanded soon! and to benstillman who got to explain alot of it already in the previous post.

I just packed it all together and perhaps made it a little bit easier for everyone to get this thing up and running!


yotsume 08-18-2009 06:11 AM

Well I seem to have got this working by using the original forum.php file with the other files listed above. More testing to do! :) The other package seems to not have the db prefix coded right...

softvnzla 08-20-2009 06:01 AM

Installed and ready to walk the errors of the solutions given here are only a matter of searching ;)

yotsume 08-25-2009 04:15 AM

UNINSTALLED!

The actual windows program that is used for desktop notifications is PATHETIC as an interface.

This make this whole mod a pure waste of time...

Alfa1 08-26-2009 10:15 PM

Quote:

Originally Posted by yotsume (Post 1873835)
UNINSTALLED!

The actual windows program that is used for desktop notifications is PATHETIC as an interface.

This make this whole mod a pure waste of time...

Suggest code changes to improve this then.

yotsume 08-26-2009 10:37 PM

Quote:

Originally Posted by Alfa1 (Post 1875056)
Suggest code changes to improve this then.

Agreed... I will come up with suggestion to make that program usable at all. As it stands its a huge waste of time to get this installed, working correctly, and then have such a limited program run on your desktop.

-List recent posts/threads
-List PMs inbox
-list anything would be good...

At some point Ill spend some time and make real details but I have wasted enough on this one already...

squishi 12-02-2009 01:15 PM

This mod looks great.
Unfortunately, I could not get this to work.
I get the message about problems on the server side.
I have edited all the config files and did all I could.
Very annoying...

Negrosoo 12-04-2009 05:27 PM

Good :)

But i use old methods xD


P.S: I install it :D , is very very beatifoul :)

sixxkilur 01-26-2010 12:49 PM

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.

sixxkilur 01-26-2010 12:58 PM

now on to creating a custom notifier or modding this one for my forum, tried creating installer but not much luck there i get a main class error when executin launcher after install
install4j is new ground for me main class is not making since and help file sucks@$$ the box to input main class is blank and no item to search for so really could use some help on that if your not busy. other than that what it is it gets the job done.

using my launcher returns this error

ava.lang.ClassNotFoundException: 1.0
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
at com.exe4j.runtime.WinLauncher.main(Unknown Source)


All times are GMT. The time now is 08:26 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01256 seconds
  • Memory Usage 1,753KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete