Quellcode

Lapos11

Grünschnabel
Hallo!

Ich habe folgendes Problem!

Ich möchte gerne den Quellcode
PHP:
<script type="text/javascript" src="http://www.sponsorads.de/script.php?s=131626"></script>
in den Fooder von meiner HP http://www.schattendrachen.bplaced.net einfügen. Das Forum ist phpbb3
Dazu muss ich erstmal in den Template Ordner gehen und die Datei overall_footer gehen.
So nun kommt mein Problem.
Wo soll ich den mein Quellcode dort einfügen?
Bitte um Hilfe!

php von overall_footer:
PHP:
	<!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->

<!-- IF $CA_SHOW_COPYRIGHT_COMMENT -->
<pre>
	We request you retain the full copyright notice below including the link to www.phpbb.com.
	This not only gives respect to the large amount of time given freely by the developers
	but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
	the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
	"phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
	forums may be affected.

	The phpBB Group : 2006

	//
	//	From Vjacheslav Trushkin:
	//

	You are allowed to use this phpBB style only if you agree to the following conditions:
	- You cannot remove my copyright notice from style without my permission.
	- You cannot use images from this style anywhere else without my permission.
	- You cannot convert this style to another software without my permission.
	- If you want to create new phpBB style based on this style you must ask my permission (unless its for your own use only).
	- If you modify this style it still should have my copyright notice because it is based on my work. Modified style should not be available for download without my permission.

	If you don't like these conditions, don't use this style.

	For support visit http://www.stsoftware.biz/forum
</pre>
<!-- ENDIF -->

<div id="wrapfooter">
<!-- IF AD_CODE6 -->
	<br /><div text-align:center;">{AD_CODE6}</div><br />
	<!-- ENDIF -->
	<!-- IF U_ACP --><span class="gensmall">[ <a href="{U_ACP}">{L_ACP}</a> ]</span><br /><br /><!-- ENDIF -->
	<span class="copyright">
	Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; phpBB Group.
	<br />Designed by <a href="http://www.stsoftware.biz/">Vjacheslav Trushkin</a> for <a href="http://www.freeforums.org" title="Free Forum Hosting">Free Forums</a>/<a href="http://www.divisioncore.com">DivisionCore</a>.
	<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
	<!-- IF DEBUG_OUTPUT --><br /><bdo dir="ltr">[ {DEBUG_OUTPUT} ]</bdo><!-- ENDIF --></span>
</div>

	</td>
</tr>
</table>

</body>

</html>
 
Hast du mal Probiert den Quellcode hinter das div mit der id wrapfooter zu setzen?
PHP:
<div id="wrapfooter"> 
<!-- IF AD_CODE6 --> 
    <br /><div text-align:center;">{AD_CODE6}</div><br /> 
    <!-- ENDIF --> 
    <!-- IF U_ACP --><span class="gensmall">[ <a href="{U_ACP}">{L_ACP}</a> ]</span><br /><br /><!-- ENDIF --> 
    <span class="copyright"> 
    Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; phpBB Group. 
    <br />Designed by <a href="http://www.stsoftware.biz/">Vjacheslav Trushkin</a> for <a href="http://www.freeforums.org" title="Free Forum Hosting">Free Forums</a>/<a href="http://www.divisioncore.com">DivisionCore</a>. 
    <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF --> 
    <!-- IF DEBUG_OUTPUT --><br /><bdo dir="ltr">[ {DEBUG_OUTPUT} ]</bdo><!-- ENDIF --></span> 
</div> 
<script type="text/javascript" src="http://www.sponsorads.de/script.php?s=131626"></script> 
    </td> 
</tr> 
</table>
Teste es am besten erstmal local ob es so stimmt, und ob es nicht das Design zerstört.
 
Danke dir aber ich habe es schon rausgefunden. In phpbb3 musste ich nur den Cache vom Template erneuern, mehr nicht. Nur deswegen war ich 2 Stunden am PC....
Danke dir für deine Hilfe :D
 
Zurück