How To Clone Any Website Free | Copy Full Website

Sdílet
Vložit
  • čas přidán 28. 01. 2022
  • In this video, we will learn how to copy whole website data offline on your computer. We will use a terminal to do this. will use the Wget command to copy all website pages to our computer.
    We can run Wget command directly in MacBook or Linux but not in windows.
    To run this command in windows we need to download exe file of wget. Use this link to download for windows -: gnuwin32.sourceforge.net/packa...
    After downloading the exe file we have to move this exe file into C Drive -: Windows -: System32
    then open the terminal and type this command
    ......................................................................................
    wget --mirror --convert-links --wait=2 tcbtestsite.000webhostapp.com/
    ......................................................................................
    Join this channel to get access to perks:
    / @thecodingbus
    The Coding Bus
    #Thecodingbus
    #tcb
    #clonewebsite
    #wget
    #wgetmirror
    #getwebsite
    #copywebsite #unitedstates #us

Komentáře • 1,1K

  • @coldtruth3944
    @coldtruth3944 Před rokem +104

    This could be useful to move your own site to a new domain or hosting

    • @TheCodingBus
      @TheCodingBus  Před rokem +4

      🙌 Yes

    • @Luke_Sidewalker
      @Luke_Sidewalker Před rokem +18

      You can literally already do that via your own site without all these steps lol

    • @oosmanbeekawoo
      @oosmanbeekawoo Před rokem +2

      @@orotoi1 actually, to change the name of your website just buy a new domain, take the code of your domain and give it to your hosters! this will disassociate your old name with your website content.

    • @TRADING_LABS
      @TRADING_LABS Před 9 měsíci

      @@TheCodingBus Can we clone Password protected website also ??

    • @TRADING_LABS
      @TRADING_LABS Před 9 měsíci

      @@TheCodingBus Can I clone paid website as well ? which update its data frequently

  • @aviral.rabbit
    @aviral.rabbit Před 9 měsíci +39

    After such a long time i saw a video without any bullshit, just pure content. good work bro. loved it!!

    • @TheCodingBus
      @TheCodingBus  Před 9 měsíci

      Thank You Most welcome 🤗

    • @zubooh
      @zubooh Před 2 měsíci

      bro i need copy live video but i cant

  • @jeremystancil
    @jeremystancil Před rokem +11

    Very helpful! Thank you. I had to install homebrew and wget but the websites walked me right through it.

    • @TheCodingBus
      @TheCodingBus  Před rokem +1

      Most Welcome 🤗

    • @abdullahiabdirahman1108
      @abdullahiabdirahman1108 Před rokem

      @@TheCodingBus dear engineer please i need your email , i would like to ask you some questions privately thanks

    • @WHITEHOUSE_USA
      @WHITEHOUSE_USA Před rokem

      hello, I can't do anything , it constantly shows an error, can I please contact your contact to contact you and you helped solve the problem , I will be very grateful in advance

  • @topones2504
    @topones2504 Před 3 měsíci

    I am facing a issue during installing wget . Which wget exe do i need to add to the system32 . The setup file or the file that is installed in Gnuwin32?

  • @yaseratarud7410
    @yaseratarud7410 Před 2 lety +3

    Wowww amazing sir thanks for sharing 👍 🙏

  • @Anonymous-ip6iz
    @Anonymous-ip6iz Před rokem +4

    What about the dynamic websites, what happens when frontend may request the backend APIs ( and we don't have the credentials for the databases and for others )

    • @TheCodingBus
      @TheCodingBus  Před rokem +3

      You can clone only frontend data not database

    • @moncefkho
      @moncefkho Před rokem +1

      🤣🤣🤣

    • @Jonggungoo
      @Jonggungoo Před rokem +2

      why,bro u want to copy everyhting,lol

  • @AlterBug
    @AlterBug Před rokem +1

    I'm just a beginner. So high for me to understand overdose myselft on going. Thanks for sharing.

  • @theeverythinghighlights1822
    @theeverythinghighlights1822 Před 7 měsíci +2

    Amazing, your video is really really helpful, I can’t wait to start using this. Once again thanks bro. You’re amazing keep doing the great works

  • @canelocarranza
    @canelocarranza Před 10 měsíci +4

    You are amazing! This helped me out so much. Thank you.

  • @muscotto
    @muscotto Před 6 měsíci +1

    Amazing.... very very good !!!! Thank you very much. Success and happy!

  • @jazielwayne2178
    @jazielwayne2178 Před rokem +31

    Thank you soooo much. A client told me he wanted to get the exact layout for his website just as the one he saw online. This video is the first I saw and its really helped. I gave them 7 hours, but I've done it in an hour with all the necessary edits. You are Awesome. This is one of the few times the youtube algorithm has worked in my favor 😂😂

  • @direnbulut1318
    @direnbulut1318 Před rokem +2

    This is so amazing :D saved a lot of time. Thank you very much :)

  • @isaacengineer2280
    @isaacengineer2280 Před 2 lety +5

    Is it possible to clone a website like glassdoor and reuse its code for another project that is very similar? How do you deal with all the data that were stored in the database?

    • @TheCodingBus
      @TheCodingBus  Před 2 lety +1

      we can get there current showing product details
      but we can't get the backend of any website.

    • @obidikepaschal4484
      @obidikepaschal4484 Před rokem

      @@TheCodingBus I noticed you can't get the backend of the website...so how do I integrate the template after cloning with my backend

    • @peteclark1012
      @peteclark1012 Před rokem

      @@obidikepaschal4484 You have to write the backend yourself, usually with PHP. Copying the site layout only gives you the layout. For a complex site, where people have to enter information, it's usually easier to start writing the code and make the layout "similar" to other sites.

    • @hossamqeb4703
      @hossamqeb4703 Před rokem

      @@obidikepaschal4484 that's what i need

  • @matrix-m6679
    @matrix-m6679 Před rokem +45

    This won't work to move a WordPress website to another location, because all the files and folders they show in the video do not include the database WordPress uses.
    Essentially this method in the video copies only the HTML source code, the CSS (styling sheet), images, other media and any scripts that were used for that website.
    In fact the location of all those objects are found in the HTML source code (links).
    This is what that program does, it scans the HTML source code, connects to the links and downloads all objects required to rebuild the website pages in "HTML" format only, which is exactly what your browser does.
    Websites using WordPress or other CMS frameworks (Joomla, Drupal, etc) use PHP and in the URL for a CMS page, there is no ".html" extension, it shows no extension.

    • @tochibaalbert7824
      @tochibaalbert7824 Před rokem +1

      hello dear i have cloned A website and has its html source code css files medias and script so how do i reassemble and decode it for clear understanding please can you help me.

    • @melodicc_vibes
      @melodicc_vibes Před rokem +1

      @@tochibaalbert7824 i can help you

    • @clienterr
      @clienterr Před rokem

      @@melodicc_vibes help me

    • @melodicc_vibes
      @melodicc_vibes Před rokem

      ​@@clienterr yes ok which website you have clone....

    • @solomonnwante7304
      @solomonnwante7304 Před rokem

      @@melodicc_vibes 😂😂😂

  • @CoderX92-mc5hv
    @CoderX92-mc5hv Před 5 dny +1

    In tech there is always that indian guy who gives you the exact results you are looking for😅...Thank you Bro

  • @topgrades2335
    @topgrades2335 Před 6 měsíci +1

    Subbed, this video was very helpful

    • @TheCodingBus
      @TheCodingBus  Před 4 měsíci

      most welcome
      thank you
      czcams.com/play/PL7sbjUYIdF3XR6NFVeBzej-syvnHiVm_z.html

  • @babastube4790
    @babastube4790 Před rokem +11

    how we can convert html to wordpress theme please answer me

    • @TheCodingBus
      @TheCodingBus  Před rokem +8

      Yes u can. it's a long process
      try this www.cloudways.com/blog/html-to-wordpress/

    • @ArpitArora1
      @ArpitArora1 Před 2 měsíci

      Thankyou for this ✨😊​@@TheCodingBus

  • @buddhistsympathizer1136
    @buddhistsympathizer1136 Před 2 lety +4

    Thank you for the information - Does this work for Wordpress Theme based websites as well, please?
    Will the copy be useable in Wordpress?

    • @TheCodingBus
      @TheCodingBus  Před 2 lety +1

      Yes possible... but the problem is that can only get the frontend we can't fetch the database.
      so wordpress website will end up with the html code

    • @buddhistsympathizer1136
      @buddhistsympathizer1136 Před 2 lety

      @@TheCodingBus Thank you

    • @jazielwayne2178
      @jazielwayne2178 Před rokem

      @@TheCodingBus please is there a way to fetch the backend

    • @RealDevastatia
      @RealDevastatia Před 5 měsíci

      @@jazielwayne2178 Fortunately, there's no way for you to steal other people's copyrighted work without hacking their database. Write your own content.

  • @ornchamplin-hx9bd
    @ornchamplin-hx9bd Před 2 měsíci

    How to convert n upload this on wordpress?? I have all data from wayback of my own webbsite but didn't found any way to upload n editable on wordpres

  • @lol14132
    @lol14132 Před 4 měsíci

    omg i love you this finally worked i was trying other things for so long.

  • @mohammadhussain4547
    @mohammadhussain4547 Před rokem +7

    Can we even clone the functionality and features of that website?
    The current website is just a basic website. What if the website has backend admin panel or subcription based features etc?
    Is there a possibility of cloning and launching a customized platform through this or any other method?

    • @TheCodingBus
      @TheCodingBus  Před 10 měsíci +9

      Cloning the functionality and features of a website, especially one with a backend admin panel or subscription-based features, is a much more complex task than simply cloning the front-end appearance using the wget command or similar methods. Here are some key points to consider:
      Front-End vs. Back-End: The wget command primarily helps you clone the front-end, which includes the HTML, CSS, and client-side JavaScript. However, backend functionality, such as user authentication, database interactions, and server-side scripting, is not typically copied using wget.
      Database: Websites with dynamic content usually rely on databases to store and retrieve information. Cloning the database structure and data is a critical part of replicating functionality. This often requires a separate database export/import process.
      Server-Side Code: If the website has server-side scripts (e.g., PHP, Python, Ruby), you would need to copy the server-side code and configure it to work in the new environment. This might involve modifying paths, database connection settings, and other server-specific configurations.
      Admin Panel: Cloning an admin panel, especially if it involves user authentication and access control, is a complex task. You'd need to recreate the functionality and security measures in the new environment.
      Subscription Features: Subscription-based features often involve payment gateways and user management systems. Cloning these features would require setting up similar payment gateways, user databases, and handling subscription renewals and cancellations.
      In summary, while you can clone the front-end appearance of a basic website using wget or similar tools, replicating the full functionality and features of a website, especially one with an admin panel and subscription-based components, is a much more involved process. It typically requires a combination of web development skills, database management, and server configuration. Additionally, be aware of legal and ethical considerations when cloning websites, especially if they contain user data or copyrighted content.

  • @kutipaw
    @kutipaw Před 2 lety +5

    This does not work on windows, it says it's missing dll files. No I don't want to run it on any virtual machine, I did everything like you said (besides the suggestion to one viewer about the virtual machine) and it didn't work.

    • @holyjeff6266
      @holyjeff6266 Před rokem +3

      The dll files should be in the program folder, sub folder "bin". put the dll files into the 'system' folder instead of 'system32'. wget still goes into system32.

    • @PhotoshopBus
      @PhotoshopBus Před rokem +1

      @@holyjeff6266 Windows you need to add path to Wget in the system environmental path

    • @hatemzayani1324
      @hatemzayani1324 Před rokem +1

      open a cmd window in sub folder "bin" work 100%

    • @TheCodingBus
      @TheCodingBus  Před rokem +1

      Watch this one for windows
      czcams.com/video/qfEZJ3Hwkg4/video.html

    • @iorgosgialidis
      @iorgosgialidis Před rokem

      @@TheCodingBus you should pin it in the beginning! Most people use Windows! btw, Thank you!

  • @kadaliakshay6770
    @kadaliakshay6770 Před 7 měsíci +2

    Absolutly awsome video, thanks a lot!

  • @kentsmith2773
    @kentsmith2773 Před 11 měsíci

    I was able to do this but my Index file redirects me to the actual website. At first it loads the index.html in my C Drive but then refreshes in seconds to the actual website. What am I doing wrong and how can I get the index.html to load like you did in the video? It's like it is redirecting to the true URL. It will not stay on my local drive but for a flash second.

    • @TheCodingBus
      @TheCodingBus  Před 10 měsíci

      It sounds like you're experiencing a redirection issue when trying to view the locally downloaded website. This can happen for various reasons, including JavaScript redirects or server-side redirects. Here are some steps to address this issue:
      Check the HTML Meta Refresh Tag: Open your index.html file in a text editor and look for any

  • @rajanisujith2077
    @rajanisujith2077 Před 2 lety +3

    Sir, I have a video idea you can make how to use dark and light theme in an app.... Like when switch on the button to dark mode then the background color will change to black and etc like that...

  • @AndyWJP
    @AndyWJP Před rokem +11

    I'm concerned about the impact on the bandwidth costs to the website owners about doing this. If all of the media is downloaded, then it would be a large bandwidth hit on them against what their data plan allows for. You didn't say anything about this potential problem in the video. I guess that it would not be a big issue for most sites if only the html and scripts were downloaded i.e. text data. But if you download all of the media and images then it is a big problem since you are probably only interested in a subset of the website pages.

    • @AndyWJP
      @AndyWJP Před rokem +1

      @@russellhank I am talking as a website publisher. We have to pay for bandwidth and have some limits set on our accounts. Very low cost hosts will limit our data transfer allocation, and ask us to upgrade if we hit the limits, so that is why I mentioned my concerns here.

    • @TheCodingBus
      @TheCodingBus  Před 10 měsíci +4

      Thank you for bringing up this important point. You're absolutely right; using the wget command to clone websites can potentially consume a significant amount of bandwidth for the website owners. In the video, I focused on the technical aspects of using wget for cloning websites, but I should have emphasized the importance of using it responsibly.
      When cloning a website, it's a good practice to limit the download to the essential files, such as HTML, scripts, and text data, as you mentioned. Avoid downloading unnecessary media and images unless they are essential for your specific purpose. Additionally, always check the website's terms of service and robots.txt file to ensure you are not violating any rules or policies.
      Responsible web scraping is crucial to avoid overloading servers and causing bandwidth issues for website owners. Thank you for highlighting this concern, and I encourage everyone to be mindful of their scraping practices to minimize any negative impact on website owners

    • @mixvideo9249
      @mixvideo9249 Před 9 měsíci +1

      Will this work for dynamic websites as well?

    • @AndyWJP
      @AndyWJP Před 9 měsíci

      No, that requires Javascript@@mixvideo9249

    • @HEADSPACEnTIMING
      @HEADSPACEnTIMING Před 7 měsíci

      there are firewalls smart ones that prevent this

  • @weaponx1969
    @weaponx1969 Před 2 měsíci +1

    OMG...Thank you. You saved my life.

  • @LondonSingh
    @LondonSingh Před rokem +1

    Hi buddy,
    How can I download my university lessons which are only accessible after login into university website then I have to click each semester lessons.
    Can I download all that by wget as it need me to login first? How this will work?
    Thanks

  • @sktabrez856
    @sktabrez856 Před rokem +3

    Can you clone a website made with React JS or Angular? If not, change the title.

    • @TheCodingBus
      @TheCodingBus  Před rokem

      Yes we can clone the react website. May be not with this same method but another method

    • @draco4717
      @draco4717 Před rokem

      @@TheCodingBus are you going to try it with react

    • @irokomause8311
      @irokomause8311 Před 3 měsíci

      Please can you put us through,how to clone a react website

  • @user-om2fz6lp5s
    @user-om2fz6lp5s Před rokem +7

    Hello Coding Bus, great video! I have a challenge for you. First, I would like to express my appreciation for the video you have shared on how to replicate a website. The information presented appears to be highly reliable, and I hold your design and coding expertise and skills in high regard. As I embark on a solo entrepreneurial journey, I find myself in need of assistance in cloning a website, specifically incorporating parallax effects into its design. I am curious to know if you would be open to accepting this challenge. Rest assured, I am prepared to compensate you appropriately for your services.

    • @TheCodingBus
      @TheCodingBus  Před 10 měsíci +1

      Hi, i think you can clone any effect that shows in the frontend

    • @dwaipayansen2966
      @dwaipayansen2966 Před 9 měsíci

      I can give it a try, if you still have that case open. Let me know in the response.

    • @naughtylewis
      @naughtylewis Před 6 měsíci +1

      You used ai for this text right?

  • @gamebeatco
    @gamebeatco Před 2 lety

    hello
    it will clone same folder like on hosting or just general file, i mean the downloaded file if uploded on other hosting will work like that website. thanks

  • @kiranqureshi568
    @kiranqureshi568 Před rokem +2

    Not working in Windows.
    I placed wget exe in System32, after typed command: wget --mirror --convert-links --wait=2 [website link]
    Unluckily still it says, wget is not recognized

    • @abdouettaki956
      @abdouettaki956 Před rokem

      I have the same problem did you figure it out ... i keep looking everywhere and i can't find anything helpful .

    • @TheCodingBus
      @TheCodingBus  Před rokem

      I have recently published the same video for windows please check

    • @TheCodingBus
      @TheCodingBus  Před rokem

      czcams.com/video/qfEZJ3Hwkg4/video.html

  • @skarr7678
    @skarr7678 Před rokem +74

    In almost all cases it is illegal and infringing on intellectual property to copy and re-host a website. Although, it is interesting for personal archivism.

    • @TheCodingBus
      @TheCodingBus  Před rokem +14

      Yes. Don’t copy someone else site this is just for leaning purpose

    • @peteclark1012
      @peteclark1012 Před rokem +5

      It's good to see how things are done in the front end, but usually you only need one page for that. Then you write it yourself.

    • @HarshJain-it2bg
      @HarshJain-it2bg Před rokem +13

      Its 100% legal and ethical.
      No legal issues.

    • @h.a.1516
      @h.a.1516 Před rokem +13

      Who cares if it’s legal or not.

    • @peteclark1012
      @peteclark1012 Před rokem +9

      @@h.a.1516
      Who cares?
      Anyone who writes software, and doesn't want thieves wasting their time.
      Anyone who is a thief, and doesn't want to be sued.

  • @ranishkumar8398
    @ranishkumar8398 Před rokem +1

    Hi, I just want to say that my system generates an error "'wget' is not recognized as an internal or external command, operable program or batch file.". How we overcome this issue.

    • @TheCodingBus
      @TheCodingBus  Před 10 měsíci

      The error message "'wget' is not recognized as an internal or external command, operable program or batch file" means that your system cannot find the wget command because it is not in the system's PATH. To overcome this issue, you have a few options:
      Install wget (Windows):
      If you don't have wget installed on your Windows system, you can download and install it.
      Download the Windows version of wget from a trusted source like the following: eternallybored.org/misc/wget/
      After downloading, unzip the package if necessary and place the wget.exe file in a directory.
      Add the directory containing wget.exe to your system's PATH. You can do this by adding it to the PATH environment variable in Windows. Here's how:
      Right-click on "This PC" or "My Computer" and select "Properties."
      Click on "Advanced system settings" on the left.
      Click on the "Environment Variables" button.
      Under "System variables," scroll down to find "Path" and click "Edit."
      Add the directory path where wget.exe is located to the list of paths. Separate multiple paths with semicolons (;).
      Click "OK" to save the changes.
      You should now be able to use wget from the command prompt.

  • @user-js1tj7ctxd
    @user-js1tj7ctxd Před 6 měsíci +1

    You made it so easy for us thanks it's actually work on my parrot os

  • @RaymondDeLeon-yh5zf
    @RaymondDeLeon-yh5zf Před rokem

    I've been trying to update which is hosted with homestead and it has been 15 years that never get my updates right. Can you help me. I always look for ideas online but have trouble adding them to my website.

  • @nischiths3595
    @nischiths3595 Před rokem +1

    So what if I wanted clone the only one level deep. In the sense I should be able to access all the links that are present in the home and once I'm able to access a particular I should not be able to access further? How to do that ?

    • @myerwerl
      @myerwerl Před rokem

      Let me guess, python developer role?

    • @nischiths3595
      @nischiths3595 Před rokem

      @@myerwerl yep

    • @TheCodingBus
      @TheCodingBus  Před rokem

      Lot of parameters are there you have to pass the parameters

  • @sarahbahgat8052
    @sarahbahgat8052 Před 9 měsíci +1

    the Wget thing didn't work it still said:
    'Wget' is not recognized as an internal or external command,
    operable program or batch file.

    • @TheCodingBus
      @TheCodingBus  Před 6 měsíci

      check the location of your wget where it installed

  • @SaifAliRaazOfficial
    @SaifAliRaazOfficial Před rokem

    Does this copy database as well like PHP admin database along search form and results showing database

  • @augustineanikwe442
    @augustineanikwe442 Před 20 dny

    You just gained a new subscriber, thanks a lot 🙏🙏🙏

  • @umoja-center
    @umoja-center Před měsícem

    Thanks for the info. After using your method for cloning the site, what if you want to use a website builder to make changes? (like Hostinger Website Builder) Is that possible or do you have to make changes via the code in the terminal only?

    • @TheCodingBus
      @TheCodingBus  Před 17 dny

      Hi, it's simple that will give u the html code so u can use the VScode or any editor for changing the code. now if you want to convert it to website builder then u need to use clonewebx tool for that. czcams.com/video/WxWF2lhOwJs/video.html

  • @sglant
    @sglant Před 3 měsíci +1

    Wow! This is truly amazing. Thank you for sharing this.

  • @codmartial
    @codmartial Před 6 měsíci +1

    you can use the separate folder for "wget" and give it to the path instead of pasting in the Windows folder.

  • @jaimesuarez68
    @jaimesuarez68 Před rokem +1

    Thank you, but I’m also on a Mac computer and you did not go over how to install Wget on a Mac
    Can you please advise on this.

  • @piselloarabo
    @piselloarabo Před 6 měsíci +1

    will i see whats someone type if someone type something (like in a password box)? nothing illegal, im just curious

    • @TheCodingBus
      @TheCodingBus  Před 6 měsíci

      Yes. ou have to change the inputbox type

  • @user-jd9bb9kh7p
    @user-jd9bb9kh7p Před rokem +1

    When i use the terminal on microsoft, enter "cd Desktop/" then enter an error comes up. How do i fix this ?

  • @PatelCollection
    @PatelCollection Před rokem +1

    I will also try it out and comment Thanks. Enjoyed Really.

  • @ThatDevOpsKid
    @ThatDevOpsKid Před 7 měsíci +1

    Great content man!!

  • @Zurik_Global
    @Zurik_Global Před rokem +1

    Just the video I have been looking for… thanks…. Will try it out and drop feedback

    • @TheCodingBus
      @TheCodingBus  Před rokem

      Did it work?

    • @iamstevetosh
      @iamstevetosh Před rokem

      @@TheCodingBus Yh! it works for me on my windows 11, but not working on windows 10

    • @liviuteodorescu2891
      @liviuteodorescu2891 Před 5 měsíci

      ​@@TheCodingBusyou should be ashamed of you content.

  • @seunlafe9825
    @seunlafe9825 Před rokem +1

    Hi. Please while mirroring a website my internet went off. It is showing operation timed out. Is there a way I can continue mirroring that Website without starting all over? Please help

  • @prof.code-dude2750
    @prof.code-dude2750 Před 2 lety +1

    Sir I am trying this but I am getting an error that a few .dll files are missing. I have installed them and placed then in system32. How should I fix it?

    • @TheCodingBus
      @TheCodingBus  Před 2 lety

      have u execute the exe file ?
      check this file with your windows server is it compatible or not
      retry it. or use virtual box to run linux

    • @holyjeff6266
      @holyjeff6266 Před rokem +1

      put them into the 'system' folder instead of 'system32'. just had to figure this out as well.

    • @braihnalsina4198
      @braihnalsina4198 Před rokem

      It doesn't work on windows 😞

  • @mazeleee
    @mazeleee Před rokem +1

    after cloning how we can edit any blog post or add new post (without admin panel?) Thanks

    • @TheCodingBus
      @TheCodingBus  Před rokem

      Yes. You can. U just jeed to open that specific page on vs code or any text editor , do the changes and save it

  • @myworshipresources
    @myworshipresources Před rokem

    What is the difference between this and just save the web page that includes all the html and css?

    • @TheCodingBus
      @TheCodingBus  Před rokem

      Using this mathod you can have all pages of website and u will get all the css , js and html pages in separated folder. So u can easily done the changes

  • @ghkarmy1288
    @ghkarmy1288 Před rokem +1

    I tried to copy a website but it only copied the index file and when I am trying to open that index file it is not opening.

    • @TheCodingBus
      @TheCodingBus  Před rokem

      Make sure use the domain oy don’t include domainname/index.html sometimes

  • @fazil2526
    @fazil2526 Před 8 měsíci

    hey bro its not working for me, i downloaded wget and moved to the location.But still in the terminal it showing error as
    " is not recognized as the name of a cmdlet, function, script file"

  • @1ndraNugraha
    @1ndraNugraha Před rokem +1

    Sorry off topic for this video. I want to ask, how do we enter our code in the body tracking code of someone else's website? Thank you

    • @TheCodingBus
      @TheCodingBus  Před rokem

      We have to verify their domain name using txt or cname
      Otherwise we can’t track someone else website

    • @1ndraNugraha
      @1ndraNugraha Před rokem

      @@TheCodingBus oke thank you

  • @markcorrigan293
    @markcorrigan293 Před 6 měsíci +1

    Hi there. It worked for me in Windows 10. Awesome. I did grab an older site without MVC and PHP. But, regardless. Your video did the trick. Thanks.

  • @ZacKeenan
    @ZacKeenan Před rokem

    Question.. Can I use WGET to clone a website without certain content, for example Can I use it to clone the bare bones of a website with out all the uploaded content / photos / videos etc ?? Great video and channel btw

    • @TheCodingBus
      @TheCodingBus  Před 10 měsíci +3

      Thank you for your question, and I'm glad to hear you found the information helpful!
      Yes, you can use wget to clone a website while excluding certain content, such as images, videos, or other uploaded media. The wget command provides various options that allow you to customize what gets downloaded. Here's an example of how you can clone a website while excluding certain file types
      wget --recursive --no-clobber --page-requisites --html-extension --convert-links --no-parent --reject "*.{jpg,jpeg,png,gif,pdf,mp4,avi}"

  • @cornerro
    @cornerro Před rokem

    win 10, followed all the steps, it simply doesnt work ('wget' is not recognized as an internal or external command,
    operable program or batch file.)

    • @TheCodingBus
      @TheCodingBus  Před rokem

      You can watch another video on my channel for windows. Ur using get the video in endscreen of this video

  • @SkipperM
    @SkipperM Před 11 měsíci

    Any answer to this issue I am getting?
    [A positional parameter cannot be found that accepts argument '--convert-links']

    • @TheCodingBus
      @TheCodingBus  Před 10 měsíci

      wget --recursive --convert-links
      Make sure you replace with the actual URL of the website you want to download.

  • @und3rdo615
    @und3rdo615 Před 8 měsíci

    Can not open the index.html local. It gives me errors that he cannot open the images and css files. It also only copies links instead of the source images.

    • @TheCodingBus
      @TheCodingBus  Před 6 měsíci

      try this thecodingbus.info/clone-website/

  • @nikcrafto1349
    @nikcrafto1349 Před 8 měsíci +1

    Hey i have a question could you do a video were you clone a website like picso or a other ai website and make it possible to use it as fullest without paying

    • @TheCodingBus
      @TheCodingBus  Před 6 měsíci

      using this method you can clone only design part not a functionality of website

  • @Caltobin550
    @Caltobin550 Před rokem

    I keep seeing ERROR 404: Not Found. and ERROR 429: Too Many Requests. The task completes but when I click the Index file the website is only partialy loaded it seems. Any fixes?
    I tried adding --wait 10 --random-wait --continue but it didnt work

    • @TheCodingBus
      @TheCodingBus  Před rokem

      Some of your site pages not working that’s why u r getting this 404 error

  • @mikesuniverse1789
    @mikesuniverse1789 Před rokem

    does this work for sites or just webpages. What if I want to clone soundcloud? will wget do that?

  • @Vikasseo1
    @Vikasseo1 Před 3 měsíci

    Sir, can I copy text (content) from a Wordpress website (all pages and posts) using this process?. One my client's rented site, the owner is not giving us admin access to fetch the content. Any help will be much appreciated

    • @TheCodingBus
      @TheCodingBus  Před 3 měsíci

      For that u can use clonewebx
      czcams.com/video/WxWF2lhOwJs/video.htmlsi=PDKpfs94l2rvMKwS

  • @mohamedtsx
    @mohamedtsx Před rokem +2

    Wow this is really awesome🤯

  • @cmdhawan
    @cmdhawan Před 10 měsíci

    If there any payment getaway and any another functional like wallet user login etc… it will be working or not

  • @nicolasseverino4908
    @nicolasseverino4908 Před 18 dny

    Great video ! Very informative! And I would have a different question: can someone who made his site in HTML, CSS and JS protect himself against this? If yes, how ? Great job in any case

    • @TheCodingBus
      @TheCodingBus  Před 18 dny

      Thanks a lot. no the can't protect it. for that that need to change there technology like react js or angular

  • @herkulean5895
    @herkulean5895 Před rokem +2

    So how do you integrate the template after cloning with backend?

  • @simonelkhoury2407
    @simonelkhoury2407 Před 8 měsíci +1

    Hello , Interested .
    My question is : When the cloning is complete, can it be brought into WordPress and reset as PHP?

    • @njokuebube485
      @njokuebube485 Před 8 měsíci +1

      Please let me know if you ever find out

    • @simonelkhoury2407
      @simonelkhoury2407 Před 8 měsíci

      As soon as I get the answer I will@@njokuebube485

    • @TheCodingBus
      @TheCodingBus  Před 6 měsíci

      Yes possible try this video czcams.com/video/WxWF2lhOwJs/video.html

  • @ecommnexisdigitalmarketing9294

    How would you install the clone on unique domain? Can it be imported into wordpress?

    • @TheCodingBus
      @TheCodingBus  Před rokem

      you just need to upload that files in your public html folder
      for wordpress site you can make one folder in under public html folder and upload all files there

  • @hardik3694
    @hardik3694 Před 7 dny +1

    Bro your underrated 💯💯💯✅

  • @THE_HIM_x_CR
    @THE_HIM_x_CR Před rokem +1

    can i download the website locally which has copyright? or can i just use that locally?

  • @user-rp5gb1dd9e
    @user-rp5gb1dd9e Před 8 měsíci

    Brother i have copied source code of a Wordpress website and added to gohighlevel because i wanna hoist my website there all things are correct but line-height of all text is reduced and i have tried but i am unable to change it in code . Plz help me

    • @TheCodingBus
      @TheCodingBus  Před 6 měsíci

      it's simple just use the body tags and add the line height with important

  • @XanimationX
    @XanimationX Před rokem +1

    Is it possible to just copy the theme while ignoring content for blogs?

    • @TheCodingBus
      @TheCodingBus  Před rokem

      This can copy whole content u need to remove the dummy content

  • @sofreg6531
    @sofreg6531 Před rokem

    Is it also possible to clone learning websites which are protected with username and password if we already have login data for them?

  • @MrJD88
    @MrJD88 Před 3 měsíci

    i cloned website so how can i open in wordpress with same domain and get all my data in to new website ?

    • @TheCodingBus
      @TheCodingBus  Před 3 měsíci

      so you can't open the html data with wordpress. for that u need to watch my another video about how to clone wordpress website.
      or u can just simply upload that html files to your hosting in any domain and use it
      czcams.com/video/1JkISuQRx5w/video.html&pp=ygUcY2xvbmUgd2Vic2l0ZSB0aGUgY29kaW5nIGJ1cw%3D%3D

  • @Miragian123
    @Miragian123 Před rokem

    503 service temporarily unavailable gets sprinkled into the middle of stuff and it misses files as a result

  • @tonybodhran116
    @tonybodhran116 Před 14 dny

    HI the website I want to copy locally has a username and login which I have, how do i copy the website behind the login?

    • @TheCodingBus
      @TheCodingBus  Před 12 dny

      try this wget --user user --password pass example.com/

  • @mnd7381
    @mnd7381 Před rokem +1

    It shows dll files missing after installation everytime
    But those files are indeed present

    • @TheCodingBus
      @TheCodingBus  Před 10 měsíci

      If you are encountering DLL (Dynamic Link Library) file missing errors after installing wget for Windows, even though you are certain that the necessary DLL files are present, there could be several reasons for this issue. Here are some steps to troubleshoot and resolve it:
      Confirm Correct Installation:
      Make sure that you've downloaded and installed the correct version of wget for your Windows operating system (32-bit or 64-bit). Mismatched versions can cause DLL errors.
      Check Dependencies:
      wget for Windows may require certain dependencies (DLL files) to be present in the same directory or in the system PATH. Ensure that you have these dependencies installed. Common dependencies include OpenSSL libraries.
      Run wget from the Correct Directory:
      Navigate to the directory where you placed the wget.exe file and run it from there. Sometimes, DLL files need to be in the same directory as the executable.
      Update System Environment Variables:
      Ensure that the directory containing wget.exe is added to your system's PATH environment variable. This can be done in the "Environment Variables" settings on your Windows system.
      Reinstall wget:
      If you continue to face DLL errors, try uninstalling wget and then reinstalling it. Sometimes, the installation process may not have completed successfully.
      Check for DLL Corruption:
      The DLL files themselves might be corrupted. You can try downloading the required DLL files from a reliable source and placing them in the same directory as wget.exe.
      Run as Administrator:
      Launch the Command Prompt as an administrator by right-clicking on it and selecting "Run as administrator." This can sometimes resolve DLL-related issues.
      Windows Updates:
      Ensure that your Windows operating system is up-to-date with the latest updates and service packs. Some DLL issues are resolved through Windows updates.
      Event Viewer:
      You can use the Windows Event Viewer to check for more detailed inform

  • @jonathanlugo4460
    @jonathanlugo4460 Před měsícem

    I was able to clone the site but most of the images comes out as a file image and I cannot open them. Any idea on how to work around it?

    • @TheCodingBus
      @TheCodingBus  Před měsícem

      Okay so may be because that website use some other format for images. And that format images are not compatible for ur system. So u need to convert these images or check the img format

  • @regularquote
    @regularquote Před rokem

    I am a windows user. I have finished to move the exe file into c drive => windows => system32 but my command still not working. How Can I fix this issue? @the coding bus

    • @TheCodingBus
      @TheCodingBus  Před rokem

      you can try another only method on my channel.
      or recheck the process

    • @abdouettaki956
      @abdouettaki956 Před rokem

      I have the same problem

  • @WanjiruJamesNdungu-nl8sw
    @WanjiruJamesNdungu-nl8sw Před 9 měsíci +1

    I have being looking for this sort of content. Yhank you alot 😍

  • @_FactswithAlex
    @_FactswithAlex Před 3 měsíci

    can we download the backend with the frontend

  • @akas-yt
    @akas-yt Před měsícem +1

    What if the real website gets deleted or removed from the internet? Will we still be able to access our cloned website?

  • @bellaj1195
    @bellaj1195 Před 2 lety +1

    Hi love your channel but please can you make more tutorials on how to make apps

  • @thenoobpianist9527
    @thenoobpianist9527 Před rokem

    Can i convert a WordPress site(made kf elementor) to html?
    Edit: because wordpress and its plugins are too much load on the site.

    • @TheCodingBus
      @TheCodingBus  Před rokem +1

      Yes. possible. if this site is informative then u can go with this trick

    • @thenoobpianist9527
      @thenoobpianist9527 Před rokem

      @@TheCodingBus Thank you for the reply. Will try it asap!

  • @AppropriateMarketingSolutions1

    Every site I've tried comes back with access denied. Is there some switch I need to employ in the command line to get around this?

    • @TheCodingBus
      @TheCodingBus  Před 6 měsíci

      if it's a server access issue then we can't do anything

    • @RealDevastatia
      @RealDevastatia Před 5 měsíci

      The owner of that site has wisely decided to serve wget a 403 Forbidden header because he got tired of scrapers stealing his content.

  • @Spacetime23
    @Spacetime23 Před měsícem

    Thank you so much !!!! Great help ..

  • @Jorge-jr2nb
    @Jorge-jr2nb Před rokem +2

    Thank you very much!

  • @zaidabubakar6095
    @zaidabubakar6095 Před 9 měsíci

    Nice video really awesome,
    my issue is after installing 'wget' it redirected me to the website and I download another one with all the files in it. When I went further to Command Prompt after navigating to the desktop it was giving me an error 'wget' is not recognized as an internal or external command,
    operable program or batch file. what am I doing wrong.

    • @TheCodingBus
      @TheCodingBus  Před 6 měsíci

      Thanks. make sure you can't move your command location

  • @ferasalfarsi897
    @ferasalfarsi897 Před rokem +1

    Thank you for this video!

  • @nazmulhasan3970
    @nazmulhasan3970 Před rokem +1

    awesome it is the really good way, lovely

  • @ankitrawat8857
    @ankitrawat8857 Před 3 měsíci

    I have a problem the website i am downloading requires login password and I have that (and Its not illegal). And the index.html is missing after downloading the file

    • @TheCodingBus
      @TheCodingBus  Před 3 měsíci

      if u have login id password then try this tool czcams.com/video/JwqgTd5ZJ_g/video.html&pp=ygUXaHR0dHJhY2sgdGhlIGNvZGluZyBidXM%3D

  • @ediosv
    @ediosv Před 11 měsíci

    Hey! I just need to know how to edit the background text and al the file links.

    • @TheCodingBus
      @TheCodingBus  Před 10 měsíci

      it's simple just open all these files code in vs code or any editor. now you have to find which text you want to replace then just change it. same for background image

  • @AmanCoader
    @AmanCoader Před 6 měsíci +1

    Amazing bro this is my first hack in my life amazing ❤❤❤❤😮😊

  • @VetriJ
    @VetriJ Před 2 měsíci

    I have hostinger hosting plan for 100 websites. I have done one website builder there. Can i clone that website builder to same hosting plan

    • @TheCodingBus
      @TheCodingBus  Před 12 dny

      yes. directly clone it from ur hosting panel

  • @path-success786
    @path-success786 Před 7 měsíci +1

    Do you have any method to copy wordpress website with theme and DB?

    • @TheCodingBus
      @TheCodingBus  Před 6 měsíci

      Yes. try this czcams.com/video/WxWF2lhOwJs/video.html

  • @DDGgraphix
    @DDGgraphix Před 4 měsíci

    What about you just visit a website then press Ctrl + u ,then copy , will it still work?

    • @TheCodingBus
      @TheCodingBus  Před 3 měsíci

      that one my dummy website. u can copy any website

  • @augus202020
    @augus202020 Před rokem

    How can u clone it’s db otherwise u need to rebuild again (sql)