vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Administrative and Maintenance Tools - Read PMs (PM Management Suite Lite) (https://vborg.vbsupport.ru/showthread.php?t=209344)

pakdi 07-24-2009 11:44 AM

Thank alot

Bluetiereign 07-24-2009 08:51 PM

You know, this is one of those hacks, as an admin... I don't really want to admit I have... but I got a bot that has managed to bypass vBulletin's image verification, etc... to register and then PM me with an advert for his crap that enabled him to register and spam me with PMS !


Quote:

Hello, Bluetiereign!

I see you want to promote your website. More effective, for less price...
It's easy ;) . *X*.09 P*m is a software complex, which can post to more than 1.000.000 forums, blogs, guestbooks, BBS's, boards, etc.*

It's price was grow up to $540, and continues growing.
Just use Google for purchase X*r.

P.S. Do not use X*9 and X*.0 - it is too old and buggy versions.


So... I take the time to go to the database, look up the id and get to deleting all of the spamming he has done to the other members.

So, if I want to read PM's.. I could do it anyway since I have access to the database... no, I do not want to read your PRIVATE message's... but yes, I do want a quicker way than digging through the database to see if I'm the only one getting spammmed... so yes.. I have this installed - not to read PM's - but to lighten the load a bit.

Sorry... I just hate having to actually need this. But thanks, it is useful.

yotsume 07-24-2009 09:36 PM

Quote:

Originally Posted by Bluetiereign (Post 1854850)
You know, this is one of those hacks, as an admin... I don't really want to admit I have... but I got a bot that has managed to bypass vBulletin's image verification, etc... to register and then PM me with an advert for his crap that enabled him to register and spam me with PMS !

You know you really need to moderate new members by approving them first! That is what Admins and Mods are for! No bot can get in a properly moderated site! :up:

Silvio 07-24-2009 10:33 PM

Hi Mosh, and thankyou for another greatfull hack.

Is there the possibility to hide the label 'Read PMs' to the regular admin and to anyone NOT SuperAdmin?

ty 4 hints will be highly appreciated

apologises for broken english

ciao take care

edit: on script line #63 there is a little issue. I immagine the correct one should be :

Code:

rpm_print_stop_back($rpmphrase['error_no_permissions'] . '<br />' . $rpmphrase['error_no_permissions_super'] . '<br /><a href = "http://www.vbulletin.com/docs/html/what_is_superadmin">' . $rpmphrase['error_no_permissions_super_what'] . '</a>');
instead original
Code:

rpm_print_stop_back($rpmphrase['error_no_permissions'] . '<br />' . $rpmphrase['error_no_permissions_super'] . '<br /><a href = \"http://www.vbulletin.com/docs/html/what_is_superadmin\">' . $rpmphrase['error_no_permissions_super_what'] . '</a>');

OsideRida06 07-24-2009 11:54 PM

Thank you!

Mosh 07-25-2009 06:01 AM

Quote:

Originally Posted by Silvio (Post 1854888)
Hi Mosh, and thankyou for another greatfull hack.

Is there the possibility to hide the label 'Read PMs' to the regular admin and to anyone NOT SuperAdmin?

ty 4 hints will be highly appreciated

apologises for broken english

ciao take care

Andrea, the only way to do so currently, is to not upload cpnav_rpm.xml and to use a shortcut/bookmark to http://<your-forum-path-here>/admincp/read_pms.php? instead.

Quote:

Originally Posted by Silvio (Post 1854888)
edit: on script line #63 there is a little issue. I immagine the correct one should be :

Code:

rpm_print_stop_back($rpmphrase['error_no_permissions'] . '<br />' . $rpmphrase['error_no_permissions_super'] . '<br /><a href = "http://www.vbulletin.com/docs/html/what_is_superadmin">' . $rpmphrase['error_no_permissions_super_what'] . '</a>');
instead original
Code:

rpm_print_stop_back($rpmphrase['error_no_permissions'] . '<br />' . $rpmphrase['error_no_permissions_super'] . '<br /><a href = \"http://www.vbulletin.com/docs/html/what_is_superadmin\">' . $rpmphrase['error_no_permissions_super_what'] . '</a>');

Thanks Andrea, well spotted :) Will fix it in the next update ;)

macc 07-25-2009 06:27 AM

hello!

nice mod

found one mistake in read_pms.php on line 171

you have:

PHP Code:

rpm_print_stop_back($rpmphrase['error_prefix1'] . $_REQUEST['userid'] . '</b> ' $rpmphrase['error_postfix2']); 


should be:

PHP Code:

rpm_print_stop_back($rpmphrase['error_prefix1'] . ': <b>' $_REQUEST['userid'] . '</b> ' $rpmphrase['error_postfix2']); 

reg
macc

Mosh 07-25-2009 06:35 AM

Quote:

Originally Posted by macc (Post 1855048)
hello!

nice mod

found one mistake in read_pms.php on line 171

you have:

PHP Code:

rpm_print_stop_back($rpmphrase['error_prefix1'] . $_REQUEST['userid'] . '</b> ' $rpmphrase['error_postfix2']); 


should be:

PHP Code:

rpm_print_stop_back($rpmphrase['error_prefix1'] . ': <b>' $_REQUEST['userid'] . '</b> ' $rpmphrase['error_postfix2']); 

reg
macc

Thanks macc :) Will fix it in the next version ;)

I think I had better do a code review now. I will post an update in the next hour or so.

Mosh 07-25-2009 07:03 AM

Update: v3.8.010 - Saturday 25th July 2009
-- Fixed: Typo on line 63 of 'readpms.php' - thanks to Andrea (Silvio)
-- Fixed: Typo on line 171 of 'readpms.php' - thanks to macc
-- Fixed: Typo on line 476 of 'readpms.php'
-- Fixed: Typo on line 483 of 'readpms.php'

This is just a typo fix update. There is no new functionality, no bug fixes, just fixed four typos. So, only update if you feel the need to.

And yet, again I am requesting this. As a lot of people benefit from this hack, if you have time, I would urge you to help me out and give back to the community at the same time, by providing a translation in your native language (as long as there is not an official translation already out there). So, if you read and write a different language other than English, and have a couple of hours to provide a translation in your language, please see the Translations section in the first post for more information.

Asdrubael 07-25-2009 08:19 AM

Hi Mosh,

I recently installed your mod, but:

1st: I dont have a link in the ACP
2nd: When I try to open the read_pms.php manually, it redirects me to the forum index

=(


All times are GMT. The time now is 11:11 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.01573 seconds
  • Memory Usage 1,760KB
  • 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
  • (4)bbcode_code_printable
  • (4)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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