We have set up a database and are able to upload torrents and view and download them through the index.php file. However, we are trying to add a search function and figured that the code was included in the phpBTTracker module in a script somewhere, but cannot find it. We have set up a simple page with instruction text and a text input field with a submit button for the search, but are unsure what to set the form "action" attribute to. Is this something we have to write on our own or is it included? Any help is appreciated, expecially if the script is not included. Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
We have set up a database and are able to upload torrents and view and download them through the index.php file. However, we are trying to add a search function and figured that the code was included in the phpBTTracker module in a script somewhere, but cannot find it. We have set up a simple page with instruction text and a text input field with a submit button for the search, but are unsure what to set the form "action" attribute to. Is this something we have to write on our own or is it included? Any help is appreciated, expecially if the script is not included. Thanks!
There is no search function built in to the scripts; you'll have to write up a page that will search the database for files.
I had planned on adding this functionality, but just haven't had time to do it.