Results 1 to 10 of 31
Hybrid View
-
22nd May 2011, 10:05 AM #1Member
Push sborg via cURL and everything will be fine
Automation ftw
uferdamm Reviewed by uferdamm on . Real Automation of Down-Uploading of Scene Releases Setup a watch folder on your VPS where any torrent files placed will auto-load into utorrent/deluge Setup a IRC Auto-Dl Script,to download .torrent files to your PC and auto upload to your VPS via FTP(i prefer Slash Method )..This method is faster than RSS,coz RSS updates only every 5mins which is a lot at top trackers,coz most of the torrents will have 30+seeds by then,whereas IRC,is a lot quicker. Setup what types of releases you`d like to download(like TV/Xvid,Movies/DVD-R/Games-pC Rating: 5
-
22nd May 2011, 10:33 AM #2OPBannedWebsite's:
TVDDL.com
-
22nd May 2011, 11:36 AM #3Member
Yes, I built my own "sborg automation"
It's easy, just a few PHP Code Raws.
Login to sBorg:
Code:$postLoginFields = array( 'access_login' => 'user', 'access_password' => 'password', 'access_duration' => '720' ); $postLoginConfig = array( CURLOPT_URL => 'http://yoursborghosturl/index.php', CURLOPT_COOKIEJAR => './cookies.txt', CURLOPT_COOKIEFILE => './cookies.txt', CURLOPT_COOKIESESSION => true, CURLOPT_FOLLOWLOCATION => true, CURLOPT_RETURNTRANSFER => true, CURLOPT_POST => true, CURLOPT_AUTOREFERER => true, CURLOPT_POSTFIELDS => $postLoginFields ); $ch = curl_init(); curl_setopt_array($ch, $postLoginConfig); if(curl_exec($ch)) echo '<b>Login successfully!</b>'; curl_close($ch);
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[PHP] Scene Releases DB v0.1
By devNULL in forum Web Development AreaReplies: 2Last Post: 27th Jan 2012, 09:12 AM -
SceneDDL.net - Automated Uploading of "Scene" Releases
By SDL.Verity in forum Forum and DDL DiscussionReplies: 50Last Post: 30th Jun 2011, 08:54 AM -
[Selling] SceneBot - Uploading The Latest Scene Releases Into Your Filehost Accounts
By thefboo in forum Completed TransactionsReplies: 72Last Post: 30th May 2011, 11:25 AM -
[Selling] Uploading Scene Releases
By Daniel in forum Completed TransactionsReplies: 56Last Post: 30th Oct 2010, 01:43 PM -
Scene Releases
By ZeroAT in forum Site ReviewsReplies: 5Last Post: 28th Aug 2010, 10:16 PM
themaCreator - create posts from...
Version 3.56 released. Open older version (or...