<?php
/**********************************************************
* ______ ______ ___ _______ ___ ___ _______ *
* | _ \ | _ \ | | | _ || Y || _ | *
* |. | \|. | \|. | |. 1___||. || 1___| *
* |. | |. | |. |___ |. |___ |. \_/ ||____ | *
* |: 1 |: 1 |: 1 ||: 1 ||: | ||: 1 | *
* |::.. . /|::.. . /|::.. . ||::.. . ||::.|:. ||::.. . | *
* `------' `------' `-------'`-------'`--- ---'`-------' *
* _______ _______ *
* .--.--. | _ | | | *
* | | | |___| | __ |___| | *
* \___/ _(__ | |__| / ___/ *
* |: 1 | |: 1 \ *
* |::.. . | |::.. . | *
* `-------' `-------' *
* *
* Script: DDLCMS v3.2 *
* Author: Little Dragon *
* Email: hide@address.com *
* Website: http://www.ddlcms.com *
* *
* Please direct bug reports, suggestions or feedback *
* to the DDLCMS forums: *
* *
* http://www.ddlcms.com/forums *
* *
* DDLCMS is a commercial grade content management *
* system for DDL site owners. It is provided free *
* of charge, provided: *
* *
* 1. You keep the linkback to http://www.ddlcms.com *
* in the footer. *
* *
* 2. You keep the sponsored links to Sharingzone.net *
* on your site. *
* *
* By using this script, you agree that you will not *
* modify, remove, or replace any encoded parts of *
* this script. All encoded parts MUST remain intact *
* for your site to remain in good standing. *
* *
**********************************************************/
define('WWWROOT', dirname(__FILE__) . '/');
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">
<h2>Link To <?php echo $site_name; ?></h2>
<p>
Link to <?php echo $site_name; ?> by copying and pasting the following code into your webpage:
</p>
<br />
<br />
<ul>
<li>
Button:<br /><br />
<a href="<?php echo $site_url; ?>" title="<?php echo $site_name; ?>"><img src="images/button.gif" alt="<?php echo $site_name; ?>" height="31" width="88" border="0"></img></a><br />
<p style="font-family: verdana; font-size: 10px"><a href="<?php echo $site_url; ?>/" title="<?php echo $site_name; ?>">
<img src="<?php echo $site_url; ?>/images/button.gif"<br />
alt="<?php echo $site_name; ?>" height="31" width="88" border="0"> </a></p>
</li><br /><br />
<li>
Text Link:<br /><br />
<a href="<?php echo $site_url; ?>" title="<?php echo $site_name; ?>"><?php echo $site_name; ?></a><br /><br />
<pre style="font-family: verdana; font-size: 10px"><a href="<?php echo $site_url; ?>/" title="<?php echo $site_name; ?>"><?php echo $site_name; ?></a></pre>
</li>
</ul>
<p>
Other ways to link to us:
</p>
<br />
<ul>
<li>
Join our <a target="_self" href="<?php echo $site_url; ?>/topsites/accounts.php"><b>Topsites</b></a> (traffic exchange) list. The more hits you send <?php echo $site_name; ?>, the higher your link will appear on out Topsites list. This means your website will receive more hits in return.
</li>
<?php
if($showInstantLE == 1)
{
echo '<li> Join our <a target="_self" href="' . $site_url . '/instantle/form.php"><b>Instant Link Exchange</b></a> list. Once you add our link to your page, you can add your link to our site instantly -- it will become visible on our main page immediately!</li>';
}
?>
</ul>
<p>
<?php echo $site_name; ?> is powered by a script called <a href="http://www.ddlcms.com" target="_blank">DDL CMS</a> --
which allows webmasters to run their own Direct DownLoads Content Management System.
</p>
</td>
</tr>
</table>
<!-- END BODY -->
<?php
require(WWWROOT . 'skins/' . $skin . '/footer.php');
?>