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.


Topics - The IceMan

Pages: [1]
1
Scripts & Development / having problem with a script
« on: May 26, 2007, 02:36:36 am »
hi,

I'm writing a script for http://www.btswarm.org and have a Little problem
i only get the first line from the result

the script isn't running throw all the array

i have this so far,

Code: [Select]
x=h(x,d,Health</a>)
x=+(28)
z=i(x,d,</table>)
d=c(d,x,z)
r=split(d,</tr>)
start
q=split(r,/td>)
t=array(q,0)
1=x(t,z,>,<)
t=array(q,2)
2=x(t,z,>,<)
t=array(q,0)
3=x(t,z,"/,",http://www.btswarm.org)
t=array(q,3)
5=x(t,z,>,<)
t=array(q,4)
6=x(t,z,>,<)
t=array(q,0)
7=x(t,z,"/,",http://www.btswarm.org)
aloop

and another problem i have is that every torrent have it's own page
somthing lie this:

http://www.btswarm.org/dld/Nightwish+Eva/d7f1d3060031b3b22733e59e877c7ea0a2299fd7/4594105

and i dont know how to get the torrent file without entring the torrent page

http://www.btswarm.org/d7f1d3060031b3b22733e59e877c7ea0a2299fd7


2
Scripts & Development / TIP: using PowerShell to Manipulate Text
« on: May 25, 2007, 10:50:21 pm »
hi all ,

i found is relay easer to Manipulate Text using PowerShell, this way i can see every Variable in any stage of the string phrasing
the "Quick Array Display" working great but only for 1 stage on the time.

+ you can use a IDE like PowerShell Analazer (http://www.powershellanalyzer.com/) to make it more visual
and see more data in front of you.

+ use M$ wer sites as online help to know how to use the command see:
>> Windows PowerShell in Action: Working With Text and Files in Windows PowerShell (Part 1)

hop it will help some one,

3
Scripts & Development / function requested
« on: May 23, 2007, 06:56:22 am »
Hi,

Can you add a function that remove text from the raw Data ?
like if i have some repeating data that complicat the prasing of the page

thx, tim

Pages: [1]