Auto script for uploaders

Status
Not open for further replies.

t3od0r

Active Member
1,419
2008
183
10
I saw that many of you are interested in this kind of script.

Fatal was starting to work but i don't see a progress anymore, so i decided to start to make one. I don't know how fast will this work because i don't know that much coding :D, also, the script will be in php.
But first i need some ideas.
I know that the script should auto download, auto unrar, auto rar, auto upload, delete files, auto post.
I can make something like here, where you can make your post and than is saved to a database. Than the script will take the links from the database and start the process. I think i will use rapidleech for auto download and auto upload.

If you know any other features you would like to see, post here.
 
15 comments
vBTM + some more functions + RapidLeech?
I already thought about that, don't really know how to implement something like rapidleech yet, will probably work on it too..
or maybe you mean something else?
 
something like that, but in php, i just need some ideas of what to add or what this script should do and i will start working
 
I saw that many of you are interested in this kind of script.

Fatal was starting to work but i don't see a progress anymore, so i decided to start to make one. I don't know how fast will this work because i don't know that much coding :D, also, the script will be in php.
But first i need some ideas.
I know that the script should auto download, auto unrar, auto rar, auto upload, delete files, auto post.
I can make something like here, where you can make your post and than is saved to a database. Than the script will take the links from the database and start the process. I think i will use rapidleech for auto download and auto upload.

If you know any other features you would like to see, post here.


Well he's got his RL problems you know.. i do talk to him. :'(
 
So basically your going to write a PHP script where you just enter a bunch of links and then the script will download it, unrar it, re-rar it, upload it, delete the original files and then save the links to the database so they can be posted later. That's a hell of a lot for a php script to do.

Maybe you could create functions to add an info file or url shortcut before the re-rar part and add the option to add a password and have a site name or uploaders name added to the links.

The major problem I see with this is you've no idea if your passing on virus or trojans etc. I think it should auto scan before it re-rar's the files.

I still have my doubts about how you'll do this. That's a ridiculous amount for work for a script. I know that the last part is pretty much done. I've seen php scripts store your login details for a bunch of forums and then you enter the title, info, links to screenshots etc and it autoposts to the forums you selected (like a php version of Jayfellas Autoposter).
 
You stated in your first post that you aren't very good in coding.

If that's the case, I don't think you'll be able to accomplish this.

Sorry.
 
i already had the poster for phpbb,vb and ipb, i know it is a lot for a script, i was going to use cronjobs, but since nobody is interested in this i will stop here.
 
You stated in your first post that you aren't very good in coding.

If that's the case, I don't think you'll be able to accomplish this.

Sorry.
Hey dont put em down like that, if they try hard enough and want to do it bad enough They might just do it, anyone can accomplish things they cant do if they WANT it enough.. Come on now, wheres all the enthusiasm,and good responses :|
 
If splitice is able to make it then its possible, So work hard on it and u might get a few hundred $$ from it, Starting with me buying it ;).
 
I wanna add on a few problems you may encounter and have to overcome.

As I said earlier you should make it scan the files before re-raring the files. Another problem if it's all automated so much is you'll be re-raring the original info file and url shortcut.

A way you could get around this is at the start be able to select Movie or Music when adding the links. That way before it re-rar's the files it could remove any files that are less than 500kb and not wmv / avi file types for movies or mp3 / wma for music. This way you won't be advertising other sites.

It's a lot harder to do this for apps and games as the txt file could contain install info or a serial or adverts for a website. Until you think of an idea of how to fix this it's only suitable for movies and music.

Another thing. After it extracted the files I'd make sure it checks that it doesn't contain rar files and if it does extract these do it's not double rared.

Maybe you could team up with someone as it's a big job although I do wish you luck.
 
I hate rapidleach with passion. It doesn't have very good error handling or queuing support. Also, its hardly automated...

What you need is something like jDownloader but written in php, with added. It would be totally do-able but I guess its not a good idea if you have only started learning php. If you made it modular for each host then it would be easy to expand, etc. It would be good if you had a seperate frontend and backend interfacing using a mysql database or shared memory. Backend could be written in php, just as a cli script.

Then you just need to add post maker...
 
Status
Not open for further replies.
Back
Top