vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Private Messages Enhancements - [OzzModz] PM Spy (https://vborg.vbsupport.ru/showthread.php?t=304325)

Jaggee 03-17-2014 07:00 AM

Quote:

Originally Posted by ozzy47 (Post 2487739)
Strange, I have not ran across that error before. :confused:

Same error happened to me.

Alex6969 03-17-2014 08:23 AM

you have any idea why this error?

ozzy47 03-17-2014 10:36 AM

Is your DB mysql or mysqli?

Jaggee 03-17-2014 04:18 PM

Quote:

Originally Posted by ozzy47 (Post 2487781)
Is your DB mysql or mysqli?

mysqli

ozzy47 03-17-2014 08:24 PM

Ahhh, that is the issue then, I have had one other user with mysqli, and it would not work for them At some point I do intend updating the mod, but not sure when that will be.

Snowhog 04-13-2014 10:25 PM

Downloaded, installed, and voted Excellant. But, I would like to see an option added that allows for excluding selected superadministrators (by userid). Can you do this?

killah360z 06-07-2014 03:42 PM

cant seem to read the pm's even after hovering over it ?

fxdigi-cash 07-04-2014 06:40 AM

it seems having an issue on my server

PHP Code:

"PHP message: PHP Parse error:  syntax error, unexpected 'pmspy' 

is that a conflict with other mod or what??

any idea?

ozzy47 07-04-2014 09:21 AM

Hmmm, have not seen that one before, and it is not a very descriptive error either,

Where have you seen this?

Dilldogs 07-05-2014 01:42 PM

I dont think I would use this for the simple reason Trust. Its called private messages that means it should stay private between the 2 parties sending the messages.

ozzy47 07-05-2014 02:05 PM

Quote:

Originally Posted by Dilldogs (Post 2505317)
I dont think I would use this for the simple reason Trust. Its called private messages that means it should stay private between the 2 parties sending the messages.

As stated in the first post:

Note: Please do not fill this thread up with opnions on if this mod is moral, should be made, or any other hate it type stuff. If you don't like it, don't use it, it's that simple. I really don't care if you don't like it, so you telling me this has no merit. This is a thread to help those out who use the mod, not a discussion on why you feel it is a bad or un-necessary mod.

fxdigi-cash 07-07-2014 07:25 PM

Quote:

Originally Posted by ozzy47 (Post 2505138)
Hmmm, have not seen that one before, and it is not a very descriptive error either,

Where have you seen this?

I saw this error in the server log file many times and for few days.

now that I had to remove some mods such as Super PM DBtech, that issue no more up...

I'm not sure though if that was the cause because I had to remove other mods as well, but can't re-call which ones...

Nevertheless, things look just great, and Thanks Ozzy for the great work. :)

ozzy47 07-07-2014 07:51 PM

Glad to hear all is ok now, but I would be interested if it was vBSuper Pm as I coded that as well.

Nirjonadda 07-13-2014 08:31 AM

My database is running as mysqli , Now can i change to mysql ? Is this any issue if i change mysqli to mysql ?

ozzy47 07-13-2014 10:17 AM

No I have not worked out the issue with mysqli yet. I am not sure about switching between the two as I have never done it.

fxdigi-cash 09-09-2014 05:08 AM

after the latest upgrade to the latest version, I started getting bunch of issues...

Code:

2014/09/09 14:52:39 [error] 4264#0: *8132 FastCGI sent in stderr: "PHP message: PHP Warning:  mysql_query(): Access denied for user ''@'localhost' (using password: NO) in /home/public/christeris/datagrid/class/phpmydatagrid.class.php on line 355
PHP message: PHP Warning:  mysql_query(): A link to the server could not be established in /home/public/christeris/datagrid/class/phpmydatagrid.class.php on line 355
PHP message: PHP Warning:  mysql_query(): Access denied for user ''@'localhost' (using password: NO) in /home/public/christeris/datagrid/class/phpms/phpmydatagrid.class.php on line 355
PHP message: PHP Warning:  mysql_query(): A link to the server could not be established in /home/public/christeris/datagrid/class/phpmydatagrid.class.php on line 355
PHP message: PHP Warning:  mysql_query(): Access denied for user ''@'localhost' (using password: NO) in /home/public/christeris/datagrid/class/phpms/phpmydatagrid.class.php on line 355
PHP message: PHP Warning:  mysql_query(): A link to the server could not be established in /home/public/christeris/datagrid/class/phpmydatagrid.class.php on line 355
PHP message: PHP Warning:  mysql_query(): Access denied for user ''@'localhost' (using password: NO) in /home/public/christeris/datagrid/class/phpms/phpmydatagrid.class.php on line 355
PHP message: PHP Warning:  mysql_query(): A link to the server could not be established in /home/public/christeris/datagrid/class/phpmydatagragrid.class.php on line 355
PHP message: PHP Warning:  mysql_fetch_array() expects parameter 1 to be resource, boolean given in /home/public/christeris/datagrid/class/phpmydatagrid.class.php on line 355
2014/09/09 14:52:40 [error] 4264#0: *8137 open() "/home/public/clientscript/vbulletin_css/style00007l/vbcms.css" failed (2: No such file or directory), client: xxx.xxx.xxx.128, server: www.mydomain.com, request: "GET /clientscript/vbulletin_css/style00007l/vbcms.css?d=1410240519 HTTP/1.1", host: "www.mydomain.com", referrer: "http://www.mydomain.com/pmspy.php"

any idea how to resolve these issues??

ozzy47 09-09-2014 08:51 AM

Latest version of what? I can't tell what version of the mod you have, because you did not mark it as installed. :)

fxdigi-cash 09-10-2014 02:05 AM

Quote:

Originally Posted by ozzy47 (Post 2514332)
Latest version of what? I can't tell what version of the mod you have, because you did not mark it as installed. :)

Hi Ozzy, sorry I wasn't clear enough. I'm using vb4.2.3 with your mod [OzzModz] PMSpy 1_4_0.zip where the issues show up.

I guess it is something related to mysqli ... not sure though

any idea?

ozzy47 09-10-2014 02:17 AM

Did you just change to mysqli from mysql?

fxdigi-cash 09-10-2014 02:41 AM

Quote:

Originally Posted by ozzy47 (Post 2514472)
Did you just change to mysqli from mysql?

yes, I did. does that have any impact on this mod?

ozzy47 09-10-2014 02:59 AM

Yes it does, I tried to get it to work with mysqli before but failed. :(

fxdigi-cash 09-10-2014 03:09 AM

Quote:

Originally Posted by ozzy47 (Post 2514477)
Yes it does, I tried to get it to work with mysqli before but failed. :(

so there is no solution at the moment?? I'm afraid I change it back to mysql and get other troubles...

ozzy47 09-10-2014 03:16 AM

Not that I can think of. :(

Raakin 09-18-2014 02:40 AM

Is it possible for Admins to delete individual PMs and to know whether the recipient has read the PM or not?

ForceHSS 09-18-2014 02:43 AM

Quote:

Originally Posted by Raakin (Post 2515570)
Is it possible for Admins to delete individual PMs and to know whether the recipient has read the PM or not?

You can do that by default
admincp/Users/Private Message Statistics

New Joe 09-18-2014 03:17 AM

Quote:

Originally Posted by Raakin (Post 2515570)
Is it possible for Admins to delete individual PMs and to know whether the recipient has read the PM or not?

Quote:

Originally Posted by ForceHSS (Post 2515571)
You can do that by default
admincp/Users/Private Message Statistics

But for deleting individual PMs that way you'd have to delete 'all' PMs, you can't just delete the odd one ot two.
As for if the recipient has read the PM that's a standard part of PMing, when you send a PM just tick the:
Quote:

Request a read receipt for this message
Allows you to see when the message is read by its recipients.
then you know if they've read it or not

Raakin 09-23-2014 02:38 AM

Thank you for the replies. There was a mod pm-workbench for vB3 which allowed us to check the current read status of all PMs from admincp and we were able to delete individual PMs if needed. I am looking for similar mod for vB4 but couldn't find any until now.

Firyou 10-17-2014 07:22 AM

This randomly stopped working for me one day. I just get "No Results found" Im not running mysqli, any ideas how to get the pm's to show in the mod?

ozzy47 10-17-2014 09:07 AM

It just don't randomly stop working, something changed on the site/server just before it stopped working. I would start there. :)

by_online 01-06-2015 09:59 PM

Hello,
How can we fix the issue with charset for Turkish ?
Example :

Re: kapý döþeme

Thanks.

ozzy47 01-06-2015 10:04 PM

What is displaying?
What should be displaying?
Where is this display issue happening?

by_online 01-07-2015 10:27 AM

Quote:

Originally Posted by ozzy47 (Post 2530833)
What is displaying?
What should be displaying?
Where is this display issue happening?

Hello ozzy,
Please see the screenshot : http://screencast.com/t/PvlfoiRb

Wrong > Correct
Araç Kiti > Ara? Kiti

ozzy47 01-07-2015 10:58 AM

Not sure, I'll have to check it out if I get some time.

gxfreebies 01-19-2015 08:47 PM

works great thanks for the mod.

ozzy47 01-19-2015 08:50 PM

Glad you like it, and thanks for marking as installed. :)

MistViper 01-26-2015 10:10 PM

Love it! Just downloaded and marked as installed.

ozzy47 01-26-2015 10:31 PM

Glad to hear you like it, and thanks for marking it as installed. :)

Hisoka96 02-08-2015 11:29 AM

Hi i'm having a few problems,the install was fine but when i access the Product via Navbar show me no Messages,just the interface.

Here is the errorlog.txt

Asmod 02-15-2015 11:42 PM

Quote:

Originally Posted by Hisoka96 (Post 2536635)
Hi i'm having a few problems,the install was fine but when i access the Product via Navbar show me no Messages,just the interface.

Here is the errorlog.txt

same for me.....


All times are GMT. The time now is 05:54 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.01785 seconds
  • Memory Usage 1,819KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (39)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