Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Panel Code

Asked Modified Viewed 1,386 times
P
PCG3EK13
P
PCG3EK13 10
  • Member, joined since
  • Contributed 182 posts on the community forums.
  • Started 35 threads in the forums
  • Started this discussions
asked
Member

i want to add this code in to my panel and it dosnt work what did i do wrong?

openside("Affiliates "wink;
echo "<span style='color:#FF0000'><center><b>
<marquee align='center' valign='bottom' direction='up' width='156' height='119' scrollamount='1' scrolldelay='1' onmouseover='this.stop()' onmouseout='this.start()' bgcolor="#000000"><p align="center"><b><font color="#FF0000" size="4">Powered by: </font></b></p><p align="center"><a target="_blank" href="http://www.php-fusion.co.uk"><img title="PHPFusion" style="VERTICAL-ALIGN: middle" alt="PHPFusion" src="http://www.gunzunlimited.com/themes/GunZ_The_Duel/images/fusion.gif"></a></p><p align="center"> </p><p align="center"> </p></center></b>
</span>";
closeside();
Edited by PCG3EK13 on 24-09-2006 12:34,
0 replies

4 posts

P
PCG3EK13
P
PCG3EK13 10
  • Member, joined since
  • Contributed 182 posts on the community forums.
  • Started 35 threads in the forums
  • Started this discussions
answered
Member

my error is

Quote

Parse error: syntax error, unexpected '/' in /home/emwizpro/public_html/administration/panel_editor.php(110) : eval()'d code on line 4
0 replies
C
Catzenjaeger
C
  • Senior Member, joined since
  • Contributed 408 posts on the community forums.
  • Started 137 threads in the forums
answered
Senior Member

overwrite the " with ' inside the echo thats all
0 replies
P
PCG3EK13
P
PCG3EK13 10
  • Member, joined since
  • Contributed 182 posts on the community forums.
  • Started 35 threads in the forums
  • Started this discussions
answered
Member

didnt work can some one modify the code for me?
0 replies
C
chbe
C
chbe 10
------------------------------------

thebasement.gryt.com
  • Member, joined since
  • Contributed 161 posts on the community forums.
  • Started 4 threads in the forums
answered
Member

openside("Affiliates ");
?>
<span style='color:#FF0000'><center><b>
<marquee align='center' valign='bottom' direction='up' width='156' height='119' scrollamount='1' scrolldelay='1' onmouseover='this.stop()' onmouseout='this.start()' bgcolor="#000000"><p align="center"><b><font color="#FF0000" size="4">Powered by: </font></b></p><p align="center"><a target="_blank" href="http://www.php-fusion.co.uk"><img title="PHPFusion" style="VERTICAL-ALIGN: middle" alt="PHPFusion" src="http://www.gunzunlimited.com/themes/GunZ_The_Duel/images/fusion.gif"></a></p><p align="center"> </p><p align="center"> </p></center></b>
</span>
<?
closeside();
0 replies

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 4 posts
  • Votes 0 votes
  • Topic users 3 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet