PHP Classes

File: readme.txt

Recommend this page to a friend!
  Classes of Dave Smith   Make Banner Class   readme.txt   Download  
File: readme.txt
Role: Documentation
Content type: text/plain
Description: Installation instructions
Class: Make Banner Class
Configure and generate graphical banners
Author: By
Last change:
Date: 16 years ago
Size: 1,649 bytes
 

Contents

Class file image Download
makeban class - generate automated/user generated banners version 1.1 7/14/2007 readme.txt - Installation instruction for the class and example script Copyright (c) 2007, Wagon Trader (an Oregon USA business) All rights reserved. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1) Upload all files to your server in the http root or web accessable folder. 2) If you want surfers to save banners on your server, create a save folder, the class assumes a folder name of /save. Change permissions to 777 (rwxrwxrwx). 3) Create a fonts folder, the class assumes /fonts and expects to find Arial.ttf, Times.ttf and Verdana.ttf. Upload the true type fonts you wish to use into this folder and change the fonts variable in the class to match these. 4) Make any setting changes to the makeban.class.php file 5) Point your browser to the makeban.php file and you are ready to create banners online. Dave