![]() |
|
[mini-tut]Download Website Source - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Computers (https://sinister.li/Forum-Computers) +--- Forum: Operating Systems (https://sinister.li/Forum-Operating-Systems) +--- Thread: [mini-tut]Download Website Source (/Thread-mini-tut-Download-Website-Source) |
[mini-tut]Download Website Source - 1llusion - 07-09-2011 Hi! Okay, from time to time, we need to get websites source for some reason. A very easy way is using the "wget" command. It works like this: Code: wget [URL]So to download source of HC you would do: Code: wget www.hackcommunity.comThe file will be saved in /home/[user name] NOTE: It will download just html, javascript etc... stuff like PHP won't be downloaded NOTE2: Yes, you can download files like that ![]() NOTE3: Windows users can use this tut too!!! All you have to do is download: http://www.mediafire.com/?s99y70va9f6e427 Enjoy! RE: [mini-tut]Download Website Source - PartyPaint - 07-09-2011 Thanks, or you use this: http://www.httrack.com/ Download it, Choose a new folder name and the url + some nice extras. Have fun! RE: [mini-tut]Download Website Source - 1llusion - 07-09-2011 (07-09-2011, 07:40 PM)Pwnisher Wrote: Thanks, or you use this: http://www.httrack.com/ wget is faster IMO since it is a unix command no software needed(07-09-2011, 08:04 PM)The 7th Sage Wrote: If you don't mind add this download link please : Sorry but, what the hell is wget.exe? This is Linux section as far as I know O.o and wget is a simple command O.o RE: [mini-tut]Download Website Source - 1llusion - 07-09-2011 (07-09-2011, 08:27 PM)The 7th Sage Wrote: oh sorry. That was wget for windows. oh ok thought I was missing something
RE: [mini-tut]Download Website Source - l0c41H0st - 07-10-2011 hahaha.... guys you can download only front end not the back-end codes.lol!!!! You can download the php files but friends just check the code ,they will contain only front-end codes used in that.
RE: [mini-tut]Download Website Source - 1llusion - 07-10-2011 (07-10-2011, 02:44 PM)l0c41H0st Wrote: hahaha.... guys you can download only front end not the back-end codes.lol!!!! Thanks for repeating me read the notes mate
|