Resource icon

uTorrent download complete 1.0

No permission to download
Do serwera WWW załaduj skrypt PHP , zmieniajac odpowiedno adres email:
cat finished.php
PHP:
<?php
$msg = $_GET['title'];
$headers = 'From: SkadLeciEmail@domena.com' . "\r\n";
mail('TwojAdresEmail@domena.com', 'uTorrent Finished Downloading',$msg, $headers);
echo $msg . '<br/>';
echo '<br/>';
echo "Email Sent Successfully";
?>

w Windows dodaj skrypt, zmieniajac adres serwera:
SendMailuTorrent.cmd
Code:
@set torrent=%~1
@echo %torrent%
@set torrent=%torrent: =-%
@set torrent=%torrent:[=-%
@set torrent=%torrent:]=-%
@echo %torrent%
cmd /C curl http://TWOJSERERWER/finished.php?title="%torrent%"
@echo %1 >> "C:\Program Files\uTorrent\SendMail.log"

Ustaw w uTorrnecie:

upload_2016-7-31_20-39-43.png


Enjoy !
Author
Usunięty użytkownik pigers
Downloads
44
Views
730
First release
Last update
Rating
0.00 star(s) 0 ratings