<?php //================================================================= // AdFreely -Ad Board script- // Copyright (c) phpkobo.com ( http://www.phpkobo.com/ ) // Email : hide@address.com // ID : AF201_206 // // This software is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 of the // License. // // [Installation Guide] // http://www.phpkobo.com/doc.php?d=install&p=AF201_206 // //================================================================= define( 'RSTR_AREA_TITLE', 'Admin Panel' ); //-- Code define( 'RSTR_HOWTOSHOW_ONPAGE_TITLE', 'How to Place a Cell [ ##ad_id## ] on a Web Page' ); define( 'RSTR_HOWTOSHOW_ONPAGE_P1', 'You can display ad cells in any Web pages ' . 'as long as the Web pages and this admin panel ' . 'reside in the same website.' ); define( 'RSTR_HOWTOSHOW_ONPAGE_P2', 'First, paste the following code in the head section of ' . 'the Web page where you want to display ad cells ' . '( You only need to do this one time per page. )' ); define( 'RSTR_HOWTOSHOW_ONPAGE_P3', 'To place the cell [ ##ad_id## ], paste the following code ' . 'at the location where you want to display the cell.' ); define( 'RSTR_HOWTOSHOW_SAMPLE_TITLE', 'Sample Web Page' ); define( 'RSTR_HOWTOSHOW_SAMPLE_P1', 'The code shown below is a minimalist example of a web page ' . 'that displays the cell [ ##ad_id## ].' ); define( 'RSTR_HOWTOSHOW_SAMPLE_P2', 'To see the cell, copy the code above to a text editor, ' . 'save it with an .html extension ( e.g. \'sample.html\' ), ' . 'upload it to your website, ' . 'and then open the page in a Web browser. ' . '( Note : Make sure that the sample web page and ' . 'this admin panel reside in the same web site, ' . 'or it won\'t work properly. ) ' ); //---------------------------------------------------------------- // END OF FILE //---------------------------------------------------------------- ?>