vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Post by Proxy - Let your staff post using another username(s) (https://vborg.vbsupport.ru/showthread.php?t=107557)

moonclamp 02-21-2006 01:29 PM

Quote:

Originally Posted by MarcoH64
Ok, if i understand correct, all that would be needed to turn this into an Anonymous Posting hack, would be forum permissions. Right now only Usergroup permissions are possible.

Yeah, just so the proxy options are only visible when posting in certain forums

Quote:

Originally Posted by MarcoH64
What would be needed?
A. A forum setting (ie. every usergroup can post in that forum using 1 of the defined users).
B. A Usergroup/Forum permission. (ie. you can set for each Usergroup for each forum what permissions they have).

I think it needs a crossover between forums and usergroups.

If a member starts abusing the option then we need an option to exclude them from that grouping

EG

"registered users group" can post as "userID xx" in "forumId x"

"registered users" cannot "post by proxy" at all in "other forums" (and do not even see the option)

"admin usergroup" can post as "usergroup AB" in "all defined forums"

"supermoderator group" can post as "userID zz" or "usergroup AB" in selected forums

Marco van Herwaarden 02-21-2006 01:37 PM

Reuploaded version 1.00.1.

If you have downloaded this prior to this post as a bugfix, please download again. Also there is now 1 change in the functions file to get rid of this bug, re-uploading files is now also needed. If you already installed 1.00.1 to fix the bug, then there is no need to reinstall the Product file for the updated version 1.00.1.

If you where running 1.00, and you did not have the mentioned bug, there is no reason at all to install 1.00.1.

Marco van Herwaarden 02-21-2006 01:38 PM

Quote:

Originally Posted by moonclamp
I think it needs a crossover between forums and usergroups.

If a member starts abusing the option then we need an option to exclude them from that grouping

EG

"registered users group" can post as "userID xx" in "forumId x"

"registered users" cannot "post by proxy" at all in "other forums" (and do not even see the option)

"admin usergroup" can post as "usergroup AB" in "all defined forums"

"supermoderator group" can post as "userID zz" or "usergroup AB" in selected forums

I will once more rethink what i can do for this with standard vB permission systems. I don't really feel to write a seperate permission system.

m_k 02-21-2006 01:45 PM

Quote:

Originally Posted by MarcoH64
Reuploaded version 1.00.1.

woot! workin' like a charm now :-)

thanks marco for the quick work in fixing the bug... great hack too btw

Marco van Herwaarden 02-21-2006 01:53 PM

Quote:

Originally Posted by m_k
woot! workin' like a charm now :-)

thanks marco for the quick work in fixing the bug... great hack too btw

Thanks for the feedback and the compliment.

I had a lot of time to test this hack (was stuck without internet for some time), and was already wondering if there was really no bug to be found left. Lucky the 2 of you found this in combination with your php-settings. (was actually just wrong coded anyway).

rnmcd 02-21-2006 09:53 PM

Quote:

Originally Posted by MarcoH64
Bug Fix version 1.00.1 released:

Changes:

Version 1.00.1 21-02-2006
- Fixed bug giving an error message when PHP setting 'allow_call_time_pass_reference' was set off


This release needs only to be installed if you have 'allow_call_time_pass_reference' set to Off, and you are getting errors warning you about: Call-time pass-by-reference has been deprecated

To upgrade, do an overwrite install of the new product file.

Edit: Also the files in the upload directory must be re-uploaded to your server for this patch.

Where can this setting(see green colored text above) be changed at?

Southpaw 02-22-2006 01:31 AM

Quote:

Originally Posted by rnmcd
Where can this setting(see green colored text above) be changed at?

Probably in your php.ini config file

Marco van Herwaarden 02-22-2006 05:05 AM

Quote:

Originally Posted by rnmcd
Where can this setting(see green colored text above) be changed at?

There is no reason (at least from the point of view of this hack) to change that setting. The 1.00.1 version of this hack supports both modes.

But if you want to change it for whatever reason, then yes, you can find it in your php.ini file.

lionheart53 02-22-2006 07:57 PM

I'm looking to install this for a reason that's a bit different. I've got incoming mails that are to be replies to existing topics. So what I'm thinking is actually using this hack along with a server that has a permanent login under the account that has the proxy option. Then when it gets the message it would fill out the form and use it to post. I could go direct to the database, but we don't get tons of these, and this would allow me to not have to worry about all the database updates, forum subscriptions, etc. as they'd follow all the posting rules.

Does this make sense? Any major issue you see with this logic?

Marco van Herwaarden 02-22-2006 08:09 PM

I think it wouold be easier to tell a server to write to the database, then to tell it how to fill a form and select from a dropdown box.

lionheart53 02-22-2006 08:14 PM

Yes, that's the way I'd normally go. I just have to figure out all the tables it has to hit and particularly for the subscriptions how it needs to parse the data and load the tables to send out the subscription messages. The form isn't very hard (done a lot of it) so I think I'll try to make sense of the database entries created and then if I still can't get it then I may go with the proxy form.

Marco van Herwaarden 02-22-2006 08:21 PM

You can find threads on how to create a post in our Tutorial forum

lionheart53 02-22-2006 08:44 PM

Thanks. I found the one about threads and going to see if I can find one about building replies (since all the posts right now will actually be replies rather than new threads).

Daniel 02-25-2006 03:37 PM

Awesome! Installed :)

OneShot 02-27-2006 09:55 AM

Great Hack, thanks.

In response to your post #20
- A. A forum setting (ie. every usergroup can post in that forum using 1 of the defined users).

I just need one forum where people can post as Anonymous if they want to, so no fancy stuff. I wouldn't mind option B tho, but needed at the moment is only A.

Thanks and kudos again for your work.

rnmcd 03-02-2006 03:30 PM

Vote folk, vote:

https://vborg.vbsupport.ru/showpost....2&postcount=20

naqalone 03-07-2006 05:39 PM

I have a problem with my forum.
This hack works properly with <<new thread>>, but it doesn't work with <<reply>>.

Any body has this problem ?
I installed ver.1.0.0.1

Marco van Herwaarden 03-08-2006 07:30 AM

The only reason i can think of is that you have a modified 'newreply' template, and that the automatic template edits can not be made. Try making the edit to this template manually, as instructed in the install.txt

PS It will only work in Advanced mode, not in quick reply.

gavinzac 03-13-2006 03:33 PM

if you can make this apply to specific forums, it'd be mod of the month for sure. in reply to your question:
A. A forum setting (ie. every usergroup can post in that forum using 1 of the defined users).
this all that is needed to make this also work as an anonymous forum hack.
looking forward to install this some day.

moonclamp 03-16-2006 11:26 PM

Quote:

Originally Posted by MarcoH64
Nobody any errors or other complaints?;)

Yeah ... not major though, but if you edit a proxy post the "edited by" message will show the real user's name.

rnmcd 03-19-2006 12:43 PM

Quote:

Originally Posted by moonclamp
Yeah ... not major though, but if you edit a proxy post the "edited by" message will show the real user's name.

That's kind of a major issue don't you think? If I need to edit my proxy post and it ends up displaying my real name, my proxy post is pointless. On top of that, other users will be able to figure out who my other proxy posts (in other threads) actually belong to.

rnmcd 03-21-2006 11:02 PM

Quote:

Originally Posted by moonclamp
Yeah ... not major though, but if you edit a proxy post the "edited by" message will show the real user's name.

Won't be able to use this as an anonymous post hack.

rnmcd 03-31-2006 07:49 PM

I wondered what happened to MarcoH64. I haven't seen him anywhere on this site for awhile...maybe on vacation or exams?

Zowners 04-02-2006 07:29 PM

Quote:

Originally Posted by naqalone
I have a problem with my forum.
This hack works properly with <<new thread>>, but it doesn't work with <<reply>>.

Any body has this problem ?
I installed ver.1.0.0.1

I have te same problem. The hack works fine apart from when I try to make a new thread with a proxy account. My site is a Zoints community and I have had consultants look at the "newthread" template and they couldn't find anything wrong.

MarcoH64, do you have any ideas on how I can solve this problem?

Nathan2006 04-04-2006 10:18 AM

wooooooooooooo:banana:

Thank you Marco

This is just what I needed:D

Now I can use the fake info bot account without signing in and out to change anything:cool:

Thanks very much;)

Install

Working fully

Zowners 04-05-2006 06:13 AM

Quote:

Originally Posted by Zowners
I have te same problem. The hack works fine apart from when I try to make a new thread with a proxy account. My site is a Zoints community and I have had consultants look at the "newthread" template and they couldn't find anything wrong.

MarcoH64, do you have any ideas on how I can solve this problem?

Anyone?

rnmcd 04-06-2006 01:29 PM

Has anyone tried to contact MarcoH64 via PM or email?

Zowners 04-10-2006 05:17 PM

Marco, this hack is causing a couple of minor problems on my site.

1) When making a new thread with a proxy account, your main account makes the thread, not the proxy account.

2) When someone edits a post, they lose 1 to their post count. I have found out (by disabling all hacks one at a time and testing editing threads) that this hack is the cause.

Is there any chance of getting a couple of fixes to solve these problems?

rnmcd 04-10-2006 05:34 PM

Take a look at MarcoH64's profile...he hasn't been around for almost a month.

Zowers, are you also noticing that when someone edits a proxy post that their main account displays?

Zowners 04-10-2006 07:33 PM

Quote:

Originally Posted by rnmcd
Take a look at MarcoH64's profile...he hasn't been around for almost a month.

Yeah I saw that, so I emailed him too.

Quote:

Originally Posted by rnmcd
Zowners, are you also noticing that when someone edits a proxy post that their main account displays?

No I have not encountered this bug. I wonder why we have these probs, and no other site does?

Zowners 04-16-2006 07:47 AM

Quote:

Originally Posted by Zowners
Marco, this hack is causing a couple of minor problems on my site.

1) When making a new thread with a proxy account, your main account makes the thread, not the proxy account.

2) When someone edits a post, they lose 1 to their post count. I have found out (by disabling all hacks one at a time and testing editing threads) that this hack is the cause.

Is there any chance of getting a couple of fixes to solve these problems?

Marco, rnmcd, have either of you guys found out how to fix this problem?

I have also had several coders looking through the templates and they found no errors either :(

Can anyone help me with this problem?

rnmcd 04-17-2006 01:02 PM

Zowers, I have not found a fix regarding post #72.

kurtbarker 04-18-2006 01:38 PM

hey guyz, I have just installed this, great hack... but i'm curious. the 'optional template edits' in the install file. what do they do exactly? the hack seems fine without the edits, and I don't wanna go editing templates if I don't have to

davelacey 04-18-2006 01:51 PM

Great hack. Works like a dream Thankyou.

Zowners 04-21-2006 06:32 PM

Quote:

Originally Posted by rnmcd
Zowers, I have not found a fix regarding post #72.

Oh ok :(

Djamil 05-21-2006 09:40 AM

Great hack, thank you!

Will there be any way in the future to track who has sent a specific PM by proxy ?

At present there isn't any way to clarify which staff member has actually sent a PM - might be very useful if a staff member is causing trouble, but avoiding consequences by intent :-)

Djamil

Bad Bunny 07-18-2006 06:42 PM

Can this be used to make a post "as" another user? Or is it just preset usernames that can be chosen from a dropdown box?

Wired1 07-19-2006 06:46 PM

Bad Bunny:
The usernames ARE official users with all of the things that it comes with.

Marco (or whomever can answer this):
Does it update the post counts of the original username, or of the shared username? The description is a little confusing to me.

Is there a way to have the proxied usergroup be based upon the secondary instead of the primary usergroup?

begore 07-26-2006 08:54 AM

Has this been abandoned??

begore 07-26-2006 10:47 AM

*subscribing


All times are GMT. The time now is 04:36 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01621 seconds
  • Memory Usage 1,830KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete