PDA

View Full Version : required more plugins for deep_blue in can u help?


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(&#036;i = 0; &#036;i < 10; &#036;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:

&#60;?php

if&#40;&#33;defined&#40;&#39;IN_SUBDREAMER&#39;&#41;&#41;
{
*die&#40;&#34;Hacking attempt&#33;&#34;&#41;;
}

for&#40;&#036;i = 0; &#036;i &#60; 5; &#036;i++&#41;
{
*if&#40;strlen&#40;&#036;pluginname&#91;&#036;i&#93;&#41; &#62; 0&#41;
*{
* *&#036;pluginname&#91;&#036;i&#93; = &#39;&#60;b&#62;&#39;.&#036;pluginname&#91;&#036;i&#93;.&#39;&#60;/b&#62;&#60;br /&#62;&#60;br /&#62;&#39;;
*}
}

?&#62;

&#60;html&#62;
&#60;head&#62;

*&#60;title&#62;&#60;?php echo &#036;mainsettings&#91;&#39;websitetitle&#39;&#93;; ?&#62;&#60;/title&#62;
*&#60;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=iso-8859-1&#34; /&#62;
*&#60;meta http-equiv=&#34;Pragma&#34; content=&#34;no-cache&#34; /&#62;
*&#60;meta http-equiv=&#34;Expires&#34; content=&#34;-1&#34; /&#62;
*&#60;meta http-equiv=&#34;Cache-Control&#34; content=&#34;no-cache&#34; /&#62;
*&#60;meta name=&#34;description&#34; content=&#34;&#60;?php echo &#036;mainsettings&#91;&#39;metadescription&#39;&#93;; ?&#62;&#34; /&#62;
*&#60;meta name=&#34;keywords&#34; * *content=&#34;&#60;?php echo &#036;mainsettings&#91;&#39;metakeywords&#39;&#93;; * *?&#62;&#34; /&#62;
*&#60;?php echo &#036;mainsettings&#91;&#39;skinheader&#39;&#93;; ?&#62;
*&#60;link rel=&#34;stylesheet&#34; href=&#34;skins/deep_space/styles.css&#34; /&#62;

&#60;/head&#62;

&#60;body style=&#34;background-image&#58;url&#40;&#39;skins/deep_space/images/bg.jpg&#39;&#41;&#34;&#62;

&#60;table width=&#34;778&#34; bgcolor=&#34;#F7F3F7&#34; height=&#34;100%&#34; class=&#34;main&#34; cellpadding=&#34;0&#34; cellspacing=&#34;0&#34; border=&#34;0&#34; align=&#34;center&#34;&#62;
&#60;tr&#62;

*&#60;td width=&#34;5&#34; style=&#34;background-image&#58;url&#40;&#39;skins/deep_space/images/border_left.gif&#39;&#41;&#34;&#62;&#60;/td&#62;

*&#60;td valign=&#34;top&#34; style=&#34;background-image&#58;url&#40;&#39;skins/deep_space/images/centerbg1.gif&#39;&#41;&#34;&#62;

*&#60;table width=&#34;768&#34; cellpadding=&#34;0&#34; cellspacing=&#34;0&#34; border=&#34;0&#34;&#62;
*&#60;tr&#62;
* *&#60;td style=&#34;background-image&#58;url&#40;&#39;skins/deep_space/images/header.gif&#39;&#41;&#34; height=&#34;21&#34; colspan=&#34;2&#34;&#62;&#60;/td&#62;
*&#60;/tr&#62;
*&#60;tr&#62;
* *&#60;td height=&#34;26&#34; bgcolor=&#34;#FFFFFF&#34; align=&#34;center&#34;&#62;&#60;?php echo &#036;logo; ?&#62;&#60;/td&#62;
*&#60;/tr&#62;
*&#60;/table&#62;

*&#60;table width=&#34;768&#34; cellpadding=&#34;0&#34; cellspacing=&#34;0&#34; border=&#34;0&#34;&#62;
*&#60;tr&#62;
* *&#60;td height=&#34;38&#34; width=&#34;72&#34;&#62;&#60;img src=&#34;skins/deep_space/images/catleft.gif&#34; alt=&#34;&#34; /&#62;&#60;/td&#62;
* *&#60;td height=&#34;38&#34; width=&#34;624&#34; style=&#34;background-image&#58;url&#40;&#39;skins/deep_space/images/catcenter.gif&#39;&#41;&#34;&#62;
* * *&#60;center&#62;&#60;?php include&#40;&#39;skins/deep_space/categories.php&#39;&#41;; ?&#62;&#60;/center&#62;
* *&#60;/td&#62;
* *&#60;td height=&#34;38&#34; width=&#34;72&#34;&#62;&#60;img src=&#34;skins/deep_space/images/catright.gif&#34; alt=&#34;&#34; /&#62;&#60;/td&#62;
*&#60;/tr&#62;
*&#60;/table&#62;

*&#60;table width=&#34;768&#34; cellpadding=&#34;0&#34; cellspacing=&#34;0&#34; border=&#34;0&#34;&#62;
*&#60;tr&#62;
* *&#60;td width=&#34;220&#34; valign=&#34;top&#34;&#62;

* *&#60;br /&#62;

* *&#60;?php

* *&#036;inputsize = 10;

* *for&#40;&#036;i = 0; &#036;i &#60; 2; &#036;i++&#41;
* *{
* * *if&#40;&#036;pluginpath&#91;&#036;i&#93; &#33;= &#39;plugins/p1_empty/empty.php&#39;&#41;
* * *{
* * * *echo &#39;&#60;table cellpadding=&#34;0&#34; cellspacing=&#34;0&#34; border=&#34;0&#34;&#62;
* * * * * * *&#60;tr&#62;
* * * * * * * *&#60;td width=&#34;33&#34; *height=&#34;36&#34;&#62;&#60;img src=&#34;skins/deep_space/images/boxes/left_topleft.gif&#34; /&#62;&#60;/td&#62;
* * * * * * * *&#60;td width=&#34;115&#34; height=&#34;36&#34; style=&#34;background-image&#58;url&#40;&#092;&#39;skins/deep_space/images/boxes/top.gif&#092;&#39;&#41;&#34;&#62;&#60;/td&#62;
* * * * * * * *&#60;td width=&#34;33&#34; *height=&#34;36&#34;&#62;&#60;img src=&#34;skins/deep_space/images/boxes/left_topright.gif&#34; /&#62;&#60;/td&#62;
* * * * * * *&#60;/tr&#62;
* * * * * * *&#60;tr&#62;
* * * * * * * *&#60;td style=&#34;background-image&#58;url&#40;&#092;&#39;skins/deep_space/images/boxes/left_left.gif&#092;&#39;&#41;&#34;&#62;&#60;/td&#62;
* * * * * * * *&#60;td width=&#34;115&#34; height=&#34;135&#34; bgcolor=&#34;#FFFFFF&#34; valign=&#34;top&#34;&#62;&#39; . &#036;pluginname&#91;&#036;i&#93;;

* * * *include&#40;&#036;pluginpath&#91;&#036;i&#93;&#41;;

* * * *echo &#39; *&#60;/td&#62;
* * * * * * * *&#60;td style=&#34;background-image&#58;url&#40;&#092;&#39;skins/deep_space/images/boxes/left_right.gif&#092;&#39;&#41;&#34;&#62;&#60;/td&#62;
* * * * * * *&#60;/tr&#62;
* * * * * * *&#60;tr&#62;
* * * * * * * *&#60;td width=&#34;33&#34; *height=&#34;36&#34;&#62;&#60;img src=&#34;skins/deep_space/images/boxes/left_bottomleft.gif&#34; /&#62;&#60;/td&#62;
* * * * * * * *&#60;td width=&#34;115&#34; height=&#34;36&#34; style=&#34;background-image&#58;url&#40;&#092;&#39;skins/deep_space/images/boxes/bottom.gif&#092;&#39;&#41;&#34;&#62;&#60;/td&#62;
* * * * * * * *&#60;td width=&#34;33&#34; *height=&#34;36&#34;&#62;&#60;img src=&#34;skins/deep_space/images/boxes/left_bottomright.gif&#34; /&#62;&#60;/td&#62;
* * * * * * *&#60;/tr&#62;
* * * * * * *&#60;/table&#62;

* * * * * * *&#60;br /&#62;&#60;br /&#62;&#60;br /&#62;&#39;;
* * *}
* *}

* *?&#62;

* *&#60;/td&#62;
* *&#60;td width=&#34;328&#34; valign=&#34;top&#34;&#62;
* * *&#60;br /&#62;&#60;br /&#62;
* * *&#60;?php
* * * *&#036;inputsize = 25;
* * * *echo &#036;pluginname&#91;2&#93;;
* * * *include&#40;&#036;pluginpath&#91;2&#93;&#41;;
* * *?&#62;
* *&#60;/td&#62;


* *&#60;td width=&#34;220&#34; valign=&#34;top&#34; align=&#34;right&#34;&#62;

* *&#60;br /&#62;

* *&#60;?php

* *&#036;inputsize = 10;

* *for&#40;&#036;i = 3; &#036;i &#60; 5; &#036;i++&#41;
* *{
* * *if&#40;&#036;pluginpath&#91;&#036;i&#93; &#33;= &#39;plugins/p1_empty/empty.php&#39;&#41;
* * *{
* * * *echo &#39;&#60;table cellpadding=&#34;0&#34; cellspacing=&#34;0&#34; border=&#34;0&#34;&#62;
* * * * * * *&#60;tr&#62;
* * * * * * * *&#60;td width=&#34;33&#34; *height=&#34;36&#34;&#62;&#60;img src=&#34;skins/deep_space/images/boxes/right_topleft.gif&#34; /&#62;&#60;/td&#62;
* * * * * * * *&#60;td width=&#34;115&#34; height=&#34;36&#34; style=&#34;background-image&#58;url&#40;&#092;&#39;skins/deep_space/images/boxes/top.gif&#092;&#39;&#41;&#34;&#62;&#60;/td&#62;
* * * * * * * *&#60;td width=&#34;33&#34; *height=&#34;36&#34;&#62;&#60;img src=&#34;skins/deep_space/images/boxes/right_topright.gif&#34; /&#62;&#60;/td&#62;
* * * * * * *&#60;/tr&#62;
* * * * * * *&#60;tr&#62;
* * * * * * * *&#60;td style=&#34;background-image&#58;url&#40;&#092;&#39;skins/deep_space/images/boxes/right_left.gif&#092;&#39;&#41;&#34;&#62;&#60;/td&#62;
* * * * * * * *&#60;td width=&#34;115&#34; height=&#34;135&#34; bgcolor=&#34;#FFFFFF&#34; valign=&#34;top&#34;&#62;&#39; . &#036;pluginname&#91;&#036;i&#93;;

* * * *include&#40;&#036;pluginpath&#91;&#036;i&#93;&#41;;

* * * *echo &#39; *&#60;/td&#62;
* * * * * * * *&#60;td style=&#34;background-image&#58;url&#40;&#092;&#39;skins/deep_space/images/boxes/right_right.gif&#092;&#39;&#41;&#34;&#62;&#60;/td&#62;
* * * * * * *&#60;/tr&#62;
* * * * * * *&#60;tr&#62;
* * * * * * * *&#60;td width=&#34;33&#34; *height=&#34;36&#34;&#62;&#60;img src=&#34;skins/deep_space/images/boxes/right_bottomleft.gif&#34; /&#62;&#60;/td&#62;
* * * * * * * *&#60;td width=&#34;115&#34; height=&#34;36&#34; style=&#34;background-image&#58;url&#40;&#092;&#39;skins/deep_space/images/boxes/bottom.gif&#092;&#39;&#41;&#34;&#62;&#60;/td&#62;
* * * * * * * *&#60;td width=&#34;33&#34; *height=&#34;36&#34;&#62;&#60;img src=&#34;skins/deep_space/images/boxes/right_bottomright.gif&#34; /&#62;&#60;/td&#62;
* * * * * * *&#60;/tr&#62;
* * * * * * *&#60;/table&#62;

* * * * * * *&#60;br /&#62;&#60;br /&#62;&#60;br /&#62;&#39;;
* * *}
* *}

* *?&#62;

* *&#60;/td&#62;
*&#60;/tr&#62;
*&#60;/table&#62;


*&#60;/td&#62;

*&#60;td width=&#34;5&#34; style=&#34;background-image&#58;url&#40;&#39;skins/deep_space/images/border_right.gif&#39;&#41;&#34;&#62;&#60;/td&#62;

&#60;/tr&#62;
&#60;tr&#62;
*&#60;td width=&#34;5&#34; style=&#34;background-image&#58;url&#40;&#39;skins/deep_space/images/border_left.gif&#39;&#41;&#34;&#62;&#60;/td&#62;
*&#60;td valign=&#34;bottom&#34; height=&#34;15&#34; align=&#34;center&#34; style=&#34;background-image&#58;url&#40;&#39;skins/deep_space/images/centerbg1.gif&#39;&#41;&#34;&#62;&#60;?php echo &#036;copyright; ?&#62;&#60;/td&#62;
*&#60;td width=&#34;5&#34; style=&#34;background-image&#58;url&#40;&#39;skins/deep_space/images/border_right.gif&#39;&#41;&#34;&#62;&#60;/td&#62;
&#60;/tr&#62;
&#60;tr&#62;
*&#60;td width=&#34;5&#34; style=&#34;background-image&#58;url&#40;&#39;skins/deep_space/images/border_left.gif&#39;&#41;&#34;&#62;&#60;/td&#62;
*&#60;td valign=&#34;bottom&#34; height=&#34;26&#34;&#62;&#60;img src=&#34;skins/deep_space/images/footer1.gif&#34; alt=&#34;&#34; /&#62;&#60;/td&#62;
*&#60;td width=&#34;5&#34; style=&#34;background-image&#58;url&#40;&#39;skins/deep_space/images/border_right.gif&#39;&#41;&#34;&#62;&#60;/td&#62;
&#60;/tr&#62;
&#60;/table&#62;

&#60;/body&#62;
&#60;/html&#62;

Thanx again if you can help in any way.

fifadownunder
09-09-2005, 10:19 PM
Ive figured it out i need 2 reinstall the hole skin so the function work which kind of sucks but hey at least it works. lol :D 1st and last time talking 2 my self :D