Convivea Home  -  Downloads  -  Donate!  -  IRC Chat!

*
*
Home
Help
Search
Login
Register
Welcome, Guest. Please login or register.
Did you miss your activation email?
June 19, 2013, 12:50:48 am

Login with username, password and session length
Summer is approaching!! Smiley Smiley
Search:     Advanced search
19277 Posts in 1880 Topics by 28653 Members Latest Member: - sita Most online today: 26 - most online ever: 406 (February 03, 2008, 07:41:03 am)
Pages: [1] 2 3   Go Down
Print
Author Topic: Bit Che - Scripts (current scripts & submit new)  (Read 140332 times)
0 Members and 1 Guest are viewing this topic.
chip!
Bad Ass
Administrator
Unstoppable
*****

Karma: +617/-4
Offline Offline

Gender: Male
Posts: 2046



View Profile
« on: September 14, 2006, 05:32:57 pm »

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 25, 2012, 04:26:41 pm by chip! » Logged

        -  http://bitche.es  -   And...  boom goes the dynamite.
      Bovski
      Head Cider Tester
      Administrator
      Hero Member
      *****

      Karma: +185/-0
      Offline Offline

      Gender: Male
      Posts: 594


      High Five Me


      View Profile WWW
      « Reply #1 on: December 27, 2012, 06:49:37 am »

      woot git has added a + button

      t411.me
      torrentkit.com
      « Last Edit: December 27, 2012, 08:05:53 pm by Bovski » Logged

      loninappleton
      Newbie Member
      *

      Karma: +0/-0
      Offline Offline

      Posts: 17



      View Profile
      « Reply #2 on: December 27, 2012, 08:50:15 am »

      Are these the automatic updates?  I still have to learn this.
      Logged
      Bovski
      Head Cider Tester
      Administrator
      Hero Member
      *****

      Karma: +185/-0
      Offline Offline

      Gender: Male
      Posts: 594


      High Five Me


      View Profile WWW
      « Reply #3 on: December 27, 2012, 10:25:15 am »

      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, 10:27:09 am by Bovski » Logged

      chip!
      Bad Ass
      Administrator
      Unstoppable
      *****

      Karma: +617/-4
      Offline Offline

      Gender: Male
      Posts: 2046



      View Profile
      « Reply #4 on: December 28, 2012, 02:29:16 am »

      woot git has added a + button

      t411.me
      torrentkit.com

      thats awesome!  sure made git even easier to use Smiley  thanks Bovski
      Logged

        -  http://bitche.es  -   And...  boom goes the dynamite.
      CuF
      Sr. Member
      ****

      Karma: +37/-0
      Offline Offline

      Posts: 260



      View Profile
      « Reply #5 on: December 28, 2012, 05:54:57 am »

      Excuse my ignorance, but what is 'git'?
      Logged
      chip!
      Bad Ass
      Administrator
      Unstoppable
      *****

      Karma: +617/-4
      Offline Offline

      Gender: Male
      Posts: 2046



      View Profile
      « Reply #6 on: December 28, 2012, 10:02:34 am »

      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 Smiley

      Logged

        -  http://bitche.es  -   And...  boom goes the dynamite.
      Bovski
      Head Cider Tester
      Administrator
      Hero Member
      *****

      Karma: +185/-0
      Offline Offline

      Gender: Male
      Posts: 594


      High Five Me


      View Profile WWW
      « Reply #7 on: December 28, 2012, 10:08:12 am »

      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 Offline

      Posts: 260



      View Profile
      « Reply #8 on: January 10, 2013, 07:11:29 am »

      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, 02:39:13 pm by CuF » Logged
      chip!
      Bad Ass
      Administrator
      Unstoppable
      *****

      Karma: +617/-4
      Offline Offline

      Gender: Male
      Posts: 2046



      View Profile
      « Reply #9 on: January 10, 2013, 01: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 Offline

      Posts: 260



      View Profile
      « Reply #10 on: January 10, 2013, 02: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 Offline

      Posts: 260



      View Profile
      « Reply #11 on: January 10, 2013, 02:41:22 pm »

      Bit of a mix up, here's a repost of the two scripts.

      * Cinemageddon.ini (0.91 KB - downloaded 75 times.)
      * cinematik.net.ini (0.92 KB - downloaded 68 times.)
      « Last Edit: January 10, 2013, 02:52:03 pm by CuF » Logged
      chip!
      Bad Ass
      Administrator
      Unstoppable
      *****

      Karma: +617/-4
      Offline Offline

      Gender: Male
      Posts: 2046



      View Profile
      « Reply #12 on: January 12, 2013, 05:33:12 am »

      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 Offline

      Posts: 260



      View Profile
      « Reply #13 on: January 19, 2013, 04:13:55 pm »

      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 70 times.)
      * BakaBT.INI (1.59 KB - downloaded 58 times.)
      * bithq.org.ini (1.15 KB - downloaded 65 times.)
      * thebox.bz.ini (1.37 KB - downloaded 68 times.)
      * TheEmpire.bz.ini (1.15 KB - downloaded 72 times.)
      Logged
      CuF
      Sr. Member
      ****

      Karma: +37/-0
      Offline Offline

      Posts: 260



      View Profile
      « Reply #14 on: January 25, 2013, 02: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 Wink ).

      * take.fm.ini (0.94 KB - downloaded 65 times.)
      Logged
      Pages: [1] 2 3   Go Up
      Print
      Convivea Forums  |  Bit Che  |  Scripts & Development  |  Topic: Bit Che - Scripts (current scripts & submit new)
      Jump to:  

      Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!
      Page created in 0.215 seconds with 18 queries.