iNET Interactive - Online Advertising Agency
          
FreeWebHostingTalk Forums  
Quick Links
Find a Host » HOST QUOTE | ISPcheck.com
 
 
Go Back   FreeWebHostingTalk > Main Forums > Running A Free Web Hosting Company > Need guides to solve forced ads errors on forum scripts.

Reply
 
Thread Tools
Old 07-31-2006, 03:08 PM   #1
suggest
Junior Member
 
Join Date: Jul 2006
Posts: 11

suggest is offline
Default Need guides to solve forced ads errors on forum scripts.
Hi seniors,
I need some guides on how to solve the problems encountered by my members when they install forum script like IPB, VB, phpBB..etc.

I am running free hosting service, and using mod_layout to insert my ads. However, there seems to be problems when my members are installing forum scripts. Their forum will not be showing up properly. Instead, these forum will either shown up as :-
1. Blank page or
2. Just "{" or
3. Couldn't enter their admin panel (phpBB)

How do I actually solve this error? I have been searching everywhere for guides but still couldn't find a solution. Currently I have to disable my ads for them.


Thanks for your kind guides.
Reply With Quote
Old 07-31-2006, 04:19 PM   #2
gryffin
Senior Member
 
Join Date: Jun 2006
Posts: 201

gryffin is offline
Default
how are you placing the ads?
Reply With Quote
Old 08-01-2006, 02:48 AM   #3
suggest
Junior Member
 
Join Date: Jul 2006
Posts: 11

suggest is offline
Default
Hi gryffin,
Quote:
and using mod_layout to insert my ads
I am using mod_layout to place ads on header and footer. ANy solution for my problems??

Thanks.
Reply With Quote
Old 08-01-2006, 04:41 PM   #4
KRAK_JOE
Junior Member
 
Join Date: Jul 2006
Posts: 14

KRAK_JOE is offline
Default
with some simple php scripts, if you use ob_start(); at the beginning of your ads, this will stop php from sending any info to the browser until the script has fully executed, sometimes this is enough, however with admin panels that use frames you're outa luck, mod_layout doesn't support frames, I think the admin can set it to ignore certain folders and files from having ads imposed, I'm not sure of the procedure......
Reply With Quote
Old 08-02-2006, 02:46 AM   #5
suggest
Junior Member
 
Join Date: Jul 2006
Posts: 11

suggest is offline
Default
Hi KRAK_JOE,
Thanks greatly for your kind guide!!
What if I were to deactivating "mod_gzip" in Apache to prevent gzip from
working on the server side? What would happen ?? anyone tried it before?

Thanks
Reply With Quote
Old 08-03-2006, 06:15 PM   #6
xeepo
Junior Member
 
Join Date: Jul 2006
Posts: 20

xeepo is offline
Default
If you are using mod_layout 3.2.1 then try downgrading to 3.2 using the following guide:

I did this and the banners work fine now with PHP and HTML pages:

Code:
wget http://fresh.t-systems-sfr.com/unix/src/www/mod_layout-3.2.tar.gz

tar -xvzf mod_layout-3.2.tar.gz

cd mod_layout-3.2

vi Makefile

APXS=apxs >> APXS=/usr/local/apache/bin/apxs

APACHECTL=apachectl >> /usr/sbin/apachectl

CC=`apxs -q CC` >> CC=`$(APXS) -q CC`

INC=-I`apxs -q INCLUDEDIR` `apxs -q CFLAGS` #-DLAYOUT_FILEOWNER_NAME >> INC=-I`$(APXS) -q INCLUDEDIR` `$(APXS) -q CFLAGS` #-DLAYOUT_FILEOWNER_NAME

LD_SHLIB=`apxs -q LDFLAGS_SHLIB` >> LD_SHLIB=`$(APXS) -q LDFLAGS_SHLIB`

make 

make install
Reply With Quote
Old 03-20-2007, 02:22 AM   #7
djbob
Senior Member
 
Join Date: Apr 2005
Posts: 432

djbob is offline
Default
Those instructions are specific to a cPanel installation, BTW. I have a similiar configuration
I am currently trying to get the output buffer system to work so that headers (eg. header()) after the initial header output (eg. header.html) doesn't screw up mod_layout. My PHP script is blatantly ignoring the ob_start() function. Has this happened with anyone else?
__________________
www.HelioHost.org
Ranked #1 on Free-WebHosts, the most popular free hosting directory.
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Advertisement:
 
     
 
 
 

Copyright © 2005-2007, FreeWHT.Com. All Rights Reserved.   Advertise on FreeWHT

Related iNET Interactive Sites:
Web Hosting Talk | Hosting Catalog | Hosting Tech | Hot Scripts

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.