vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Private Messages Enhancements - User PM Search (https://vborg.vbsupport.ru/showthread.php?t=285062)

TAIFUN_T 06-29-2012 10:00 PM

User PM Search
 
1 Attachment(s)
Description:
This modification allows your users to search thru their pms.
Original Add-on https://vborg.vbsupport.ru/showthread.php?t=149609 (for vB 3.6)

Autor: Thaliada
Rewrited by TAIFUN.

Installation:
All the installation information is in the package.

Upgrade
* To update the version of the hack below v.3.0:
- uninstall the old version
- install the new version v.3.0

Changes/Adds:
7 Plugins
20 Phrases
1 Template
1 Template change

Changelog
01.12.2016
* Fixed XSS vulnerability
* Other minor fixes

**.**.2012 - v.3.1
* Deleted option "Move to the folder..." (delete condition)
* Fixed SQL request for User Group "6" (Administrators)
* Other minor fixes

08.11.2012 - v.3.0
* Changed productID
* Changed the link to check for new versions
* Changed the link threads leading to the official forum

10.07.2012 - v.2.1
- Delete one SQL request
Code:

$db->query_write("UPDATE ". TABLE_PREFIX ."usergroup SET pm_search=1 WHERE usergroupid=6");
- Fixed change the background color (for vB 3.8.X)
- Fixed security token errors
- Fixed search if not entered the search criteria
- Added a missing phrase (Usergroup Permission)

Archive contains English and Russian versions!

P.S. I created a theme for the reason that the author of the Add-on does not appear on the forum for over four years and does not endorse Add-on on this forum, as well as to administrators vBulletin 3.8 which looking for Add-on`s in the section vBulletin 3.8

TAIFUN_T 07-02-2012 12:21 AM

- Fixed search if not entered the search criteria

vijayninel 07-02-2012 12:32 PM

I wish you had done this sometime back. I managed to get the 3.8.6 version working on my forum with some difficulty.

Anyway this is a very useful mod and should be a default feature in vB.

fortforum 07-02-2012 10:29 PM

Installed and seems to work fine. Very handy toll. Thanx!

Would like to see it included in master search, with the other searches, search.php.
Nominated MOTM.

EddyMaxx 07-03-2012 02:33 AM

Great mod! Thx. Working on 3.8.7. P3.

TAIFUN_T 07-09-2012 08:16 PM

Thanks to all!

UPD
- corrected errors in the words (Only in Readme)

TAIFUN_T 11-08-2012 01:05 PM

08.11.2012 - v.3.0
* Changed productID
* Changed the link to check for new versions
* Changed the link threads leading to the official forum

Upgrade
* To update the version of the hack below v.3.0:
- uninstall the old version
- install the new version v.3.0

CoffeeLovesYou 11-25-2012 05:17 AM

I am getting a database error after uninstalling this.. Ugh...

TAIFUN_T 11-25-2012 09:14 PM

Quote:

Originally Posted by CoffeeLovesYou (Post 2384797)
I am getting a database error after uninstalling this.. Ugh...

You sure? How version of the product? Show me code of database error pls.

sergio00 05-16-2013 08:17 PM

I get "Database Error" too:

my Vbulletin version: 3.8.5


Code:

Database error in vBulletin 3.8.5:

Invalid SQL:

                        SELECT pm.*, pmtext.*
                                , icon.title AS icontitle, icon.iconpath
                        FROM pm AS pm
                        LEFT JOIN pmtext AS pmtext ON(pmtext.pmtextid = pm.pmtextid)
                        LEFT JOIN icon AS icon ON(icon.iconid = pmtext.iconid)
                        WHERE pm.userid=11
                          AND MATCH(pmtext.title, pmtext.message) AGAINST ('+encuentro' IN BOOLEAN MODE)
                        ORDER BY pmtext.dateline DESC;

MySQL Error  : The used table type doesn't support FULLTEXT indexes
Error Number  : 1214
Request Date  : Thursday, May 16th 2013 @ 04:12:35 PM
Error Date    : Thursday, May 16th 2013 @ 04:12:35 PM
Script        : http://www.aeromodelismovirtual.com/private.php?pmsearch=1
Referrer      : http://www.aeromodelismovirtual.com/private.php?pmsearch=1
IP Address    : 80.36.255.96
Username      : sergio00
Classname    : vB_Database
MySQL Version : 5.0.96-community-log


Can any help me?

BEst Regards for the support!!

TAIFUN_T 05-16-2013 11:19 PM

Quote:

Originally Posted by sergio00 (Post 2422551)
I get "Database Error" too:

my Vbulletin version: 3.8.5


Code:

Database error in vBulletin 3.8.5:

Invalid SQL:

                        SELECT pm.*, pmtext.*
                                , icon.title AS icontitle, icon.iconpath
                        FROM pm AS pm
                        LEFT JOIN pmtext AS pmtext ON(pmtext.pmtextid = pm.pmtextid)
                        LEFT JOIN icon AS icon ON(icon.iconid = pmtext.iconid)
                        WHERE pm.userid=11
                          AND MATCH(pmtext.title, pmtext.message) AGAINST ('+encuentro' IN BOOLEAN MODE)
                        ORDER BY pmtext.dateline DESC;

MySQL Error  : The used table type doesn't support FULLTEXT indexes
Error Number  : 1214
Request Date  : Thursday, May 16th 2013 @ 04:12:35 PM
Error Date    : Thursday, May 16th 2013 @ 04:12:35 PM
Script        : http://www.aeromodelismovirtual.com/private.php?pmsearch=1
Referrer      : http://www.aeromodelismovirtual.com/private.php?pmsearch=1
IP Address    : 80.36.255.96
Username      : sergio00
Classname    : vB_Database
MySQL Version : 5.0.96-community-log


Can any help me?

BEst Regards for the support!!

Quote:

The used table type doesn't support FULLTEXT indexes
Which version MySQL is installed on the server?
Type tables: MyISAM or InnoDB?

sergio00 05-17-2013 09:58 AM

Quote:

Originally Posted by TAIFUN_T (Post 2422579)
Which version MySQL is installed on the server?
Type tables: MyISAM or InnoDB?

Thanks for the fast Support!
I will ask it to my hosting and I will answer you soon!

Thanks!
Sergio

sergio00 05-17-2013 02:48 PM

Quote:

Originally Posted by TAIFUN_T (Post 2422579)
Which version MySQL is installed on the server?
Type tables: MyISAM or InnoDB?


The mysql version used in the server is 5.0.96 and the table are MyISAM

Thanks for the Support

TAIFUN_T 05-17-2013 03:20 PM

Quote:

Originally Posted by sergio00 (Post 2422689)
The mysql version used in the server is 5.0.96 and the table are MyISAM

Thanks for the Support

Quote:

The used table type doesn't support FULLTEXT indexes
You hosting can solve this problem.

blackberry 05-17-2013 04:08 PM

hmm nice..

sergio00 05-17-2013 05:59 PM

Quote:

Originally Posted by TAIFUN_T (Post 2422695)
You hosting can solve this problem.

But what exactly I should I tell to my hosting? What's the problem? Can you be more precise?
My hosting is URLJET ( one of the best Vbulleting hosting ).

Thanks fot the support

TAIFUN_T 05-17-2013 06:04 PM

Quote:

Originally Posted by sergio00 (Post 2422741)
But what exactly I should I tell to my hosting? What's the problem? Can you be more precise?
My hosting is URLJET ( one of the best Vbulleting hosting ).

Thanks fot the support

Show them the error text DB:

Quote:

Invalid SQL:

SELECT pm.*, pmtext.*
, icon.title AS icontitle, icon.iconpath
FROM pm AS pm
LEFT JOIN pmtext AS pmtext ON(pmtext.pmtextid = pm.pmtextid)
LEFT JOIN icon AS icon ON(icon.iconid = pmtext.iconid)
WHERE pm.userid=11
AND MATCH(pmtext.title, pmtext.message) AGAINST ('+encuentro' IN BOOLEAN MODE)
ORDER BY pmtext.dateline DESC;

MySQL Error : The used table type doesn't support FULLTEXT indexes
Error Number : 1214
Request Date : Thursday, May 16th 2013 @ 04:12:35 PM
Error Date : Thursday, May 16th 2013 @ 04:12:35 PM
Script : http://www.aeromodelismovirtual.com/...php?pmsearch=1
Referrer : http://www.aeromodelismovirtual.com/...php?pmsearch=1
IP Address : 80.36.255.96
Username : sergio00
Classname : vB_Database
MySQL Version : 5.0.96-community-log
Because the problem is not the plugin. This problem of database tables.

TAIFUN_T 05-17-2013 06:06 PM

sergio00, go to http://YourDomain/admincp/options.php?do=searchtype

What you see?
Search type:
Your forum is currently using the Fulltext search engine. Blablabla... ?

sergio00 05-17-2013 06:44 PM

Quote:

Originally Posted by TAIFUN_T (Post 2422744)
sergio00, go to http://YourDomain/admincp/options.php?do=searchtype

What you see?
Search type:
Your forum is currently using the Fulltext search engine. Blablabla... ?

Your Cpanel URL is different in my host......
I send a ticket support to my Hosting with this issue.
I keep you informed.

Best Regards!
Sergio

TAIFUN_T 05-17-2013 06:52 PM

Quote:

Originally Posted by sergio00 (Post 2422751)
Your Cpanel URL is different in my host......
I send a ticket support to my Hosting with this issue.
I keep you informed.

Best Regards!
Sergio

This not Cpanel. Look carefully.
---
http://www.aeromodelismovirtual.com/...?do=searchtype

sergio00 05-18-2013 11:28 PM

Quote:

Originally Posted by TAIFUN_T (Post 2422744)
sergio00, go to http://YourDomain/admincp/options.php?do=searchtype

What you see?
Search type:
Your forum is currently using the Fulltext search engine. Blablabla... ?

Sorry :P

Yes,,, with your link http://www.mydomain/admincp/options.php?do=searchtype

The system say me that my forum is using FullText search engine........

And at the bottom there is an option to Delete the fulltext index

sergio00 05-28-2013 09:34 PM

1 Attachment(s)
The system say me that my forum is using "FullText" search engine........

And at the bottom there is an option to Delete the fulltext index


Any help to resolve this issue??

Best Regards

Tobin Frost 06-07-2014 01:33 PM

1 Attachment(s)
PM Search Turkish version.
TR Language pack.

https://vborg.vbsupport.ru/external/2014/06/58.png

TAIFUN_T 12-13-2016 09:14 AM

Attention!

Fixed XSS vulnerability


All times are GMT. The time now is 01:03 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.01250 seconds
  • Memory Usage 1,799KB
  • 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
  • (3)bbcode_code_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (24)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete