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)

Cipher5 01-26-2010 04:57 PM

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.

Alfa1 01-29-2010 01:21 PM

Quote:

Originally Posted by sixxkilur (Post 1967025)
>>> 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 (Post 1967033)
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?

sixxkilur 02-03-2010 09:42 AM

Quote:

Originally Posted by Alfa1 (Post 1969782)
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/

Alfa1 02-03-2010 08:16 PM

That doesn't help me much. I am afraid. Did anyone else manage to customize the client?

SorentoUltimate 01-24-2011 12:06 AM

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

Alfa1 01-25-2011 09:35 PM

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

SorentoUltimate 01-26-2011 01:19 AM

Quote:

Originally Posted by Alfa1 (Post 2154583)
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 ????

EddyMaxx 01-26-2011 01:23 AM

Works 100% in 3.8.6 with changes noted in the prior posts.

SorentoUltimate 01-26-2011 01:25 AM

Quote:

Originally Posted by EddyMaxx (Post 2154661)
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?

EddyMaxx 01-26-2011 01:59 AM

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.


All times are GMT. The time now is 05:07 PM.

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.01233 seconds
  • Memory Usage 1,751KB
  • 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
  • (3)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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