Author Topic: Problems on making hitlist script  (Read 10998 times)

Offline Exoskeletor

  • Full Member
  • ***
  • Posts: 191
  • Karma: +37/-0
  • Live And Let Die
    • View Profile
Problems on making hitlist script
« on: August 20, 2007, 06:52:18 pm »
hello guys. i can't get the search url. when im searching for something it doesnt change, it is still browse.php. the code is:
<form method="post" action=browse.php>
Search:
<input type="text" id="searchinput" name="search" autocomplete="off" style="width: 240px;" ondblclick="suggest(event.keyCode,this.value);"
onkeyup="suggest(event.keyCode,this.value);" onkeypress="return noenter(event.keyCode);" value="" />
in
<select name="cat">
<option value="0">(all types)</option>
<option value="42">Anime-Cartoons</option>
<option value="43">Applications</option>
<option value="44">Books - Audio books</option>
<option value="45">Books - E-books</option>
<option value="78">Comics</option>
<option value="46">Foreign Movies - DVD</option>
<option value="79">Foreign Movies - HD</option>
<option value="48">Foreign Movies - x264</option>
<option value="49">Foreign Movies - XviD</option>
<option value="50">Foreign Music - Audio</option>
<option value="51">Foreign Music - Discographies</option>
<option value="52">Foreign Music - Video Clips</option>
<option value="55">Games - Consoles</option>
<option value="56">Games - Pc</option>
<option value="57">Greek Movies - DVD</option>
<option value="58">Greek Movies - x264</option>
<option value="59">Greek Movies - XviD</option>
<option value="60">Greek Movies - XXX</option>
<option value="61">Greek Music - Audio</option>
<option value="62">Greek Music - Discographies</option>
<option value="63">Greek Music - Video Clips</option>
<option value="77">Magazines</option>
<option value="64">Misc</option>
<option value="72">Mobile Phones</option>
<option value="65">Subtitles</option>
<option value="73">TV - Advertisments</option>
<option value="66">TV - Documentaries</option>
<option value="74">TV - Entertainment Shows</option>
<option value="67">TV - Foreign Series</option>
<option value="69">TV - Greek Series</option>
<option value="68">TV - Greek Series x264</option>
<option value="70">TV - Info-Talk Shows</option>
<option value="71">TV - Sports</option>
</select>
<input type="checkbox" name="incldead" value="1" /> including dead torrents
<input type="submit" value="Search!" />
</form>

What we can do about that?

Offline Bovski

  • Head Cider Tester
  • Hero Member
  • *****
  • Posts: 673
  • Karma: +189/-0
  • High Five Me
    • View Profile
    • Warez The Index
Re: Problems on making hitlist script
« Reply #1 on: August 20, 2007, 07:19:52 pm »

Offline Exoskeletor

  • Full Member
  • ***
  • Posts: 191
  • Karma: +37/-0
  • Live And Let Die
    • View Profile
Re: Problems on making hitlist script
« Reply #2 on: August 20, 2007, 08:09:32 pm »
yes its not working. it displays all the torrents like when im pressing browse

Offline chip!

  • Bad Ass
  • Administrator
  • Unstoppable
  • *****
  • Posts: 2301
  • Karma: +629/-6
    • View Profile
Re: Problems on making hitlist script
« Reply #3 on: August 21, 2007, 11:13:40 am »
try:

POSThttp://URL/browse.php?searchinput=%SEARCH%&cat=0&incldead=0


the POST in front should enable bit che to use HTTP POST instead of a normal HTTP GET request, and the search ID in that form looks to be 'searchinput' rather than 'search'..

does that work?
  -  https://convivea.com  -   And...  boom goes the dynamite.

Offline Exoskeletor

  • Full Member
  • ***
  • Posts: 191
  • Karma: +37/-0
  • Live And Let Die
    • View Profile
Re: Problems on making hitlist script
« Reply #4 on: September 19, 2007, 03:17:44 pm »
after some time im getting the message "this script has a problem etc etc"
Im using this:
name=HitList.gr
home=http://www.hitlist.gr
pwd=1
login=http://www.hitlist.gr/takelogin.php
form=username=%USER%&password=%PASS%
failed=action="takelogin.php"
failed2=?returnto=
main=POSThttp://www.hitlist.gr/browse.php?searchinput=%SEARCH%&cat=0&incldead=0

Offline Bovski

  • Head Cider Tester
  • Hero Member
  • *****
  • Posts: 673
  • Karma: +189/-0
  • High Five Me
    • View Profile
    • Warez The Index
Re: Problems on making hitlist script
« Reply #5 on: September 20, 2007, 01:27:10 am »
it's probably a problem with the Cookie try logging in again