![]() |
2011-04-30
, 20:54
|
|
Posts: 565 |
Thanked: 618 times |
Joined on Jun 2010
@ Finland
|
#11
|
![]() |
2011-04-30
, 21:11
|
|
Posts: 1,030 |
Thanked: 792 times |
Joined on Jun 2009
|
#12
|
![]() |
2011-04-30
, 22:01
|
|
Posts: 565 |
Thanked: 618 times |
Joined on Jun 2010
@ Finland
|
#13
|
#Librarys import xmlrpclib, base64 #Connect server = xmlrpclib.ServerProxy('http://murobbs.plaza.fi/mobiquo/mobiquo.php') #Print servers configurations: works print server.get_config() #Search for linux: <Fault 3: 'Incorrect parameters passed to method: No method signature matches number of parameters'> print server.search_topic(base64.b64encode('linux'))
print server.search_topic(xmlrpclib.Binary('linux'))
The Following User Says Thank You to laasonen For This Useful Post: | ||