| Code: |
<?php
if (!eregi("modules.php", $_SERVER['PHP_SELF']))
{
die ("You can't access this file directly...");
}
if(!IsSet($mainfile)) { include ("mainfile.php"); }
$index=0;
$theme="fiblack";
$go_to_address=rawurldecode($go_to_address1);
include("header.php");
OpenTable();
echo "<iframe SRC=\"http://www.mysite.com/modules/Join/join.php".$go_to_address."\" width=\"100%\" height=\"550\" framespacing=0 frameborder=no border=0 scrolling=auto></iframe>";
CloseTable();
include("footer.php");
die;
?>
|
| Code: |
<?php
echo '<html>
<link rel="STYLESHEET" type="text/css" href="style/style.css">
<form action="http://mysite.com/v-cgi/forms.cgi"
enctype="application/x-www-form-urlencoded"
method="post">
<table> <tr>
<th></th>
<tr>
<th align="right" class="storytitle">
How they called you in the real world?
</th>
<td>
<input type="text" name="real_name" size="60" />
</td>
</tr>
<td>
<th align="center">
<input type="submit" name="Form_Submit" value="Submit Form" />
</td>
</tr>
</table>
<input type="hidden" name="_vDeckformid" value="358" />
</p>
</form>
</body>
</html>';
?>
|
| Code: |
<?php
echo '<html>
<body bgcolor="#303030" text="#D2A900">
<b>Your submited form was succesfully received!<br></b>
<br>
We will contact you ASAP.
<br>
<br>
<br>
</body>
</html>';
?>
|