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
  #42  
Old 10-22-2008, 01:22 PM
sf.nsuers sf.nsuers is offline
 
Join Date: Mar 2008
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmm okay.. can you attach cd.php and config.cnf in your next reply? @ bollie
Reply With Quote
  #43  
Old 10-22-2008, 01:28 PM
bollie's Avatar
bollie bollie is offline
 
Join Date: Jun 2006
Location: Zele (Belgium)
Posts: 259
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

APPLICATION_TITLE = vBulletin Notifier
HOME_URL = http://xxxxxxxxx
VBULLETIN_URL = http://xxxxxxxxx/forum.php/
VBULLETIN_XML_RPC_SERVER = http://xxxxxxxxxxx/vbulletin-xml-rpc-server/
NOTIFICATION_WINDOW_TITLE = xxxxxxxx


PHP Code:
<?php
/**
 * cd.php
 * 
 * Changes working directory to where vBulletin is currently installed. <br/>
 * Loads the vBulletin config (<b>{vBulletin_dir}</b>/includes/config.php) file and resets to original working directory.
 * 
 * @author  Sword^Fish <swordfish@nsuers.com>
 * @version 1
 * @since   Release 1
 * @package vbulletin-xml-rpc-server
 * @see     https://vborg.vbsupport.ru/showthread.php?t=173693
 * 
*/
$curdir getcwd();
//chdir('C:\xampp\htdocs\nsuers\public_html\vbulletin');
//require_once('C:\xampp\htdocs\nsuers\public_html\vbulletin\includes\config.php');
chdir('/var/www/vhosts/xxxxxxxxx/httpdocs/'); /* change this to directory where your vBulletin is installed */
require_once('/var/www/vhosts/xxxxxx/httpdocs/includes/config.php'); /* change this to where you vBulletin config.php is located */
chdir($curdir);
?>
Reply With Quote
  #44  
Old 10-22-2008, 01:55 PM
edermix edermix is offline
 
Join Date: Aug 2008
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I downloaded the trial version of you posted, but if I put anyone he logs, it appears an error message.

If I make here in my custom version JAR, you can make it turn an executable?
Reply With Quote
  #45  
Old 10-22-2008, 02:00 PM
Barakat's Avatar
Barakat Barakat is offline
 
Join Date: Nov 2004
Location: Jerusalem
Posts: 571
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

what is that error


Quote:
Fatal error: Call to undefined function xmlrpc_server_create() in /home/barakat/public_html/forums/server.php on line 37
Reply With Quote
  #46  
Old 10-22-2008, 02:11 PM
noppid noppid is offline
 
Join Date: Mar 2003
Location: Florida
Posts: 1,875
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This hack should be in beta with warnings in large red letters.

What's up with putting server passwords in the $GLOBAL array? I've already pointed out the queries reveal hidden forums.


Seriously people, this is a great idea, but no where near ready for production use yet.
Reply With Quote
  #47  
Old 10-22-2008, 02:15 PM
River_rush River_rush is offline
 
Join Date: Mar 2004
Location: Basingstoke
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, i am getting

com.nsuers.vbulletin_xml_rpc_client.ServiceError
at com.nsuers.vbulletin_xml_rpc_client.VbulletinXmlRp cJClient.require_token(Vbullet inXmlRpcJClient.java:97)
at com.nsuers.vbulletin_xml_rpc_client.ForumServ.get_ latest_tread(ForumServ.java:33 )
at Notifier$AutoCheck.run(Notifier.java:213)
at java.util.TimerThread.mainLoop(Unknown Source)
at java.util.TimerThread.run(Unknown Source)

in the error log and no messages via the notifier other than its running

also what command do i run to uninstall the sql code from this should I require too please?
Reply With Quote
  #48  
Old 10-22-2008, 03:27 PM
ZomgStuff ZomgStuff is offline
 
Join Date: Feb 2007
Posts: 469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's not working for me, it's trying to use the "vb_" table prefix in the queries, where can I edit this?
Reply With Quote
  #49  
Old 10-22-2008, 03:35 PM
AcidX's Avatar
AcidX AcidX is offline
 
Join Date: Jan 2006
Location: Macedonia
Posts: 137
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great idea, but the notifier doesn't do anything usefull, yet.
It sure needs development. Stick to Alpha's post.
Reply With Quote
  #50  
Old 10-22-2008, 03:37 PM
bollie's Avatar
bollie bollie is offline
 
Join Date: Jun 2006
Location: Zele (Belgium)
Posts: 259
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ZomgStuff View Post
It's not working for me, it's trying to use the "vb_" table prefix in the queries, where can I edit this?
Last edited by ZomgStuff : Today at 18:32.

Go to C:\Program Files\vbulletin-desktop-notifier\config.cnf


APPLICATION_TITLE = vBulletin Notifier
HOME_URL = http://you.domeinname.com
VBULLETIN_URL = http://you.domeinnameforum.com
VBULLETIN_XML_RPC_SERVER = http://youdomeinname/vbulletin-xml-rpc-server/
NOTIFICATION_WINDOW_TITLE = youdomeinname.com
Reply With Quote
  #51  
Old 10-22-2008, 03:53 PM
ZomgStuff ZomgStuff is offline
 
Join Date: Feb 2007
Posts: 469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bollie View Post
Go to C:\Program Files\vbulletin-desktop-notifier\config.cnf


APPLICATION_TITLE = vBulletin Notifier
HOME_URL = http://you.domeinname.com
VBULLETIN_URL = http://you.domeinnameforum.com
VBULLETIN_XML_RPC_SERVER = http://youdomeinname/vbulletin-xml-rpc-server/
NOTIFICATION_WINDOW_TITLE = youdomeinname.com
I keep getting an error saying

Failed Query: SELECT count(*) FROM xmlrpc_sf_user WHERE username LIKE 'admintest'
SQL Error: Table 'zomgstu1_theforums.xmlrpc_sf_user' doesn't exist

The instructions never included a query to create a xmlrpc_sf_user table.

I think this whole problem is caused because this app is trying to use a "vb_" prefix, and my db does not use prefixes, where can I change this in the code?
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:18 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.07145 seconds
  • Memory Usage 2,322KB
  • 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
  • (1)bbcode_php
  • (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