RefreshCapcha

Author Topic: thedvdclub.org script  (Read 9211 times)

Offline Exoskeletor

  • Full Member
  • ***
  • Posts: 191
  • Karma: +37/-0
  • Live And Let Die
    • View Profile
thedvdclub.org script
« on: December 16, 2006, 05:50:49 pm »
ok im trying to add this site also. So far:
Code: [Select]
[script]
name=TheDVDClub.org
home=http://thedvdclub.org
pwd=1
login=http://thedvdclub.org/login.php
form=username=%USER%&password=%PASS%
failed=<form method="post" action="takelogin.php">
failed2=/login.php?return
main=http://thedvdclub.org/browse.php?search=%SEARCH%&cat=0&blah=0&incldead=1

Code: [Select]
[code]
x=h(x,d,Seeds</a></td>,/tr>)
z=i(x,d,</table>)
d=c(d,x,z)
d=replace(d,</td>,[-bc-]</td>)
r=split(d,</tr>)
start
q=split(r,/td>,2)
t=array(q,1)
z=i(z,t,<b>)
1=x(t,z,>,</)
z=i(z,t,href=)
7=x(t,z,",",http://thedvdclub.org/)
z=i(z,t,href=)
3=x(t,z,",",http://thedvdclub.org/)
t=array(q,4)
r=replace(t,<br>,[-bc-])
2=x(t,z,>, )
t=array(q,7)
z=i(z,t,<font)
5=x(t,z,>,<)
t=array(q,8)
z=i(z,t,<)
6=x(t,z,>,[-bc-])
aloop
[/code]

Code: [Select]
q(0):
<tr>
<td align=center style='padding: 0px'><a href="browse.php?cat=36"><img border="0" src="/pic/music.gif" alt="Music-DVD PAL" /></a>

q(1):

<td align=left><a href="details.php?id=1895&amp;hit=1" title="Hellraiser.Versus.Megarave.Bonus.Disc.2006.PAL.MDVDR-HBDVD"><b>Hellraiser.Versus.Megarave.Bonus.Di...</b></a><br />Uploaded 15 hours ago &nbsp; [<a href="?tag=Music&amp;incldead=1#tags">Music</a>]



q(2):

<td align="center"><b><a href="details.php?id=1895&amp;hit=1&amp;filelist=1">18</a></b>

q(3):

<td align="center"><b><a href="details.php?id=1895&amp;hit=1&amp;tocomm=1">2</a></b>

q(4):

<td align=center>755.48 MB

q(5):

<td align=left><img src="/pic/bar_left.gif" /><img src="/pic/progbar-green.gif" height=9 width=60 /><img src="/pic/bar_right.gif" /> (100%)

q(6):

<td align=center><a href="viewsnatches.php?id=1895"><b>3</b><br />times</a>

q(7):

<td align="center"><b><a href=details.php?id=1895&amp;hit=1&amp;toseeders=1><font color=#000000>4</font></a></b>

q(8):

<td align="center">0

-----------------CURRENT TORRENT: STORED VARIABLES----------------
1 - Name: Christmas.Toons.3Disc.NTSC.DVDR
2 - Size: 12.54B
3 - Page: http://thedvdclub.org/n=left><a%20href=
5 - Seeders: 0
6 - Leechers: 14
7 - URL: http://thedvdclub.org/?tag=Christmas&amp;incldead=1#tags

page, url and size dont working
« Last Edit: December 16, 2006, 06:25:55 pm by Exoskeletor »

Offline Bovski

  • Head Cider Tester
  • Hero Member
  • *****
  • Posts: 673
  • Karma: +189/-0
  • High Five Me
    • View Profile
    • Warez The Index
Re: thedvdclub.org script
« Reply #1 on: December 31, 2006, 01:11:16 am »
Well here it is
First part is strait forward just the settings


Code: [Select]
[script]
name=TheDVDClub.org
home=http://thedvdclub.org
pwd=1
login=http://thedvdclub.org/takelogin.php
form=username=%USER%&password=%PASS%
failed=<form method="post" action="takelogin.php">
failed2=/login.php?return
main=http://thedvdclub.org/browse.php?search=%SEARCH%&cat=0&blah=0&incldead=1

This bit is a little more complicated it grabs the main data apart from the name & url
it then grabs the name and Builds the Url From the name and the ID.

Code: [Select]
[code]
x=h(x,d,Seeds</a></td>,/tr>)
z=i(x,d,</table>)
d=c(d,x,z)
d=replace(d,</td>,[-bc-]</td>)
r=split(d,</tr>)
start
q=split(r,/td>,2)
t=array(q,1)
z=i(1,t,href=)
z=+(5)
z=i(z,t,href=)
k=e(t,z,",",http://thedvdclub.org/)
3=save(k)
t=array(q,4)
2=x(t,z,>,[)
t=array(q,7)
z=i(z,t,<font)
5=x(t,z,>,<)
t=array(q,8)
z=i(z,t,<)
6=x(t,z,>,[-bc-])

z=i(k,1,?id)
k=e(k,z,=,&)
t=array(q,1)
z=i(z,t,title)
j=e(t,z,",")
1=save(j)
j=replace(j,-,_)
m=&("http://thedvdclub.org/download.php/",k,/,j,.torrent)
m=replace(m,",)
7=save(m)
aloop
[/code]
« Last Edit: December 31, 2006, 10:04:23 am by Bovski »