Software: Apache. PHP/5.5.15 uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 SYSTEM Safe-mode: OFF (not secure) C:\Intranet\C\xampp\htdocs\php\jaimedg\counter\docu\ drwxrwxrwx |
Viewing file: counter_script_english.html (15.42 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) | Counter and Referer Script presents: Online Appointment BookingOur PHP script Schedule Organizer allows a customer, patient or client to schedule an appointment via the company's, doctor's or consultant's homepage. PHP script simplifies and automates appointment administration - the employees responsible save time as there are fewer telephone calls, faxes and letters to answer. Counter and Referer Script DocumentationThank you for your interest in our Script. We recommend that you carefully read this documentation. Configuration
HTML Template
Upload
Log Files
Including the script
Support and Help
License Information
IntroductionOur Counter and Referer Script provides two options. On the one hand you can count the page visits and on the other hand you can log the extern referers. The script has been configured in a way that makes it ready to use. You only need to upload all script files to your web server. You can call the script directly in your browser or can include it into an existing page. Further information about including the script can be found in chapter "Including the script". When you edit the script you should do it step by step. After each change you should run the script to monitor the effects. Doing so enables you to know what change eventually causes an error. The HTML templates of the script have been generated by the specifications of XHTML 1.0. HTML tags like <br> or <input> contain an ending slash (<br /> or <input type=“text“ name=“field“ />). Set up and configurationThe file "index.php" can be viewed as the configuration file for the script. It is possible to duplicate the file and set it up in a different manner. That enables you to run several counters with the same script core. The following variables can be edited:
$add_text = array( 'txt_additional' => 'Additional', 'txt_more' => 'More' ); The first part of each entry is the name of the placeholder. In case you want to use the value of txt_addition in your template enter the name of the entry with curly brackets - {txt_addition}. The name must not contain white spaces or special characters. Only allowed is the _ . HTML template customizationThe directory "/templates/" contains the files for the layout. You can use HTML and CSS to customize the layout as you wish. In case you are using a WYSIWYG editor like Macromedia Dreamweaver, MS Frontpage or NetObjects Fusion please make sure that the software does not make any changes by itself. In any event it is recommended to use text editors to edit the HTML templates. The template files contain markers with { and } like: {txt_next_page}. These markers will be replaced by its counterparts from the language file "languages/language.en.inc.php". You are free to edit that file and change the words and phrases. You are also free to replace the markers within the template files by real words or put those markers to other positions within the template file. And you are also able to enhance the language file by using the given pattern. Amongst those word markers exist the so called loops. Similar to HTML tags the two parts (<LOOP …>…</LOOP>) must not be separated. If you want to alter the position within the template you move the hole block. The loop block to display is "visits". The loop block contains the image tag with the path to the number images. The variable {image_name} will be replaced by the numbers of the page visits. if you want to create and use your own images, you can edit the path as you wish. Upload script filesCreate the following folder on your web server (with the most FTP clients you are able just to copy the hole script with all folders in one go): /counter_script/ /counter_script/inc/ /counter_script/languages/ /counter_script/logfiles/ /counter_script/templates/ Copy all files to their corresponding folder. Image files (.gif, .jpg, .png) have to be uploaded in binary mode. Every other files have to be uploaded in ASCII mode (text mode). Please note: The folder “templates” contains a folder with images. The Log FilesThe folder “logfiles” and the files “referer.txt” and “count.txt” need to be writable (chmod 777). Including the Voting ScriptYou can include the script in different ways. Direct LinkingYou can set a direct link to the script and use it as an independent page. You can customize the HTML template to fit in your website layout. SSI IncludeIn case your server supports SSI (Server Side Includes) you can include the script with following line: <!--#include virtual="./counter_script/index.php" --> Replace "./counter_script/index.php " with the correct path to your script. If that doesn't work please rename your HTML file into .shtml. Please ask also your webspace provider, whether your server supports SSI. PHP IncludeYou can include the script in an existing PHP file by using the include() instruction: <?php include('./counter_script/index.php '); ?> Replace "./counter_script/index.php" with the correct path to your script. Support and HelpFor the answers to your questions about Form Mail, and for the solutions to your problems with Form Mail, visit our support forum. License InformationYou can use the Formail Script for free. If you want to run the script without the link to STADTAUS.com you can purchase the full version online.
Contact: http://www.stadtaus.com/en/ More Scripts at STADTAUS.com:
Please visit our project MetaCollection. It is a resource for CGI and PHP related script archives. |
:: Command execute :: | |
--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0312 ]-- |