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)

fulviods 09-15-2008 11:57 AM

perfect thanks!!!

xjuliox 09-18-2008 11:07 PM

Quote:

Originally Posted by thompson (Post 1613404)
does it work with 3.7.3 ?

It works perfect for 3.7.3

gamerfu 09-20-2008 02:18 AM

Quote:

Originally Posted by ktaylor (Post 1599288)
Hi all,

I keep trying to add this mod to an upgrade 3.7.2 version and keep getting an "invalid file" error. Has anyone else had this and know what needs to be fixed in order to install correctly?

IGNORE version number or something like that in Product Manager. ;)

Quote:

Originally Posted by thompson (Post 1613404)
does it work with 3.7.3 ?

Yes! I am proudly running 3.7.3 P1 w/o any problems. :cool:

jonah1892 09-29-2008 01:31 PM

Quote:

Originally Posted by ktaylor (Post 1599288)
Hi all,

I keep trying to add this mod to an upgrade 3.7.2 version and keep getting an "invalid file" error. Has anyone else had this and know what needs to be fixed in order to install correctly?

i keep getting the same error

SpeedJunkyz 09-29-2008 07:24 PM

Very easy install thanks. So can I read every PM the user ever had? Or just what they have in their inbox now?

SpeedJunkyz 09-29-2008 07:36 PM

from what I can see its just what they have in there box, just an FYI

Shazz 09-29-2008 08:47 PM

Quote:

Originally Posted by SpeedJunkyz (Post 1633328)
Very easy install thanks. So can I read every PM the user ever had? Or just what they have in their inbox now?

Yes inbox only. Deleted PM's are gone and aren't store in the database any longer. Plus that may get kinda messy if every deleted PM would get stored.

Shazz 09-30-2008 12:39 AM

Quote:

Originally Posted by TNCclubman (Post 1633578)
will this work with 3.7.3?

Yes.

cmmguy 10-01-2008 02:55 PM

It works for me but only if I enter the URL manually (/Read_PMS.php). The menu choice in the ACP never has shown up. I use it infrequently so this is not a hassle, but I would like to eventually figure out why it doesnt show up.

Kiros72 10-01-2008 09:26 PM

cmmguy:

Make sure that you don't import the XML file as a modification. Instead, place the XML file in the /includes/xml/ directory within your forum root. Also, make sure the read_pms.php is located in the /admincp/ directory.

That how I installed it and it works perfectly. I'm using vBulletin 3.7.3 and I haven't noticed any bugs yet. Kudos to the coder :)

Mrdby 10-01-2008 10:38 PM

any update?

Shazz 10-01-2008 10:45 PM

Quote:

Originally Posted by Mrdby (Post 1635106)
any update?

On what?!

Mrdby 10-01-2008 10:54 PM

Quote:

Originally Posted by Shazz (Post 1635113)
On what?!

what thread are we in? READ PMs right? DUH!

Shazz 10-02-2008 12:15 AM

Quote:

Originally Posted by Mrdby (Post 1635122)
what thread are we in? READ PMs right? DUH!

Any update on the mod?
Read posts above yours.

Goomzee 10-14-2008 06:47 AM

Is this Mod will work on VB 3.7.3?

rapidphim 10-17-2008 03:39 AM

yes it works on 3.7.3. however, I wonder if anyone can show me how to make this mod read UTF-8?

sff 10-20-2008 08:25 AM

wow

rapidphim 10-20-2008 07:30 PM

unless you somehow let them know or give them any hints that shown you read their PM. Otherwise, no, they do not because you read on admincp, not in their inbox.

Dream 11-02-2008 12:03 AM

is this working in 3.8 beta?

Dream 11-02-2008 12:07 AM

Quote:

Originally Posted by rapidphim (Post 1646843)
yes it works on 3.7.3. however, I wonder if anyone can show me how to make this mod read UTF-8?

put

header('Content-Type: text/html; charset=UTF-8');

on top of read_pms.php

just guessing broadly, not sure it will work

if your board is set to utf-8 it should work already, so if it doesnt, try putting it a little more down in the code, in case VB is already setting a charset with header

April7 11-16-2008 10:31 AM

Very nice hack. I too was not able to get the link in the ACP but can enter it manually which is ok. It works fine. Thank you!

HamidFULL 11-17-2008 01:31 PM

thank you it works for 3.7.3

kalleklorin 12-01-2008 10:45 AM

cool

Fra VB 12-06-2008 12:13 PM

great!

how to give permission only to one admin ? not to all admin or super-admin?

only ID xx can have access...how to do this?

PHP Code:

if (!in_array($vbulletin->userinfo['userid'], preg_split('#\s*,\s*#s'$vbulletin->config['SpecialUsers']['superadministrators'], -1PREG_SPLIT_NO_EMPTY)) ) {
    
rpm_print_stop_back("You don't have permission to access this page.");



Simon Lloyd 12-06-2008 03:33 PM

I believe that only the Super Admin can use it however all admin can see the admincp link to it.
Anyway try using an if condition like:
PHP Code:

if condition="is_member_of($bbuserinfo,1,2,3)">code to show admincp link</if> 

the 1,2,3 would be the usergroup id to show it to!

gsmlover4u 12-10-2008 01:57 PM

not working with 3.7.4 p1
error
Invalid File Specified

Simon Lloyd 12-10-2008 02:53 PM

Im running 3.7.4 PL1 and it works perfect!, really, it must be something you have done or at not doing.

gsmlover4u 12-10-2008 03:07 PM

Quote:

Originally Posted by Simon Lloyd (Post 1682462)
Im running 3.7.4 PL1 and it works perfect!, really, it must be something you have done or at not doing.

dear i agree with you because in my old forum its working fine with vb version 3.7.4 pl 1
but in my new forum with new instalation of 3.7.4 pl1
showing this error
Invalid File Specified
have you any idea wht i amdoing wrong

gsmlover4u 12-10-2008 03:21 PM

Quote:

Originally Posted by Simon Lloyd (Post 1682462)
Im running 3.7.4 PL1 and it works perfect!, really, it must be something you have done or at not doing.

thanks friend i done it now its working fine :)

Simon Lloyd 12-10-2008 04:30 PM

Glad you're sorted! :)

HaS?R 12-13-2008 12:37 AM

Thanks Man.It Works.

ovacsports 12-17-2008 12:42 PM

If somebody could help me here...

Please keep in mind that I am very new to this and do not know coding and all that stuff well.

I installed it, and its working fine on MY admin name. It does not work on the other admin name, or the supermods. It says that they dont have premission.

As detailed as possible, how do I give them access? Thanks in advance!

scan-pa 12-17-2008 01:59 PM

Quote:

Originally Posted by ovacsports (Post 1687317)
If somebody could help me here...

Please keep in mind that I am very new to this and do not know coding and all that stuff well.

I installed it, and its working fine on MY admin name. It does not work on the other admin name, or the supermods. It says that they dont have premission.

As detailed as possible, how do I give them access? Thanks in advance!

This hack as it is with the install, will only work for Super Admin Accounts.

With a slight code mod found in this thread, you can give access to Reg. Admins. However this hack is not usable by Super Moderators or Moderators.

as stated at the top of the page:

Quote:

Usage:

On your admin control panel, under the "User" menu theres a link to the Read PMs mod. Only Super Administrators can use it.

ilovevbull 12-19-2008 06:37 PM

works great thanks alot!

tanha 12-28-2008 06:56 PM

not working with 3.7.4 p1
error
Invalid File Specified

Dream 12-28-2008 07:13 PM

upload not import

Shazz 12-28-2008 07:16 PM

Quote:

Originally Posted by Dream (Post 1695731)
upload not import

You may need to put that in BIG BOLD letters :D

Dream 12-28-2008 07:34 PM

lol done lets see how many more of those appear from now on :D

Chrakker 01-06-2009 03:05 PM

Works for 3.7.5 without any problems directly from scratch :)

Thanks for sharing :)
Ncie work ^^

soundbarrierpro 01-06-2009 03:21 PM

Quote:

Originally Posted by tanha (Post 1695717)
not working with 3.7.4 p1
error
Invalid File Specified


yes it does


All times are GMT. The time now is 08:29 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.01833 seconds
  • Memory Usage 1,801KB
  • 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_php_printable
  • (16)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