PHP-nuke blocks HELP!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Ash
Forum Newbie
Posts: 3
Joined: Sun Jun 27, 2004 12:46 pm

PHP-nuke blocks HELP!

Post by Ash »

Im not sure if this is the right place to put this post, soz if its not but ill cary on anyway.

Can someone help me i cant work out how 2 put dis code into a phpnuke block, I have tried putting the code streight into the "content" bit but it does not work PLEASE HELP!

Code: Select all

<p align="center">
<script language="javascript">
var uri = 'http://impgb.tradedoubler.com/imp/pool/js/15686/1002070?' + new String (Math.random()).substring (2, 11);
document.write('<sc'+'ript language="JavaScript" src="'+uri+'" charset="ISO-8859-1"></sc'+'ript>');
</script>
<P></p>
<p align="center">
<script language="javascript">
var uri = 'http://impgb.tradedoubler.com/imp/pool/js/42322/1002070?' + new String (Math.random()).substring (2, 11);
document.write('<sc'+'ript language="JavaScript" src="'+uri+'" charset="ISO-8859-1"></sc'+'ript>');
</script><p></p>
<p align="center">
<script language="javascript">
var uri = 'http://impgb.tradedoubler.com/imp/pool/js/42561/1002070?' + new String (Math.random()).substring (2, 11);
document.write('<sc'+'ript language="JavaScript" src="'+uri+'" charset="ISO-8859-1"></sc'+'ript>');
</script>
<p align="center"><b><font color="#FF0000">This is an advertisment!</font></b></p>

Thanks
Ash
User avatar
PrObLeM
Forum Contributor
Posts: 418
Joined: Sun Mar 07, 2004 2:30 pm
Location: Mesa, AZ
Contact:

Post by PrObLeM »

even tho i dont like phpnuke....

click blocks then newblock enter the name and on the drop down there should be someting that says like core/html or something like that click that and hit submit

then a text area should apear and enter the html then your done!
Ash
Forum Newbie
Posts: 3
Joined: Sun Jun 27, 2004 12:46 pm

Post by Ash »

There isnt a html option and u say u dont like php-nuke wha t wd u advise?
User avatar
PrObLeM
Forum Contributor
Posts: 418
Joined: Sun Mar 07, 2004 2:30 pm
Location: Mesa, AZ
Contact:

Post by PrObLeM »

coding your own site... but thats my only my opinion

look for a "user defined" option in there
Ash
Forum Newbie
Posts: 3
Joined: Sun Jun 27, 2004 12:46 pm

Post by Ash »

fair enuf bt i dont know php so i pretty screwed ther, I got the user block things bt now it tellin me

"The html tags you attempted to use are not allowed"

2 b honest i fink dis sux now lol
Post Reply