[Rose CP 1.5 Tutorial] How to remove ads

Status
Not open for further replies.
Junior Spellweaver
Joined
Jan 18, 2006
Messages
196
Reaction score
0
Location
Belgium
This is quite simple, but still some people are having problems with it.

First of all, open cmdclass.php
Find and delete:
Code:
<!-- Begin: AdBrite -->
<script type="text/javascript">
   var AdBrite_Title_Color = "0000FF";
   var AdBrite_Text_Color = "000000";
   var AdBrite_Background_Color = "FFFFFF";
   var AdBrite_Border_Color = "FFFFFF";
</script>
<span style="white-space:nowrap;"><script src="http://ads.adbrite.com/mb/text_group.php?sid=258690&zs=3436385f3630" type="text/javascript"></script><!--
--><a target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=258690&afsid=1"><img src="http://files.adbrite.com/mb/images/adbrite-your-ad-here-banner.gif" style="background-color:#FFFFFF" alt="Your Ad Here" width="11" height="60" border="0" /></a></span>
<!-- End: AdBrite -->
Save and close.

Then open config.php and find:
Code:
<style type="text/css">
   .adHeadline {font: bold 10pt Arial; text-decoration: underline; color: #0000FF;}
   .adText {font: normal 10pt Arial; text-decoration: none; color: #000000;}
</style>
<script type="text/javascript" src="http://ads.adbrite.com/mb/text_group.php?sid=258699&br=1&dk=776569676874206c6f73735f325f325f776562">
</script>
<div><a class="adHeadline" target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=258699&afsid=1">Your Ad Here</a></div>

Or you can just put a 0 instead of 1 in the config.

More tuts coming soon =P
 
First of all this is a REALLY old thread, and should not have been revived. The software he is talking about has been updated/discontinued/merged with other projects since it's inception, and this version is no longer supported.

Secondly, this post tells about the built in advertising that the author wrote into this CMS website. When you use this website, there are annoying advertisements on it, and he is telling you how to get rid of those. It has nothing to do with any god mode. Hope that helps.
 
Status
Not open for further replies.
Back