Forums
Bug in URL from FF-extension
-
16 years agoUsually 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.
-
16 years agoDare I ask, what Firefox extension? Who ever authored it has a bug - it wasn't me. -
16 years ago
This one: https://addons.mozilla.org/de/firefox/addon/2524
James
Dare I ask, what Firefox extension? Who ever authored it has a bug - it wasn't me.
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 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 (Who's able to read has clear advantages).
You're obviously another James, couldn't believe there was more than one. -
16 years ago
Saenger
Edith says:
Sorry, "Wer lesen kann ist klar im Vorteil" as we Germans say (Who's able to read has clear advantages).
You're obviously another James, couldn't believe there was more than one.
Lol - no problem. I don't think I've change the path on the site at all (that would be work!) -
16 years agoFirst 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). -
16 years ago
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. ThanksFirst 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=
Olivier. 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). -