Search tutorials
If book.cgi is not in the cgi-bin directory then you will need to add to your $basedir the directory where you put book.cgi and don't forget the last / as it is important.
Also if you do not know your $basedir then you will need to ask your server admin where it is at. Sometimes this is also known as the "Absolute Path" or "Server Path".
If you changed the name of kitbook.txt you will need to add the new name to the line
$listfile="kitbook.txt";
Note: you only need to change this if you renamed kitbook.txt but I left mine as it is so you can do the same.
Finally you will need to change the following to 1
&check_url;
sub check_url {
local($check_referer) = 0; (CHANGE THIS 0 TO A 1)
Note: I am not sure if you have to change this value but I had to so you might have to as well. I guess all you can do is to change it and see if all works well and if not change it back to 0 and then check again.
| » Level Intermediate |
|
Added: 2000-12-14 Rating: 6 Votes: 120 |
| » Author |
| -- |
| » Download |
| Download the files used in this tutorial. |
| Download (3 kb) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!