PHP-Nuke Tools Doesnt Work

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   PHP-Nuke Tools Doesnt Work
BrandonD
CZ Newbie
BrandonD has been a member for over 17 year's 17 Year Member
Gender: Male
Status: Offline
Joined: Jun 01, 2006
0.00 posts per day
Posts: 1
Points: 0
   
PHP-Nuke tools doesnt work.

<div style="color:#00FF00">
  <h3>This is a header</h3>
  <p>This is a paragraph.</p>
</div>


outputs

<?php
#### Generated by Block Creator by Disipal Site (www.disipal.net) ###
if (eregi("block-Block_Creator.php",$PHP_SELF)) {
    Header("Location: index.php");
    die();
}
$content  =  "<div style=\"color:#00FF00\">";
$content  .= " <h3>This is a header</h3>";
$content  .= " <p>This is a paragraph.</p>";
$content  .= "/div>";
?>


It removes all the < tags on the second line and below.

input

<div>
</div><div>
</div><div>
</div><div>
</div><div>
</div><div>
</div><div>
</div><div>
</div>


outputs

<?php
#### Generated by Block Creator by Disipal Site (www.disipal.net) ###
if (eregi("block-Block_Creator.php",$PHP_SELF)) {
    Header("Location: index.php");
    die();
}
$content  =  "<div>";
$content  .= "/div><div>";
$content  .= "/div><div>";
$content  .= "/div><div>";
$content  .= "/div><div>";
$content  .= "/div><div>";
$content  .= "/div><div>";
$content  .= "/div><div>";
$content  .= "/div>";
?>


Not just your tool that doesnt work, its everyones. Why would you release a non-working item to the public like this?

Even Disipal.net (the creator) site doesn't work and he's calling his version.. version 4.. ha fail.

How can you fix it?


Back to top Reply with quote
#2   re: PHP-Nuke Tools Doesnt Work
TheLegit
CZ Newbie
 Codezwiz Site Donator
TheLegit has been a member for over 13 year's 13 Year Member
usa.gif oklahoma.gif
Gender: Male
Status: Offline
Joined: Oct 13, 2010
0.00 posts per day
Posts: 15
Points: 500
   
well it works great for me icon_smile.gif



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum