Deleting the ads is so easy. Look at my website
First goto cmdclass.php (in the library folder)
then delete this:
Then goto the config.php file 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 -->
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>
Lol need some help with some scripting? i cna help y out?
(i'm also dutch so:) )
easier way to take ads off..
go to configs and scroll down till you see this:
Change:PHP Code:// containers options, set 0 = disable, 1 = enable;
// header
$box[header] = '1';
// top 5
$box[top] = '1';
// server stats
$box[stats] = '1';
// vote for us
$box[vote] = '1';
// banner
$box[banner] = '1';
// Enable Registration?
$registration = '1'; // (v1.6)
$regisration_limit = ''; // (v1.6)
?>
To:PHP Code:// banner
$box[banner] = '1';
nice and simplePHP Code:// banner
$box[banner] = '0';
What's up with the "Uy!! Unsa gud ni??"
You can add iframes pretty easily, and change images already in the script, Or make your own theme, If you need an example I'll pm you a link to my site so you can see, I'll even give you the code/How I did it info.. You just need to look in themes/yourthemename/ and edit index.htm, I think you noticed that.. Though I just removed everything in contents .txt and put an iframe for news, Anything else you wanna know?
Also most of the image stuff is inside style.css
Basically, I want to get rid of the whole images/themes and just have the plain script. Were the background is white. I want to have the register, login, change pass/job. I've been trying, but the whole template stuff throws it off. Because I just want to iframe it on a forum (so you can game register in the forum and not have a seperate site to register on for the game).
Can you help me with something alex? I would like to add another box. Like, Vote for us, Login, Server stats.
Could you tell me how to do that.
Thanks in advance ^^
Well if you look in the theme's index.htm theres a piece of code in the div like <TMPS_Stats>
Whats you do is go to functions .php, Copy function stats (); { }code bit (I know its an invalid reference probably, But you get what I mean) and copy it and pase it after the } and Change the second function stats to function stats2
And add in index.htm under <tmp_stats> <tmp_stats2> (I Know its not TMP, If it really matters I can go find the proper references) But you understand what I mean Kenny.