Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons

Reply
 
Thread Tools
User PM Search Details »»
User PM Search
Version: 3.1.1, by TAIFUN_T TAIFUN_T is offline
Developer Last Online: Jun 2023 Show Printable Version Email this Page

Category: Private Messages Enhancements - Version: 3.8.x Rating:
Released: 06-29-2012 Last Update: 12-12-2016 Installs: 23
Supported DB Changes Uses Plugins Template Edits Auto-Templates
Additional Files Translations  

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

Download Now

File Type: zip User PM Search v.3.1.1.zip (238.8 KB, 47 views)

Screenshots

File Type: jpg pm_search.jpg (90.0 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
3 благодарности(ей) от:
kotkerk, PGP, vijayninel

Comments
  #12  
Old 05-16-2013, 11:19 PM
TAIFUN_T's Avatar
TAIFUN_T TAIFUN_T is offline
 
Join Date: Apr 2009
Location: Ukraine
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sergio00 View Post
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?
Reply With Quote
  #13  
Old 05-17-2013, 09:58 AM
sergio00 sergio00 is offline
 
Join Date: Jan 2008
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TAIFUN_T View Post
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
Reply With Quote
  #14  
Old 05-17-2013, 02:48 PM
sergio00 sergio00 is offline
 
Join Date: Jan 2008
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TAIFUN_T View Post
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
Reply With Quote
  #15  
Old 05-17-2013, 03:20 PM
TAIFUN_T's Avatar
TAIFUN_T TAIFUN_T is offline
 
Join Date: Apr 2009
Location: Ukraine
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sergio00 View Post
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.
Reply With Quote
  #16  
Old 05-17-2013, 04:08 PM
blackberry's Avatar
blackberry blackberry is offline
 
Join Date: Feb 2008
Posts: 382
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmm nice..
Reply With Quote
  #17  
Old 05-17-2013, 05:59 PM
sergio00 sergio00 is offline
 
Join Date: Jan 2008
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TAIFUN_T View Post
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
Reply With Quote
  #18  
Old 05-17-2013, 06:04 PM
TAIFUN_T's Avatar
TAIFUN_T TAIFUN_T is offline
 
Join Date: Apr 2009
Location: Ukraine
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sergio00 View Post
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.
Reply With Quote
  #19  
Old 05-17-2013, 06:06 PM
TAIFUN_T's Avatar
TAIFUN_T TAIFUN_T is offline
 
Join Date: Apr 2009
Location: Ukraine
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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... ?
Reply With Quote
  #20  
Old 05-17-2013, 06:44 PM
sergio00 sergio00 is offline
 
Join Date: Jan 2008
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TAIFUN_T View Post
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
Reply With Quote
  #21  
Old 05-17-2013, 06:52 PM
TAIFUN_T's Avatar
TAIFUN_T TAIFUN_T is offline
 
Join Date: Apr 2009
Location: Ukraine
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sergio00 View Post
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
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:53 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.04389 seconds
  • Memory Usage 2,345KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (11)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (3)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete