ok, so i am using a paypal donation script, comeing from nukemods . com
<?php
if (eregi("block-Donations.php",$PHP_SELF)) {
Header("Location: index.php");
die();
}
$content = "Help keep our web site online with a donation!";
$content .= "form action=\"https://www.paypal . com/cgi-bin/webscr\" method=\"post\">"; ( minus spaces in paypal . com
$content .= "input type=\"hidden\" name=\"cmd\" value=\"_xclick\">";
$content .= "input type=\"hidden\" name=\"business\" value=\"(Blanked out)\">";
$content .= "input type=\"hidden\" name=\"item_name\" value=\"Team Wolf Pack\">";
$content .= "input type=\"hidden\" name=\"amount\" value=\"\">";
$content .= "input type=\"hidden\" name=\"no_note\" value=\"1\">";
$content .= "input type=\"hidden\" name=\"currency_code\" value=\"USD\">";
$content .= "input type=\"hidden\" name=\"tax\" value=\"0\">";
$content .= "input type=\"image\" src=\"https://www.paypal . com/images/x-click-but04.gif\" ( minus spaces in paypal . com)
border=\"0\" name=\"submit\"
alt=\"Make payments with PayPal - it"s fast, free and secure!\">";
$content .= "/form>";
?>
dule, i cannot view conetent on the main page, the menus are still there though, and i cannot access the Admin page either, those only return when i delete the php file from the blocks directory.
uploaded in public_html/twp/blocks
cant find a premade block/module
my site is twpclan . com (minus the space)