vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Administrative and Maintenance Tools - Read PMs (https://vborg.vbsupport.ru/showthread.php?t=123166)

R1lover 02-08-2008 03:30 AM

anyway to keep the option from showing up in the admin cp for normal admins and only for the super?

diim_nowa 02-08-2008 05:10 AM

In \admin\read_pms.php

Find:
Code:

//print_label_row('To', htmlspecialchars($pm['touserarray']));
$to = is_array(unserialize($pm['touserarray'])) ? implode(", ", array_values(unserialize($pm['touserarray']))) : null;
$to = ($to == 'Array') ? htmlspecialchars($pm['touserarray']) : $to;
print_label_row('To' , $to);

Replace that with:
Code:

$myarray = array_values(unserialize($pm['touserarray']));
if (is_array($myarray[0])) print_label_row('To' , htmlspecialchars(implode(", ", array_values($myarray[0]))));
if (is_array($myarray[1])) print_label_row('BCC' , htmlspecialchars(implode(", ", array_values($myarray[1]))));

Whether and it is impossible except name to add the user and it ID?

blackdream1971 02-19-2008 03:32 AM

Upload "read_pms.php" to your admincp folder and "cpnav_rpm.xml" to your includes/xml folder.

okay i did the upload of "read_pms.php", but where do i find the includes/xml folder????? i don't see it anywhere?

blackdream1971 02-19-2008 03:49 AM

Quote:

Originally Posted by blackdream1971 (Post 1446372)
Upload "read_pms.php" to your admincp folder and "cpnav_rpm.xml" to your includes/xml folder.


okay i did the upload of "read_pms.php", but where do i find the includes/xml folder????? i don't see it anywhere?


okay i found the includes/xml folder.

NOW, am i missing something, where is this "cpnav_rpm.xml" file that i have to upload? all i see is the read_pms.php file in the original post, am i overlooking something?

Elenna 02-19-2008 11:59 AM

Quote:

Originally Posted by blackdream1971 (Post 1446382)
okay i found the includes/xml folder.

NOW, am i missing something, where is this "cpnav_rpm.xml" file that i have to upload? all i see is the read_pms.php file in the original post, am i overlooking something?

I see that file in the zip, in the first post (it is the top post on every page of this thread).

Did you download just the .php file, or did you also download the zip? If you downloaded the zip, you might want to try re-downloading.

bigcurt 02-28-2008 01:10 PM

This mod has helped a ton when trying to save users at my site from being scammed, etc..thank you for it.

montsa007 02-29-2008 03:11 AM

Cool i could spy on someone's PM :D

insidedesign 02-29-2008 04:48 PM

Has anyone had issues with this MOD when upgrading to vB 3.7?

J105C 03-08-2008 02:34 AM

Works like a charm with 3.6.8 Patch Level 2 ;) Thanks a bunch bro!

Sworm 03-16-2008 08:24 AM

Hi all,
is possible to hide this options to all others Admins?


All times are GMT. The time now is 08:01 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.02516 seconds
  • Memory Usage 1,735KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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