Bug in URL from FF-extension

Saenger, Wed Apr 02 2008, 04:09PM

Usually I get here with a click on my Firefox extension, but either the URL in there has changed (what I doubt, there was no update lately) or here was some change in the URL substructure.

This is where I'm lead to:
http://boinc.netsoft-online.com/e107/e107_plugins/boinc/get_user.php?cpid=999daca9efac06bffb127a67d9c47f12

But it only gives me:
Not Found

The requested URL /e107/e107_plugins/boinc/get_user.php was not found on this server.
Apache/2.0.52 (CentOS) Server at www.netsoft-online.com Port 80


If I delete the marked part manually, everything is fine.
Re: Bug in URL from FF-extension
James, Thu Apr 03 2008, 08:31AM

Dare I ask, what Firefox extension? Who ever authored it has a bug - it wasn't me.
Re: Bug in URL from FF-extension
Saenger, Thu Apr 03 2008, 09:34AM


Dare I ask, what Firefox extension? Who ever authored it has a bug - it wasn't me.

James
This one: https://addons.mozilla.org/de/firefox/addon/2524
Creator: James R. Smith (tekwyzrd)

Ain't that you? I have to look up your email-address once I'm home again whether it's your surname (witch I haven't done yet), the first name convinced me wink3 AFAIK it gets the data from here, and it definitely links to this page.

Edith says:

Sorry, "Wer lesen kann ist klar im Vorteil" as we Germans say wink3 (Who's able to read has clear advantages).
You're obviously another James, couldn't believe there was more than one.
Re: Bug in URL from FF-extension
James, Fri Apr 04 2008, 08:12AM



Edith says:

Sorry, "Wer lesen kann ist klar im Vorteil" as we Germans say wink3 (Who's able to read has clear advantages).
You're obviously another James, couldn't believe there was more than one.

Saenger

Lol - no problem. I don't think I've change the path on the site at all (that would be work!)
Re: Bug in URL from FF-extension
Olivier, Thu Apr 10 2008, 03:07AM

First of all, I'd like to thank you for your cool site.

The firefox add-on refers to your site both to extract XML data, and to display statistics in HTML. XML invocation is: http://boinc.netsoft-online.com/get_user.php?cpid=<MyId>. This works perfectly well.

HTTP invocation is: http://boinc.netsoft-online.com/get_user.php?cpid=<MyId>&html=1. The site then spits back a "Page has moved" page, with the following attribute in the header:

Location: http://boinc.netsoft-online.com/e107/e107_plugins/boinc/get_user.php?cpid=44397aef85311c3342a8ec98c30f896d

This attribute is wrong, as Saenger rightly pointed out (the first /e107 should be removed).
Re: Bug in URL from FF-extension
James, Thu Apr 10 2008, 08:44AM

First of all, I'd like to thank you for your cool site. The firefox add-on refers to your site both to extract XML data, and to display statistics in HTML. XML invocation is: http://boinc.netsoft-online.com/get_user.php?cpid=. This works perfectly well. HTTP invocation is: http://boinc.netsoft-online.com/get_user.php?cpid=&html=1. The site then spits back a "Page has moved" page, with the following attribute in the header: Location: http://boinc.netsoft-online.com/e107/e107_plugins/boinc/get_user.php?cpid=44397aef85311c3342a8ec98c30f896d This attribute is wrong, as Saenger rightly pointed out (the first /e107 should be removed).

Olivier
Ah ha!. Thanks. I fixed that. Also, could you use /rpc/get_user.php instead of /get_user.php? I may be reworking some of the site in the future, but /rpc/ will remain. Thanks
Re: Bug in URL from FF-extension
Saenger, Thu Apr 10 2008, 11:55AM

It works fine again, Thanks a lot, James.