I took over my deployed website which was programmed by an engineer that unfortunately, I cannot reach anymore.
I have access to the droplet IP and password, I managed to enter the back-end, but I am having trouble with the front-end. I would like to modify the Source Code, and update some data (img, link, add the blog section for better SEO and insert the google analytics code). All of the information I could find was involving wordpress :(
so my main question is …
How to access/download/modify the Source Code to paste the google analytics code?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Houston @bobbyiliev,
We got it ¡ :)
Thank you very much (I owe you some tacos)
So this is how it was solved
then to enter and edit I wrote
There I paste the Google Analytics code into the header section because apparently is the best way to do it and then wait to see my access in the control panel but unfortunately, it didn´t … for some time until I changed my web browser and then it worked
Muchas Gracias
Yo @bobbyiliev ,
I think we are very close to do it.
I wrote
and got html ibc network social
so I tried
which is the page im Trying to update and got html
So I tried
and got app artisan bootstrap composer.json composer.lock config database package.json phpunit.xml public readme.md resources routes server.php storage tests vendor webpack.mix.js
Then I tried
but it was empty and then I didn´t now what else to do :(
So I tried
and got
ibctoluca.com networkcoworking.com social.networkcoworking.com
Hope this is useful and thanks a lot for the support.
Hi there @iuyeteos,
It would generally depend on the type of website that you have. But by default your files could be stored at
/var/www/html
so you could use thecd
command to go to that directory:Then using the
ls
command you could see the contents of the directory:Once you find the file that you want to edit, you can do so with a text editor like
nano
:Let me know how it goes. Regards, Bobby