Bravo List
Register
Go Back   > Bravo List > Source Code > Active Trackers > Torrent Trader
Reply
Thread Tools
  #1  
Old 4th November 2010, 13:50
drosatos drosatos is offline
Member
 
Join Date: Oct 2008
Posts: 6
Default [TT 2.0.5]Torrent search error
When i do a search on torrents with greek chars the result is all of my torrent.

Any idea??
Reply With Quote
  #2  
Old 7th November 2010, 21:29
paradise paradise is offline
Member
 
Join Date: May 2010
P2P
Posts: 1
Default search
PHP Code:
//search ////avancee//////
begin_frame("Recherche Avancee");

?>

        <CENTER>
        <form method="get" action="torrents-search.php"><br />
        <input type="text" name="search" size="15" value="<?= stripslashes(htmlspecialchars($searchstr)) ?>">
        <select name="cat">
        <option value="0">(All types)</option>

        <?

        $cats 
genrelist();

        
$catdropdown "";

        foreach (
$cats as $cat) {

                
$catdropdown .= "<option value=\"" $cat["id"] . "\"";

                if (
$cat["id"] == $_GET["cat"])

                        
$catdropdown .= " selected=\"selected\"";

                
$catdropdown .= ">" htmlspecialchars($cat["parent_cat"]) . ": " htmlspecialchars($cat["name"]) . "</option>\n";

        }

        
?>

        <?= $catdropdown ?>

        </select>

        <select name=incldead>
        <option value="0">Actif</option>
        <option value="1">Inclu Mort</option>
        <option value="2">Seul Mort</option>
        <option value="3">FreeLeech</option>
        </select>

        <?if ($site_config["ALLOWEXTERNAL"]){?>

                <BR><BR>
                <select name=inclexternal>
                <option value="0">Local/External</option>
                <option value="1">Local Only</option>
                <option value="2">External Only</option>
                </select>

                <? ?>

        <BR><BR>

        <input type="submit" value="<? print("" SEARCH "\n"); ?>" />
        </form>
        </CENTER>

        <?

end_frame
();

//search end
Reply With Quote
Reply

Tags
search , torrent


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 +2. The time now is 17:03. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.