Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Torrent Strike (http://www.bvlist.com/forumdisplay.php?f=21)
-   -   Scars Upload bot (http://www.bvlist.com/showthread.php?t=7242)

antimidas 22nd November 2011 06:22

Scars Upload bot
 
Hey...

for the life of me i cannot get the bot to work with site... love this source... any help would be welcomed... here is my .upload.ec file if it helps



Quote:

#!/bin/bash
####################################
## example resource file for ##
## torrent upload script ##
## ##
## save in ~/.upload.rc ##
## chmod 700 to restrict access ##
####################################
## LOGIN SETTINGS ##
####################################

# your website username
USERNAME="autobot"

# your website password
PASSWORD="*****"

# website login URL
LOGINURL="http://blues-brothers.biz/takelogin.php"

# logged in text: something _unique_ to check if you are logged in
# possibly your username if it's unique and on the page you get directed to after logging in
LOGINTXT="bluebot"

# login form username: look for input NAME="username"
LOGINUSR="username"

# login form password: look for input NAME="password"
LOGINPWD="password"


####################################
## SEARCH SETTINGS ##
####################################

# website search URL
SEARCHURL="http://blues-brothers.biz/browse.php?do=search&search_type=t_both"

# search no result text: something _unique_ to check if no results are found
SEARCHTXT="Nothing Found"

# download dupe: 1 = yes, 0 = no
# note: only possible if download link is on the torrents page
DUPEDL=0

# URL that needs to be prepended to the download URL
DUPEURL="http://blues-brothers.biz/"

# search download link text: something _unique_ to find the exact line
DUPETXT="action=download"

# command to extract the download link from the complete line
# note: test for the best way to get it outside the script first
DUPECMD="cut -d \" -f 2"

####################################
## UPLOAD SETTINGS ##
####################################

# website upload URL
Bump: really no one???


All times are GMT +2. The time now is 03:39.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.