- Dołączył
- Sierpień 10, 2008
- Posty
- 91
- Liczba reakcji
- 1
Hejka, mam jeszcze jeden problem ;/
Chodzi o Signature Generator
Wpisuje w Acc makerze - Signature Generator nazwe chara, wybieram rodzaj sygnatury i CREATE SIGNATURE
Na kolejnej stronie forum link i direct link, tylko ta sygnatura nie wypali?a:

M?j plik signatures.php:
ACC oczywi?cie gesior!
Chodzi o Signature Generator
Wpisuje w Acc makerze - Signature Generator nazwe chara, wybieram rodzaj sygnatury i CREATE SIGNATURE
Na kolejnej stronie forum link i direct link, tylko ta sygnatura nie wypali?a:

M?j plik signatures.php:
<?PHP
$name = stripslashes(ucwords(strtolower(trim($_REQUEST['character']))));
$image = stripslashes(ucwords(strtolower(trim($_REQUEST['image']))));
if(empty($name)) {
$main_content .= ' <p></p><center><form action="" method="get">
<input type="hidden" name="subtopic" value="signatures"/>
<input type="hidden" name="info" value="true"/>
<B>Enter Character Name:</B>
<input type="textbox" name="character">
<br/><br/><B><h3><u>Select Signature:</u></B></h3>
<input type="radio" name="image" value="0"/>
<img src="signatures/blue.png" width="350"/><br/>
<input type="radio" name="image" value="1"/>
<img src="signatures/red.png" width="350"/><br/>
<input type="radio" name="image" value="2"/>
<img src="signatures/green.png" width="350"/><br/>
<input type="submit" value="Create Signature">
</form></center>';
}
else
{
$main_content .= '<br><TABLE BORDER=0><TR><TD></TD></TR></TABLE><TABLE BORDER=0 CELLSPACING=1 CELLPADDING=4 WIDTH=100%><TR BGCOLOR='.$config['site']['vdarkborder'].'><TD COLSPAN=2 CLASS=white><B>Signature</B></TD></TR>';
$main_content .= "<TR BGCOLOR=".$config['site']['darkborder']."><TD WIDTH=20%>Forum Link:</TD><TD><input type='text' size='75' onclick='this.select();' value=' . "/?subtopic=characters&name=" .urlencode($name) . "]' /></TD></TR>";
$main_content .= "<TR BGCOLOR=".$config['site']['lightborder']."><TD WIDTH=20%>Direct Link:</TD><TD><input type='text' size='60' onclick='this.select();' value='http://" . $_SERVER['HTTP_HOST'] . "/signature.php?character=" .urlencode($name) . "&image=" . $image . "' /></TD></TR>";
$main_content .= "<TR BGCOLOR=".$config['site']['darkborder']."><TD COLSPAN='2' style='text-align: center;'><a href='http://" . $_SERVER['HTTP_HOST'] . "/?subtopic=characters&name=" .urlencode($name) . "'><img src='signature.php?character=" .urlencode($name) . "&image=" . $image . "' /></a></TD></TR>";
$main_content .= '</TD></TR></TABLE>';
}
?>
ACC oczywi?cie gesior!

