Extremely new member! Need help!

Moderator: Project members

Post Reply
Message
Author
mitsoschelsea
504 Command not implemented
Posts: 7
Joined: 2015-02-04 18:56

Extremely new member! Need help!

#1 Post by mitsoschelsea » 2015-02-04 19:00

Hello!
As you already read, I am new here!
A friend of mine asked me to do some changes in a site he possesses. I am a (wannabe) computer engineer, so I accepted the offer!
All I want to ask, is what usernames or passwords, or addresses do I need from him, and then how to start, using FZ Client, or FZ server!
Thank you and I apologise for my newbieness!!

User avatar
boco
Contributor
Posts: 26934
Joined: 2006-05-01 03:28
Location: Germany

Re: Extremely new member! Need help!

#2 Post by boco » 2015-02-04 19:52

what usernames or passwords, or addresses do I need from him
Server address (Hostname or IP), FTP username and FTP password.
using FZ Client
This.

Some reading: Tutorial and Using.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

mitsoschelsea
504 Command not implemented
Posts: 7
Joined: 2015-02-04 18:56

Re: Extremely new member! Need help!

#3 Post by mitsoschelsea » 2015-02-04 19:57

Thanks mate!
I want for example, to do some changes to his site.
I want to remove some tabs, add some else and do some changes on registration, to be more "dynamic".
How can I do that? I mean is there a way to do this via FTP? Or I must do something else?
Thanks again!

User avatar
boco
Contributor
Posts: 26934
Joined: 2006-05-01 03:28
Location: Germany

Re: Extremely new member! Need help!

#4 Post by boco » 2015-02-04 22:32

FTP is only for transferring the files. You need to use a different software (HTML editor or just a text editor) to actually work on them.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

mitsoschelsea
504 Command not implemented
Posts: 7
Joined: 2015-02-04 18:56

Re: Extremely new member! Need help!

#5 Post by mitsoschelsea » 2015-02-05 14:46

So if i want to change something in HTML, I download the HTML script to my Desktop, edit it, and then put it back again via FileZilla?

User avatar
boco
Contributor
Posts: 26934
Joined: 2006-05-01 03:28
Location: Germany

Re: Extremely new member! Need help!

#6 Post by boco » 2015-02-05 21:24

Exactly. 8)
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

mitsoschelsea
504 Command not implemented
Posts: 7
Joined: 2015-02-04 18:56

Re: Extremely new member! Need help!

#7 Post by mitsoschelsea » 2015-02-11 19:11

How can I test if this changes that I made are working, without making changes on the original website?
(I mean to do it, because I am not sure if it works).
Thanks!

User avatar
boco
Contributor
Posts: 26934
Joined: 2006-05-01 03:28
Location: Germany

Re: Extremely new member! Need help!

#8 Post by boco » 2015-02-11 19:22

If there's enough webspace, you could have a secret duplicate of the true website, in another directory. What I'd recommend is setting up a local webserver for testing. There are pre-built packages available, such as XAMPP.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

mitsoschelsea
504 Command not implemented
Posts: 7
Joined: 2015-02-04 18:56

Re: Extremely new member! Need help!

#9 Post by mitsoschelsea » 2015-02-11 20:45

So do I need to make a new database via control panel?

User avatar
boco
Contributor
Posts: 26934
Joined: 2006-05-01 03:28
Location: Germany

Re: Extremely new member! Need help!

#10 Post by boco » 2015-02-12 11:52

If you want to make a duplicate on the webspace you do not necessarily need a new database (just a different table prefix), however, I do recommend it. With a separate database and identical table prefixes in both it's just a matter of dumping the DB of your site and restore it to the copy in order to sync them.
A local testserver needs a new database for obvious reasons.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

mitsoschelsea
504 Command not implemented
Posts: 7
Joined: 2015-02-04 18:56

Re: Extremely new member! Need help!

#11 Post by mitsoschelsea » 2015-02-13 11:07

So I download XAMPP, and given the directions, I go through?
Do I have to set up a new local server via FileZilla Server, and copy all the files from the original server, or XAMPP does it for me?
And then the URL won't be the same as the original website's URL?

I also want to mention, that the original site, is ASP written...

User avatar
boco
Contributor
Posts: 26934
Joined: 2006-05-01 03:28
Location: Germany

Re: Extremely new member! Need help!

#12 Post by boco » 2015-02-13 19:01

Please note first that XAMPP, as third-party product, is outside our support scope. For questions with XAMPP itself you need to use their support resources.

XAMPP is a bundled, pre-configured package of Apache, PHP and MySQL. They include FileZilla Server AFAIK but you don't need it when working on the same machine. Just download the website files and put them in the XAMPP web directory. Then you dump and download the database of the site and restore it to a new, local one (through PHPMyAdmin or a similar software).

That should give a copy of the website running on localhost. Of course my explanation is extremely simplified; for detailed tutorials XAMPP support or forums dealing with that stuff directly will be far better than our limited support here.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

mitsoschelsea
504 Command not implemented
Posts: 7
Joined: 2015-02-04 18:56

Re: Extremely new member! Need help!

#13 Post by mitsoschelsea » 2015-02-15 12:15

I asked at a XAMPP forum, but then I saw that the last post was on June '14.
Anyway, how do I get started (probably without XAMPP)? I open my control panel, make a copy of my Database and then open FileZilla server, on 127.0.0.1?
Then working on the copied Database?
Am I right?

User avatar
boco
Contributor
Posts: 26934
Joined: 2006-05-01 03:28
Location: Germany

Re: Extremely new member! Need help!

#14 Post by boco » 2015-02-16 15:27

Without a local instance of a webserver software, PHP and a database software, you cannot host a local copy of the site. Webserver (Apache), PHP and database software (MySQL) is exactly what XAMPP (or other AMP/AMPP distributions) want to provide.

So the only other option is to make a duplicate of the site on the webspace. Dumping and cloning the database should be done with your hoster's tools (databases aren't files). Only downloading and re-uploading (or just uploading a local copy) of the website files can be done using FileZilla.

Other than the file transfer, everything else is outside this forum's scope (and outside mine). Sorry.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

Post Reply