Jump to content

Adding A Search Engine


mihek

Recommended Posts

hi, i want to add a search engine to my uTorrent (the newest Beta version) and i have a problem. When i search for a torrent on that site it gives me these in the URL Display:

http://website.com/browse.leet?search=TEST&op=search&submit.x=0&submit.y=0&submit=search&cat=all

The search string is TEST if i try to search like these: http://website.com/browse.leet?search=TEST

It just displays all torrents on the web site.

So how can i add these in to my uTorrent, as a search engine.

Link to comment
Share on other sites

there's no %s support so the last argument has to be the one where the search text gets inputted

I guess there is a way to get around this limitation, since these two URLs have the same effect:

http://www.website.com/script.php?search=TEST&abc=123&def=456
http://www.website.com/script.php?abc=123&def=456&search=TEST

You can simply rearrange the GET parameters so that the search string parameter is the last one.

Link to comment
Share on other sites

  • 1 year later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...