
Documentation/F.A.Q. Page
We have designed this page for your convenience. Always check this section for the latest documentation on any Kazaam Software.
Domain Availability Lookup
What does it do? This program searches for the availability of a TLD and suggests similar names if the one requested is not available.
How do I set it up?
1.) Open the config.php file and change the variables listed there.
2.) Follow the directions given above each line within the code.
3.) Edit your header.inc file to customize the look of your site.
4.) Upload all files to your server via FTP. Remember to upload the image(s)
in Binary format and all other files in ASCII format.
5.) Point your browser to the index.php on your server and try it out! Click here for the English demo or here for the Portuguese demo.
.ht File Manager (.htAdmin)
What does it do? This little program allows the admin to add, remove and change access control of protected directories and files. Very useful!
How do I set it up?
1.) Upload files to your server via FTP.
- Upload all files in ASCII mode except for images,
images should be uploaded in BIANARY mode.
2.) Set Permissions
- Set the permission on your .htpasswd file and adminpass.txt
file to CHMOD 777 (make the files writable).
3.) Set the path to .htpasswd.
- Set the absolute path of .htaccess (the one located in the
htaccess file folder) to the path where your .htpasswd
file is located. Do not confuse this file with the
one in the .htAdmin root directory, this one is meant
to prevent your .htpasswd file from being written to
by anyone other than the webserver.
4.) Place the .htaccess file in the protected directory.
- Place the .htaccess file in the directory that you want to
protect. Again, be sure to leave the one in the root
directory alone. Only work with the .htaccess file
that is in it's own seperate folder. Place it in the
folder on your webserver that needs to be password
protected.
5.) Run the admin.php file.
- Now, run the admin.php file, the default password is
"adminpass" withtout the quotes. As soon as you
login, change the admin password so that it cannot
be guessed by anyone else. The password is then
encrypted by the program and placed in the
adminpass.txt file that is protected by the .htaccess
file in the root directory. All passwords use MD5
encryption by default on most webservers.
If you have any questions or problems, contact us for help.
Also, be kind and help others if they experience any problems that you can help with. Click here to check out the demo.
Mail File Downloading Script
What does it do? This program allows you to offer files to be downloaded from your Web site only by email. This eliminates fraudulent email addresses.
How do I set it up?
To install this script. edit the sendfile.php script and change the variables
throughout the file makred with comments that need to be changed.
Next, edit the getit.php file and change the value of the whatfile field. (see the comment above the line).
Then, execute the getit.php file from your web browser and fill out the form.
Make sure you have defined the accurate absolute path to your download directory.
Make sure you have defined the if statement variables to allow for multiple forms
pointing to the file.
If you only have one download, you may disable the if statements by commenting out the six lines already there and declare the variable directly. Click here to check out the demo.
Newsletter Management
What does it do? This program allows users to subscribe to your newsletter list and the manager can send mailings from the admin panel.
How do I set it up?
Upload all files to your server.
Set permission on emails.txt to chmod 777.
Edit the config.php file and follow the instructions above each line.
Run the index.php file to subscribe and the send.php file to send mail to the list.
Enjoy! Click here to take the demo for a test drive.
Form to Mail Processor
What does it do? You can use any web-form to post the form to the script and it will be mailed to you. No special variable configuration. Click here to see the demo.
Form to Mail w/ Auto-Respond and Log-file
This is the program above, however it will send an auto-respond message of your choice and keep a web-log of the mail.
Message Confirmed
What does it do? This is a form to mail system that assigns a unique receipt number appended to the message and receipt. Great for work-orders.
How do I set it up?
1.) Open the config.php file and set each variable (instructions listed above each line)
2.) Open the counter.cnt file and set the starting number you would like to use for your confirmation number - Do not use letters! Only numbers. You can add letters in your prefix in the config file.
3.) Upload the files via FTP to your server (keep them all in the same directory). Set the permissions on the counter.cnt file to 777 (rwx,rwx,rwx).
4.) Use the form.php file to access the script. Add or remove any form values just as you would any HTML file.
5.) Point your browser to the form, fill it in, click submit... Watch it work!
If you need help with the form, form.html is preconfigured to give you an example. Click here to check out the demo.
Address and Contact Organizer
What does it do? This powerful MySQL driven program has numerous search features with overview and expanded view results. Lots of neat features built in, has been compared to ACT. (Also available in Portugese)
How do I set it up?
1.) Edit your config.php file and follow the instructions above each line.
2.) Upload all of the files to your server. Image files in Binary Mode and
all other files in ASCII Mode.
3.) Run the makedb.php file by pointing your browser to makedb.php and
the script will set your database up for you automatically, alternatively,
you can create the database manually as follows:
Using shell or PHPMyAdmin, create a New MySQL Database called: "Contacts_DB",
Next, create a table called: "Contacts",
Now, create the following fields;
Note (text)
NameL (text)
NameF (text)
Company (text)
Web (text)
Address (text)
Home (text)
Work (text)
Cell (text)
Fax (text)
Email (text)
Title (text)
Affiliation (text)
ID (INT, PRIMARY, Auto Increment)
4.) Point your browser to contacts.php and enjoy! Want to see the demo in action? Click here.
Notes Management System
What does it do? The Notes Managerment System is MySQL driven and uses as an order tracking system with Message confirmed, as a progress chart or an online diary/blog/journal. The management system perates with file numbers to separate entries.
How do I set it up?
1.) Edit the config.php file and follow the instructions above each line.
2.) Run the makedb.php file on your server to set up the SQL Database.
OR
2.a) Create a Database on your SQL Server called: "Notes_DB".
Create a Table within the Notes Database called: "Notes".
Create the following fields:
2.b. ) Note (text)
ICSclaim (text)
TimeS (time)
Date (date)
ID (int(11), (auto inc) and (primary)
3.) Enter a reference number in the box where indicated and hit submit,
then type a note in the notes box where indicated and click that submit
button.
You have created a new file for that reference number. To view
notes for that reference number, just type in the reference number and press submit. Click here to check out the demo.
Guestbook System w/ Photos
What does it do? This poweful guestbook is MySQL Driven. It's great for a personal Web site with friends or a personals site to meet friends and exchange photos.
How do I set it up?
1.) Create a MySQL Database named "Guestbook".
2.) Create a Table called "entries".
3.) Create Fields in the table named;
"Date" (Date)
"Time" (Time)
"ID" (primary key)
"Title" (text)
"Text" (text)
"Image" (text)
4.) Set the correct host, username and password in
the file config.php
5.) Create a link on your page to the guestbook.php
file like the following be sure to include the "?"
and everything after:
http://my.site.com/guestbook/guestbook.php?t2=0&t1=5
6.) Make the upload directory writable so that images can be stored.
7.) Set the upload path in add.php tp the correct upload directory.
8.) Upload all files to your server.
9.) The noimage.jpg file should be uploaded in bianary format.
Use the link to guestbook.php to view entries, and to add.php
to make new entries. Why not take the demo for a test drive? Click here.
WebAPP PHP
What does it do? Flat-File Driven. This is a PHP port of the original PERL Web-APP. Flatfile based and very simple to install and manage. This program has been rewritten from the ground up and no longer in beta.
How do I set it up?
After unpacking the ZIP file, open validation.php and admin.php. Change the username and password to your choice.
Create a directory on your server called "webapp" or whatever you want to call it.
Upload all files to the new directory. CHMOD 777 (set permissions on) the directory "contents" as well as all files there.
Go to www.yoursite.com/webapp/ and if you installed everything as stated above you have completed the installation. Now you can start customizing. Click here to see the demo in action.
Text Banner Rotation Script
What does it do ? This small text banner rotation java script, featured on Download.com, allows you to place text banners on your site instead of image banners which are rapidly being blocked by ad-removal software. However, it is not limited to text only. Others have used it to display a random image as well. The idea is similar to Google Ads but much smaller in weight.
How do I set it up?
Change the banner text as needed within bannerrotation.js. Only use single quotes in your html. Always use a slash in front of apostophres. Unlimited text banners can be used. Images can also be used.
Use the code on the index page included in the archive to place the script anywhere on your page. Play around with the colors of the border or leave them out all together. Further information and ideas for this little script can be found in the readme.html file with a working demo. The script works on any page that outputs html. Also successfully used within PHP and PERL. Full HTML compliant.
Need a script custom programmed for your Web site, Intranet, or network?
MyKazaam offers custom script programming and contract programming work for a wide variety of software languages.
Most Popular Requests:
PHP programming
CGI and Perl scripting
SQL database integration
HTML web page coding and design
JavaScript client-side scripts
No matter how big or small - the Kazaam Software Foundation is able to provide you with the solution to your software needs.
Through the Kazaam Network, we can also take care of your special needs of development and maintenance of complete Web sites or Intranets.
Scripts are delivered ready-to-install; remote script installation is also available in most cases.
Please note: In some cases we require a basic test on your server before we can give you a quote. Click here to contact us concerning custom programming.
Copyright 1991-2006, Kazaam Networks. "Solutions in Perl" & "Dolphin Safe Programming" are trademarks of the Kazaam Network, All Rights Reserved. See Legal Disclaimer & Privacy Statement for other information. International affiliations vary, contact us for specific affiliation, partnership and subsidary questions. All graphics, commentary, scripts, programs, data, video, audio or other media is copyright material from the Kazaam Network unless otherwise noted. All rights to same are explicitly reserved. SPECIAL NOTE: The Kazaam Network (and all of its subsidaries are a part of the Whitestone Open Services, Intl. and operating under the name: The Kazaam Software Foundation. However, this change will not affect much in the usablility of the site and its features. There will likely be new privacy policy changes and terms of service once council for both parties have agreed on proper verbiage and jurisdiction.
5 users online.