Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vbulletin-xml-rpc-server for instant Desktop Notification Details »»
vbulletin-xml-rpc-server for instant Desktop Notification
Version: 2.00, by sf.nsuers sf.nsuers is offline
Developer Last Online: Apr 2014 Show Printable Version Email this Page

Category: Integration with vBulletin - Version: 3.7.x Rating:
Released: 10-20-2008 Last Update: 12-08-2008 Installs: 110
DB Changes Uses Plugins Auto-Templates
Re-useable Code Additional Files  
No support by the author.

Let's take a look at following screen-shots first.









Yeah.. these look like Gmail Notifer application which is actually vbulletin-desktop-notifier application. As a forum admin, you might want to offer such application to your members.



== Video tutorials ==
Editing
Uploading
Installation

You can use vBulletin Desktop Notifier as dekstop client or free to build your own following API-DOC .



== Demo watch video ==
I'm offering demo in my forum. Here're the steps.

Download vbulletin-desktop-notifier and install in your machine.

Run vbulletin-desktop-notifier and login using
username: priti
password: 123456

Create a new thread at Demo vbulletin-xml-rpc-server threads or reply to existing thread.

You'll see notification in your desktop within few seconds.

Request: Please do not change password for user Priti. If somehow the login does not work you can try by creating a temporary user.



== Coming up next ?.. ==
Based on feedback I'm listing few of the enhancements that will be part of upcoming releases.
  • [S]Server Compatibility check script[/S]
  • [S]Options to select forum ids in User CP[/S]
  • Display avatar of the person who made post in the notification window
  • [S]Unread private message notification[/S]
  • [S]Support for PHP4[/S]


Alfa1 came up with these ideas
which hopefully will be integrated sooner or later in future releases:

- friends coming online

Which of the following events does this notifier alert to:
Member notifications:
- profile messages awaiting approval
- requests to join your social groups
- invitations to join social groups
- unread picture comments
- picture comments awaiting approval
- group messages awaiting approval

Moderator notifications:
- post awaiting approval
- threads awaiting approval
- events awaiting approval
- attachments awaiting approval
- members awaiting approval
- blogs awaiting approval
- blog comments awaiting approval
- profile comments awaiting approval
- group comments awaiting approval
- pictures awaiting approval
- picture comments awaiting approval

== Ongoing Discussions ?.. ==
discussions on release-02 starts here

== HOT FIX [release 2.0]?.. ==
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

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #182  
Old 08-17-2009, 11:35 AM
yotsume's Avatar
yotsume yotsume is offline
 
Join Date: Dec 2006
Posts: 844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 View Post
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!
Reply With Quote
  #183  
Old 08-18-2009, 06:11 AM
yotsume's Avatar
yotsume yotsume is offline
 
Join Date: Dec 2006
Posts: 844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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...
Reply With Quote
  #184  
Old 08-20-2009, 06:01 AM
softvnzla's Avatar
softvnzla softvnzla is offline
 
Join Date: Jan 2008
Location: Venezuela
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed and ready to walk the errors of the solutions given here are only a matter of searching
Reply With Quote
  #185  
Old 08-25-2009, 04:15 AM
yotsume's Avatar
yotsume yotsume is offline
 
Join Date: Dec 2006
Posts: 844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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...
Reply With Quote
  #186  
Old 08-26-2009, 10:15 PM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by yotsume View Post
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.
Reply With Quote
  #187  
Old 08-26-2009, 10:37 PM
yotsume's Avatar
yotsume yotsume is offline
 
Join Date: Dec 2006
Posts: 844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Alfa1 View Post
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...
Reply With Quote
  #188  
Old 12-02-2009, 01:15 PM
squishi squishi is offline
 
Join Date: May 2006
Location: Frankfurt
Posts: 282
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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...
Reply With Quote
  #189  
Old 12-04-2009, 05:27 PM
Negrosoo Negrosoo is offline
 
Join Date: Jul 2008
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Good

But i use old methods xD


P.S: I install it , is very very beatifoul
Reply With Quote
  #190  
Old 01-26-2010, 12:49 PM
sixxkilur's Avatar
sixxkilur sixxkilur is offline
 
Join Date: Jan 2010
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #191  
Old 01-26-2010, 12:58 PM
sixxkilur's Avatar
sixxkilur sixxkilur is offline
 
Join Date: Jan 2010
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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)
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:10 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09593 seconds
  • Memory Usage 2,329KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete