| Author |
Message |
howndawg
Nuke Soldier


Joined: Sep 18, 2004
Posts: 19
|
Posted:
Mon Nov 01, 2004 10:06 am |
  |
ok when i put the code that the bidversiter says me to put, in a block it says:
The html tags you attempted to use are not allowed
[ Go Back ]
and the tags that i used are (i replaced the links for security):
| Code: |
<!-- Begin BidVertiser code -->
<SCRIPT LANGUAGE="JavaScript1.1" SRC="http://www.awebsite.com/893260.htm"></SCRIPT>
<noscript><a href="http://www.bidvertiser.com">Pay per click advertising</a></noscript>
<!-- End BidVertiser code --> |
|
|
|
   |
 |
nagu
Sergeant


Joined: Nov 10, 2004
Posts: 123
Location: India
|
Posted:
Wed Nov 10, 2004 11:59 pm |
  |
Create new file called block-BidVertiser.php and put the follwoing code in the file. upload to html/block
activate it from admin menu. Thats it enjoy.
| Code: |
<?php
if (eregi("block-BidVertiser.php",$_SERVER['PHP_SELF']))
{
Header("Location: index.php");
die();
}
$content .= "<SCRIPT LANGUAGE=\"JavaScript1.1\" SRC=\"http://www.awebsite.com/893260.htm\"></SCRIPT>\n";
$content .= "<noscript><a href=\"http://www.bidvertiser.com\">Pay per click advertising</a></noscript>\n";
?> |
|
|
|
       |
 |
marius26
Nuke Cadet


Joined: Apr 19, 2004
Posts: 9
Location: Great Britain
|
Posted:
Sun May 22, 2005 7:31 am |
  |
|
    |
 |
nagu
Sergeant


Joined: Nov 10, 2004
Posts: 123
Location: India
|
Posted:
Sun May 22, 2005 6:18 pm |
  |
my pleasure...enjoy |
_________________ Do things that create oppurtunities! |
|
       |
 |
itsforfree
Nuke Cadet


Joined: Dec 28, 2005
Posts: 2
Location: south wales uk
|
Posted:
Wed Dec 28, 2005 6:42 am |
  |
ive been trying for what seems months to inplement these adverts into my website,ive managed to get them showing now,but there is a few problems with them
1)the adverts dont actually go into a block that goes with my site theme
2)there is code showing on top of the adverts which i can not delete
3)the advert block in put the code in is under the adverts and says there is no content for this block right now
the website is located at www.itforfree.net
any help or advice would be very gratful
the code i put into the site for the adverts i wont put for security reasons ( but ill be happy to pm to a member wishing to help me
thanks in advance |
|
|
    |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12403
|
Posted:
Wed Dec 28, 2005 11:59 pm |
  |
|
     |
 |
itsforfree
Nuke Cadet


Joined: Dec 28, 2005
Posts: 2
Location: south wales uk
|
Posted:
Thu Dec 29, 2005 8:24 am |
  |
|
    |
 |
Viik
Nuke Cadet


Joined: Mar 22, 2006
Posts: 1
|
Posted:
Tue Mar 21, 2006 11:19 pm |
  |
|
   |
 |
|
|