Author Topic: Wow help needed with Login and parsing for Vbulletin based Tracker  (Read 13803 times)

Offline Bovski

  • Head Cider Tester
  • Hero Member
  • *****
  • Posts: 673
  • Karma: +189/-0
  • High Five Me
    • View Profile
    • Warez The Index
Site www.bwtorrents.com

Haven't seen anything like this one not even sure if its possible without modifying Bit Che.

It's vBulletin based


Problem No. 1.

<code>
<form action="login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password)">
</code>

the md5 function is pulled from a script http://pajhome.org.uk/crypt/md5/md5src.html




Problem No. 2.

There is no torrent link on the search page & no way of generating the torrent link as the torrent is a board attachment
ie
<code>
thread link = showthread.php?t=41133
but
torrent link = javascript:popAttach('?attachmentid=43161', 1  )
</code>

though most of the info is on the search page the only thing missing is the torrent link and that's only needed to download or preview.

Offline chip!

  • Bad Ass
  • Administrator
  • Unstoppable
  • *****
  • Posts: 2301
  • Karma: +629/-6
    • View Profile
Re: Wow help needed with Login and parsing for Vbulletin based Tracker
« Reply #1 on: February 21, 2007, 11:42:29 am »
well.. it would be possible to get some beta support working with the current build of Bit Che, but it wouldnt be perfect..


Problem#1:
a. you could use the "special.exe" login tool (copy the script header block from Oink.Me.Uk's).. this will use Internet Explorer to login and then your forums cookies will be saved into Bit Che after logging in. you will have to repeat this everytime the cookie expires though.
b. a little more work, but should be more stable, use a web page to calculate the md5 hash of your login and enter this into Bit Che. (since the md5 never changes, as long as you caluclate hash for the right string, Bit Che should be able to automatically login whenever with that).


Problem #2:
it is not going to be possible to fetch the torrent out of the thread's post, simply because the forums uses different numbers.. BUT you could just simply use the torrents page for both the page and the .torrent file, and then just manually open the web page to download a torrent if you find one on that forum you really want... its not perfect, but it would work


Problem #3:
looks like the forums search function requires image verification..  does this go away once you login with an account?
  -  https://convivea.com  -   And...  boom goes the dynamite.

Offline Bovski

  • Head Cider Tester
  • Hero Member
  • *****
  • Posts: 673
  • Karma: +189/-0
  • High Five Me
    • View Profile
    • Warez The Index
Re: Wow help needed with Login and parsing for Vbulletin based Tracker
« Reply #2 on: February 22, 2007, 08:50:30 am »
Problem #3:
searching doesn't need image verification once logged in


Offline chip!

  • Bad Ass
  • Administrator
  • Unstoppable
  • *****
  • Posts: 2301
  • Karma: +629/-6
    • View Profile
Re: Wow help needed with Login and parsing for Vbulletin based Tracker
« Reply #3 on: March 10, 2007, 07:22:43 am »
yeah, if i can borrow someones account, ill setup a script to do basic support.. at least you'll be able to search in Bit Che with it, but downloads will have to be manually done by opening the web page, which is better than nothing at this point..
  -  https://convivea.com  -   And...  boom goes the dynamite.