Top Bar
Top Bar
 
Advanced Search
Top Bar

Top Bar QLD NSW VIC WA NT SA

  

Register Search Today's Posts Mark Forums Read
People Telecom Forum | Technical Help | Hosting | 1. Instructions For Uploading Your Web Pages using FTP

Reply
 
Thread Tools Rate Thread Display Modes
Old 04-03-2005, 04:16 PM   #51
wasp
 
Posts: n/a
Unhappy Trouble with FTP/ Email management

Has anyone had trouble logging in to change their member config?

I tried updating my email a/c's this afternoon (members.swiftdsl.com.au) and was greeted by redirection to a totally new site. I seem to be able to login but get the message "you don't have any active services" and thats as far as it goes, yet I am able to login to mail via the webmail interface without a problem and my website is running normally.

I then tried using WSFTP to upload a web page to see if that was working and that bombed out saying 'invalid user' or something similiar. It all worked fine when I logged in a few weeks ago.

Am I doing something wrong or did my config get screwed somehow following the 'improvements'.

wasp
  Reply With Quote
Old 04-03-2005, 06:12 PM   #52
Colin Sutton
Regular user
 
Colin Sutton's Avatar
 
Join Date: Mar 2004
Location: Chatswood NSW
Posts: 16
Re: trouble changing config

No, I could change my member config and update my website. I haven't been here for a while, didn't know about the website change. There seem to be a few 'dead ends' where an empty window, or one with a java cup only is displayed.

Colin

Quote:
Originally Posted by wasp
Has anyone had trouble logging in to change their member config?

I tried updating my email a/c's this afternoon (members.swiftdsl.com.au) and was greeted by redirection to a totally new site. I seem to be able to login but get the message "you don't have any active services" and thats as far as it goes, yet I am able to login to mail via the webmail interface without a problem and my website is running normally.

I then tried using WSFTP to upload a web page to see if that was working and that bombed out saying 'invalid user' or something similiar. It all worked fine when I logged in a few weeks ago.

Am I doing something wrong or did my config get screwed somehow following the 'improvements'.

wasp
Colin Sutton is offline   Reply With Quote
Old 04-03-2005, 09:15 PM   #53
PT_Ryan
Administrator
 
PT_Ryan's Avatar
 
Join Date: Jun 2003
Posts: 1,640
Were you using ftp.people.net.au?


Regards,
Ryan.
PT_Ryan is offline   Reply With Quote
Old 04-03-2005, 09:25 PM   #54
the rat
Registered User
 
Join Date: Nov 2003
Location: Brisbane
Posts: 490
Quote:
Originally Posted by DSL_ADMIN
Were you using ftp.people.net.au?


Regards,
Ryan.
Mine still works with members.swiftdsl.com.au. Are you suggesting that the ftp address to upload to all web pages will change?

cheers

UPDATE: My login works with both ftp addresses.
the rat is offline   Reply With Quote
Old 04-03-2005, 09:31 PM   #55
PT_Ryan
Administrator
 
PT_Ryan's Avatar
 
Join Date: Jun 2003
Posts: 1,640
Both addresses should work for uploading since it is the same host just a different DNS address.


Regards,
Ryan.
PT_Ryan is offline   Reply With Quote
Old 05-03-2005, 12:28 AM   #56
asha1
 
Posts: n/a
I've been trying to log in to my ftp with no luck rejects my username and password everytime. What am I doing wrong?
  Reply With Quote
Old 05-03-2005, 10:24 AM   #57
PT_Ryan
Administrator
 
PT_Ryan's Avatar
 
Join Date: Jun 2003
Posts: 1,640
Try reseting your email password.


Regards,
Ryan.
PT_Ryan is offline   Reply With Quote
Old 05-03-2005, 12:56 PM   #58
asha1
 
Posts: n/a
WORKED!!!
thanks Ryan
  Reply With Quote
Old 07-03-2005, 11:26 AM   #59
PT_Ryan
Administrator
 
PT_Ryan's Avatar
 
Join Date: Jun 2003
Posts: 1,640
Glad i could help.


Regards,
Ryan.
PT_Ryan is offline   Reply With Quote
Old 14-03-2005, 03:26 PM   #60
Lee F
 
Posts: n/a
Unhappy Linked html files - website content

Hi Everyone,
just a quick question... I've uploaded all my files into my webspace, into the html folder. the site is composed of html files loading swf(flash) files.
the index page loads just fine, but none of the linked pages work. the links from within the swf files call for the other html files and i've put them all in the html folder as well.
any idea anyone ?
  Reply With Quote
Old 14-03-2005, 08:48 PM   #61
Colin Sutton
Regular user
 
Colin Sutton's Avatar
 
Join Date: Mar 2004
Location: Chatswood NSW
Posts: 16
Re: Linked html files - website content

Quote:
Originally Posted by Lee F
Hi Everyone,
just a quick question... I've uploaded all my files into my webspace, into the html folder. the site is composed of html files loading swf(flash) files.
the index page loads just fine, but none of the linked pages work. the links from within the swf files call for the other html files and i've put them all in the html folder as well.
any idea anyone ?
Are you using links that are relative to the home page, e.g. './abc.swf'?
Try http://www.htmlhelp.com/tools/validator/
or download one of the many web page checking programs such as xenu http://home.snafu.de/tilman/xenulink.html

Regards,
Colin
Colin Sutton is offline   Reply With Quote
Old 16-03-2005, 08:22 PM   #62
rexwithers
 
Posts: n/a
Probs accessing webspace

Quote:
Originally Posted by DSL_ADMIN
Try reseting your email password.


Regards,
Ryan.
OI have a similar problem when login in to my web space with my FTP client it used to work a couple of weeks agao now it doesn’t It just keeps coming back with Authentication failure. I HAVE changed both the email and web space passwords and have tried ftp.people.net.au and ftp.swiftdsl.com.au
  Reply With Quote
Old 16-04-2005, 01:36 PM   #63
vortexau
Registered User
 
vortexau's Avatar
 
Join Date: Dec 2003
Location: Brisbane
Posts: 36
Send a message via Yahoo to vortexau
web page format

Use "view source", or the equivalent with YOUR browser, to ascertain just how a web page is constructed! At the lowest level it is just plain text, but laid out according to a simple formula.

First off, you should have a basic book on HTML at your fingertips . . . or a Web Page about page construction open on your browser.

The PLAIN text, NOT a Wordprocessor (with embedded formatting) document is saved with ".htm" or ".html" at the end of the filename. Commands for formatting are created within the document by using the Less-than and Greater-than symbols as brackets. These keys may be just to the right of the "M" key according to what keyboard you are using! The particular formatting command is cancelled after use by using the SAME command with a "/" (backslash) within those "<>" brackets, IE <b> turns on BOLD and </b> turns off BOLD!

Your initial Web Page should be called "index.htm" or "index.html".

The BEST practise is to create a source directory on your machine . . . just name it "html", and SAVE the TEXT (and Picture, and/or Sound files) within! Just create the layout here . . . test it on your browser . . . then UPLOAD the files when it works properly.
__________________
-------------------- vortexau -------------------
-----online 6/11/00----digital since 1982-----
---AmigaOneXE/G4/Radeon 7500 System---
vortexau is offline   Reply With Quote
Old 05-07-2005, 09:31 AM   #64
PT_Richard
Administrator
 
PT_Richard's Avatar
 
Join Date: Sep 2003
Posts: 754
Coppermine Photo Gallery

Looks usefull.

http://coppermine.sourceforge.net/
PT_Richard is offline   Reply With Quote
Old 06-07-2005, 11:30 AM   #65
gambit79
 
Posts: n/a
ftp services

is there any trick to setting up ftp access using a service like file zilla

i am entering the details as:
username@ftp.people.net.au

and i get an error saying wrong syntax.
  Reply With Quote
Old 06-07-2005, 07:11 PM   #66
Anne1
Registered User
 
Anne1's Avatar
 
Join Date: Apr 2005
Posts: 419
Hi gambit79,
to set up your connection using filezilla, just go to file -> site manager -> new site. Enter the details as:
Host: ftp.swiftdsl.com.au or ftp.people.net.au
user: the username associated with the account that you have specified in the peoplenet site (eg gambit79)
password: the password associated with that account on peoplenet

Save and exit and it should be up and going

hope this helps
Anne1 is offline   Reply With Quote
Old 02-01-2006, 12:03 PM   #67
billb
Registered User
 
Join Date: Oct 2004
Posts: 73
FTP login problem

Have been trying to log-in to my UserSpace using Filezilla - from existing saved settings that worked in the past - haven't accessed webspace for some time.

Keeps failing on password.

Accessed my settings and entered new password which seemed to be accepted - ftp access still fails on password.

Given that today is a public holiday, I don't expect a quick response.

Are there problems with UserSpace access?

Help please.

bill
billb is offline   Reply With Quote
Old 02-01-2006, 01:08 PM   #68
Anne1
Registered User
 
Anne1's Avatar
 
Join Date: Apr 2005
Posts: 419
Hi Bill,
I just accessed mine via Filezilla to test - does not appear to be a problem with access - I got straight in.
Just check that the password is valid for the email account that is correlated to your webspace - if you have more than one email account, it may be that you are putting in the password for another email account.
To check which account is correlated with your webspace, log into peoplenet, and go to Manage Your Services -> Webspace Management
If you have just changed your password for the correlating email account, you may have to wait for a system update for the password to be associated with the webspace as well - I am not too sure on this one - it may take a bit of time for the change of password to go over to the webspace.
Sorry I couldn't be much more help than that.
Anne1 is offline   Reply With Quote
Old 02-01-2006, 05:52 PM   #69
billb
Registered User
 
Join Date: Oct 2004
Posts: 73
FTP problems

Thanks for the reply Anne.

I've been using a "saved" setup in Filezilla for accessing my webspace, which always worked before - haven't used it for a while.

I get a "Response: 530 Authentication failed, sorry"
"Error:Unable to connect!"

error message.

My attempt to change my password seemed to work as there were no error messages, but apparently it didn't "take" as I still log into the email account appropriate to my webspace using my old password.

I can access my webspace via browser without problems.

I've tried both ftp.swiftdsl.com.au and ftp.people.net.au but neither work.

Had similar problems a few months ago when trying to create a new email account.

Bill
billb is offline   Reply With Quote
Old 02-01-2006, 08:21 PM   #70
PT_Richard
Administrator
 
PT_Richard's Avatar
 
Join Date: Sep 2003
Posts: 754
Ftp

Dear Bill,

There are no know problems with our systems, if your issue continues you should submit a support email via adslsupport@people.net.au.

Make sure you supply your:

ADSL number
Webspace Username & desired password (so we can test from your perspective)
Description of the issue with an appropriate subject.

Regards,

Richard
PT_Richard is offline   Reply With Quote
Old 08-02-2006, 03:34 PM   #71
EviLKarL
Registered User
 
Join Date: Oct 2005
Posts: 2
I am getting a problem with logging into my web space through Internet Explorer.

I enter the address ftp://[my username]@ftp.people.net.au and i get the following error:

200 Type is now ASCII
500 I won't open a connection to 192.168.2.100 (only 218.214.xxx.xxx)
500 Unknown command
EviLKarL is offline   Reply With Quote
Old 08-02-2006, 04:18 PM   #72
PT_Richard
Administrator
 
PT_Richard's Avatar
 
Join Date: Sep 2003
Posts: 754
Hint

Hi,

In the start of the thread there is a IE specific hint about passive setting.

The issue is because of the way your adsl modem is NATing.

Richard
PT_Richard is offline   Reply With Quote
Old 01-03-2006, 01:27 PM   #73
coldzone
Registered User
 
coldzone's Avatar
 
Join Date: Mar 2004
Location: Mount Eliza, Victoria
Posts: 1
Thumbs up

Quote:
Originally Posted by Swiftstorm
Hi,

I also have a problem. What I originally wanted to do was to be able to host a site just for images, so I could show the images in a forum (but I needed a site to show the images from).
After following many steps on this page I'm still a bit lost; here's my page:
http://home.swiftdsl.com.au/~joshmarks/
However, the file: shot0000.tga is an image.
Is there a program (FOR MAC) that allows creating HTML pages? So I can put my images onto it?

Thanks.
Hello when you don't use the default such as
index.htm and index.html ....which in most cases works depends which html file name you use.... if you don't use that above html file, you will see the whole ftp directory as is
http://home.swiftdsl.com.au/~joshmarks



so ie you must use a web client as fontpage or others and link your graphics to is as with the main index (index.html)
http://home.swiftdsl.com.au/~joshmar...Aug%20desk.jpg
as a link or to be visable on your main webpage (index.html)

but you have to have html code to link (using frontpage or same)
to that directory of files in http://home.swiftdsl.com.au/~joshmarks/
the index.html blocks the access to this Dir and shows up as a webpage ect


Mostly all who are new at this finds the as a problem but for webmasters and others thats a base .....

(1) default is index.html or index.htm does not matter which it is
you can try to place a blank page in and see for your self ...

(2) if you remove the index.html or index.htm your web-directory will show its
self again


Don't forget you have-to relate all you images to your web-address BUT
NOT TO YOUR PC


hope it been of some help

coldzone
coldzone is offline   Reply With Quote
Old 20-03-2006, 09:07 PM   #74
Fletchba
Registered User
 
Join Date: Mar 2006
Location: Mornington Peninsula, Vic Australia
Posts: 6
Send a message via ICQ to Fletchba Send a message via MSN to Fletchba
I am having lots of trouble with WS_FTP95 LE my Settings so far...

Host Name/Address: ftp.people.com.au
Host Type: FTP PC/TCP
User ID: crib****
Password: *******
Initial Remote Site Folder: /remote.html
Remote Port: 21

I have tried different User ID's "11672**" "359838***"

Each time I try loggin in I am getting a:
530 Login Incorrect
!Login Failure


The different combinations of User ID's have yeilded no luck at this stage can anyone off a suggestion? I have gone through "Manage your Service" and down to "Web Space management" and set a user ID... This ID and the phone number id and the User Number have all been tried. People telecom have even reset the user id and password but I still can't access the FTP.

Any help would be wonderful I have an extra 30meg to play with and I am itching to be let loose...

Fletch
Fletchba is offline   Reply With Quote
Old 21-03-2006, 05:37 AM   #75
PT_Alan
Registered User
 
PT_Alan's Avatar
 
Join Date: Apr 2005
Location: Sydney
Posts: 415
Username is the email address username that you assign the webspace to. Nothing else. If I create an email account called alan, then assign the webspace to it, then the FTP user would be alan.

The password is the email address's password.

Regards,
Alan
PT_Alan is offline   Reply With Quote
Old 21-03-2006, 07:01 PM   #76
Fletchba
Registered User
 
Join Date: Mar 2006
Location: Mornington Peninsula, Vic Australia
Posts: 6
Send a message via ICQ to Fletchba Send a message via MSN to Fletchba
Thank you for the reply Alan,

Yes this is what I have done. I have noticed one mistake

Host Name/Address: ftp.people.com.au should be ftp.people.net.au
Host Type: FTP PC/TCP
User ID: crib****
Password: *******

The user ID is the email address and the password is the correct one.
Now I am getting a different error:
530 Authentication Failed, sorry
! Logon Failure, so quitting


I just don't seem to have any luck.... 50meg of webspace going to waste..
Help me!

Fletch
Fletchba is offline   Reply With Quote
Old 24-03-2006, 10:15 AM   #77
Ronald
distant cousin
 
Join Date: Oct 2004
Posts: 7
should it be ftp.people.net.au

Sorry didn't see your correction
Ronald is offline   Reply With Quote
Old 12-07-2006, 07:14 AM   #78
bms
Registered User
 
Join Date: Dec 2003
Posts: 42
Authentication failed

Hi All,

Maybe I am doing something wrong here, so I thought I'd ask (I have seen similar posts to my problem, but as far as I can see no real solutions)...

I have set up the web space as per the instructions. When I list the account details in the people telecom intranet the account that I created is there.

However, when I want to logon to FTP my stuff to the server, it says that the authentiaction has failed. I have reset the password several times, but the server keeps throwing me out stating that the password is incorrect (user name is however accepted).

Below the details of the FTP "conversation":
FTP < 220---------- Welcome to Pure-FTPd 1.0.14 ----------
FTP < 220-You are user number 4 of 60 allowed.
FTP < 220-Local time is now 05:30 and the load is 0.21. Server port: 21.
FTP < 220-This is a private system - No anonymous login
FTP < 220 You will be disconnected after 15 minutes of inactivity.
FTP > USER jo****
FTP < 331 User jo**** OK. Password required
FTP > PASS ***
FTP < 530 Authentication failed, sorry
FTP > 530 Authentication failed, sorry
FTP - Login failure (check user name and password). (655)
FTP > QUIT

Does anybody know what I am doing wrong here or what I should do??

Thanks for and and all help...

Paul
bms is offline   Reply With Quote
Old 12-07-2006, 08:39 AM   #79
Anne1
Registered User
 
Anne1's Avatar
 
Join Date: Apr 2005
Posts: 419
Hi Paul,
the password you are using - make sure that you are using the password for the email account associated with the webspace (the same password that you put into your email client when you set up the email account, not your password to get into peoplenet.

If that password is not working, send me a PM with your name, address, ADSL connected number, the email account associated with the password and the desired password, and I'll get it reset for you.
Anne1 is offline   Reply With Quote
Old 12-07-2006, 09:47 AM   #80
Anne1
Registered User
 
Anne1's Avatar
 
Join Date: Apr 2005
Posts: 419
Paul - please check your PM's (top right hand corner - click on "Private Messages"
Anne1 is offline   Reply With Quote
Old 02-08-2006, 08:29 PM   #81
fugitive2480
Registered User
 
Join Date: Aug 2006
Posts: 3
I get exactly the same 530 error.

I have lost count of the number of times I have set and reset the password in email and associated webspace accounts. It is the same as I registered here with and this works.

I have never had such a frustrating experience in getting webspace activated. I knows I have an account but will not authenticate the password.

Status: Connecting to ftp.people.net.au ...
Status: Connected with ftp.people.net.au. Waiting for welcome message...
Response: 220---------- Welcome to Pure-FTPd 1.0.14 ----------
Response: 220-You are user number 4 of 60 allowed.
Response: 220-Local time is now 18:44 and the load is 1.97. Server port: 21.
Response: 220-This is a private system - No anonymous login
Response: 220 You will be disconnected after 15 minutes of inactivity.
Command: USER fugitive2480
Response: 331 User fugitive2480 OK. Password required
Command: PASS **********
Response: 530 Authentication failed, sorry
Error: Unable to connect!
fugitive2480 is offline   Reply With Quote
Old 02-08-2006, 11:12 PM   #82
Anne1
Registered User
 
Anne1's Avatar
 
Join Date: Apr 2005
Posts: 419
Hi fugitive,
can you please PM me your details (name, address, ADSL connected number, email account that you have associated with your webspace, and the password you wish to use,) and I'll get engineering to have a look at it for you.
Anne1 is offline   Reply With Quote
Old 03-08-2006, 09:52 AM   #83
PT_Richard
Administrator
 
PT_Richard's Avatar
 
Join Date: Sep 2003
Posts: 754
FTP - fugitive2480

Hi fugitive2480,

I have reset the password for fugitive2480 to your ADSL#

Manage your passwords via the Email Management section in PeopleNet.

Richard
PT_Richard is offline   Reply With Quote
Old 03-08-2006, 07:32 PM   #84
fugitive2480
Registered User
 
Join Date: Aug 2006
Posts: 3
ok cheers that did it.

Still find it frustrating that I cannot get this to work myself and I hold a BSc (Hons) in Computer Network Engineering !!!

Thanks
fugitive2480 is offline   Reply With Quote
Old 27-10-2006, 02:00 AM   #85
Duane
Registered User
 
Join Date: Oct 2006
Posts: 4
G'day

This was the most relevant thread I could find for my query?

I've been trying to install blogging software (b2evolution) but I've been having trouble getting it to install once I've uploaded the files to the host.
For example whenever I try to update the config files it keeps giving me this error:

MySQL error!
Error establishing a database connection!

You can check it at
http://home.people.net.au/~DuanesMin...tall/index.php

The information I have been providing on this page is
MySQL Username: uXXXXXXXXXX
MySQL Password: XXXXXX
MySQL Database: dbXXXXXXXXXX
MySQL Host: localhost
Base URL: http://home.people.net.au/~DuanesMind/blogs/
Your email: [my mail]@people.net.au

Not sure what esle to do?

[edited 30 Oct]
Never mind. I solved the problem - sort of - by using Word Press instead of b2evo. No problems at all with Word Press.

Thanks for your help!

Last edited by Duane : 30-10-2006 at 11:59 PM. Reason: solved my problem - no need for a response
Duane is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help!!! some web pages load then dissapear clovelly General Support 10 03-10-2004 11:16 AM
Help - Can't access any web pages PGB General Support 2 28-02-2004 07:51 AM
How to view uploaded web pages vk2ua Hosting 7 22-01-2004 08:11 AM
Graphics missing from web pages bluedog General Support 2 08-11-2003 09:05 PM
1. Basic Instructions For Uploading Your Web Pages forumadmin Hosting 0 25-07-2003 11:46 AM


All times are GMT +10. The time now is 03:10 PM.

Copyright ©2008
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.