Coder Social home page Coder Social logo

schizoduckie / pimpmyutorrent Goto Github PK

View Code? Open in Web Editor NEW
115.0 17.0 31.0 1.35 MB

A little handy tool to turn off μTorrent ads with a single click. (well, okay, two, you need to grant pair permissions)

torrent torque torrent-ads utorrent xzibit pimp-my-utorrent javascript duckietorrent

pimpmyutorrent's People

Contributors

schizoduckie avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pimpmyutorrent's Issues

JS code

Where can we see the JS code run?

3.5.5 Not Working

So, apperantly it's already a thing since 3.5.3 and 3.4.5. Just wanted to mention that it doesn't work either for 3.5.5. Same for DuckieTV, magnet links work, but no connection is made.

Console Error

Failed to load resource: the server responded with a status of 404 (Not Found)
localhost:10000/version/?callback=angular.callbacks._0 Failed to load resource: net::ERR_CONNECTION_REFUSED
duckietorrent.torrent.js:98 error fetching version
localhost:10015/version/?callback=angular.callbacks._1 Failed to load resource: net::ERR_CONNECTION_REFUSED
duckietorrent.torrent.js:98 error fetching version
localhost:10078/version/?callback=angular.callbacks._2 Failed to load resource: net::ERR_CONNECTION_REFUSED
duckietorrent.torrent.js:98 error fetching version
localhost:10231/version/?callback=angular.callbacks._3 Failed to load resource: net::ERR_CONNECTION_REFUSED

No Files In Repo (Besides README)

I would really love to see how you did this, but I am unable to view any of the files because all that you've tracked is the README. Any chance we can see the files in the future?

3.4.2

Don't work with 3.4.2 version

3.5.3

Not working with uTorrent 3.5.3

nothing happens

Using Win7, updated Chrome and utorrent 3.4.2 35702 32 bit

I click on your website but nothing happens

Popup appearing after a while...

says something like get ad disabled by watching a video, if I click 'no, I like the ads' the ad box in the bottom left reappears. I'll screen shot it next time. v3.4.5 build 41865

A python tool working for newer μTorrent (3.5.5)

Hi, I will introduce a new anti-ads tool for you. It called Ban-Peers, wrote in python, it is also a anti-leech tool.

Install command: pip3 install ban-peers

If you don't care of anti-leech, run command like this, then press Ctrl c or q to close Ban-Peers.

ban_peers -p WEBUI_PORT -A -O ANY_EXISTING_FOLDER

I also wrote a guide (in Chinese) to modify the Windows uTorrent.exe file. If you interest this and can't read Chinese, please read it via a translator.

This is the help informations:

$ ban_peers -h
Welcome using Ban-Peers 0.6.1

Usage:
        ban_peers       [-H IP|DOMAIN] [-p PORT] [-a USERNAME:PASSWORD]
                        [-e HOURS] [-f FORMAT] [-C] [-X] [-P] [-L] [-R] [-U]
                        [-A] [-O] [-h] [-v] [IPFILTER-PATH]

Checking & banning BitTorrent leech peers via Web API, remove ads, working for
uTorrent.

Positional Arguments:
        IPFILTER-PATH   Path of ipfilter dir/file, wait input if empty.
                        IMPORTANT NOTICE: must be the uTorrent settings path!

Optional Arguments:
        -H IP|DOMAIN, --host IP|DOMAIN
                        WebUI host, default 127.0.0.1
        -p PORT, --port PORT
                        WebUI port, default 8080
        -a USERNAME:PASSWORD, --authorization USERNAME:PASSWORD
                        WebUI authorization, wait input if required
        -e HOURS, --expire HOURS
                        Ban expire time for peers, default 12 HOURS
        -f FORMAT, --log-header FORMAT
                        Format of log header, see time.strftime, default %H:%M:%S
        -C, --resolve-country
                        Set uTorrent to resolved peer's country code at start-up
        -X, --no-xunlei-reprieve
                        Banned XunLei directly, no more checking
        -P, --no-fake-progress-check
                        Don't checking fake progress
        -L, --no-serious-leech-check
                        Don't checking serious leech
        -R, --private-check
                        Enable checking for private seeds
        -U, --log-unknown
                        Logging unknown clients
        -A, --remove-ads
                        Remove ads via set Advanced Settings, only working for
                        localhost, and to fail in older uTorrent
        -O, --no-close-pairing
                        Don't turn off Web Pairing setting after remove ads
        -h, --help      Show this help message and exit
        -v, --version   Show version and exit

It's not only a anti-ads tool, to use it, you must pass the ipfilter argument, it is generally located in the path corresponding to the following cases.

Mac:
        ~/Library/Application Support/uTorrent
        or
        /Applications/uTorrent.app/Contents/MacOS
Unix utserver:
        use utserver argument "-settingspath" to specify settings folder path.
Win XP:
        C:\Documents and Settings\<username>\Application Data\uTorrent
Win 7 & above:
        C:\Users\<username>\AppData\Roaming\uTorrent
Portable mode:
        μTorrent installation folder path. To enable this mode, first put file
        settings.dat into it.
PortableApps:
        <PortableApps folder>\App\uTorrent
Android:
        I don't know any informations about it, welcome to help add those informations,
        even Android is unavailable.
Network File:
        run μTorrent at other machine, setup the settings folder as a network file path.
        e.g.
        NFS       mount –t nfs 192.168.1.20:/var/lib/utserver /mnt/utserver
                  /mnt/utserver
        SMB/CIFS  //machine1/share/uTorrent

I wish you will like it. Thanks for reading.

Pro GUI necessity?

I don’t think you should enable it by default, it’s distracting and ugly.
The flag is:
gui.pro_installed

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.