Convivea Home
-
Downloads
-
Donate!
-
IRC Chat!
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
May 20, 2013, 01:58:08 am
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Summer is approaching!!
Search:
Advanced search
19231
Posts in
1871
Topics by
28445
Members Latest Member:
-
jouionamio
Most online today:
33
- most online ever:
406
(February 03, 2008, 03:41:03 pm)
Convivea Forums
|
Bit Che
|
Scripts & Development
| Topic:
Bit Che - Scripts (current scripts & submit new)
Pages: [
1
]
2
3
Go Down
« previous
next »
Author
Topic: Bit Che - Scripts (current scripts & submit new) (Read 139311 times)
0 Members and 1 Guest are viewing this topic.
chip!
Bad Ass
Administrator
Unstoppable
Karma: +617/-4
Offline
Gender:
Posts: 2040
Bit Che - Scripts (current scripts & submit new)
«
on:
September 15, 2006, 12:32:57 am »
Here is a partial list of the scripts that are done and working.
Public Sites:
Registration Sites:
Total: +
Please post completed new scripts in this thread. Thank you!
«
Last Edit: November 26, 2012, 12:26:41 am by chip!
»
Logged
-
http://bitche.es
- And... boom goes the dynamite.
Bovski
Head Cider Tester
Administrator
Hero Member
Karma: +185/-0
Offline
Gender:
Posts: 591
High Five Me
Re: Bit Che - Scripts (current scripts & submit new)
«
Reply #1 on:
December 27, 2012, 02:49:37 pm »
woot git has added a + button
t411.me
torrentkit.com
«
Last Edit: December 28, 2012, 04:05:53 am by Bovski
»
Logged
loninappleton
Newbie Member
Karma: +0/-0
Offline
Posts: 16
Re: Bit Che - Scripts (current scripts & submit new)
«
Reply #2 on:
December 27, 2012, 04:50:15 pm »
Are these the automatic updates? I still have to learn this.
Logged
Bovski
Head Cider Tester
Administrator
Hero Member
Karma: +185/-0
Offline
Gender:
Posts: 591
High Five Me
Re: Bit Che - Scripts (current scripts & submit new)
«
Reply #3 on:
December 27, 2012, 06:25:15 pm »
Quote from: loninappleton on December 27, 2012, 04:50:15 pm
Are these the automatic updates? I still have to learn this.
It's for people without git access to post scripts
if you restart BitChe it should auto update and t411.me.ini should be added.
«
Last Edit: December 27, 2012, 06:27:09 pm by Bovski
»
Logged
chip!
Bad Ass
Administrator
Unstoppable
Karma: +617/-4
Offline
Gender:
Posts: 2040
Re: Bit Che - Scripts (current scripts & submit new)
«
Reply #4 on:
December 28, 2012, 10:29:16 am »
Quote from: Bovski on December 27, 2012, 02:49:37 pm
woot git has added a + button
t411.me
torrentkit.com
thats awesome! sure made git even easier to use
thanks Bovski
Logged
-
http://bitche.es
- And... boom goes the dynamite.
CuF
Sr. Member
Karma: +37/-0
Offline
Posts: 260
Re: Bit Che - Scripts (current scripts & submit new)
«
Reply #5 on:
December 28, 2012, 01:54:57 pm »
Excuse my ignorance, but what is 'git'?
Logged
chip!
Bad Ass
Administrator
Unstoppable
Karma: +617/-4
Offline
Gender:
Posts: 2040
Re: Bit Che - Scripts (current scripts & submit new)
«
Reply #6 on:
December 28, 2012, 06:02:34 pm »
hi CuF.. git is a tool that software developers use to keep track of changes in projects and collaborate/share changes to the code..
http://en.wikipedia.org/wiki/Git_(software)
since 2.0, we have moved the entire default script pack to a git so that anyone can freely copy/merge.. or edit/make their own changes to the script pack.
here is the script pack:
https://github.com/convivea/bit-che-2-scripts
and, there might be better guides out there, but here is a quick 'learn about git' page:
http://learn.github.com/p/intro.html
it can be kind of complicated at first, but thankfully github has a pretty easy web interface
Logged
-
http://bitche.es
- And... boom goes the dynamite.
Bovski
Head Cider Tester
Administrator
Hero Member
Karma: +185/-0
Offline
Gender:
Posts: 591
High Five Me
Re: Bit Che - Scripts (current scripts & submit new)
«
Reply #7 on:
December 28, 2012, 06:08:12 pm »
well now they have the + button it is usable for adding scripts the editing has always been cool.
Logged
CuF
Sr. Member
Karma: +37/-0
Offline
Posts: 260
Re: Bit Che - Scripts (current scripts & submit new)
«
Reply #8 on:
January 10, 2013, 03:11:29 pm »
Cinemageddon
script for v2. First of probably many to come now that I have a better grip on the new scripting.
I welcome critiques of my method. Also, do new/custom scripts go into the .\scripts\default folder or somewhere else?
Edit: And
Cinematik
.
(Edit: Removed. See below)
«
Last Edit: January 10, 2013, 10:39:13 pm by CuF
»
Logged
chip!
Bad Ass
Administrator
Unstoppable
Karma: +617/-4
Offline
Gender:
Posts: 2040
Re: Bit Che - Scripts (current scripts & submit new)
«
Reply #9 on:
January 10, 2013, 09:46:30 pm »
thanks CuF.. i'll get those added to the pack!
regarding where should they go:
.\scripts\default = protected folder.. when Bit Che updates the default script pack, it will be fully synced (add, delete, modify) all the scripts in the folder so that it matches the default script pack.
while this is great for the users, it does present a small "issue" for developers who edit or create new scripts.
what I suggest (and I am doing the same).. is make a new dev folder for your personal new or edited scripts. then, if you submit them and/or add them to the default pack, you can delete them from your personal folder.
for example, make this folder:
.\scripts\dev
and put your new scripts and any others you are working on in that folder. restart bit che and it will find those scripts and keep them active (as long as you keep your new 'dev' pack active using the Script Pack menu)
if you leave them in .\scripts\default and you update the script pack, your changes will be moved to the .\scripts\backup folder (so you will not accidentally lose your edits), and then .\scripts\default will be synced.
Logged
-
http://bitche.es
- And... boom goes the dynamite.
CuF
Sr. Member
Karma: +37/-0
Offline
Posts: 260
Re: Bit Che - Scripts (current scripts & submit new)
«
Reply #10 on:
January 10, 2013, 10:24:54 pm »
Cool. Will there be additional script packs in the future? I can see an Adult pack being a useful category so they can be better maintained, but not something everyone would want.
Logged
CuF
Sr. Member
Karma: +37/-0
Offline
Posts: 260
Re: Bit Che - Scripts (current scripts & submit new)
«
Reply #11 on:
January 10, 2013, 10:41:22 pm »
Bit of a mix up, here's a repost of the two scripts.
Cinemageddon.ini
(0.91 KB - downloaded 68 times.)
cinematik.net.ini
(0.92 KB - downloaded 62 times.)
«
Last Edit: January 10, 2013, 10:52:03 pm by CuF
»
Logged
chip!
Bad Ass
Administrator
Unstoppable
Karma: +617/-4
Offline
Gender:
Posts: 2040
Re: Bit Che - Scripts (current scripts & submit new)
«
Reply #12 on:
January 12, 2013, 01:33:12 pm »
Quote from: CuF on January 10, 2013, 10:24:54 pm
Cool. Will there be additional script packs in the future? I can see an Adult pack being a useful category so they can be better maintained, but not something everyone would want.
Yes bc2 allows anyone to create/host their own script pack.
Here is the guide I wrote. I can probably help with the web hosing if you or anyone wants to create their own specialty pack. Let me know.
http://convivea.com/forums/index.php?topic=2195.0
Logged
-
http://bitche.es
- And... boom goes the dynamite.
CuF
Sr. Member
Karma: +37/-0
Offline
Posts: 260
Re: Bit Che - Scripts (current scripts & submit new)
«
Reply #13 on:
January 20, 2013, 12:13:55 am »
Ran into a rough patch with the scripts I was working with so I figured I'd post the ones that are working so far.
Pirate Bay members script, BakaBT
(updated to include Alternative Version results),
BitHq.org, TheBox.bz and TheEmpire.bz.
piratebay_members.ini
(1.93 KB - downloaded 62 times.)
BakaBT.INI
(1.59 KB - downloaded 53 times.)
bithq.org.ini
(1.15 KB - downloaded 60 times.)
thebox.bz.ini
(1.37 KB - downloaded 63 times.)
TheEmpire.bz.ini
(1.15 KB - downloaded 65 times.)
Logged
CuF
Sr. Member
Karma: +37/-0
Offline
Posts: 260
Re: Bit Che - Scripts (current scripts & submit new)
«
Reply #14 on:
January 25, 2013, 10:00:28 pm »
I'm not actually familiar with Take.fm, but I noticed it was generating a bad result named "//" if it had no hits.
Checking it, it also didn't seem to grab every hit either.
Script updated. It's sort of a shame we can't use something =code($page,#) for seeds, leeches and dates.
I guess we have to settle for 1:1 for all results from Take.fm (until Bit Che v3
).
take.fm.ini
(0.94 KB - downloaded 59 times.)
Logged
Pages: [
1
]
2
3
Go Up
Convivea Forums
|
Bit Che
|
Scripts & Development
| Topic:
Bit Che - Scripts (current scripts & submit new)
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Bit Che
-----------------------------
=> Bit Che - Info & Updates
=> Help and FAQ
=> Bugs & Feature Requests
=> Scripts & Development
=> Language Translations
=> Bit Che for Wine - Mac OSX & Ubuntu
-----------------------------
Other Projects
-----------------------------
=> MP3 Checker
===> Other Projects
-----------------------------
Forums
-----------------------------
=> General Discussion
=> Computers - Technology
===> Mobile Phones
===> Browsers
=> Gaming
=> P2P - Filesharing
=> Music - Movies - TV
=> Offbeat Relish