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?

Mike-D 03-16-2008 12:25 PM

Quote:

Originally Posted by Sworm (Post 1465940)
Hi all,
is possible to hide this options to all others Admins?

No! Unless you move the other Admin, say "Co-Admin" into the seconday Usergroup. Then it works with some tricky ways ;)

Sworm 03-16-2008 04:26 PM

Quote:

Originally Posted by Mike-D (Post 1466100)
No! Unless you move the other Admin, say "Co-Admin" into the seconday Usergroup. Then it works with some tricky ways ;)


Thanx foir reply,
but if i move all others admin in the secondary group, how can i do for hide this option?What tricky?

can u explain this operation in all steps?

Balthazar 03-18-2008 02:42 AM

I uploaded the files in the correct folders. When i click on read PMs under the User I get a "Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request.

HOw can I correct this problem? Thank you very much.

Sworm 03-26-2008 11:31 AM

Don't work in 3.7 , when will be out an upgrade of this mod?

Sworm 03-26-2008 11:37 AM

no sorry,
work perfect with 3.7 :)

thanx :D

jvonmuenster 03-31-2008 04:03 PM

What is a super Administrator? It's my forum... does that make me one?

Kadi 03-31-2008 05:10 PM

Is this working on boards that upgraded to 3.6.9?

Tyran1 03-31-2008 06:58 PM

Work perfect with 3.7 RC 1

thanx :D

scan-pa 03-31-2008 08:57 PM

Quote:

Originally Posted by jvonmuenster (Post 1479178)
What is a super Administrator? It's my forum... does that make me one?

Super Admins are the Full access to everything.

You should only give this access to yourself and your server / webmaster.

look in the includes file folder, and edit your config.php file, there is a line in there to list the userid number of the members who are super admins. You should also have these same user id numbers in the unalterable delete protect user id aray. in the same file.

desmomax 04-03-2008 02:08 PM

Is this mod worling on 3.6.x or 3.7 ?
i tried with admin access but i receive an error that i am not able to see pm..
someone can help?
thanx

R-D 04-03-2008 02:31 PM

Worked fine on 3.6.8 and now also works fine on 3.6.9

usearchme 04-03-2008 02:44 PM

I have tryed this twice now it starts to import an then just stops with the error

Invalid File Specified

Anyone know what im doing wrong ?

Woc

desmomax 04-03-2008 02:59 PM

I updated to 3.7 right now..
why i receive that i am not authorized if i clck on pm menu in admin panel? (logged as admin)
what does it mean it works only with superadmin, i dont have superadmin user..
thanx

Elenna 04-07-2008 10:59 PM

Quote:

Originally Posted by desmomax (Post 1482041)
what does it mean it works only with superadmin, i dont have superadmin user..
thanx

It means that you need to be set as a SuperAdmin (in config.php) to be able to use this script.

desmomax 04-08-2008 08:28 AM

Can someone explain me what a superadmin is?
i can not find any superadmin config in my vbulletin and if i try to use this mod as admin i receive en error message and i cant..
thanx

coverrequest.dk 04-08-2008 08:38 AM

i got an error- the page can not been seen

scan-pa 04-08-2008 04:58 PM

You need to go into your servers control manager - file manager or FTP into your website and go to your forum directory. Now go into your includes folder.

look for the file called config.php

open this file in your favorite edit program.

look for this line of code:

// ****** SUPER ADMINISTRATORS ******
// The users specified below will have permission to access the administrator permissions
// page, which controls the permissions of other administrators
$config['SpecialUsers']['superadministrators'] = '1';

right now in this example, the user whose id number is 1, is the superadmin.

you can edit this aray and add / delete the user ID numbers of the user accounts you want as super admins. seperate each user id number with a , These users must also have a usergroup that allows them access to the Admin CP, with admin permissions set for the user.

jpbryan 04-14-2008 10:29 PM

Thanks, works with 3.6.9.. Thanks again

g00gl3r 04-24-2008 01:57 PM

How do you make an admin super admin?

g00gl3r 04-24-2008 01:58 PM

Ahhhh sorry
lol https://vborg.vbsupport.ru/showpost....&postcount=349

tonyswifey 04-24-2008 05:28 PM

It says invalid file specified?

mihai11 04-24-2008 06:57 PM

Quote:

Originally Posted by Paul M (Post 1045823)
This thread is not for discussing the issues of reading PM's, if you have a problem with it then don't use it, those posts have been removed and any more posts on the subject are liable to get the same treatment. Thanks.

I can think of situations where this is requires. On one board a member sent threats to the another member, but he would not admit it. Only after inspecting the PMs, we could decide that the threats were real. In other words, this is a useful tool.

Old Man River 04-30-2008 04:53 PM

thanks

Hypocrisy 05-04-2008 02:13 AM

Any plans of releasing this to 3.7, or are similar functions already implemented in 3.7?

(I use this add-on to catch and filter out abuse)

falconKing 05-06-2008 01:35 AM

Quote:

Originally Posted by Hypocrisy (Post 1507581)
Any plans of releasing this to 3.7, or are similar functions already implemented in 3.7?

(I use this add-on to catch and filter out abuse)

Take time when upgrading vB to browse the last page of any mod you are worried about, you'll find the answer;

https://vborg.vbsupport.ru/showpost....&postcount=335

tbrown7552 05-07-2008 07:39 AM

Quote:

Originally Posted by falconKing (Post 1509947)
Take time when upgrading vB to browse the last page of any mod you are worried about, you'll find the answer;

https://vborg.vbsupport.ru/showpost....&postcount=335

I get invalid File Specified when uploading it in the ACP.

Bulent Tekcan 05-08-2008 02:35 PM

Quote:

Originally Posted by tbrown7552 (Post 1511393)
I get invalid File Specified when uploading it in the ACP.


Did you read 1st. message ???

Installation:

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



No install any files,only upload 2 files...

Hannan 05-11-2008 10:35 AM

Could You modify this hack for 3.70 ? I really need it!!
thanks

scan-pa 05-11-2008 04:34 PM

Quote:

Originally Posted by Hannan (Post 1515803)
Could You modify this hack for 3.70 ? I really need it!!
thanks


this mod works great as is in vB 3.7.00 Gold.

Hannan 05-11-2008 08:54 PM

Quote:

Originally Posted by scan-pa (Post 1516212)
this mod works great as is in vB 3.7.00 Gold.

After Upgrading it's give me this error:
Quote:

You don't have permission to access this page.
I checked the files permission. everything seems ok but it doesn't work.


All times are GMT. The time now is 05:52 PM.

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.01900 seconds
  • Memory Usage 1,818KB
  • 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
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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