View file Forum/copyrights.php

File size: 1.71Kb
<?php
header("Content-type: text/vnd.wap.wml");
echo "<?xml version=\"1.0\"?>";
echo "<!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.1//EN\"
\"http://www.wapforum.org/DTD/wml_1.1.xml\">";

echo "<wml>\n";
echo "<card title=\"lavalair copyrights\">\n";
echo "<p align=\"center\">";
echo "<small>";
echo '
	Copyright © 2006 IrisBlaze wap community. All rights reserved.<br/>
	<a href="http://www.copyrightservice.co.uk/">Registered with the UK Copyright Service. Registration No: 260704</a><br/>
	<img src="http://www.copyrightservice.co.uk/ukcs/images/_i/copyright_registered-c-40x30.gif" alt="copyright"/>
';
echo "</small>";

echo "</p>";
echo '<p><small>
	This script is registered for the Authors (Amy Escamilia and Ra\'ed Shabana) <br/>
	You can only use and/or modify this script under this condition: to have the text <b>Script By: IrisBlaze 2006 &#169;</b> linked to http://lavalair.net on the login page and in the main page of the site<br/>
	All sites fulfill this condition are considered using this script legally UNLESS THE AUTHORS STATED THE OPPOSITE<br/><br/>
	We probably will not take legal actions against your site unless it caused any kind of damage to lavalair.net<br/><br/>
	An online notice about the copyrights can be accessed visiting <a href="http://www.copyrightdeposit.com/rep5/0029197.htm">http://www.copyrightdeposit.com/rep5/0029197.htm</a>
	<br/><br/>
	The Authors have the right to take legal actions against any violation.<br/>
	This script is registered untill 2011
	
</small></p>';
echo "<p align=\"center\">";
echo "<small>";
echo "<a href=\"index.php\"><img src=\"images/home.gif\" alt=\"*\"/>";
echo "Home</a>";
echo "</small>";
echo "</p>";
echo "</card>\n";
echo "</wml>\n";
?>