Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons

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
  #192  
Old 01-26-2010, 04:57 PM
Cipher5 Cipher5 is offline
 
Join Date: Apr 2009
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What are you using to try to program your own notifier client? I might be able to help you out. if you want to work together on this just email: Ed@CheykaWebDesign.com

Thanks.
Reply With Quote
  #193  
Old 01-29-2010, 01:21 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 sixxkilur View Post
>>> search: config defined for package: vbulletin-xml-rpc-server
>>>> in this section set proper values to meet your needs
What do you mean by this? Search where?

Quote:
Originally Posted by sixxkilur View Post
now on to creating a custom notifier or modding this one for my forum
Are there instructions somewhere on how to customize the client?

It would be great if someone would rework the client, so that the information supplied is of better use.

I'd like to add important links, to the notifier.

Is it possible to have the notifier display all latest PMs, instead of just the last one?

I am not getting notifications about:

Member notifications:
- profile messages awaiting approval
- 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

What am I doing wrong?
Reply With Quote
  #194  
Old 02-03-2010, 09:42 AM
sixxkilur's Avatar
sixxkilur sixxkilur is offline
 
Join Date: Jan 2010
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Alfa1 View Post
Are there instructions somewhere on how to customize the client?
The documention included with the package is all I have found on it. This is located in the package in the apidoc directory. It is also located here http://www.nsuers.com/projects/vbxrs/apidoc/
Reply With Quote
  #195  
Old 02-03-2010, 08:16 PM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That doesn't help me much. I am afraid. Did anyone else manage to customize the client?
Reply With Quote
  #196  
Old 01-24-2011, 12:06 AM
SorentoUltimate's Avatar
SorentoUltimate SorentoUltimate is offline
 
Join Date: Jul 2009
Location: Moschato, Athens, Greece
Posts: 338
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi

i installed

i take that error wen i try ...../forum/vbulletin-xml-rpc-server/index.php

Code:
<?xml version="1.0" encoding="UTF-8"?>
<methodResponse>
<fault>
    <value>
        <struct>
            <member>
                <name>faultCode</name>
                <value><int>105</int></value>
            </member>
            <member>
                <name>faultString</name>
                <value><string>XML error: Invalid document end at line 1</string></value>
            </member>
        </struct>
    </value>
</fault>
</methodResponse>


also when i try ...../forum/vbulletin-xml-rpc-server/test

i take 404 EROR (Page Not Found)



Here Error Log

Quote:
DEBUG - 2011-01-23 21:35:06 --> Config Class Initialized
DEBUG - 2011-01-23 21:35:06 --> Hooks Class Initialized
DEBUG - 2011-01-23 21:35:06 --> URI Class Initialized
DEBUG - 2011-01-23 21:35:06 --> No URI present. Default controller set.
DEBUG - 2011-01-23 21:35:06 --> Router Class Initialized
DEBUG - 2011-01-23 21:35:06 --> Output Class Initialized
DEBUG - 2011-01-23 21:35:06 --> Input Class Initialized
DEBUG - 2011-01-23 21:35:06 --> Global POST and COOKIE data sanitized
DEBUG - 2011-01-23 21:35:06 --> Language Class Initialized
DEBUG - 2011-01-23 21:35:06 --> Loader Class Initialized
DEBUG - 2011-01-23 21:35:06 --> Plugin loaded: vbulletin-db_pi
DEBUG - 2011-01-23 21:35:06 --> XML-RPC Class Initialized
DEBUG - 2011-01-23 21:35:06 --> XML-RPC Class Initialized
DEBUG - 2011-01-23 21:35:06 --> XML-RPC Server Class Initialized
DEBUG - 2011-01-23 21:35:06 --> Controller Class Initialized
DEBUG - 2011-01-23 21:35:06 --> Model Class Initialized
DEBUG - 2011-01-23 21:35:06 --> Database Driver Class Initialized
DEBUG - 2011-01-23 21:35:06 --> Model Class Initialized
DEBUG - 2011-01-23 21:35:06 --> Database Driver Class Initialized
DEBUG - 2011-01-23 21:35:06 --> Model Class Initialized
DEBUG - 2011-01-23 21:35:06 --> Database Driver Class Initialized
DEBUG - 2011-01-23 21:35:06 --> XML-RPC Class Initialized
DEBUG - 2011-01-23 21:35:06 --> Final output sent to browser
DEBUG - 2011-01-23 21:35:06 --> Total execution time: 0.1019
Reply With Quote
  #197  
Old 01-25-2011, 09:35 PM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
XML error: Invalid document end at line 1
Here is line 1:
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
ISO-8859-1 is the latin alphabet. Your site is in Greek. That could be the issue. Im not sure.

I also do not know if this works with vb 3.8.6, which is the version you are running.

Consider to vote for these related functions:
http://tracker.vbulletin.com/browse/VBIV-10106
http://tracker.vbulletin.com/browse/VBIV-9624
Reply With Quote
  #198  
Old 01-26-2011, 01:19 AM
SorentoUltimate's Avatar
SorentoUltimate SorentoUltimate is offline
 
Join Date: Jul 2009
Location: Moschato, Athens, Greece
Posts: 338
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Alfa1 View Post
Here is line 1:
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
ISO-8859-1 is the latin alphabet. Your site is in Greek. That could be the issue. Im not sure.

I also do not know if this works with vb 3.8.6, which is the version you are running.

Consider to vote for these related functions:
http://tracker.vbulletin.com/browse/VBIV-10106
http://tracker.vbulletin.com/browse/VBIV-9624
Thanks for reply,

after a lot of hours of search i find that the problem are the php xmlrpc not enabled on my server i contact with 1and1 and the told me to download it from http://phpxmlrpc.sourceforge.net/.

I download the php xmlrpc from the link they give me.
A lib directory exist (and other files) with some .inc files and .php files, but i don't know how to use them.

some help on that ????
Reply With Quote
  #199  
Old 01-26-2011, 01:23 AM
EddyMaxx EddyMaxx is offline
 
Join Date: Jan 2010
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works 100% in 3.8.6 with changes noted in the prior posts.
Reply With Quote
  #200  
Old 01-26-2011, 01:25 AM
SorentoUltimate's Avatar
SorentoUltimate SorentoUltimate is offline
 
Join Date: Jul 2009
Location: Moschato, Athens, Greece
Posts: 338
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by EddyMaxx View Post
Works 100% in 3.8.6 with changes noted in the prior posts.

i do all the changes find in posts, as i write before the problem are the php xmlrpc.

can u help me how i can enable it?
Reply With Quote
  #201  
Old 01-26-2011, 01:59 AM
EddyMaxx EddyMaxx is offline
 
Join Date: Jan 2010
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No prob. Let me try and put together a quick step by step of what I did to get it work in 3.8.6.
Reply With Quote
Reply

Thread Tools

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 09:15 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.06289 seconds
  • Memory Usage 2,325KB
  • 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
  • (3)bbcode_code
  • (7)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
  • (3)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