Files Included With Clan Infinity |
File |
Location |
Chmod |
Upload In: |
Admin dir |
cgi-bin/claninfinity/admin |
777 |
- |
Claninfinity dir |
cgi-bin/claninfinity |
777 |
- |
login.cgi |
cgi-bin/claninfinity |
755 |
ASCII |
match.cgi |
cgi-bin/claninfinity |
755 |
ASCII |
roster.cgi |
cgi-bin/claninfinity |
755 |
ASCII |
start.cgi |
cgi-bin/claninfinity |
755 |
ASCII |
admin.cgi |
cgi-bin/claninfinity/admin |
755 |
ASCII |
setup.cgi |
cgi-bin/claninfinity/admin |
755 |
ASCII |
mb.gif |
- |
- |
Binary |
nc.gif |
- |
- |
Binary |
ys.gif |
- |
- |
Binary |
Upgrade 1.0 to 1.1 Instructions |
- Re-Upload all *.cgi files
- Rerun setup to change version variable from
1.0 to 1.1
- Now your done. Enjoy!
|
First Time Install Setup Instructions |
- Open *.cgi Scripts and make sure the path to perl is correct (Default #!/usr/bin/perl)
- Go into your CGI-BIN Folder and make a dir called "claninfinity". Then Chmod the dir To "777".
- Upload All the *.cgi files into the "claninfinity" folder. Then Chmod admin dir to "777" and chmod all *.cgi Files to "755".
- Now upload the images to a folder of your choice! You will fill this in, in the setup!
- Run start.cgi to password protect the admin.
- Proceed to setup.cgi (In Admin Folder) and
fill in the required fields!
- Setup Will create the rest of the files and dirs that is required!
- Now your Done! Enjoy the script! If you still require more help contact me at webmaster@microscripts.com or Our Site
|
Using Clan Infinity |
Now we got everything
setup now we will want to get the scripts into our pages we are going
to use SSI (Server Side Include) for this task!
- Make or edit a roster.shtml/matches.shtml,
Note for using SSI your html files must be named *.shtml for
this to work. Now find a spot where you would like for the roster
or matches to be printed on your site now you will need to add this:
<!--#include virtual="cgi-bin/claninfinity/match.cgi"
--> now that's for the matches now lets do Roster <!--#include
virtual="cgi-bin/claninfinity/roster.cgi" --> all
right now your done that part!
- Now we got to add some popup code
to coexist with the matches and roster CGI's, now you will need
to go to the top of your html page. You will want to be right above
the </head> tag. And you are going to add this to your roster.shtml/matches.shtml
pages:
<script language="JavaScript" TYPE="text/javascript">
function MS_popWindow(theURL,winName,features) {
window.open(theURL,winName,features);
}
</script>
Example: <html> <head> <title>My Clan Site</title> <script language="JavaScript" TYPE="text/javascript">
function MS_popWindow(theURL,winName,features) { window.open(theURL,winName,features); } </script> </head>
- Now We are finally Done! :) Enjoy the script and feel free to send comments or suggestions to me at webmaster@microscripts.com
|
History |
Clan Infinity 1.1 - Released March 29th 2002 Fixes:
Fixed Error when "Link To Opponent" was selected "No".
Fixed Cell Sharing in print outs.
Fixed Scores Calculation bug.
|
Clan Infinity 1.0 - Released March 15th 2002 |