hits and users |
hits and users |
*mona lisa* |
![]()
Post
#1
|
Guest ![]() |
You know how you can have stats for your site? I've seen a few of them. Well I have this:
Problem is, whenever I change the name and paste it, it doesn't work. There's a part of the page that suddenly disappears. Is there something I should be doing? |
|
|
![]() |
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 33 Joined: May 2005 Member No: 136,980 ![]() |
I would not recommend chmod to 777.. mabey 755 ... lets explain what this means ..
if you open up a ftp program and login to ur site, notice beside the folders and files u have these rwrd, this stuff.. well these are called premissions, this means u can read , write to, excute those files or folders... now let me explain how this is done. it is setup as Read Write Excute, you have 3 groups in each of these Read has a Group , user, personal inside of it, and so do the others... so the 777 is a code for read , write , excute all. witch this is not good cause anyone can read write and excute this file from any where. 755 on the other hand lets the server read, write, and excute, but does not let the public. most ftp programs have the options to change this , right click on the file or folder you want to chmod and click chmod, then change the # to what ya want , most sites will use diffrent ones for diffrent things, default files are 655 and folders are 755. I hope I have helped some -MM |
|
|
![]() ![]() |