fifadownunder
09-09-2005, 09:37 PM
Well 1st of all if anyone could help me out it would be really appreciated!
Now what i have done is set up my website but still i need more plugins on the left and right site of the page and perhaps 2 more in the middle. Ive looked throw ur forum everywhere to find some advise on the modification i could do but with no success.
Ive loooked Skin Submissions - Summer 2005 and found out that each of the skins there created have more then 3 plugins on each site.
Dark Moon Skin: 1 Design ( both 10 full page and 10 right plugins )
Kurenai Skin : 3 Designs : Right-side plugins (20 max plugins), Center Plugins (10 max), and Left-side Plugins (20 max).
What i need is deep_blue: Left-side Plugins (20 max), Center Plugins (5 max), Right-side plugins (20 max plugins).
What else ive tried is 2 edit the code but obviously it didnt work because i wouldnt ask for help if it did :D
Ive just looked at the Kurenai code and line: 43 and the code looks something like this: for($i = 0; $i < 10; $i++). I think thats how many plugins there is but still i dont quite understand the fact is if i change it and replace it and look for the plugins in admin>plugins i cant find it.
My website is this: http://www.fifadownunder.com
The deep_blue code is this:
<?php
if(!defined('IN_SUBDREAMER'))
{
*die("Hacking attempt!");
}
for($i = 0; $i < 5; $i++)
{
*if(strlen($pluginname[$i]) > 0)
*{
* *$pluginname[$i] = '<b>'.$pluginname[$i].'</b><br /><br />';
*}
}
?>
<html>
<head>
*<title><?php echo $mainsettings['websitetitle']; ?></title>
*<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
*<meta http-equiv="Pragma" content="no-cache" />
*<meta http-equiv="Expires" content="-1" />
*<meta http-equiv="Cache-Control" content="no-cache" />
*<meta name="description" content="<?php echo $mainsettings['metadescription']; ?>" />
*<meta name="keywords" * *content="<?php echo $mainsettings['metakeywords']; * *?>" />
*<?php echo $mainsettings['skinheader']; ?>
*<link rel="stylesheet" href="skins/deep_space/styles.css" />
</head>
<body style="background-image:url('skins/deep_space/images/bg.jpg')">
<table width="778" bgcolor="#F7F3F7" height="100%" class="main" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
*<td width="5" style="background-image:url('skins/deep_space/images/border_left.gif')"></td>
*<td valign="top" style="background-image:url('skins/deep_space/images/centerbg1.gif')">
*<table width="768" cellpadding="0" cellspacing="0" border="0">
*<tr>
* *<td style="background-image:url('skins/deep_space/images/header.gif')" height="21" colspan="2"></td>
*</tr>
*<tr>
* *<td height="26" bgcolor="#FFFFFF" align="center"><?php echo $logo; ?></td>
*</tr>
*</table>
*<table width="768" cellpadding="0" cellspacing="0" border="0">
*<tr>
* *<td height="38" width="72"><img src="skins/deep_space/images/catleft.gif" alt="" /></td>
* *<td height="38" width="624" style="background-image:url('skins/deep_space/images/catcenter.gif')">
* * *<center><?php include('skins/deep_space/categories.php'); ?></center>
* *</td>
* *<td height="38" width="72"><img src="skins/deep_space/images/catright.gif" alt="" /></td>
*</tr>
*</table>
*<table width="768" cellpadding="0" cellspacing="0" border="0">
*<tr>
* *<td width="220" valign="top">
* *<br />
* *<?php
* *$inputsize = 10;
* *for($i = 0; $i < 2; $i++)
* *{
* * *if($pluginpath[$i] != 'plugins/p1_empty/empty.php')
* * *{
* * * *echo '<table cellpadding="0" cellspacing="0" border="0">
* * * * * * *<tr>
* * * * * * * *<td width="33" *height="36"><img src="skins/deep_space/images/boxes/left_topleft.gif" /></td>
* * * * * * * *<td width="115" height="36" style="background-image:url(\'skins/deep_space/images/boxes/top.gif\')"></td>
* * * * * * * *<td width="33" *height="36"><img src="skins/deep_space/images/boxes/left_topright.gif" /></td>
* * * * * * *</tr>
* * * * * * *<tr>
* * * * * * * *<td style="background-image:url(\'skins/deep_space/images/boxes/left_left.gif\')"></td>
* * * * * * * *<td width="115" height="135" bgcolor="#FFFFFF" valign="top">' . $pluginname[$i];
* * * *include($pluginpath[$i]);
* * * *echo ' *</td>
* * * * * * * *<td style="background-image:url(\'skins/deep_space/images/boxes/left_right.gif\')"></td>
* * * * * * *</tr>
* * * * * * *<tr>
* * * * * * * *<td width="33" *height="36"><img src="skins/deep_space/images/boxes/left_bottomleft.gif" /></td>
* * * * * * * *<td width="115" height="36" style="background-image:url(\'skins/deep_space/images/boxes/bottom.gif\')"></td>
* * * * * * * *<td width="33" *height="36"><img src="skins/deep_space/images/boxes/left_bottomright.gif" /></td>
* * * * * * *</tr>
* * * * * * *</table>
* * * * * * *<br /><br /><br />';
* * *}
* *}
* *?>
* *</td>
* *<td width="328" valign="top">
* * *<br /><br />
* * *<?php
* * * *$inputsize = 25;
* * * *echo $pluginname[2];
* * * *include($pluginpath[2]);
* * *?>
* *</td>
* *<td width="220" valign="top" align="right">
* *<br />
* *<?php
* *$inputsize = 10;
* *for($i = 3; $i < 5; $i++)
* *{
* * *if($pluginpath[$i] != 'plugins/p1_empty/empty.php')
* * *{
* * * *echo '<table cellpadding="0" cellspacing="0" border="0">
* * * * * * *<tr>
* * * * * * * *<td width="33" *height="36"><img src="skins/deep_space/images/boxes/right_topleft.gif" /></td>
* * * * * * * *<td width="115" height="36" style="background-image:url(\'skins/deep_space/images/boxes/top.gif\')"></td>
* * * * * * * *<td width="33" *height="36"><img src="skins/deep_space/images/boxes/right_topright.gif" /></td>
* * * * * * *</tr>
* * * * * * *<tr>
* * * * * * * *<td style="background-image:url(\'skins/deep_space/images/boxes/right_left.gif\')"></td>
* * * * * * * *<td width="115" height="135" bgcolor="#FFFFFF" valign="top">' . $pluginname[$i];
* * * *include($pluginpath[$i]);
* * * *echo ' *</td>
* * * * * * * *<td style="background-image:url(\'skins/deep_space/images/boxes/right_right.gif\')"></td>
* * * * * * *</tr>
* * * * * * *<tr>
* * * * * * * *<td width="33" *height="36"><img src="skins/deep_space/images/boxes/right_bottomleft.gif" /></td>
* * * * * * * *<td width="115" height="36" style="background-image:url(\'skins/deep_space/images/boxes/bottom.gif\')"></td>
* * * * * * * *<td width="33" *height="36"><img src="skins/deep_space/images/boxes/right_bottomright.gif" /></td>
* * * * * * *</tr>
* * * * * * *</table>
* * * * * * *<br /><br /><br />';
* * *}
* *}
* *?>
* *</td>
*</tr>
*</table>
*</td>
*<td width="5" style="background-image:url('skins/deep_space/images/border_right.gif')"></td>
</tr>
<tr>
*<td width="5" style="background-image:url('skins/deep_space/images/border_left.gif')"></td>
*<td valign="bottom" height="15" align="center" style="background-image:url('skins/deep_space/images/centerbg1.gif')"><?php echo $copyright; ?></td>
*<td width="5" style="background-image:url('skins/deep_space/images/border_right.gif')"></td>
</tr>
<tr>
*<td width="5" style="background-image:url('skins/deep_space/images/border_left.gif')"></td>
*<td valign="bottom" height="26"><img src="skins/deep_space/images/footer1.gif" alt="" /></td>
*<td width="5" style="background-image:url('skins/deep_space/images/border_right.gif')"></td>
</tr>
</table>
</body>
</html>
Thanx again if you can help in any way.
Now what i have done is set up my website but still i need more plugins on the left and right site of the page and perhaps 2 more in the middle. Ive looked throw ur forum everywhere to find some advise on the modification i could do but with no success.
Ive loooked Skin Submissions - Summer 2005 and found out that each of the skins there created have more then 3 plugins on each site.
Dark Moon Skin: 1 Design ( both 10 full page and 10 right plugins )
Kurenai Skin : 3 Designs : Right-side plugins (20 max plugins), Center Plugins (10 max), and Left-side Plugins (20 max).
What i need is deep_blue: Left-side Plugins (20 max), Center Plugins (5 max), Right-side plugins (20 max plugins).
What else ive tried is 2 edit the code but obviously it didnt work because i wouldnt ask for help if it did :D
Ive just looked at the Kurenai code and line: 43 and the code looks something like this: for($i = 0; $i < 10; $i++). I think thats how many plugins there is but still i dont quite understand the fact is if i change it and replace it and look for the plugins in admin>plugins i cant find it.
My website is this: http://www.fifadownunder.com
The deep_blue code is this:
<?php
if(!defined('IN_SUBDREAMER'))
{
*die("Hacking attempt!");
}
for($i = 0; $i < 5; $i++)
{
*if(strlen($pluginname[$i]) > 0)
*{
* *$pluginname[$i] = '<b>'.$pluginname[$i].'</b><br /><br />';
*}
}
?>
<html>
<head>
*<title><?php echo $mainsettings['websitetitle']; ?></title>
*<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
*<meta http-equiv="Pragma" content="no-cache" />
*<meta http-equiv="Expires" content="-1" />
*<meta http-equiv="Cache-Control" content="no-cache" />
*<meta name="description" content="<?php echo $mainsettings['metadescription']; ?>" />
*<meta name="keywords" * *content="<?php echo $mainsettings['metakeywords']; * *?>" />
*<?php echo $mainsettings['skinheader']; ?>
*<link rel="stylesheet" href="skins/deep_space/styles.css" />
</head>
<body style="background-image:url('skins/deep_space/images/bg.jpg')">
<table width="778" bgcolor="#F7F3F7" height="100%" class="main" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
*<td width="5" style="background-image:url('skins/deep_space/images/border_left.gif')"></td>
*<td valign="top" style="background-image:url('skins/deep_space/images/centerbg1.gif')">
*<table width="768" cellpadding="0" cellspacing="0" border="0">
*<tr>
* *<td style="background-image:url('skins/deep_space/images/header.gif')" height="21" colspan="2"></td>
*</tr>
*<tr>
* *<td height="26" bgcolor="#FFFFFF" align="center"><?php echo $logo; ?></td>
*</tr>
*</table>
*<table width="768" cellpadding="0" cellspacing="0" border="0">
*<tr>
* *<td height="38" width="72"><img src="skins/deep_space/images/catleft.gif" alt="" /></td>
* *<td height="38" width="624" style="background-image:url('skins/deep_space/images/catcenter.gif')">
* * *<center><?php include('skins/deep_space/categories.php'); ?></center>
* *</td>
* *<td height="38" width="72"><img src="skins/deep_space/images/catright.gif" alt="" /></td>
*</tr>
*</table>
*<table width="768" cellpadding="0" cellspacing="0" border="0">
*<tr>
* *<td width="220" valign="top">
* *<br />
* *<?php
* *$inputsize = 10;
* *for($i = 0; $i < 2; $i++)
* *{
* * *if($pluginpath[$i] != 'plugins/p1_empty/empty.php')
* * *{
* * * *echo '<table cellpadding="0" cellspacing="0" border="0">
* * * * * * *<tr>
* * * * * * * *<td width="33" *height="36"><img src="skins/deep_space/images/boxes/left_topleft.gif" /></td>
* * * * * * * *<td width="115" height="36" style="background-image:url(\'skins/deep_space/images/boxes/top.gif\')"></td>
* * * * * * * *<td width="33" *height="36"><img src="skins/deep_space/images/boxes/left_topright.gif" /></td>
* * * * * * *</tr>
* * * * * * *<tr>
* * * * * * * *<td style="background-image:url(\'skins/deep_space/images/boxes/left_left.gif\')"></td>
* * * * * * * *<td width="115" height="135" bgcolor="#FFFFFF" valign="top">' . $pluginname[$i];
* * * *include($pluginpath[$i]);
* * * *echo ' *</td>
* * * * * * * *<td style="background-image:url(\'skins/deep_space/images/boxes/left_right.gif\')"></td>
* * * * * * *</tr>
* * * * * * *<tr>
* * * * * * * *<td width="33" *height="36"><img src="skins/deep_space/images/boxes/left_bottomleft.gif" /></td>
* * * * * * * *<td width="115" height="36" style="background-image:url(\'skins/deep_space/images/boxes/bottom.gif\')"></td>
* * * * * * * *<td width="33" *height="36"><img src="skins/deep_space/images/boxes/left_bottomright.gif" /></td>
* * * * * * *</tr>
* * * * * * *</table>
* * * * * * *<br /><br /><br />';
* * *}
* *}
* *?>
* *</td>
* *<td width="328" valign="top">
* * *<br /><br />
* * *<?php
* * * *$inputsize = 25;
* * * *echo $pluginname[2];
* * * *include($pluginpath[2]);
* * *?>
* *</td>
* *<td width="220" valign="top" align="right">
* *<br />
* *<?php
* *$inputsize = 10;
* *for($i = 3; $i < 5; $i++)
* *{
* * *if($pluginpath[$i] != 'plugins/p1_empty/empty.php')
* * *{
* * * *echo '<table cellpadding="0" cellspacing="0" border="0">
* * * * * * *<tr>
* * * * * * * *<td width="33" *height="36"><img src="skins/deep_space/images/boxes/right_topleft.gif" /></td>
* * * * * * * *<td width="115" height="36" style="background-image:url(\'skins/deep_space/images/boxes/top.gif\')"></td>
* * * * * * * *<td width="33" *height="36"><img src="skins/deep_space/images/boxes/right_topright.gif" /></td>
* * * * * * *</tr>
* * * * * * *<tr>
* * * * * * * *<td style="background-image:url(\'skins/deep_space/images/boxes/right_left.gif\')"></td>
* * * * * * * *<td width="115" height="135" bgcolor="#FFFFFF" valign="top">' . $pluginname[$i];
* * * *include($pluginpath[$i]);
* * * *echo ' *</td>
* * * * * * * *<td style="background-image:url(\'skins/deep_space/images/boxes/right_right.gif\')"></td>
* * * * * * *</tr>
* * * * * * *<tr>
* * * * * * * *<td width="33" *height="36"><img src="skins/deep_space/images/boxes/right_bottomleft.gif" /></td>
* * * * * * * *<td width="115" height="36" style="background-image:url(\'skins/deep_space/images/boxes/bottom.gif\')"></td>
* * * * * * * *<td width="33" *height="36"><img src="skins/deep_space/images/boxes/right_bottomright.gif" /></td>
* * * * * * *</tr>
* * * * * * *</table>
* * * * * * *<br /><br /><br />';
* * *}
* *}
* *?>
* *</td>
*</tr>
*</table>
*</td>
*<td width="5" style="background-image:url('skins/deep_space/images/border_right.gif')"></td>
</tr>
<tr>
*<td width="5" style="background-image:url('skins/deep_space/images/border_left.gif')"></td>
*<td valign="bottom" height="15" align="center" style="background-image:url('skins/deep_space/images/centerbg1.gif')"><?php echo $copyright; ?></td>
*<td width="5" style="background-image:url('skins/deep_space/images/border_right.gif')"></td>
</tr>
<tr>
*<td width="5" style="background-image:url('skins/deep_space/images/border_left.gif')"></td>
*<td valign="bottom" height="26"><img src="skins/deep_space/images/footer1.gif" alt="" /></td>
*<td width="5" style="background-image:url('skins/deep_space/images/border_right.gif')"></td>
</tr>
</table>
</body>
</html>
Thanx again if you can help in any way.