vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Admins can view user's PM's (https://vborg.vbsupport.ru/showthread.php?t=32625)

Scott MacVicar 11-25-2001 08:41 PM

word :D

JTMON 11-25-2001 08:56 PM

I reuploaded pm.php but I don't see a change?

JTMON 11-25-2001 09:41 PM

ok I checked the two different versions with beyond compare and I certainly see a difference in them, but it still shows me the same list as the old one.

Scott MacVicar 11-25-2001 10:00 PM

cache problem maybe i downloaded it and it is the new version.

Scott

JTMON 11-25-2001 10:03 PM

Can you post a screenie? I haven't had this issue before but I have shift refreshed to no avail.

JTMON 11-25-2001 10:05 PM

I don't see the different folders. Everything else works great tho. Did you change user.php from the earlier version to this one?

Scott MacVicar 11-25-2001 10:32 PM

no changes to user.php, just linked to it

and the hack doesn't include the sent folder, as its simply stoes the pm's the user sent, do you really want to read them?

Scott

JTMON 11-25-2001 10:34 PM

Yes because this allows to check to see if they sent it. Another user may delete it casually, but a lot of people forget about the sent items folder. Please Please Please

Scott MacVicar 11-25-2001 10:40 PM

ok change
Code:

  WHERE privatemessage.userid='$user[userid]' AND privatemessage.fromuserid!='$user[userid]' ORDER BY dateline DESC");
to

Code:

  WHERE privatemessage.userid='$user[userid]' ORDER BY dateline DESC");
in pm.php

Scott

JTMON 11-25-2001 10:46 PM

Excellent!! Thank you PPN!!


All times are GMT. The time now is 02:31 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.01236 seconds
  • Memory Usage 1,726KB
  • 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
  • (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