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)

Namaless 10-22-2008 12:19 AM

Quote:

Originally Posted by WarLion (Post 1649928)
this is amazing but i have a lot of error
Code:

com.nsuers.vbulletin_xml_rpc_client.ServiceError
        at com.nsuers.vbulletin_xml_rpc_client.VbulletinXmlRpcJClient.require_token(VbulletinXmlRpcJClient.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)

i guess i need to change on config.cnf "VBULLETIN_XML_RPC_SERVER =" but i dont know to what , a little help please

I have the same problem.. :(

edermix 10-22-2008 12:29 AM

I would like to translate this JAR? I already installed NetBeans, but where can I download all files for translation?

Alfa1 10-22-2008 01:54 AM

Thank you for releasing this. I am currently using my own notifier, but would love to jump to this one, once it has permissions.

How about:
- 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

sf.nsuers 10-22-2008 02:15 AM

Quote:

Originally Posted by soundbarrierpro (Post 1649806)
I still don't get the instructions?

Do I upload the package that is here at vb.org, then go to the google page and download the executable for my members?

Quote:

Originally Posted by Replicators (Post 1649892)
There is another big problem with this, some people that use vbadvanced, rename the default index.php to forum.php. I am gonna have to go through all php scripts and rename forum.php to something else. Also, normal members shouldn;t get popups of threads being made in the staff forums or w/e, so there's another flaw.

Where the hell you get the source? Is it possible you could provide people with easy instructions on how to compile the source to a exe on both linux and windows?

nothing has to do with any existing vbulletin files. you need to place vbulletin-xml-rpc-server directory anywhere you wish (needs to be same server where vbulletin is installed). before that read 'instruction.txt' file and edit cd.php file to point where you've installed vbulletin. because vbulletin-xml-rpc-server requires vbulletin config file.

source is available at code.google.com
Quote:

Use this command to anonymously check out the latest project source code:
# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://vbulletin-desktop-notifier.go...com/svn/trunk/ vbulletin-desktop-notifier-read-only
however, moments ago I have put source code here. and required JAR files for those who are not familiar with subversion system.

For creating executables for Linux and Windows I prefer install4J.

sf.nsuers 10-22-2008 02:20 AM

Quote:

Originally Posted by WarLion (Post 1649928)
this is amazing but i have a lot of error
Code:

com.nsuers.vbulletin_xml_rpc_client.ServiceError
        at com.nsuers.vbulletin_xml_rpc_client.VbulletinXmlRpcJClient.require_token(VbulletinXmlRpcJClient.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)

i guess i need to change on config.cnf "VBULLETIN_XML_RPC_SERVER =" but i dont know to what , a little help please

You need to locate http path to where you uploaded vbulletin-xml-rpc-server mod.
For example:
http://my-domain.com/vbulletin-xml-rpc-server/
http://my-domain.com/forum/vbulletin-xml-rpc-server/
http://my-domain.com/vbulletin/vbull...ml-rpc-server/
http://forum.my-domain.com/vbulletin-xml-rpc-server/

.... etc. Just make sure you've / at the end of URL.

sf.nsuers 10-22-2008 02:23 AM

Quote:

Originally Posted by FF|Skyrider (Post 1649955)
The forum.php file gets:


Any way to fix this issue?

:) this is not a problem. These files actually talk to XML-RPC request.

sf.nsuers 10-22-2008 02:26 AM

Quote:

Originally Posted by Alfa1 (Post 1650095)
Thank you for releasing this. I am currently using my own notifier, but would love to jump to this one, once it has permissions.

How about:
- 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

great! thanks for sharing your ideas. I'll work on these.
Also, if anyone would like to participate in development let me know.

WarLion 10-22-2008 04:09 AM

Quote:

Originally Posted by sf.nsuers (Post 1650107)
You need to locate http path to where you uploaded vbulletin-xml-rpc-server mod.
For example:
http://my-domain.com/vbulletin-xml-rpc-server/
http://my-domain.com/forum/vbulletin-xml-rpc-server/
http://my-domain.com/vbulletin/vbull...ml-rpc-server/
http://forum.my-domain.com/vbulletin-xml-rpc-server/

.... etc. Just make sure you've / at the end of URL.

and then i upload all to my forum path i have vbadvance in this way
http://mydomain.com (vbadvance)
http://mydomain.com/forum/ ( my forum) where i upload this mod
if i undertood i have to change to
http://mydomain.com/forum/vbulletin-xml-rpc-server/

is this ok ?


edit: i just try in this way http://mydomain.com/forum/vbulletin-xml-rpc-server/ and i still have the same mistake ,
sorry for the questions but i dont get it

NolF 10-22-2008 05:38 AM

WoW neat idea :O tagged ^^
Very good concept :P People living in forums. Very good ^^

sf.nsuers 10-22-2008 05:45 AM

Quote:

Originally Posted by WarLion (Post 1650169)
and then i upload all to my forum path i have vbadvance in this way
http://mydomain.com (vbadvance)
http://mydomain.com/forum/ ( my forum) where i upload this mod
if i undertood i have to change to
http://mydomain.com/forum/vbulletin-xml-rpc-server/

is this ok ?


edit: i just try in this way http://mydomain.com/forum/vbulletin-xml-rpc-server/ and i still have the same mistake ,
sorry for the questions but i dont get it

If you have uploaded vbulletin-xml-rpc-server and configured config.cnf accordingly then next step would be reading this issue.

If you have further issues regarding vbulletin-desktop-notifier please create issues here.

And, support on vbulletin-xml-rpc-server will be provided here :)

Thanks for your feedback!


All times are GMT. The time now is 06:45 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.01179 seconds
  • Memory Usage 1,761KB
  • 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
  • (9)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