HyperIM - Forums

HyperIM main site
Download HyperIM

Thursday, September 09, 2010, 21:22:05 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News:
 
   Home   Help Login Register  
Poll
Question: Rate this plugin
Excellent
Good
Works ok
Needs improvement
It should be recoded from scratch

Pages: 1 [2]   Go Down
  Print  
Author Topic: Status2web plugin [0.3.7]  (Read 17406 times)
0 Members and 1 Guest are viewing this topic.
veselu
Passive Member


Karma: +0/-0
Posts: 3


« Reply #15 on: Sunday, June 24, 2007, 23:53:42 »

I'll go learn some things. Sorry for those foolish posts and thanks for the help.
« Last Edit: Monday, June 25, 2007, 00:00:26 by veselu » Logged
Znupi
Wannabee
Global Moderator
Veteran
******

Karma: +15/-9
Posts: 319

My Other OS is a Linux!


WWW
« Reply #16 on: Friday, August 24, 2007, 20:43:15 »

Okay one question... I remember you said this once but I can't find it anywhere (not in this thread and not in the one from the Beta Testing forum)... Does the plugin send an empty string to the server when the plugin is unloaded (or when HyperIM is closed)? If yes I guess it would be a good idea to add an "offline string" to Status2Web that would appear when you are "offline" (aka when the last string sent was empty)?
Logged

Codename
HyperIM Programmer
Plugin Developer
Veteran
*******

Karma: +70/-61
Posts: 936


Now you know what a hypercube means


WWW
« Reply #17 on: Friday, August 24, 2007, 20:46:04 »

Yes, it sends an empty string.
Logged



PANNY
Title...?
Official Beta Tester
Veteran
******

Karma: +4/-10
Posts: 153


Hard to stay alined, the course is an obstacle.


« Reply #18 on: Thursday, August 30, 2007, 09:44:30 »

Latest version: 0.4.1 - August 5 2007

Features
- support for HTTP authentication

- supports proxy connections

Why this 2 features are not compatible? When you select proxy connection, the HTTP authentication disappears. Confused 
Logged

Codename
HyperIM Programmer
Plugin Developer
Veteran
*******

Karma: +70/-61
Posts: 936


Now you know what a hypercube means


WWW
« Reply #19 on: Thursday, August 30, 2007, 12:58:06 »

Why this 2 features are not compatible? When you select proxy connection, the HTTP authentication disappears. Confused 
Because most probably you would authenticate to the proxy itself, not to the target URL (which is forwarded by the proxy). If you know any HTTP headers which are forwarded by the proxy let me know.
Logged



Znupi
Wannabee
Global Moderator
Veteran
******

Karma: +15/-9
Posts: 319

My Other OS is a Linux!


WWW
« Reply #20 on: Friday, September 21, 2007, 16:37:25 »

The connect() failed error happened once again. I left it for like 10 minutes and I could access the server in those 10 minutes but it was still giving the error. It's true, my connection was failing (my router is cr*p) but not all the time. As soon as I disabled/reenabled the plugin, it worked perfectly.

I have no idea what why, but here's what I did before this happened:
I have 3 entries in the s2w plugin. One is disabled. Now, one of the two active entries had been giving 404 errors for a while (I think it gave like 15-20 404 errors) -- I was making some changes on localhost. So, I checked Disable sending updates to this entry, for now. More or less as soon as I did that, the connect() errors started coming (they were for the last remaining entry, of course) . As I said, it could've been a connection problem at first, but I pinged the server and accessed it via http afterwards and it was working, but s2w was still giving connect() failed! errors.

Plugin version: 0.4.1 build 43.

Anyway, it's a minor issue because I didn't have any problems with this version since it has been released.
Logged

Znupi
Wannabee
Global Moderator
Veteran
******

Karma: +15/-9
Posts: 319

My Other OS is a Linux!


WWW
« Reply #21 on: Wednesday, October 17, 2007, 14:08:53 »

I have a question: what character encoding does this plugin use to send the status over the network?

I noticed this: some characters (for example the "dagger" character -- †) show correctly in a user's html page ( http://status2web.ath.cx/status/Znupi.html ) but they don't show correctly in their image ( http://status2web.ath.cx/status/Znupi.png ). Now, I noticed that I had forgotten to put a charset on the page, so it was set to the browser's default -- ISO-8859-1. When I set the page's charset to UTF-8, I noticed that it wasn't displaying the character correct. So, I thought I should convert the string to UTF-8 and tried:
utf8_encode($sStatus);
iconv("ISO-8859-1""UTF-8"$sStatus);
iconv("ISO-8859-1""UTF-8//TRANSLIT"$sStatus);
But none of them worked Sad.
Logged

Codename
HyperIM Programmer
Plugin Developer
Veteran
*******

Karma: +70/-61
Posts: 936


Now you know what a hypercube means


WWW
« Reply #22 on: Wednesday, October 17, 2007, 15:19:28 »

There is no character encoding. It's plain ANSI.
Logged



coma967
Passive Member


Karma: +0/-0
Posts: 1


« Reply #23 on: Friday, September 26, 2008, 09:26:14 »

I believe that the site Status2Web.ath.cx is down. I dont know if this will be perminent or not. Does anyone know of any other alternatives ?  I wish I knew of a server software i could use here at my home but i do not know of one. I use HFS server.
Logged
Znupi
Wannabee
Global Moderator
Veteran
******

Karma: +15/-9
Posts: 319

My Other OS is a Linux!


WWW
« Reply #24 on: Friday, September 26, 2008, 23:22:46 »

I believe that the site Status2Web.ath.cx is down. I dont know if this will be perminent or not. Does anyone know of any other alternatives ?  I wish I knew of a server software i could use here at my home but i do not know of one. I use HFS server.
The status2web.ath.cx website is up and running. Maybe its ip and/or domain name are blocked by your browser / firewall / router / ISP?
Logged

Al3s5uL
Passive Member


Karma: +0/-0
Posts: 3


« Reply #25 on: Wednesday, November 05, 2008, 14:23:20 »

status2web.ath.cx is down? Because the website is not loading and Firefox gives me this error:
Quote
Connection Interrupted

The connection to the server was reset while the page was loading.     

The network link was interrupted while negotiating a connection. Please try again.

HyperIM gives an error too:
Quote
POST /store HTTP/1.1
Logged
Znupi
Wannabee
Global Moderator
Veteran
******

Karma: +15/-9
Posts: 319

My Other OS is a Linux!


WWW
« Reply #26 on: Wednesday, November 05, 2008, 16:23:33 »

Yeah sorry about that, there was a power out here and my server shut down. I rebooted it now, it should work.
Logged

trinySowUrito
Hi
Passive Member


Karma: +0/-0
Posts: 1

http://www.howtospeedupmycomputer.net/ - Speed up your computer


WWW
« Reply #27 on: Friday, January 22, 2010, 21:34:06 »

Im trying to develop a plugin in python. As Im going, I have to restart QGIS to test my code. Is there a way to reload one or all plugins, possibly from the python console? That would make development quicker.

- ts
Logged

Pages: 1 [2]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.8 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!
Page created in 0.066 seconds with 21 queries.