Bravo List
Register
Go Back   > Bravo List > Source Code > Active Trackers > Torrent Trader
Reply
Thread Tools
  #1  
Old 5th January 2009, 17:09
HelixiR's Avatar
HelixiR HelixiR is offline
Senior Member
 
Join Date: May 2008
Ukraine
Posts: 19
Cool [TT 2.0.5] - Search error.
[05-01-09 15:04] HelixiR: db utf8 - i see torrents name in normal text (rus & eng) but search not work if my search request are russian.
Any idea wtf?
Reply With Quote
  #2  
Old 6th January 2009, 13:19
hack346 hack346 is offline
Banned
 
Join Date: Mar 2008
Turkey
Posts: 80
Default
try this

open your backend/functions.php

find this line

Code:
function searchfield($s) {
    return preg_replace(array('/[^a-z0-9]/si', '/^\s*/s', '/\s*$/s', '/\s+/s'), array(" ", "", "", " "), $s);
}

replace with:
Code:
function searchfield($s) {
    return preg_replace(array('/[^a-zA-Zа-яА-Я0-9]/si', '/^\s*/s', '/\s*$/s', '/\s+/s'), array(" ", "", "", " "), $s);
}
Reply With Quote
Reply

Tags
error , search , tt


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
legend.php search for ts 5.6 dragon38 Template Shares 1 28th March 2010 21:26
New Search Box Needed mat22 Yuna Scatari Edition (YSE) 0 11th February 2010 19:10
search box mod irfan Community Cafe 4 25th October 2009 16:02
how to add a search box in browse.php irfan TBDev 0 22nd October 2009 17:25
meta search engine script(pirate search) movizdb Downloads 1 13th October 2008 15:19



All times are GMT +2. The time now is 18:51. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.