Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

really boring for the experts but


longsiders

Recommended Posts

Posted

how do you set permisions in the configure.php using chmod?

 

I realise you are all programmers whereas I am just a private individual who has got an idea for an online business, no money to get it going and so I have to try and learn to do it all myself (it has taken me 2 days just to upload the files to my web server !!!)

Posted

We're not all programmers. I just started this myself. To set less restrictive permissions for the install CD to the directory and type chmod 777 config.php for both files. To set it more restrictive after install type chmod 644 config.php.

Posted

thanks for that.

 

Finally sussed how to set the chmod stuff (wish I had know it was just in the ftp client)

 

Any suggestions for how I secure my admin area?

Posted

We all had to start from nothing, Im not a php,perl,expert but here is some tips to get you started in the sever, programing ThingaMajig

 

 

LEARN LINUX, LEARN LINUX ,LEARN LINUX, ---> Basic commands

 

Invest in Cute FTP Pro 2.0 great great great FTP program,

 

LEAN PATHS like /usr/local/home/

or /home/sonny/

 

ls ---> displays file contents like a double click in windows

mkdir----> like new>>>folder

rm xxx----> xxx is the file you want to remove like a deleate in windows

 

**********GET USED TO THE SHELL PROMPT (bash) *********

 

rm -fr ---> remove full directory( remove -force remove)<---- get it

chmod ugo+rwx xxx--->xxx is the file you whant to chmod

(changemode user group open + read write execute)

 

 

Search GOOGLE for all questions, Youll find them, Then build a Library of commands :bigups:

 

youll get it

 

sonny

any problems email me

[email protected]

Posted

whenever on Linux and you don't understand how something is supposed to work try the following:

 

program-name --help | more

 

man program-name

 

And quick explanation about chmod:

 

R = read

W = write

X = execute

 

order:

owner-group-world

as in rwx-rwx-rwx

 

HTH

Mattice

"Politics is the art of preventing people from taking part in affairs which properly concern them"

Posted

Hi guys,

 

Where can I find a list of ALL the permissions I am supposed to set for all files in the oscommerce structure. I've seen it somewhere but I cant find it

After going back an forth between my local and remote servers, editing files I am not sure anymore that the permissions are now set correctly.

Is there a set for work in progress and a final one for when the store is public?

Another question is, what happend to the permission settings when I file is ftp downloaded to a windows machine, edited and then uploaded back to the unix server, do permissions get changed?

 

 

Many thanks!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...