You are not authorised to view this resource.
Moderator: Board moderators
-
- New poster
- Posts: 3
- Joined: Sat Nov 15, 2008 6:26 pm
- Location: EU
You are not authorised to view this resource.
I've got a little problem with the OJ, I hope you might be able to help. When I view the "My submissions" page and click on a problem name to go back to it, I only get a page saying "You are not authorised to view this resource.". It doesn't do anything unusual other than that.
Thank you in advance for helping.
Thank you in advance for helping.
The beauty of programming lies in simplicity.
Re: You are not authorised to view this resource.
I am having the same problem too. Previously, this did not happen. I sent a mail to the admins regarding this, but so far, haven't got any reply.
Cheers
Vinay
Cheers
Vinay
I am signing an important document!
Re: You are not authorised to view this resource.
I am having the same problem. In addition, I get the same error message when I try to look up the statistic of a different author, I could access them before, but not anymore. I believe this is a problem on the UVa Judge side.
Re: You are not authorised to view this resource.
Are you guys using this url to look at other people statistics:
http://icpcres.ecs.baylor.edu/onlinejud ... userid=339
I also get the same message here but the strange thing is that my tool can still access the page and read the statistics!
http://felix-halim.net/uva/hunting.php?id=339
Clicking update button actually updates the statistics, and the page I used to get the info from UVA is the above url. Really strange...
http://icpcres.ecs.baylor.edu/onlinejud ... userid=339
I also get the same message here but the strange thing is that my tool can still access the page and read the statistics!
http://felix-halim.net/uva/hunting.php?id=339
Clicking update button actually updates the statistics, and the page I used to get the info from UVA is the above url. Really strange...
Visit my script to hunt UVA problem here:
http://felix-halim.net/uva/hunting/
-----------------------
Felix Halim
http://felix-halim.net/uva/hunting/
-----------------------
Felix Halim
Re: You are not authorised to view this resource.
That's weird, but very cool! I'll just use that if I need to extract authors information 
Thanks for your tools Felix!!

Thanks for your tools Felix!!
Re: You are not authorised to view this resource.
All these occur when you click on My submissions and then click on a problem . Or on the problem stats and then another user.
In the url just delete the "com_" in the url and reload
icpcres.ecs.baylor.edu/onlinejudge/index.php?option=com_onlinejudge&Itemid=9
will become
icpcres.ecs.baylor.edu/onlinejudge/index.php?option=onlinejudge&Itemid=9
This is pretty stupid but it works. I don't know why the 1st works for problem links but not for author statistics.
I tried to get some URL rewrite browsers but didn't find anything, so that i could always rewrite option=com_onlinejudge requests to option=onlinejudge incase of icpcres.ecs.baylor.edu requests. I think it is easier to do if you have Apache and URL rewrite module.
Looks like there is a solution if you are using firefox.
Install this firefox extension
https://addons.mozilla.org/en-US/firefox/addon/5064
After enabling the extension/restart the browser, goto to Tools -> Redirector.
Fill the contents as
Check Regular Expression.
Click Test Pattern. See if the URL is getting redirected.
Click ok. Now all your worries should go. Mine did.
I left the exclude pattern as Blank.
About the other problem of infinite redirect on icpcres.baylor.edu, people having to clear their cookies. I tried something it works for me currently but don't know if it will in future.
I went to Tools->options->Privacy->Exceptions
Then added icpcres.baylor.edu as Allow for session.
[/color]
In the url just delete the "com_" in the url and reload
icpcres.ecs.baylor.edu/onlinejudge/index.php?option=com_onlinejudge&Itemid=9
will become
icpcres.ecs.baylor.edu/onlinejudge/index.php?option=onlinejudge&Itemid=9
This is pretty stupid but it works. I don't know why the 1st works for problem links but not for author statistics.
I tried to get some URL rewrite browsers but didn't find anything, so that i could always rewrite option=com_onlinejudge requests to option=onlinejudge incase of icpcres.ecs.baylor.edu requests. I think it is easier to do if you have Apache and URL rewrite module.
Looks like there is a solution if you are using firefox.
Install this firefox extension
https://addons.mozilla.org/en-US/firefox/addon/5064
After enabling the extension/restart the browser, goto to Tools -> Redirector.
Fill the contents as
Code: Select all
Example url: http://icpcres.ecs.baylor.edu/onlinejudge/index.php?option=com_onlinejudge&Itemid=8&category=14&page=show_problem&problem=1212
Include Pattern: http://icpcres.ecs.baylor.edu/onlinejudge/index.php\?option=com_onlinejudge(.*)$
Redirect to Pattern Type: http://icpcres.ecs.baylor.edu/onlinejudge/index.php?option=onlinejudge&$1
Click Test Pattern. See if the URL is getting redirected.
Click ok. Now all your worries should go. Mine did.
I left the exclude pattern as Blank.
About the other problem of infinite redirect on icpcres.baylor.edu, people having to clear their cookies. I tried something it works for me currently but don't know if it will in future.
I went to Tools->options->Privacy->Exceptions
Then added icpcres.baylor.edu as Allow for session.
[/color]
Re: You are not authorised to view this resource.
The trick is good indeed, I tested it and it worked at first attempt.
Re: You are not authorised to view this resource.
this problem makes me crazy!why the admin don't solve it ?
-
- New poster
- Posts: 13
- Joined: Fri Apr 27, 2007 12:03 pm
- Location: The Netherlands
Re: You are not authorised to view this resource.
This is just insane! I tried submitting this problem by clicking 'Contact Us', but that link also doesn't work.
Does anyone know the email address where I can report this problem?
For a programming web-site I have to say it's awful. They should be ashamed!

Does anyone know the email address where I can report this problem?
For a programming web-site I have to say it's awful. They should be ashamed!



(\__/)
(='.'=) This is Bunny. Copy and paste bunny into
(")_(") your signature to help him gain world domination.
(='.'=) This is Bunny. Copy and paste bunny into
(")_(") your signature to help him gain world domination.
-
- System administrator
- Posts: 1286
- Joined: Sat Oct 13, 2001 2:00 am
- Location: Valladolid, Spain
- Contact:
Re: You are not authorised to view this resource.
the link works for me and for the other 10 users who daily mail us via the Contact us link! If you want to write us by email, use uva.onlinejudge@gmail.com
DON'T PM ME --> For any doubt, suggestion or error reporting, please use the "Contact us" form in the web.