MyBB Community Forums

Full Version: Ryan G's Mods And Plugins - Updated for 1.4!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well, Try deactivating, and then activating again. I added some "saftey" code to the 2.3 version so people don't experience problems if they accidently forget to deactivate or something Smile
When I downloaded your plugin for the news on another page and not a portal I got this error.

Quote:Warning: Cannot modify header information - headers already sent by (output started at /home/scheme/public_html/wiipoint/index.php:9) in /home/scheme/public_html/wiipoint/forum/inc/functions.php on line 1057

any help?
Can you attach the code in index.php (or email it) so I can take a look at it.
Quote:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Wii Point - The #1 Nintendo Wii Discussion Forum!</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<div id="container">
<img src="images/header.jpg" alt="Wii Point" />
<div id="navigation">
<a href="http://www.wiipoint.net/index.php">home</a>
<b><a href="http://www.wiipoint.net/forum">forums</a></b>  
<a href="http://www.wiipoint.net/games.php">games</a>  
<a href="http://www.wiipoint.net/reviews.php">reviews</a>  
<a href="http://www.wiipoint.net/faq.php">faq</a>  
<a href="http://www.wiipoint.net/contact.php">contact</a>  
</div>
<div id="ads">
<script type="text/javascript"><!--
google_ad_client = "pub-9633277063848922";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text";
google_ad_channel ="6374518864";
google_color_border = "f6f6f6";
google_color_bg = "f6f6f6";
google_color_link = "000000";
google_color_text = "333333";
google_color_url = "2374D2";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<div id="content">
<div id="news">
<?php
$folder = $_GET['folder'];
$file = $_GET['file'];
if(isset($folder) && isset($file)) {
include "".$folder."/".$file.".php";
} elseif (!isset($folder) && isset($file)) {
include "".$file.".php";
} elseif (!isset($file) && isset($folder)) {
include "".$folder."/index.php";
} else {
include "news.php";
}
?>


</div>
<div id="right">
<div class="box-border2">
<div class="box-header2">
Latest Theards
</div>
<div id="pid4" class="box-content2">
<!-- start: news_avatar_bit -->
<div class="box-content" style="text-align: center; position: relative; float: left; padding: 0px; padding-right: 10px;">

</div>
<!-- end: news_avatar_bit -->
Not content with a mere seven Wii launch window games, Ubisoft is adding yet another one to the growing list. IGN Wii is able to announce today that Ubisoft's Montreal Studio is hard at work on a Wii version of Tom Clancy's Splinter Cell Double Agent. The game will "be available for the hotly anticipated launch of Nintendo's new console," according to the third party. <br />

</div>
<div class="box-footer2">

</div>
</div>
<a href="http://www.wii-topsites.com/"><img src="http://www.wii-topsites.com/button.php?u=scheme" alt="Wii Topsites" border="0" /></a>
<br />

<a href="http://www.wiigamin.com/topsites/">
<img src="http://www.wiigamin.com/topsites/button.php?u=scheme" alt="Wii Gamin'" border="0" />
</a>
<br />

<a href="http://www.wiitopsites.net/"><img src="http://www.wiitopsites.net/button.php?u=scheme" alt="Wii TopSites.net, the best Nintendo Revolution/Wii sites." border="0" /></a>
<br />

<a href="http://www.nintendotopsites.com/in.php?id=72">
<img src="http://www.nintendotopsites.com/button.php?id=72" border="0"><br />

<a href="http://www.hot-wii-sites.com/">
<img src="http://www.hot-wii-sites.com/button.php?u=scheme" alt="Hot-Wii-Sites" border="0" /><br />

<a href="http://www.wiiloaded.com/topsites/">
<img src="http://www.wiiloaded.com/topsites/button.php?u=scheme" alt="Wii Top Sites - by WiiLoaded.com" border="0" />
</a><br />

<a href="http://www.gamesites200.com/wii/in.php?id=113"><img src="http://www.gamesites200.com/wii/vote.gif" alt="Vote on the Nintendo Wii Top 200" border="0"></a><br />


</a>
</div>
</div>

</div>
<body>
</body>
</html>
How does E-Cellular work, I can't see anything on my frontpage refering to it and I have activated the plugin? There's also link to a customization page in the instructions but nothing is there?
Scheme, Try this:

<?php
ob_start();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Wii Point - The #1 Nintendo Wii Discussion Forum!</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<div id="container">
<img src="images/header.jpg" alt="Wii Point" />
<div id="navigation">
<a href="http://www.wiipoint.net/index.php">home</a> 
<b><a href="http://www.wiipoint.net/forum">forums</a></b>  
<a href="http://www.wiipoint.net/games.php">games</a>  
<a href="http://www.wiipoint.net/reviews.php">reviews</a>  
<a href="http://www.wiipoint.net/faq.php">faq</a>  
<a href="http://www.wiipoint.net/contact.php">contact</a>  
</div>
<div id="ads">
<script type="text/javascript"><!--
google_ad_client = "pub-9633277063848922";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text";
google_ad_channel ="6374518864";
google_color_border = "f6f6f6";
google_color_bg = "f6f6f6";
google_color_link = "000000";
google_color_text = "333333";
google_color_url = "2374D2";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<div id="content">
<div id="news">
<?php 
$folder = $_GET['folder']; 
$file = $_GET['file'];
if(isset($folder) && isset($file)) {
include "".$folder."/".$file.".php"; 
} elseif (!isset($folder) && isset($file)) {
include "".$file.".php"; 
} elseif (!isset($file) && isset($folder)) {
include "".$folder."/index.php"; 
} else {
include "news.php"; 
} 
?>


</div>
<div id="right">
<div class="box-border2">
<div class="box-header2">
Latest Theards
</div>
<div id="pid4" class="box-content2">
<!-- start: news_avatar_bit -->
<div class="box-content" style="text-align: center; position: relative; float: left; padding: 0px; padding-right: 10px;">

</div>
<!-- end: news_avatar_bit -->
Not content with a mere seven Wii launch window games, Ubisoft is adding yet another one to the growing list. IGN Wii is able to announce today that Ubisoft's Montreal Studio is hard at work on a Wii version of Tom Clancy's Splinter Cell Double Agent. The game will "be available for the hotly anticipated launch of Nintendo's new console," according to the third party. <br />

</div>
<div class="box-footer2">

</div>
</div>
<a href="http://www.wii-topsites.com/"><img src="http://www.wii-topsites.com/button.php?u=scheme" alt="Wii Topsites" border="0" /></a>
<br />

<a href="http://www.wiigamin.com/topsites/">
<img src="http://www.wiigamin.com/topsites/button.php?u=scheme" alt="Wii Gamin'" border="0" />
</a>
<br /> 

<a href="http://www.wiitopsites.net/"><img src="http://www.wiitopsites.net/button.php?u=scheme" alt="Wii TopSites.net, the best Nintendo Revolution/Wii sites." border="0" /></a>
<br />

<a href="http://www.nintendotopsites.com/in.php?id=72">
<img src="http://www.nintendotopsites.com/button.php?id=72" border="0"><br />

<a href="http://www.hot-wii-sites.com/">
<img src="http://www.hot-wii-sites.com/button.php?u=scheme" alt="Hot-Wii-Sites" border="0" /><br />

<a href="http://www.wiiloaded.com/topsites/">
<img src="http://www.wiiloaded.com/topsites/button.php?u=scheme" alt="Wii Top Sites - by WiiLoaded.com" border="0" />
</a><br />

<a href="http://www.gamesites200.com/wii/in.php?id=113"><img src="http://www.gamesites200.com/wii/vote.gif" alt="Vote on the Nintendo Wii Top 200" border="0"></a><br />


</a>
</div>
</div>

</div>
<body>
</body>
</html>
<?php
ob_end_flush();
?>

hemi Wrote:How does E-Cellular work, I can't see anything on my frontpage refering to it and I have activated the plugin? There's also link to a customization page in the instructions but nothing is there?

go to www.yourssite.com/yourforum/cell/ and it should work. As for the customization page, I'll have to look into that.
IE cannot show that page, it says there is an error in displaying it. Do you want me to send you my url so you can see for yourself?
I sent you my url in a pm
Looks perfect on http://wiipoint.net/ but when i put the www. it doesnt work and I get the same error.
It works for me with and without the www. in IE7 (dunno about IE6)

btw WWW is depreciated Wink http://no-www.org/