Help

FAQ’s

How do I set the permissions of the files before I install In-Link?

For user of a ftp client such as CuteFTP, you can select the files and choose File Permission, sometimes called Chmod. There you should set the permissions of files Read, Write, and Executable for Owner, Group, and Public. If there is an option to enter a permission number manually, set it to "777". For Unix users, there is an included shell script to automatically set the permissions. First change to the "inlink" directory. The script is named “permissions.sh” The following are the commands that you have to enter:


>cd ~/public_html/inlink

//Changes to the inlink directory, varies depending on your system.


>chmod u+x inlinkperm.sh

//Change the permission of the inlinkperm.sh script to executable.


>./inlinkperm.sh

//Run the inlinkperm.sh.


That's all.


No matter what I do I get a Server or PHP Error. What did I do wrong?

In order to prevent In-link from crashing, please check the following: