Porn downloading and uploading system

@monnoname @DotMel Alright here is the fix. I forgot two very very important steps in the orignal post. Mods if possible, please add this to original post :)

Installation-2
Install NODE from https://nodejs.org/en/download/
Open cmd and enter the following commands:
1) cd C:\TheMethod\Scripts\Downloader
2) npm install (this should install all the modules from packages file if not, open packages.json with notepad and install all the dependencies manually for example 'npm install casperjs' or 'npm install wget')

Add PhantomJS and ffmpeg to global directory

Right click on my computer and select Properties
Select Advanced system settings
Click on the Environment Variables.. button
Under the System Variables section, find the Path variable
Add ";C:\TheMethod\Software\phantomjs-2.1.1-windows\bin\;C:\TheMethod\Software\ffmpeg-20160522-git-566be4f-win32-static\bin\" and save


I hope this fixes it and there are no more problems. If there are let me know!

Hi TaAa,

Unfortunately, I'm experiencing almost the same issue : this time, the videos height is 14.5 Ko and impossible to open it with WMP or VLC... :(
 
Hi TaAa,

Unfortunately, I'm experiencing almost the same issue : this time, the videos height is 14.5 Ko and impossible to open it with WMP or VLC... :(
I already answered this. Install Python.
I have done the exact same steps which I wrote on a clean VPS and they worked for me so they should work for you too.
 
I already answered this. Install Python.
I have done the exact same steps which I wrote on a clean VPS and they worked for me so they should work for you too.

My apologies, I forgot to read the previous posts.

Thanks, really appreciate your help and your contribution :)
 
@godknowseverything solved his problem by installing python. Please see the required software list and install all the software.

Me again. I tried all the solutions you proposed (Wait until the timeout ends, Python was already installed on my computer...) and got the same problem...
 
Me again. I tried all the solutions you proposed (Wait until the timeout ends, Python was already installed on my computer...) and got the same problem...
Is is added to PATH? I dont know. Install Python and Node to global path, retry the steps.
 
I tried everything. I reinstalled nodejs, python, added everything to the path, etc.
Nothing changes, I am still not getting any new ursl. I am running the whole thing on Windows 8, could that be a reason why it is not working?
I checked things out a little bit and it seems to be the geturls.js that is responsible for the problem.
 
I tried everything. I reinstalled nodejs, python, added everything to the path, etc.
Nothing changes, I am still not getting any new ursl. I am running the whole thing on Windows 8, could that be a reason why it is not working?
I checked things out a little bit and it seems to be the geturls.js that is responsible for the problem.
Can you please give me screenshot of the error after running the bat.
 
So this is what fixed my problems guys:

Open cmd and there enter cd C:\TheMethod\Scripts\Downloader then enter these one by one:
npm install -g casperjs
npm install ffmpeg
npm install node-ffmpeg
npm install node-wget
npm install phantomjs
npm install request
npm install wget

Reinstall python for all users and make sure python and ffmpeg is in global path, which is:

Right click on Computer then click on Properties,
after that click on Advanced system settings on the new window click on
Enviroment Variables
There it says "System variables", search for "Path" in the variable tab and put this at the end

";C:\Program Files\nodejs\;C:\TheMethod\Software\phantomjs-2.1.1-windows\bin\;C:\TheMethod\Software\ffmpeg-20160522-git-566be4f-win32-static\bin\;C:\Users\YOURPCUSERNAME\AppData\Local\Programs\Python\Python35\;C:\Users\YOURPCUSERNAME\AppData\Local\Programs\Python\"

Without the "" .. I hope it helps!
 
Last edited:
Thanks xxlfire! Your solution worked perfect for me!

Thanks TaAaZZ28 for the whole scripts!
 
And if you want to manually watermark videos in /Downloads folder, Open CMD in C:\TheMethod\Scripts\Downloader and type "node marker.js" and press enter
 
Does anyone have problem with imacro? I get this error: wrong format of TAG command, line 10 (Error code: -910)FORM=ID:signup_form ATTR=ID:username CONTENT=MyUsername

Is CONTENT=MyUsername place where I put my username?
 
Back
Top