Convivea Home  -  Downloads  -  Donate!  -  IRC Chat!

*
*
Home
Help
Search
Login
Register
Welcome, Guest. Please login or register.
Did you miss your activation email?
September 06, 2010, 10:47:12 am

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)
Pages: 1 2 [3] 4 5 6 7   Go Down
Print
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 Offline

Posts: 155



View Profile
« 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 Offline

Gender: Male
Posts: 402


High Five Me


View Profile WWW
« 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 Offline

Posts: 155



View Profile
« 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 Offline

Gender: Male
Posts: 1449



View Profile
« 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 Offline

Posts: 155



View Profile
« 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 Offline

Gender: Male
Posts: 1449



View Profile
« 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  Smiley 
Logged

  -  http://bitche.us  -   And...  boom goes the dynamite.
CuF
Full Member
***

Karma: +30/-0
Offline Offline

Posts: 155



View Profile
« 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 Offline

Gender: Male
Posts: 402


High Five Me


View Profile WWW
« 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 Offline

Posts: 155



View Profile
« 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 Offline

Gender: Male
Posts: 1449



View Profile
« 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 Offline

Posts: 155



View Profile
« 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 Offline

Gender: Male
Posts: 402


High Five Me


View Profile WWW
« 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  Roll Eyes

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 Offline

Posts: 155



View Profile
« 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 Offline

Posts: 1



View Profile
« Reply #43 on: February 02, 2009, 03:52:13 am »

I 'm not undertand
Logged
Hideaki
Newbie
*

Karma: +0/-0
Offline Offline

Gender: Male
Posts: 4



View Profile
« 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
Print
Convivea Forums  |  Projects  |  Bit Che  |  Scripts & Development  |  Topic: Bit Che - Scripts that needs update
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!
Page created in 0.047 seconds with 22 queries.