|
|
#1 |
|
Junior Member
Join Date: May 2008
Posts: 14
Rep Power: 4 ![]() |
The following text is appearing in the middle of our home page:
* @author Dominique Stender * @copyright Copyright (c) 2005-2006 Paul Sullivan, Dominique Stender - SourceForge.net: CPAINT * @version 2.0.3 */ //---- proxy settings ---------------------------------------------------------- $cpaint2_config["proxy.security.use_whitelist"] = true; // Use the whitelist for allowed URLs? //---- proxy security whitelist ------------------------------------------------ /* whitelist data should be added to the variable $cpaint2_proxy_whitelist[] example: $cpaint2_proxy_whitelist[] = "example.com/test.php"; - or - example: $cpaint2_proxy_whitelist[] = "example.com"; ** Omit http:// and https:// from the URL ** */ $cpaint2_proxy_whitelist[] = $_SERVER['HTTP_HOST']; // this server ?> and I don't know how to get rid of it. Any ideas? We recently moved the site to another server. Is there something we have to install? Thanks. |
|
|
|
|
|
#2 |
|
68 Classifieds Staff
Join Date: Mar 2006
Location: Belmont, NC
Posts: 4,691
Rep Power: 108 ![]() |
That is a problem with short open tags. The fix is to open:
includes/classes/cpaint/cpaint2.config.php and find the first line: <? change it to: <?php
__________________
Eric Barnes 68 Classifieds Developer Please do not send me a private message asking for support. Instead use these open forums or our ticket system. Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules |
|
|
|
| Bookmarks |
| Tags |
| cpaint |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Subategories to appear on homepage | Isje | v4 Questions & Support | 3 | 12-02-2008 09:22 AM |
| New listings on homepage please | Tim_A | v4 Questions & Support | 41 | 05-31-2008 01:32 PM |
| HELP!! with homepage Please | Jessej | v4 Questions & Support | 3 | 09-20-2007 02:09 AM |
| blank homepage | ads47 | v3.1 Questions & Support | 1 | 11-15-2006 08:37 AM |
| Homepage featured ads? | ads47 | v3.1 Questions & Support | 4 | 09-27-2006 11:43 PM |