(adsbygoogle = window.adsbygoogle || []).push({});
Okay NGU, today I will be teaching you how to download the files off of a websites database.
The only things you need are-
Command Prompt
wget
wget basically downloads the files off of websites for you
Click
You must login or register to view this content. to download wget
After downloading wget go into the local disk C: of your computer, create a new folder called wget.
[ATTACH=CONFIG]17787[/ATTACH]
Now, drag the "wget.exe" file that you downloading into the folder.
Run Command Prompt as an Administrator
When command prompt opens type in cd C:\wget and press enter
Next, type in wget -r -A.php (whichever website you want files from)
So it should look like this except with your target website
[ATTACH=CONFIG]17788[/ATTACH]
Then just hit enter, and you will see Command Prompt downloading the files.
After all of this, go back to your C: drive and click your wget folder, then there should be a folder with the website name that you have downloaded the files from.
This is an old method, but still works today. Enjoy.