hush_hush Posted April 5, 2009 Posted April 5, 2009 Hi everybody I want use this script in a separate info box please help me: <script type="text/javascript" language="javascript" src="http://www.webgozar.ir/c.aspx?Code=1159163&t=counter" ></script> <noscript><a href="http://www.webgozar.com/counter/stats.aspx?code=1159163" target="_blank">status</a></noscript>
germ Posted April 5, 2009 Posted April 5, 2009 <?php $info_box_contents = array(); $info_box_contents[] = array('text' => 'Webgozar Counter'); // <-- box title here new infoBoxHeading($info_box_contents, false, false); $info_box_contents = array(); $info_box_contents[] = array('text' => ' <script type="text/javascript" language="javascript" src="http://www.webgozar.ir/c.aspx?Code=1159163&t=counter" ></script> <noscript><a href="http://www.webgozar.com/counter/stats.aspx?code=1159163" target="_blank">status</a></noscript> '); new infoBox($info_box_contents); ?> If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.