Blackjack Online Installation Instructions
Download the zip file with all the files in it from the location you are given when you ordered it.
Unzip the file to your harddrive.
Open the file blackjack.cgi
# This changes the Back Ground Colour (color)
Change 00FFFF to the hexadecimal number of the back ground colour you want.
# This changes the text Colour (color)
Change 00FFFF to the hexadecimal number of the text colour you want.
# Place your banner code for the top of each page here
Change Your BANNER goes HERE to the html code for your banners to be shown at the top of
the page. You may also place text links here aswell if you want to.
# The url to your card pictures directory
As it says the url to the directory you put the cardpics directory.
i.e. http://www.mydomain.com/blackjack/cardpics/
****Don't forget the forward slash at the end****
Save the file after you have made these changes
Upload blackjack.cgi and joinblackjack.cgi to your cgi-bin and CHMOD them 755
Make a directory called members in this directory and CHMOD it 755
Upload the directory info to the same directory and CHMOD it 755
Upload the directory cardpics to the location you typed earlier
Customise the template files join.htm and login.htm if you what to make it look more
like your site.
Change the <form ACTION="../../cgi-bin/blackjack/joinblackjack.cgi"
METHOD="ADD"> of join.htm to the url of your joinblackjack.cgi file on your
server
i.e. <form
ACTION="http://www.mydomain.com/cgi-bin/blackjack/joinblackjack.cgi"
METHOD="ADD">
Change the <form ACTION="../../cgi-bin/blackjack/blackjack.cgi"
METHOD="ADD"> of login.htm to the url of your blackjack.cgi file on your
server
i.e. <form ACTION="http://www.mydomain.com/cgi-bin/blackjack/blackjack.cgi"
METHOD="ADD">
Upload the files join.htm and login.htm to your server in a directory accessible to the public i.e. htdocs
And last, make a link on your site to join.htm to let people sign up and a link to login.htm to let them play.