Bit Che > Bugs & Feature Requests
[Old] - Bit Che 2.0 Release Candidate 4 - Build 35
chip!:
update:
confirmed bug with HTTP 301/302 redirect responses
this has been fixed in build 62+
Exoskeletor:
user ranking system on torrent sites (and ability to sort the ersults with the rankings)?
chip!:
Bit Che 1.0 build 62 -- BETA TEST / SCRIPT DEVS ONLY
this is a maintenance and work in progress release, meant only for those who are helping contribute feedback towards the development of Bit Che.
whats new since build 60?
1) Support for downloading .torrents that are GZIP compressed (fixes Kickasstorrents.com / etc) *implemented and working: 4/7/2011
2) New script engine language, easier to understand variables / functions *implemented and working: 4/15/2011
2a) Script Debugger enhancements, many new features! *Some debugger enhancements completed 4/19/2011
5) Numerous bug fixes: improving site/script compatibility *HTTP 1.1 headers problem solved, gzip requests/chunked responses support.
instructions:
extract the .exe & .dll into your Bit Che 1.0 build 60 installation directory
extract the kickasstorrents.ini into your scripts directory
note: right now, only the supplied kickasstorrents.ini will work with the new script engine. i have 95% of the other scripts converted, but for now, we only need 1 working script to test the new debugger and other features.
NOTE #2: downloading and saving of the torrents on kickasstorrents will NOT work yet. this is because a new version of "x.exe" has not been supplied yet (again, this is a limited beta/dev test only). BUT you can test that the downloading of torrents works by "View Torrent Details".
this beta release is dedicated to the Navy SEAL Team 6 ;D
chip!:
Same instructions as above.
Changes in build 63:
1. All remaining functions can now save: (&, put, mid, crop, vacuum, scrub)
2. Using any function to save to a $torrent variable will automatically call scrub and will trim leading&trailing spaces
3. Debug clears the $torrent variables for the next loop AND clears the @q array
4. Array function can now handle Number or Variable, allowing greater flexibility, such as:
k=put(4)
$seeds=array(@q,k)
k=+(1)
$leeches=array(@q,k)
5. Any function that expects parameter variable that has to be numeric can now accept either a variable containing a number or a number itself, such as:
$page=extract(t,z,",",http://www.kat.ph)
or
$page=extract(t,1,",",http://www.kat.ph)
and
z=find(1,t,title="Download,href=)
or
z=find(z,t,title="Download,href=)
6. Other minor changes to the script engine.
Discuss here: http://convivea.com/forums/index.php?topic=1899.msg17650#msg17650
EDIT: Opps, build 63 will be attached tonight.
chip!:
build 63 attached.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version