Convivea Home
-
Downloads
-
Donate!
-
IRC Chat!
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
September 06, 2010, 10:47:12 am
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Happy 2010!!
Search:
Advanced search
15789
Posts in
1489
Topics by
21048
Members Latest Member:
-
lakyp
Most online today:
77
- most online ever:
406
(February 03, 2008, 03:41:03 pm)
Convivea Forums
|
Projects
|
Bit Che
|
Scripts & Development
| Topic:
Bit Che - Scripts that needs update
Pages:
1
2
[
3
]
4
5
6
7
Go Down
« previous
next »
Author
Topic: Bit Che - Scripts that needs update (Read 21268 times)
0 Members and 1 Guest are viewing this topic.
CuF
Full Member
Karma: +30/-0
Offline
Posts: 155
Re: Bit Che - Scripts that needs update
«
Reply #30 on:
October 09, 2008, 12:40:57 pm »
Hmm. Cinematik.net was returning garbage in front of all torrent names. "b>" for all but one, which instead had a square in front of it.
For the life of me, I couldn't figure out what was causing it.
Code:
1=x(t,x,<b>,</b>)
should not return part of the html tag, but it was.
Finally I gave up and kludged it by doing a replace of all squares with nothing (even though the debugger didn't show any square anywhere near the torrent name) and changing the naming line to:
Code:
1=x(t,x,=1><b>,</b>)
It shouldn't have been necessary or made a difference, but it works fine now.
cinematik.net.ini
(1.01 KB - downloaded 222 times.)
«
Last Edit: October 09, 2008, 12:43:18 pm by CuF
»
Logged
Bovski
Head Cider Tester
Administrator
Sr. Member
Karma: +170/-0
Offline
Gender:
Posts: 402
High Five Me
Re: Bit Che - Scripts that needs update
«
Reply #31 on:
October 09, 2008, 03:48:56 pm »
Code:
1=x(t,x,<b>,</b>)
Won't work as x( & e( return all after the first char so you would need to do something like.
Code:
x=i(x,t,<b)
1=x(t,x,>,</b>)
I have absolutely no idea why your solution worked.
Code:
1=x(t,x,=1><b>,</b>)
It really shouldn't.
«
Last Edit: October 09, 2008, 03:53:29 pm by Bovski
»
Logged
CuF
Full Member
Karma: +30/-0
Offline
Posts: 155
Re: Bit Che - Scripts that needs update
«
Reply #32 on:
October 09, 2008, 09:15:45 pm »
Which would bring up the question of why the original script had -
Code:
1=x(t,x,<b>,</b>)
And why did it work properly?
Logged
chip!
Bad Ass
Administrator
Unstoppable
Karma: +583/-4
Offline
Gender:
Posts: 1449
Re: Bit Che - Scripts that needs update
«
Reply #33 on:
October 09, 2008, 09:19:52 pm »
Code:
1=x(t,x,<b>,</b>)
so this finds the position of <b> and then starts extracting +1 character to the right of the "<".. thus you're including "b>"
not sure why the "=1><b>" works, except i know "<b>" will be automatically filtered out of the result.. so you could also try:
1=x(t,x,>,</)
and just let bit che auto filter out the other html tags..
if you want to PM me your l/pw (change it to something temp if you want).. then ill look more closely at the html and see what exactly is going on.
«
Last Edit: October 09, 2008, 09:21:27 pm by chip!
»
Logged
-
http://bitche.us
- And... boom goes the dynamite.
CuF
Full Member
Karma: +30/-0
Offline
Posts: 155
Re: Bit Che - Scripts that needs update
«
Reply #34 on:
October 09, 2008, 10:04:42 pm »
I would think it would make more sense for the scripts to start +1 from the LAST character of the the start string (which is what I assumed it already did).
Logged
chip!
Bad Ass
Administrator
Unstoppable
Karma: +583/-4
Offline
Gender:
Posts: 1449
Re: Bit Che - Scripts that needs update
«
Reply #35 on:
October 09, 2008, 11:34:14 pm »
very true.. bovski has also pointed that out to me and i have planned to change the script engine
Logged
-
http://bitche.us
- And... boom goes the dynamite.
CuF
Full Member
Karma: +30/-0
Offline
Posts: 155
Re: Bit Che - Scripts that needs update
«
Reply #36 on:
October 24, 2008, 05:18:29 pm »
Is anyone working on an update for BTMon? If not I'll get to it sometime this weekend.
Logged
Bovski
Head Cider Tester
Administrator
Sr. Member
Karma: +170/-0
Offline
Gender:
Posts: 402
High Five Me
Re: Bit Che - Scripts that needs update
«
Reply #37 on:
October 28, 2008, 01:26:04 am »
BTMon Update
btmon.ini
(1.04 KB - downloaded 206 times.)
Logged
CuF
Full Member
Karma: +30/-0
Offline
Posts: 155
Re: Bit Che - Scripts that needs update
«
Reply #38 on:
October 28, 2008, 09:08:53 am »
Thanks because I forgot I said I was going to do this.
Logged
chip!
Bad Ass
Administrator
Unstoppable
Karma: +583/-4
Offline
Gender:
Posts: 1449
Re: Bit Che - Scripts that needs update
«
Reply #39 on:
October 28, 2008, 10:35:08 am »
thanks bovski... looks like we have 3 pending script updates.. unless any of those dont belong in the default script pack??
the next script update will be released Wednesday.
Logged
-
http://bitche.us
- And... boom goes the dynamite.
CuF
Full Member
Karma: +30/-0
Offline
Posts: 155
Re: Bit Che - Scripts that needs update
«
Reply #40 on:
January 26, 2009, 11:03:41 pm »
TheBox.bz search is acting strangely.
The search address/string is correct (though should probably include &nonboolean=1&titleonly=1 for better results).
Unfortunately, I get different results from the browser than BitChe does.
The problem occurs during the actual search (and may no be the script's fault).
I've had the raw data return "No results" (first step of debugging, before the script has a chance to process the results), when the same search turns up hits in Firefox.
In another search I saw a bunch of 'removed' results that never appeared at all searching in Firefox.
I'm not sure what's going on there. I'm stumped.
Logged
Bovski
Head Cider Tester
Administrator
Sr. Member
Karma: +170/-0
Offline
Gender:
Posts: 402
High Five Me
Re: Bit Che - Scripts that needs update
«
Reply #41 on:
January 27, 2009, 07:40:05 am »
CuF well the &nonboolean=1&titleonly=1 will give you different results don't forget. if you add them manually you will also need to change it in the settings.ini
after adding them my results matched(well apart from the order they are in).
they will be added in the next script update pack.
«
Last Edit: January 27, 2009, 07:43:10 am by Bovski
»
Logged
CuF
Full Member
Karma: +30/-0
Offline
Posts: 155
Re: Bit Che - Scripts that needs update
«
Reply #42 on:
January 27, 2009, 11:21:10 am »
I didn't realize the search string was in the settings.ini as well, sorted, thanks.
The titleonly=1 removes superfluous hits that'll only be filtered by BitChe later.
The difference between nonboolean=1 and 0 is whether you are searching an exact phrase.
I'm more likely to search for a couple key words than an exact phrase, because other torrent sites don't have the same accuracy.
nonboolean=0 means you would have to search for "Rise of the Gerbils from Mars". nonboolean=1 lets you search "Gerbils Mars" and get your hit.
Btw, I believe 'takelogin.php' is no longer the address they use for logon.
I'm not finding an issue with that, it's just something I noticed.
Logged
somtum
Newbie
Karma: +0/-0
Offline
Posts: 1
Re: Bit Che - Scripts that needs update
«
Reply #43 on:
February 02, 2009, 03:52:13 am »
I 'm not undertand
Logged
Hideaki
Newbie
Karma: +0/-0
Offline
Gender:
Posts: 4
Re: Bit Che - Scripts that needs update
«
Reply #44 on:
January 27, 2010, 10:17:18 am »
Update please nyaatorrents.org & tokyotosho.info
Logged
Pages:
1
2
[
3
]
4
5
6
7
Go Up
Convivea Forums
|
Projects
|
Bit Che
|
Scripts & Development
| Topic:
Bit Che - Scripts that needs update
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Forums
-----------------------------
=> Convivea Chat
=> General Discussion
=> News
=> Computers
=> Gaming
=> P2P - Filesharing
=> Music - Movies - TV
=> Offbeat Relish
-----------------------------
Projects
-----------------------------
=> Bit Che
===> Scripts & Development
===> Fixed Bugs & Filled Requests
=> Other Projects
===> MP3 Checker
===> MyBAMF