CHMOD to 777????

flame1117

banned
I am trying to install a php script then use it on a html page

"Installation Steps:

1. Unzip the file scriptwizshoutinstall.zip and upload all files to your web server.

2. Select the file shout.txt and chmod it to 777

3. To use this script in a .php page use :
<?php include("scriptwiz.php"); ?>

To use this script in an .html page use :
<iframe src=scriptwiz.php width=170 height=510 frameborder=0 scrolling=yes></iframe>

(Make necessary width & height changes which applies to your page)

To use it in a standalone page use :
http://www.yourdomain.com/scriptwiz.php

Example: http://www.scriptwiz.com/shoutbox3/test.php

4. To make max length, comment changes, open shout.php and edit the variables as necessary.

5. Enjoy. That is all.

NOTE: The Add Emoticons chart codes accessible from the shoutbox. "

Thats how it says to do it.


How do i CH mod something?
 
it's a Unix command, chmod changes the file premissions, 777 happends to make read,write,execute available to everyone and their sister. I don't know why you'd need to put execute on a txt file but oh well.
 
Back
Top