Selling rlslog, oneddl, adultbay, hq-uploads, sceneflux auto leecher - $30

Status
Not open for further replies.

Yawn92

Active Member
392
2010
0
0
Hi all, this is a straightforward script to auto leech and reupload rlslog + sceneflux + oneddl + hq-uploads + adultbay + scenerls topics. Simply put in 1 or more topic urls, press leech then just leave it and the contents will be leeched to a multitude of hosts, post created and saved to your server. It does not auto post them to forums, you have to do that yourself.

Features:
-Auto create the post with information in bbcode or html from a rlslog/sceneflux/oneddl/hq-uploads/adultbay/scenerls post

-Leech the first set of alive rapidshare, megaupload or hotfile links to rapidshare, megaupload, hotfile, fileserve and netload (You do not need premium accounts in any of these filehosts to upload to them)

-Optionally unrar the downloaded files, remove any files you do not want and add a file in of your choice, then re-rar and upload.

-Log file creation so you can see where the script is at.

-Optionally change the MD5 and rename the files you are leeching

-Optionally delete the files you are leeching once they have been reuploaded

-Optionally email the contents of the completed post to an email of your choice

-Optionally add your own download and information icons to finished posts

-Free lifetime updates and patches, notification of which will be sent to your payment email

-The entire thing is automated, all you need to do is enter links (or use the built in automated script to get source links), press a button then post the results to forums of your choice once the files have been re-uploaded.


The price? $30, paypal is preferred, but moneybookers can also be arranged. If you're even considering it, buy it, you won't find anything else like this for under $100-$200 - you're getting a really good deal.

If you need to leech from a blog not supported by default I can write you a custom plugin for an additional $10. If you want to add an additional upload or download filehost then I can do that as well for an additional $20.

Need some good, affordable hosting to run this on? Try startech-hosting:
30 gb space
512mb burst ram
unmetered bw
http://startech-hosting.com/cart.php?a=add&pid=19


Requirements:
-To run this you will need a server with php and curl support
-If using the rar/unrar option your server will need winrar installed.


Any questions please feel free to PM me or ask in this post :)
 
1,509 comments
Yawn, would you please update script to make mpu4 compatible post?

Had a quick mess around to get to work with MP4,

open index.php

Find
PHP:
$mpu = "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\r\n<Settings>\r\n<Title>$name</Title>\r\n<SelectedArea>-1</SelectedArea>\r\n<Post>$post</Post>\r\n</Settings>";
                    $fh = fopen("mpu/" . $name . ".epc", "a");
            fwrite($fh, $mpu);
            fclose($fh);
and Replace with

PHP:
$mpu = "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\r\n<Settings>\r\n<postTitle>$name</postTitle>\r\n<postBody>$post</postBody>\r\n<postArea>-1</postArea>\r\n<postTag>-1</postTag>\r\n</Settings>";
                    $fh = fopen("mpu/" . $name . ".mpsp", "a");
            fwrite($fh, $mpu);
            fclose($fh);
ofc i have no idea what im doing with php, so just changed the basics, but it works, posts are still saved to MPU folder, im sure yawn will do this properly soon
 
I have problems to leech from rlslog.

The first comment is hotfile folder, so all post leeched uploads the same file.The first in that file holder.
 
Status
Not open for further replies.
Back
Top