RefreshCapcha

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 - The IceMan

Pages: [1]
1
Bugs & Feature Requests / Re: torrent search
« on: June 11, 2007, 05:30:04 am »
yes, and it's very easy actually...
go to the scripts dir, in the applicatin installtion dir
and take a look how this scripts works
you can use the Develpment sub forum - http://www.convivea.com/forums/index.php?board=13.0
to get more help.
any use the Script Documentation - http://www.convivea.com/forums/index.php?topic=209.0
to guide you build your script


2
Scripts & Development / Re: having problem with a script
« on: May 31, 2007, 04:25:48 am »
or you can to that  ;D
any idea when this new option will be ready ?

3
Scripts & Development / Re: having problem with a script
« on: May 31, 2007, 03:06:52 am »
nice, but i gees it make the search slower

4
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


5
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,

6
Scripts & Development / Re: function requested
« on: May 24, 2007, 10:40:10 pm »
Good idea,
but i thought about something that clears parts of the HTML code
like every thing from <script> to ... </script>
and not trying to look for all the script code and replace it with empty string
if only it support wild-card like >> "<script>*</script>"

7
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

8
Little problem\bug  !?

the variable 'd' is size limited, if the output page, that return is too big
'd' will have only part of the results ==> Data Lost

Any Help with that ?

9
And what about Opera  :P


Pages: [1]