<?php
define('INSTANTLEDIR', dirname(__FILE__));
define('WWWROOT', substr(INSTANTLEDIR, 0, -9));
define('BASEDIR', substr(WWWROOT, 0, ##BASEDIR##));
require(BASEDIR . 'funcs.inc');
require(BASEDIR . 'config.php');
require(WWWROOT . 'skins/' . $skin . '/header.php');
?>
<!-- BEGIN BODY -->
<table border="0" width="90%">
<tr>
<td align="left">
<!-- BEGIN PAGE CONTENT -->
<form method="post" action="<?php echo $site_url; ?>/instantle/addlink.php">
<table border="0" width="100%">
<tr>
<td colspan="2">
<h2><?php echo $site_name; ?> Instant Link Exchange</h2>
<ol>
<li>Use your real site title.</li>
<li>You must add our reciprocal hard text/image link first (instructions below), or your link won't be added.</li>
<li>Copy & paste the following code in a GOOD, VISIBLE SPOT on your MAIN PAGE:
<br /><br />
<pre style="font-family: verdana;"><a href="<?php echo $site_url; ?>/" title="<?php echo $site_name; ?>"><?php echo $site_name; ?></a></pre></li>
</ol>
</td>
</tr>
<tr>
<td colspan="2"><b>Instantly Add Your Link:</b><br /><br /></td>
</tr>
<tr>
<td align="right">Your Name: </td>
<td><input type="text" name="instantLEname" maxlength="50" size="30" /></td>
</tr>
<tr>
<td align="right">E-mail: </td>
<td><input type="text" name="instantLEemail" maxlength="50" size="30" /></td>
</tr>
<tr>
<td align="right">Website Title: </td>
<td><input type="text" name="instantLEtitle" maxlength="16" size="30" /></td>
</tr>
<tr>
<td align="right">Website URL: </td>
<td><input type="text" name="instantLEurl" maxlength="100" value="http://" size="30" /></td>
</tr>
<tr>
<td align="right">Website Description: </td>
<td><input type="text" name="instantLEdescription" maxlength="200" size="30" /></td>
</tr>
</table>
<p><input type="submit" value="Add Link Instantly!" /></p>
</form>
<!-- END PAGE CONTENT -->
</td>
</tr>
</table>
<!-- END BODY -->
<?php
require(WWWROOT . 'skins/' . $skin . '/footer.php');
?>