PyShoutOut Manual
Installation
- Unzip the downloaded file. You should see a folder labeled pyshoutout and a file named psoinstall.py.
- Upload the folder and the file to your /cgi-bin/ directory. Make sure that you upload it in ASCII format.
- Using your FTP program or other, CHMOD (set permissions) of the psoinstall.py file to 755, that is User: Read, Write, Execute; Group: Read, Execute; World: Read, Execute.
- Go to http://[yourdomain]/cgi-bin/psoinstall.py to setup the script.
- (Optional) Edit style.css to reflect how you want the font, etc.
- Paste the following code into an HTML Page:
<iframe name="psoread" src="/cgi-bin/pyshoutout/psoread.py" width="100%" height="370">
Your browser does not support inline frames or is currently configured not to display inline frames.</iframe></p>
<script language="javascript">
<!--
function reset() {
self.document.psowrte.data.value="";
self.document.psowrte.data.focus();
}
-->
</script>
<form method="POST" action="/cgi-bin/pyshoutout/psowrte.py" target="psoread" name="psowrte" onsubmit="setTimeout('reset()',10)">
<p align="center">
<b>Name:</b><input type="text" name="name" size="10"> <b>Message:</b><input type="text" name="data" size="20">
<input type="submit" value="Say" name="submit"><br>
<b>Color:</b> Default<input type="radio" value="def" name="color" checked> |
<font color="#0000FF">Blue</font><input type="radio" value="blue" name="color">
| <font color="#008000">Green</font><input type="radio" value="green" name="color">
| <font color="#FF8040">Orange</font><input type="radio" value="orange" name="color">
| <font color="#FF0000">Red</font><input type="radio" value="red" name="color"></p>
</form> - You can now delete /cgi-bin/psoinstall.py.
