View Single Post
  #12  
Old 01-27-2009, 10:28 AM
agnyz agnyz is offline
Member
 
Join Date: Jan 2009
Posts: 31
Credits: 2,736
agnyz
Default RE: Terms of Service Violation

$article_title = "Codes for ".$name."";
$article_date = date('Y-m-d');
$article_content = "You can use the codes below to show off your adoptable and get others to level them up. If you have a website, use the HTML code to put your creature on your website. If you want to link to your creature in forums, use the BBCODE.<br><br>";
$article_content = $article_content."<b>HTML:</b><br><textarea name=\"textarea\" cols=\"50\" rows=\"4\"><img src="http://www.".$dname."".$spath."/get/".$id.".jpg\"><br>Creature Name: ".$name."<br>
<a href=\"http://www.".$dname."".$spath."/levelup.php?id=".$cid."\">Level this creature up! Click Here!</a><br></textarea>";

$article_content = $article_content."<b><br><br>BBCODE:</b><br><textarea name=\"textarea\" cols=\"50\" rows=\"4\">
Creature Name: ".$name."
Level this creature up! Click Here!</textarea><br>";

}

the script works fine until I add this <img src="http://www.".$dname."".$spath."/get/".$id.".jpg\">

as soon as i switch this I get the error message
Reply With Quote