Bit Che > Scripts & Development
Making Blue-WhiteGT.com Script
chip!:
haha, well you could do this 26 times at the start of the code:
d=replace(d,α,a)
d=replace(d,β,b)
d=replace(d,γ,c)
haha.. etc ?
also, that .torrent download url can be easily generated as done with other sites..
i post some example code after i get back from lunch.. (45 minutes or so)
basically, you're going to take the 'details.php=id' and
then cut out the id #
then store into a string a proper download url with the id #
then add the torrent name and ".torrent" at the end..
here is an example from Dimeadozen (this might be perfect, just need to change the q( array):
3=x(t,z,",",http://www.dimeadozen.org/)
x=i(x,t,?id=)
z=i(x,t,&)
x=+(4)
k=c(t,x,z)
m=p(http://www.dimeadozen.org/download.php/)
m=&(m,k)
k=p(/)
m=&(m,k)
x=i(x,t,>)
z=i(x,t,</)
x=+(1)
k=c(t,x,z)
1=save(k)
k=replace(k, ,.)
m=&(m,k)
k=p(.torrent)
m=&(m,k)
7=save(m)
Exoskeletor:
ok then:
:D
α β γ δ ε ζ η θ ι κ λ μ ν ξ ο π ρ σ τ υ φ χ ψ ω ς
a b g d e z h th i k l m n ks o p r s t y f x ps w s
d=replace(d,α,a)
d=replace(d,β,b)
d=replace(d,γ,g)
d=replace(d,δ,d)
d=replace(d,ε,e)
d=replace(d,ζ,z)
d=replace(d,η,h)
d=replace(d,θ,th)
d=replace(d,ι,i)
d=replace(d,κ,k)
d=replace(d,λ,l)
d=replace(d,μ,m)
d=replace(d,ν,n)
d=replace(d,ξ,ks)
d=replace(d,ο,o)
d=replace(d,π,p)
d=replace(d,ρ,r)
d=replace(d,σ,s)
d=replace(d,τ,t)
d=replace(d,υ,u)
d=replace(d,φ,f)
d=replace(d,χ,x)
d=replace(d,ψ,ps)
d=replace(d,ω,w)
d=replace(d,ς,s)
you want this with caps also right? do you have any program to do this automaticly cause i havent :)
chip!:
your normal login/pw doesn't work for that site, so I wasnt able to test this, but I think it should be working, or at least very close.. let me know, or PM me the login for the site and ill get it working.. also, how does the translating of the unicode work for you?
i've attached the completed file below, but here's the code:
--- Code: ---x=h(x,d,Seeders</a></td>,/tr>)
z=i(x,d,</table>)
d=c(d,x,z)
d=replace(d,</td>,[-bc-]</td>)
d=replace(d,α,a)
d=replace(d,β,b)
d=replace(d,γ,g)
d=replace(d,δ,d)
d=replace(d,ε,e)
d=replace(d,ζ,z)
d=replace(d,η,h)
d=replace(d,θ,th)
d=replace(d,ι,i)
d=replace(d,κ,k)
d=replace(d,λ,l)
d=replace(d,μ,m)
d=replace(d,ν,n)
d=replace(d,ξ,ks)
d=replace(d,ο,o)
d=replace(d,π,p)
d=replace(d,ρ,r)
d=replace(d,σ,s)
d=replace(d,τ,t)
d=replace(d,υ,u)
d=replace(d,φ,f)
d=replace(d,χ,x)
d=replace(d,ψ,ps)
d=replace(d,ω,w)
d=replace(d,ς,s)
r=split(d,</tr>)
start
q=split(r,</td>,4)
t=array(q,1)
x=i(z,t,href=)
3=x(t,x,",",http://www.blue-whitegt.com/)
x=i(z,t,?id=)
z=i(x,t,&)
x=+(4)
k=c(t,x,z)
m=p(http://www.blue-whitegt.com/)
m=&(m,k)
k=p(/)
m=&(m,k)
x=i(x,t,>)
z=i(x,t,</)
x=+(1)
k=c(t,x,z)
1=save(k)
k=replace(k, ,.)
m=&(m,k)
k=p(.torrent)
m=&(m,k)
7=save(m)
t=array(q,7)
t=replace(t,<br>, )
2=x(t,z,>,[-bc-])
t=array(q,9)
z=i(z,t,<font)
5=x(t,z,>,</)
t=array(q,10)
6=x(t,z,>,</)
aloop
--- End code ---
chip!:
err.. apparently Win32 API for read/write ProfileString (.ini) doesnt like reading from Unicode saved files.. but I found that it doesnt mind reading from UTF-16 formatted files..
so here we go :)
Exoskeletor:
chip this script doesnt work anymore
Although i don't know why but i cant even start debugger with this script and blue-whitegt script. do you know why?
Navigation
[0] Message Index
[*] Previous page
Go to full version