Convivea Home
-
Downloads
-
Donate!
-
IRC Chat!
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
June 18, 2013, 06:24:22 pm
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Summer is approaching!!
Search:
Advanced search
19275
Posts in
1880
Topics by
28651
Members Latest Member:
-
onlineinternet1
Most online today:
40
- most online ever:
406
(February 03, 2008, 07:41:03 am)
Convivea Forums
|
Bit Che
|
Scripts & Development
| Topic:
thedvdclub.org script
Pages: [
1
]
Go Down
« previous
next »
Author
Topic: thedvdclub.org script (Read 2513 times)
0 Members and 1 Guest are viewing this topic.
Exoskeletor
Full Member
Karma: +37/-0
Offline
Gender:
Posts: 190
Live And Let Die
thedvdclub.org script
«
on:
December 16, 2006, 05:50:49 pm »
ok im trying to add this site also. So far:
Code:
[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:
[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:
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&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 [<a href="?tag=Music&incldead=1#tags">Music</a>]
q(2):
<td align="center"><b><a href="details.php?id=1895&hit=1&filelist=1">18</a></b>
q(3):
<td align="center"><b><a href="details.php?id=1895&hit=1&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&hit=1&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&incldead=1#tags
page, url and size dont working
«
Last Edit: December 16, 2006, 06:25:55 pm by Exoskeletor
»
Logged
Bovski
Head Cider Tester
Administrator
Hero Member
Karma: +185/-0
Offline
Gender:
Posts: 594
High Five Me
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:
[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:
[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]
dvdclub.zip
(0.63 KB - downloaded 153 times.)
«
Last Edit: December 31, 2006, 10:04:23 am by Bovski
»
Logged
Pages: [
1
]
Go Up
Convivea Forums
|
Bit Che
|
Scripts & Development
| Topic:
thedvdclub.org script
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Bit Che
-----------------------------
=> Bit Che - Info & Updates
=> Help and FAQ
=> Bugs & Feature Requests
=> Scripts & Development
=> Language Translations
=> Bit Che for Wine - Mac OSX & Ubuntu
-----------------------------
Other Projects
-----------------------------
=> MP3 Checker
===> Other Projects
-----------------------------
Forums
-----------------------------
=> General Discussion
=> Computers - Technology
===> Mobile Phones
===> Browsers
=> Gaming
=> P2P - Filesharing
=> Music - Movies - TV
=> Offbeat Relish