Welcome, Guest. Please Login or Register.
September 29, 2024, 08:15:06 AM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Completed mods  |  [BETA 1.4.1] YSERV - YaBB SE XML-RPC Server « previous next »
Pages: [1] Reply Ignore Print
Author Topic: [BETA 1.4.1] YSERV - YaBB SE XML-RPC Server  (Read 2493 times)
chris
Guest
[BETA 1.4.1] YSERV - YaBB SE XML-RPC Server
« on: September 23, 2002, 01:43:21 PM »
Reply with quote

I was a little bit bored this weekend so I wrote a simple XML-RPC Server for YaBB SE. If you install YSERV on your server, you can query the server for different YaBB SE related data (Latest Postings, Top Poster, Latest Member, Statistics, ...)

Just install yserv.php on your YaBB-Server and client.php on another Server (or the same, if you want to test it ;D) and call client.php (or simple_client.php) to see what it does...

YSERV ist mostly for people who know at least a little bit PHP... It only works on Servers where XML-Support in PHP is enabled! And it's NOT tested on SAFE MODE servers!!!!

Uhmm... before I forget it: THIS SCRIPT IS A BETA-VERSION!!!! I hadn't got the opportunity to test it as much as I wanted (mostly because I haven't got a real YSE installation at the moment)

Download here

LAST UPDATE: 09/27/2002 16:00

Changes (v1.10)
  • fixed "getUsersOnline" in yserv.php
  • client.php now displays the names of people currently online
« Last Edit: September 27, 2002, 01:57:35 PM by Christian Land » Logged
Mach8
Sweetie
Beta Tester
YaBB God
*****
Posts: 1218


ICQ - 339855961
Re:[BETA 1.4.1] YSERV - YaBB SE XML-RPC Server
« Reply #1 on: September 23, 2002, 03:52:53 PM »
Reply with quote

Chris, you scare me :o

I've been writing a tool that connected to my forum and collected XML data about latest posts etc... well I'd done the client side bit but not the XML. Looks like we had similar ideas :D
Logged
chris
Guest
Re:[BETA 1.4.1] YSERV - YaBB SE XML-RPC Server
« Reply #2 on: September 23, 2002, 04:01:39 PM »
Reply with quote

Quote from: Mach8 on September 23, 2002, 03:52:53 PMChris, you scare me :o

I've been writing a tool that connected to my forum and collected XML data about latest posts etc... well I'd done the client side bit but not the XML. Looks like we had similar ideas :D

hehe... so you're the perfect person to test YSERV ;D ;D ;D ;D
Logged
chris
Guest
Re:[BETA 1.4.1] YSERV - YaBB SE XML-RPC Server
« Reply #3 on: September 25, 2002, 06:46:40 PM »
Reply with quote

Somehow, i get the feeling that YSERV isn't something people need ;D at least nobody is complaining that it doesn't work or that someone was able to set it up and it was working *lol*
Logged
Mach8
Sweetie
Beta Tester
YaBB God
*****
Posts: 1218


ICQ - 339855961
Re:[BETA 1.4.1] YSERV - YaBB SE XML-RPC Server
« Reply #4 on: September 25, 2002, 07:21:36 PM »
Reply with quote

I've had a huge workload recently, so I'll be testing this out at the weekend :)
Logged
Shindou Hikaru
Honinbou
YaBB Crony
YaBB God
*****
Posts: 1358


ICQ - 152652980mephidmann@emulation-inc.com WWW
Re:[BETA 1.4.1] YSERV - YaBB SE XML-RPC Server
« Reply #5 on: September 25, 2002, 07:30:48 PM »
Reply with quote

I haven't had the time either, but I downloaded it and it's somewhere between all other 100000 zip archives on my hard drive...
Logged

Please do not message me for support, use the support boards
Amazon Wishlist | ThinkGeek Wishlist | My Blog
Jack.R.Abbit
Mod Team
YaBB God
*****
Posts: 553


RACE FOR SPENT!

Re:[BETA 1.4.1] YSERV - YaBB SE XML-RPC Server
« Reply #6 on: September 25, 2002, 08:22:28 PM »
Reply with quote

It interests me... but I don't really follow you on what it does exactly.  Perhaps I'm a bit thick.  What is it used for again?

-Jack
Logged

<--------  Mods by Jack  -------->
Package Server: http://www.modsbydesign.com/mods.by.jack/yabbse/ (now serving)


|----------------------------------------------|
|                                              |
|          DON'T PM ME FOR SUPPORT!             |
|                                              |
|----------------------------------------------|
chris
Guest
Re:[BETA 1.4.1] YSERV - YaBB SE XML-RPC Server
« Reply #7 on: September 26, 2002, 11:27:38 AM »
Reply with quote

Nevermind ;D

Just discovered a few errors *lol* I'll upload a new version later today or tomorrow...

Mostly, the "getUsersOnline" Function isn't working (forgot some "break"s and to change "result" to "resultset" *ARGH*)

@Rabbid:

YSERV is some kind of Server. You can write a script that sends a request to YSERV and YSERV returns some data you can use. One little example:

Just imagine, you've got a Website dealing with sports and one of your friends runs a Bulletin Board about sports. So you can install YSERV on your friends website and then display the newest threads, the users online and such stuff on your own website by querying YSERV ;D
Logged
Jack.R.Abbit
Mod Team
YaBB God
*****
Posts: 553


RACE FOR SPENT!

Re:[BETA 1.4.1] YSERV - YaBB SE XML-RPC Server
« Reply #8 on: September 26, 2002, 04:01:34 PM »
Reply with quote

OK I see... sounds pretty cool.  I don't ahve a use for it currently but could in the future.... perhaps once I get some friends  :)  

-Jack
Logged

<--------  Mods by Jack  -------->
Package Server: http://www.modsbydesign.com/mods.by.jack/yabbse/ (now serving)


|----------------------------------------------|
|                                              |
|          DON'T PM ME FOR SUPPORT!             |
|                                              |
|----------------------------------------------|
chris
Guest
Re:[BETA 1.4.1] YSERV - YaBB SE XML-RPC Server
« Reply #9 on: September 27, 2002, 01:58:00 PM »
Reply with quote

Updated... (see first posting!)
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[BETA 1.4.1] YSERV - YaBB SE XML-RPC Server
« Reply #10 on: September 30, 2002, 04:40:27 PM »
Reply with quote

so it's like include version of SSI.php?
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[BETA 1.4.1] YSERV - YaBB SE XML-RPC Server
« Reply #11 on: October 02, 2002, 03:39:11 AM »
Reply with quote

im getting this -> Something went wrong - -32700 : parse error. not well formed
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
chris
Guest
Re:[BETA 1.4.1] YSERV - YaBB SE XML-RPC Server
« Reply #12 on: October 06, 2002, 04:25:40 PM »
Reply with quote

Quote from: Spaceman-Spiff on October 02, 2002, 03:39:11 AMim getting this -> Something went wrong - -32700 : parse error. not well formed

activate debugging in the client and you should see whats wrong ;D
Logged
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [BETA 1.4.1] YSERV - YaBB SE XML-RPC Server « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.112 seconds with 21 queries.