Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - indiglosk8

Pages: [1]
1
Scripts & Development / Re: piratebay.ini script update
« on: August 04, 2012, 05:02:07 am »
getting tired with some of the more popular sites not working. ::)
so i am going to try and update them in my spare time.
tested and working
just copy paste save to the file Convivea\Bit_Che\scripts\piratebay.ini via opening with simpletext.exe

Code: [Select]


[script]
name=PirateBay.se
author=chip
modified=indiglosk8,8/4/2012
notes=http://thepiratebay.se/s/?

q=searchtest&searchTitle=on&page=0&orderby=99   *bug: sets a cookie

but bit che needs to follow 302 redirect to search page.
enabled=1
home=http://www.piratebay.se
main=http://thepiratebay.se/search/%SEARCH%/0/99/0
audio=http://thepiratebay.se/search/%SEARCH%/0/99/100
video=http://thepiratebay.se/search/%SEARCH%/0/99/200
apps=http://thepiratebay.se/search/%SEARCH%/0/99/300
games=http://thepiratebay.se/search/%SEARCH%/0/99/400

[code]
x=h(x,d,searchResult,</tr>)
x=+(5)
z=i(x,d,</table>)
d=c(d,x,z)
r=split(d,</tr)
start
q=split(r,/td>,2)
t=array(q,1)
x=p(1)
z=i(x,t,href)
3=x(t,z,",",http://thepiratebay.se)
1=x(t,z,>,</a>)
z=i(z,t,href)
7=x(t,z,",",http://thepiratebay.se)
z=i(z,t,"detDesc",Size )
k=e(t,z, , )
m=len(k)
k=c(k,x,m)
2=save(k)
t=array(q,2)
z=p(1)
5=x(t,z,>,<)
t=array(q,3)
z=p(1)
6=x(t,z,>,<)
aloop
[/code]

there is a [slash code] at the end but the forums use that grrr.... and how many of these does it take to get a +membership?

oops! tested and working to use the open page button... sorry brain thinks faster than i type.

2
Scripts & Development / Re: demonoid_PUBLIC downloads no longer work
« on: August 04, 2012, 04:51:46 am »
on my list of todo is get demonoid Private script working for those of us that have an account.

3
Scripts & Development / piratebay.ini script update
« on: August 04, 2012, 04:47:01 am »
getting tired with some of the more popular sites not working. ::)
so i am going to try and update them in my spare time.
tested and working
just copy paste save to the file Convivea\Bit_Che\scripts\piratebay.ini via opening with simpletext.exe

Code: [Select]


[script]
name=PirateBay.se
author=chip
modified=indiglosk8,8/4/2012
notes=http://thepiratebay.se/s/?

q=searchtest&searchTitle=on&page=0&orderby=99   *bug: sets a cookie

but bit che needs to follow 302 redirect to search page.
enabled=1
home=http://www.piratebay.se
main=http://thepiratebay.se/search/%SEARCH%/0/99/0
audio=http://thepiratebay.se/search/%SEARCH%/0/99/100
video=http://thepiratebay.se/search/%SEARCH%/0/99/200
apps=http://thepiratebay.se/search/%SEARCH%/0/99/300
games=http://thepiratebay.se/search/%SEARCH%/0/99/400

[code]
x=h(x,d,searchResult,</tr>)
x=+(5)
z=i(x,d,</table>)
d=c(d,x,z)
r=split(d,</tr)
start
q=split(r,/td>,2)
t=array(q,1)
x=p(1)
z=i(x,t,href)
3=x(t,z,",",http://thepiratebay.se)
1=x(t,z,>,</a>)
z=i(z,t,href)
7=x(t,z,",",http://thepiratebay.se)
z=i(z,t,"detDesc",Size )
k=e(t,z, , )
m=len(k)
k=c(k,x,m)
2=save(k)
t=array(q,2)
z=p(1)
5=x(t,z,>,<)
t=array(q,3)
z=p(1)
6=x(t,z,>,<)
aloop
[/code]

there is a [slash code] at the end but the forums use that grrr.... and how many of these does it take to get a +membership?

Pages: [1]