View file m/rules.php

File size: 1.46Kb
<?php
define('NTOP', 1);
$title = 'Rules';
require_once ('../system/connect.php');
require_once ('../system/core.php');
require_once ('../system/function.php');
require_once ('head.php');
echo '<div class = "title2">';
echo '<b>Rules</b>';
echo '</div>';
	echo '<div class = "main">
	<font color="green"><b>Please read and follow the site rules.<br/>
	Violations can lead to your account being removed forever!</b></font><br/>
	<b>1.</b> Admin of the site '.$set['top_name'].' can delete accounts at any time.<br/>
	<b>2.</b> Once a site is submitted you must place a counter code upon your sites homepage.<br/>
	<b>3.</b> Admin will then check your site for image counter,then it will be authorised!<br/>
	<b>4.</b> Do not add sites with illegal content.<br/>
	<b>5.</b> Use correct category in relation to your site.<br/>
	<b>6.</b> This site '.$set['top_name'].' does not allow scammers wankers and general idiots.<br/>
	<b>7.</b> No bad descriptions be clear with your submissions.<br/>
	<b>8.</b> No adding vulger,abusive comments.<br/>
	<b>9.</b> If i see anything i dont agree with your banned.<br/>
	<b>10.</b> No shrinking or wrapping counter images.<br/>
	<b>11.</b> This siteЏ '.$set['top_name'].' does not contain adult content but may contain links to such websites.<br/>
	<b>12.</b> This script ofЏ '.$set['top_name'].' is translated by myself billy1977.<br/>
	<b><font color="red">(!)</font></b> Thank you for choosing my service.<br/>
	</div>';

require_once ('foot.php');
?>