Forums

Unfortunately no one can be told what FluxBB is - you have to see it for yourself.

You are not logged in.

#1 2008-06-03 07:56:44

Dr.Jeckyl
Member
From: :(){:|:&};:
Registered: 2008-04-30
Posts: 113
Website

Wiki issue?

For some reason I can't get forced linebreaks to work. I keep trying 2 backslashes followed by a space (whitespace) and the preview takes away 1 backslash and the whitespace. I'm trying to keep an image from appearing at the end of a sentence and get it to be on the next line.. but having no luck.

Link..

FYI: IT'S STILL IN PROGRESS!


GroundBranch
Want to learn more? Click me.

Offline

#2 2008-06-03 10:32:19

Smartys
Former Developer
Registered: 2008-04-27
Posts: 3,135
Website

Re: Wiki issue?

Add an extra linebreak between the text and the picture, no backslashes required.

Offline

#3 2008-06-03 16:12:00

Dr.Jeckyl
Member
From: :(){:|:&};:
Registered: 2008-04-30
Posts: 113
Website

Re: Wiki issue?

AH I see... Thanks again for holding my hand. big_smile


GroundBranch
Want to learn more? Click me.

Offline

#4 2008-06-03 18:23:06

SuperMAG
Member
Registered: 2008-05-10
Posts: 707

Re: Wiki issue?

very good tutorial

GREAT WORK

Offline

#5 2008-06-03 19:33:26

Dr.Jeckyl
Member
From: :(){:|:&};:
Registered: 2008-04-30
Posts: 113
Website

Re: Wiki issue?

SuperMAG wrote:

very good tutorial

GREAT WORK

It's not even done either. wink


GroundBranch
Want to learn more? Click me.

Offline

#6 2008-06-03 20:07:37

SuperMAG
Member
Registered: 2008-05-10
Posts: 707

Re: Wiki issue?

what more you will add ... i cant think of any thing ...

Offline

#7 2008-06-03 20:24:30

Dr.Jeckyl
Member
From: :(){:|:&};:
Registered: 2008-04-30
Posts: 113
Website

Re: Wiki issue?

SuperMAG wrote:

what more you will add ... i cant think of any thing ...

Clean it up and clarify the steps. To you or I it's not even necessary but to some one who has never installed a forum (who these are targeted to) I want to leave no guess work for them.


GroundBranch
Want to learn more? Click me.

Offline

#8 2008-06-03 20:43:49

SuperMAG
Member
Registered: 2008-05-10
Posts: 707

Re: Wiki issue?

Dr.Jeckyl wrote:
SuperMAG wrote:

what more you will add ... i cant think of any thing ...

Clean it up and clarify the steps. To you or I it's not even necessary but to some one who has never installed a forum (who these are targeted to) I want to leave no guess work for them.

mmm that a little funny ... but let me help you

let me ask you as if i am the most dumest man on earth ..

1- what the hell is FTP
2- what is that chmod stuff

currently these i can think of

Last edited by SuperMAG (2008-06-03 20:46:37)

Offline

#9 2008-06-03 20:48:04

SuperMAG
Member
Registered: 2008-05-10
Posts: 707

Re: Wiki issue?

but beleave me ... some one who can install a forum or manage it dosent need more then that

Offline

#10 2008-06-03 20:53:17

Utchin
Member
Registered: 2008-05-09
Posts: 201

Re: Wiki issue?

FTP : the simplest and most secure way to exchange files over the Internet

CHMOD: chmod is a Unix command that lets you tell the system how much (or little) access it should permit to a file.

Thing is, you offer it on your "host" so you should know what they are, how to use it and how not to use them. You cannot offer a service and not kow what to do..

Last edited by Utchin (2008-06-03 20:55:03)

Offline

#11 2008-06-04 10:51:21

Connor
Former Developer
Registered: 2008-04-27
Posts: 1,127

Re: Wiki issue?

Most secure? lol

btw, Dr.Jeckyl, maybe you could crop some of those screenshots, the whitespace at the bottom of the browser is just a waste of space really. Looking good though smile

Offline

#12 2008-06-04 12:25:51

Utchin
Member
Registered: 2008-05-09
Posts: 201

Re: Wiki issue?

Connor wrote:

I would agree with the site, the most secure way of transferring files yes. the most secure way of managing files on a server, no.

Offline

#13 2008-06-04 12:33:44

elbekko
Former Developer
From: Leuven, Belgium
Registered: 2008-04-30
Posts: 1,131
Website

Re: Wiki issue?

It sends passwords in plain text. It sends all the files in plain text.

Where in this process do you see security? SFTP is secure, FTP is not.


Ben
SVN repository for my extensions - The thread
Quickmarks 0.5
“Question: How does a large software project get to be one year late? Answer: One day at a time!” - Fred Brooks

Offline

#14 2008-06-04 12:36:31

eternal243
Member
From: Östersund, Sweden
Registered: 2008-05-28
Posts: 205

Re: Wiki issue?

well, sftp is a form of ftp, and when using sftp you do it through an ftp client. or am i completely off?


I support: FluxBB & Habari

Offline

#15 2008-06-04 12:50:57

Felix
Member
Registered: 2008-05-13
Posts: 352

Re: Wiki issue?

Yes, it is partially right.
It is a FTP Connection tunneled through a SSL Connection.

BUT SFTP =
Secure File Transfer Protocol

OR SSH File Transfer Protocol

and the last one is an further developed Version of Secure Copy Protocol (SCP).

I bet Wikipedia has some infos about any further Infos wink

Offline

#16 2008-06-04 12:55:40

Smartys
Former Developer
Registered: 2008-04-27
Posts: 3,135
Website

Re: Wiki issue?

As Bekko said, SFTP is secure, FTP is not. SFTP is not based on FTP.
http://en.wikipedia.org/wiki/SSH_file_transfer_protocol

SFTP is not just FTP run over SSH, but rather a new protocol designed from the ground up by the IETF SECSH working group. It is sometimes confused with Simple File Transfer Protocol.

Offline

#17 2008-06-04 13:09:41

Felix
Member
Registered: 2008-05-13
Posts: 352

Re: Wiki issue?

SFTP can also be:
http://en.wikipedia.org/wiki/File_Trans … P_over_SSH

Another acronym with way too many meanings wink

Offline

#18 2008-06-04 13:09:42

Paul
Developer
From: Wales, UK
Registered: 2008-04-27
Posts: 1,630

Re: Wiki issue?

... It is sometimes confused with Simple File Transfer Protocol.

No doubt because somebody took the ill considered decision to include "FTP" in the name.


The only thing worse than finding a bug is knowing I created it in the first place.

Offline

#19 2008-06-04 13:11:22

Smartys
Former Developer
Registered: 2008-04-27
Posts: 3,135
Website

Re: Wiki issue?

Felix wrote:

SFTP can also be:
http://en.wikipedia.org/wiki/File_Trans … P_over_SSH

Another acronym with way too many meanings wink

http://en.wikipedia.org/wiki/SFTP
SSH file transfer protocol is the one people should be assuming, unless there's reason to suspect otherwise. I've never heard of anyone using the other setups.

Offline

#20 2008-06-04 13:29:53

MattF
Member
From: South Yorkshire, England
Registered: 2008-05-06
Posts: 1,230
Website

Re: Wiki issue?

Utchin wrote:

I would agree with the site, the most secure way of transferring files yes. the most secure way of managing files on a server, no.

The purpose of ftp isn't security. It just happens to be the most resilient method generally used for large file transfers from a server, i.e: downloads.


Screw the chavs and God save the Queen!

Offline

#21 2008-06-04 13:49:05

Connor
Former Developer
Registered: 2008-04-27
Posts: 1,127

Re: Wiki issue?

Try to stay on topic. (I know its my fault tongue)

Offline

#22 2008-06-04 17:08:59

Dr.Jeckyl
Member
From: :(){:|:&};:
Registered: 2008-04-30
Posts: 113
Website

Re: Wiki issue?

Connor wrote:

Most secure? lol

btw, Dr.Jeckyl, maybe you could crop some of those screenshots, the whitespace at the bottom of the browser is just a waste of space really. Looking good though smile

I did for the forum installation one but not for the extension one. I'll fix tonight.

Thanks! big_smile


GroundBranch
Want to learn more? Click me.

Offline

Board footer

Powered by FluxBB 1.5.0