- paulmarv
- |
- Exalted Legendary Member
"Once Bungie takes over the world, The Marty Army will take over Bungie and then we'll really have some fun."
-Marty O'Donnell
"Condemnant quod non intellegunt."
Make Bungie.net More Enjoyable: Read & Follow
Posted by: Eliper
Posted by: paulmarv
Posted by: Hawaii6U
wondering if it would be possible to create a script which allows group administrators to promote users directly from a group's forums. Does such a thing exist? Is it possible to hope?
If I understand you properly, yes, that would be possible.
I'd create an invisible iframe and load the security roles page, edit it, and submit. That, or figure out the raw ASP.NET interface which would be harder and probably wouldn't work.
I don't think it would need to be that complicated. All you need is the group's ID/custom URL and the user's uID, then you stick them in:
/fanclub/[groupIDhere]/Tools/UserSecurityEditor.aspx?uid=[uID here]
The Javascript on the member page redirects you to another page, rather than just editing what's being displayed.
Yes, but it's not a question of how to access the page, that is most obviously done by passing the GET parameters as you pointed out, it is a question of how make the changes and set them.
You could either load the page in an Iframe, programmatically check the radio buttons, and invoke the submit of the HTML form, or you could do it the more direct, robust, but complicated way I was talking about.
Perhaps I misinterpreted your post. Is this what you were trying to say?