I've seen this video before, and I had to come back because after months it's still the most detailed and complete clone video on youtube
@builddeskofficial24 күн бұрын
No lies, I just came back too after months
@aviral.rabbit Жыл бұрын
After such a long time i saw a video without any bullshit, just pure content. good work bro. loved it!!
@TheCodingBus Жыл бұрын
Thank You Most welcome 🤗
@zubooh6 ай бұрын
bro i need copy live video but i cant
@ranjeetrana79564 ай бұрын
@@TheCodingBus Bro, Please create 1 video on google adsense approval (step by step process). No matter of the length of video. Need valued guidance from you. It will help lot, lot of people.
@CoderX92-mc5hv4 ай бұрын
In tech there is always that indian guy who gives you the exact results you are looking for😅...Thank you Bro
@TheCodingBus4 ай бұрын
Most Welcome 🤗
@jeremystancil Жыл бұрын
Very helpful! Thank you. I had to install homebrew and wget but the websites walked me right through it.
@TheCodingBus Жыл бұрын
Most Welcome 🤗
@abdullahiabdirahman1108 Жыл бұрын
@@TheCodingBus dear engineer please i need your email , i would like to ask you some questions privately thanks
@WHITEHOUSE_USA Жыл бұрын
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
@matrix-m6679 Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
@@tochibaalbert7824 i can help you
@clienterr Жыл бұрын
@@melodicc_vibes help me
@melodicc_vibes Жыл бұрын
@@clienterr yes ok which website you have clone....
@solomonnwante7304 Жыл бұрын
@@melodicc_vibes 😂😂😂
@coldtruth3944 Жыл бұрын
This could be useful to move your own site to a new domain or hosting
@TheCodingBus Жыл бұрын
🙌 Yes
@Luke_Sidewalker Жыл бұрын
You can literally already do that via your own site without all these steps lol
@oosmanbeekawoo Жыл бұрын
@@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 Жыл бұрын
@@TheCodingBus Can we clone Password protected website also ??
@TRADING_LABS Жыл бұрын
@@TheCodingBus Can I clone paid website as well ? which update its data frequently
@Code_With_Aman111 ай бұрын
Amazing bro this is my first hack in my life amazing ❤❤❤❤😮😊
@TheCodingBus10 ай бұрын
most welcome
@canelocarranza Жыл бұрын
You are amazing! This helped me out so much. Thank you.
@TheCodingBus Жыл бұрын
You're so welcome!
@fijeekscatalyst10 ай бұрын
does it clones videos too??? @@TheCodingBus
@sglant7 ай бұрын
Wow! This is truly amazing. Thank you for sharing this.
@TheCodingBus7 ай бұрын
Glad you enjoyed it!
@yaseratarud74102 жыл бұрын
Wowww amazing sir thanks for sharing 👍 🙏
@TheCodingBus2 жыл бұрын
Most Welcome 🤗
@Soul-000_14 ай бұрын
Bro your underrated 💯💯💯✅
@TheCodingBus4 ай бұрын
Thanks bro
@kiranqureshi5682 жыл бұрын
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 Жыл бұрын
I have the same problem did you figure it out ... i keep looking everywhere and i can't find anything helpful .
@TheCodingBus Жыл бұрын
I have recently published the same video for windows please check
@TheCodingBus Жыл бұрын
kzbin.info/www/bejne/p5eoi31pfdyenZY
@augustineanikwe4424 ай бұрын
You just gained a new subscriber, thanks a lot 🙏🙏🙏
@TheCodingBus4 ай бұрын
Thanks for the sub!
@AndyWJP Жыл бұрын
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 Жыл бұрын
@@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 Жыл бұрын
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 Жыл бұрын
Will this work for dynamic websites as well?
@AndyWJP Жыл бұрын
No, that requires Javascript@@mixvideo9249
@HEADSPACEnTIMING11 ай бұрын
there are firewalls smart ones that prevent this
@user-js1tj7ctxd11 ай бұрын
You made it so easy for us thanks it's actually work on my parrot os
@TheCodingBus10 ай бұрын
most welcome
@jazielwayne21782 жыл бұрын
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 😂😂
@TheCodingBus2 жыл бұрын
Most Welcome 🤗
@braihnalsina41982 жыл бұрын
Bro it worked on your Windows PC ?
@WHITEHOUSE_USA Жыл бұрын
Just the video I have been looking for… thanks…. Will try it out and drop feedback
@jazielwayne2178 Жыл бұрын
@@braihnalsina4198 Linux bro
@blestniki8197 Жыл бұрын
How much can you make a video and blogs website for me
@skarr7678 Жыл бұрын
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 Жыл бұрын
Yes. Don’t copy someone else site this is just for leaning purpose
@peteclark1012 Жыл бұрын
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 Жыл бұрын
Its 100% legal and ethical. No legal issues.
@h.a.1516 Жыл бұрын
Who cares if it’s legal or not.
@peteclark1012 Жыл бұрын
@@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.
@weaponx19696 ай бұрын
OMG...Thank you. You saved my life.
@buddhistsympathizer11362 жыл бұрын
Thank you for the information - Does this work for Wordpress Theme based websites as well, please? Will the copy be useable in Wordpress?
@TheCodingBus2 жыл бұрын
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
@buddhistsympathizer11362 жыл бұрын
@@TheCodingBus Thank you
@jazielwayne21782 жыл бұрын
@@TheCodingBus please is there a way to fetch the backend
@RealDevastatia9 ай бұрын
@@jazielwayne2178 Fortunately, there's no way for you to steal other people's copyrighted work without hacking their database. Write your own content.
@lol141329 ай бұрын
omg i love you this finally worked i was trying other things for so long.
@TheCodingBus8 ай бұрын
most welcome
@kutipaw2 жыл бұрын
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.
@holyjeff62662 жыл бұрын
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.
@PhotoshopBus2 жыл бұрын
@@holyjeff6266 Windows you need to add path to Wget in the system environmental path
@hatemzayani13242 жыл бұрын
open a cmd window in sub folder "bin" work 100%
@TheCodingBus Жыл бұрын
Watch this one for windows kzbin.info/www/bejne/p5eoi31pfdyenZY
@iorgosgialidis Жыл бұрын
@@TheCodingBus you should pin it in the beginning! Most people use Windows! btw, Thank you!
@AlterBug Жыл бұрын
I'm just a beginner. So high for me to understand overdose myselft on going. Thanks for sharing.
@TheCodingBus Жыл бұрын
Most Welcome 🤗
@LaughCreateDance Жыл бұрын
Can you clone a website made with React JS or Angular? If not, change the title.
@TheCodingBus Жыл бұрын
Yes we can clone the react website. May be not with this same method but another method
@draco4717 Жыл бұрын
@@TheCodingBus are you going to try it with react
@irokomause83117 ай бұрын
Please can you put us through,how to clone a react website
@muscotto10 ай бұрын
Amazing.... very very good !!!! Thank you very much. Success and happy!
@TheCodingBus10 ай бұрын
Most Welcome 🤗
@mohammadhussain4547 Жыл бұрын
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 Жыл бұрын
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.
@theeverythinghighlights182211 ай бұрын
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
@TheCodingBus10 ай бұрын
most welcome
@rajanisujith20772 жыл бұрын
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...
@TheCodingBus2 жыл бұрын
Nice idea sure I’ll try that
@topgrades233510 ай бұрын
Subbed, this video was very helpful
@TheCodingBus8 ай бұрын
most welcome thank you kzbin.info/aero/PL7sbjUYIdF3XR6NFVeBzej-syvnHiVm_z
@babastube47902 жыл бұрын
how we can convert html to wordpress theme please answer me
@TheCodingBus2 жыл бұрын
Yes u can. it's a long process try this www.cloudways.com/blog/html-to-wordpress/
@ArpitArora16 ай бұрын
Thankyou for this ✨😊@@TheCodingBus
@PatelCollection Жыл бұрын
I will also try it out and comment Thanks. Enjoyed Really.
@TheCodingBus Жыл бұрын
Hope you enjoy
@isaacengineer22802 жыл бұрын
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?
@TheCodingBus2 жыл бұрын
we can get there current showing product details but we can't get the backend of any website.
@obidikepaschal4484 Жыл бұрын
@@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 Жыл бұрын
@@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 Жыл бұрын
@@obidikepaschal4484 that's what i need
@kadaliakshay6770 Жыл бұрын
Absolutly awsome video, thanks a lot!
@TheCodingBus10 ай бұрын
most welcome
@Anonymous-ip6iz Жыл бұрын
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 Жыл бұрын
You can clone only frontend data not database
@moncefkho Жыл бұрын
🤣🤣🤣
@Jonggungoo Жыл бұрын
why,bro u want to copy everyhting,lol
@mshscontent41969 ай бұрын
Many many thanks. Learnt a superb trick to smartize our way of learning
@TheCodingBus8 ай бұрын
Glad to hear that
@syFx-z5t Жыл бұрын
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 Жыл бұрын
Hi, i think you can clone any effect that shows in the frontend
@dwaipayansen2966 Жыл бұрын
I can give it a try, if you still have that case open. Let me know in the response.
@naughtylewis10 ай бұрын
You used ai for this text right?
@markcorrigan29311 ай бұрын
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.
@TheCodingBus10 ай бұрын
Most welcome
@ranjeetrana79564 ай бұрын
Bro, Please create 1 video on google adsense approval (step by step process). No matter of the length of video. Need valued guidance from you. It will help lot, lot of people.
@TheCodingBus4 ай бұрын
Sure I’ll do that
@ThatDevOpsKid11 ай бұрын
Great content man!!
@TheCodingBus11 ай бұрын
Thank You ☺️
@Yash-g3q4 ай бұрын
That really helpfull i maked a very hard project and got deleted but was hosted
@TheCodingBus4 ай бұрын
Most Welcome 🤗
@simonelkhoury2407 Жыл бұрын
Hello , Interested . My question is : When the cloning is complete, can it be brought into WordPress and reset as PHP?
@njokuebube485 Жыл бұрын
Please let me know if you ever find out
@simonelkhoury2407 Жыл бұрын
As soon as I get the answer I will@@njokuebube485
@TheCodingBus10 ай бұрын
Yes possible try this video kzbin.info/www/bejne/jam6d2WinbSqgNU
@nicolasseverino49084 ай бұрын
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
@TheCodingBus4 ай бұрын
Thanks a lot. no the can't protect it. for that that need to change there technology like react js or angular
@what893211 ай бұрын
Does it work for web applications or websites only? Great video btw
@TheCodingBus11 ай бұрын
Both
@irwansyah-g1o25 күн бұрын
is it work with dynamic loaded website running javascript?
@direnbulut1318 Жыл бұрын
This is so amazing :D saved a lot of time. Thank you very much :)
@TheCodingBus Жыл бұрын
Most welcome 🤗
@barrykruyssen Жыл бұрын
Great video. Everyone please not this only clones the client side resultant html, ccs, etc. It does not clone the server database, config files, php, etc.
@samuelonah-oh5mg Жыл бұрын
So how does clone the database as well
@TheCodingBus10 ай бұрын
Thanks Yes
@RealDevastatia9 ай бұрын
@@samuelonah-oh5mg I use a proven process called "write your own content instead of stealing from others." Try it sometime.
@Spacetime235 ай бұрын
Thank you so much !!!! Great help ..
@TheCodingBus5 ай бұрын
most welcome
@JEANCLAUDENIYONZIMA-i4r11 ай бұрын
Thank you so much. One question, can I clone the web site by using windows?
@markcorrigan29311 ай бұрын
Yes, I did this just now. Note there is a trick. The code is saved into this location: C:\Users\\AppData\Local\VirtualStore\Program Files (x86)\GnuWin32\bin Also I am not sure if will grab server side pages php etc.
@TheCodingBus10 ай бұрын
Most welcome Yes
@ArpitArora16 ай бұрын
Great video thankyou ✨
@TheCodingBus6 ай бұрын
You’re welcome 😊
@tahysirouahbi785415 күн бұрын
Hello, how can i modify the clooney site on which site, because i will not be able to import it on worpress
@builddeskofficial4 ай бұрын
Works 100% thanks
@TheCodingBus4 ай бұрын
for that u can read a pdf file link text
@MangallapalliSrinivasu19 күн бұрын
I have got wget.exe is not compatible with the version of windows you're running
@WanjiruJamesNdungu-nl8sw Жыл бұрын
I have being looking for this sort of content. Yhank you alot 😍
@TheCodingBus Жыл бұрын
You're welcome 😊
@liviuteodorescu28919 ай бұрын
Now go and copyright everything 😂😂.
@JIT5856 Жыл бұрын
Excellent Work Dear.
@TheCodingBus Жыл бұрын
Thank you so much 😀
@umojacenter5 ай бұрын
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?
@TheCodingBus4 ай бұрын
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. kzbin.info/www/bejne/jam6d2WinbSqgNU
@codmartial11 ай бұрын
you can use the separate folder for "wget" and give it to the path instead of pasting in the Windows folder.
@TheCodingBus10 ай бұрын
Yes u r right
@BonVoyageWorld Жыл бұрын
Thant you Sir. i would vote you for President of my country!!!
@TheCodingBus Жыл бұрын
😅
@AlexAppolo11 күн бұрын
i only get the index html file nothing else and it also doesn't open, any help on that?
@PiusJames-u8oАй бұрын
this is good bruh
@TheCodingBusАй бұрын
Thank You
@Eagleseye180 Жыл бұрын
Wow I love this ma'am
@TheCodingBus Жыл бұрын
Thank You 😊
@vickzyviii618711 күн бұрын
wget isnt working in cmd even after following the video carefully. it still says wget isn't a recognized internal or external command . please how can i fix that
@ravindrasinghpatawat65125 күн бұрын
yeah bro, same problem with me too
@mohamedtsx Жыл бұрын
Wow this is really awesome🤯
@TheCodingBus Жыл бұрын
thanks
@Zurik_Global Жыл бұрын
Just the video I have been looking for… thanks…. Will try it out and drop feedback
@TheCodingBus Жыл бұрын
Did it work?
@iamstevetosh Жыл бұрын
@@TheCodingBus Yh! it works for me on my windows 11, but not working on windows 10
@liviuteodorescu28919 ай бұрын
@@TheCodingBusyou should be ashamed of you content.
@TheGazetteNGR Жыл бұрын
I enjoyed the video but have difficulties doing that in windows
@TheCodingBus Жыл бұрын
Check another videi on my channel for windows
@ncsphotography542519 күн бұрын
How to customise
@web-dude11 ай бұрын
gave the entire website on one page. but it's working. thanks
@TheCodingBus11 ай бұрын
Most Welcome 🤗
@seychelles44 Жыл бұрын
So, if I cloned a website; will it be fully functional on my local host? For example: if I search on a search tab for that website cloned will it find what I’m after? Great video by the way.
@TheCodingBus Жыл бұрын
🙌 Yes
@seychelles44 Жыл бұрын
@@TheCodingBus I wonder, if the website ever went down or was closed. Would my cloned site still on local host? Thank you 😊
@khuraijamshitalsingh Жыл бұрын
@@seychelles44 you can't clone local host site
@peteclark1012 Жыл бұрын
@@khuraijamshitalsingh You can clone *to* a localhost. Not *from*, as it is not visible to the public. I understood him to be asking about cloning to. And yes, if the site goes down, you will still have your copy.
@ZacKeenan Жыл бұрын
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 Жыл бұрын
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}"
@rrumo10 ай бұрын
will i see whats someone type if someone type something (like in a password box)? nothing illegal, im just curious
@TheCodingBus10 ай бұрын
Yes. ou have to change the inputbox type
@nazmulhasan39702 жыл бұрын
awesome it is the really good way, lovely
@TheCodingBus2 жыл бұрын
Thank You 😊
@paulvargas7406 Жыл бұрын
PERFECT...THANKS
@TheCodingBus Жыл бұрын
Welcome 🤗
@islam-kh3py28 күн бұрын
Nice
@TheCodingBus17 күн бұрын
Thanks
@PiusJames-u8oАй бұрын
what about wordpress website? when you clone it it comes with css mixed with html and original links
@TheCodingBusАй бұрын
Yes it is.
@karimgamal12083 ай бұрын
waw, beautiful, thanks alot
@TheCodingBus3 ай бұрын
Welcome 😊
@farazansari758511 ай бұрын
Amazing bro
@TheCodingBus10 ай бұрын
Thank you so much 😀
@Jorge-jr2nb Жыл бұрын
Thank you very much!
@TheCodingBus Жыл бұрын
Most Welcome 🤗
@abrahamzavala719210 ай бұрын
thank so much crack new sub and favs greetings
@TheCodingBus10 ай бұрын
Thanks for the sub! Most Welcome
@agentbey Жыл бұрын
I don't have windows on my MacBook. Can I still use this method?
@TheCodingBus Жыл бұрын
Yes. Or watch my another video that i have created with windows
@agentbey Жыл бұрын
@@TheCodingBus I have a MacBook. How do I use wget with just the standard MacBook?
@arbazpatel25310 ай бұрын
Thanks bro ♥️
@TheCodingBus10 ай бұрын
Most welcome
@brentlinenhire1681 Жыл бұрын
But how does this help? If you copy anyone’s website and publish, you would be in trouble, a law suit will follow you. Is this right ?
@TheCodingBus Жыл бұрын
This will help u to copy your own site
@mikidotta8 ай бұрын
Can you somehow install Wordpress on a local cloned website so you can modify it with Wordpress or even with page builders like elementor instead of having to modify the code? It could be very interesting to use real website as “starting template” for you own design (ofc not to copy but to have a base start like you normally have from Wordpress themes)
is there any way to embe the whole website in to a new website editor like funnelish as a HTM Code? very good Video btw!
@TheCodingBus3 ай бұрын
thanks. use the
@made_in_indian10 ай бұрын
very good information shared.this is front end clone.and if we have admin panel acess then can clone backend too? i mean user pass for dashboard?and explain how to install on our cpanel?
@TheCodingBus10 ай бұрын
no we can't clone the database. yes we can clone the backend design
@ferasalfarsi897 Жыл бұрын
Thank you for this video!
@jamesary Жыл бұрын
were you able to get this to work?
@ferasalfarsi897 Жыл бұрын
@@jamesary I have not tried yet.
@TheCodingBus Жыл бұрын
Most Welcome 🤗
@eatsmartcentral9 ай бұрын
That's good one
@TheCodingBus9 ай бұрын
thanks
@jacquelinewhite9015 Жыл бұрын
Just get a good technical lawyer and have both parties sign the paperwork and have a mutual agreement. Don’t support fear mongering on supposed stolen content…please, my web people! “Free” is freedom and we all abide to use it respectfully and responsibly :) The web is open sourced to an extent. Use it with caution. And use it responsibly!! And - take care 😊
@TheCodingBus Жыл бұрын
Yes 🙌
@RealDevastatia9 ай бұрын
"To an extent," yes. Not all works are in the public domain. People have the right to copyright their work and have exclusive commercial rights to it for a number of years.
@hugoyoung-v8q Жыл бұрын
When i use the terminal on microsoft, enter "cd Desktop/" then enter an error comes up. How do i fix this ?
@TheCodingBus Жыл бұрын
check directory name
@eternity_seeker5 ай бұрын
Does this also copy the functionalities and logic? (JavaScript?
@TheCodingBus5 ай бұрын
yes. but not logic like that can copy animation, any js file etc
@path-success78611 ай бұрын
Do you have any method to copy wordpress website with theme and DB?
@TheCodingBus10 ай бұрын
Yes. try this kzbin.info/www/bejne/jam6d2WinbSqgNU
@scam783 Жыл бұрын
Masha Allah ❤️ nyc work Bro anyone website copy porsibel
@TheCodingBus Жыл бұрын
Thanks. Yes
@sajedult9 ай бұрын
Very to the point
@TheCodingBus9 ай бұрын
🤗
@BikerMonks Жыл бұрын
wget installation and later steps failed for me.
@TheCodingBus10 ай бұрын
ohh try it again or use this thecodingbus.info/clone-website/
@C00ltronix Жыл бұрын
Sorry, you can't get any PHP code with that method. HTML and JS only. Mean, i.e. no Wordpress site. "Any Website" is certainly wrong.
@TheCodingBus Жыл бұрын
ya u r right
@jaimesuarez68 Жыл бұрын
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.
@TheCodingBus Жыл бұрын
u don't need to install wget on mac
@LeoGoldberger-b1d8 ай бұрын
Can you edit the website and just use the format for reference?
@TheCodingBus8 ай бұрын
Yes
@seunlafe9825 Жыл бұрын
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
@TheCodingBus Жыл бұрын
wget --continue
@TRAVERSE_ADV9 ай бұрын
I ised to do this with coffeecup free html editor. Then go through the style sheets for the URLs , then enter them into a browser, then the code would come up, copy and paste into test editor and save with relevant .### file type.
What about you just visit a website then press Ctrl + u ,then copy , will it still work?
@TheCodingBus8 ай бұрын
that one my dummy website. u can copy any website
@ranishkumar8398 Жыл бұрын
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 Жыл бұрын
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.
@pankaj_kale_512 ай бұрын
VR site not working
@TheCodingBus2 ай бұрын
Share the site link I’ll check that
@mahdicorplogiciels Жыл бұрын
Beautiful tutorial friend but about php and its mysql query ? Thanks