Example #1
0
?>
</tr>
					<tr><?php 
line_form("Tag Description", 40, bcDescription, $bcDescription);
?>
</tr>
					<tr><?php 
line_form("Share path", 50, bcSharePath, $bcSharePath);
?>
</tr>
					<tr><?php 
line_form("Log Directory", 75, bcLogDir, $bcLogDir);
?>
</tr>
					<tr><?php 
connection_choice("Bot Connection", bcConnection, $bcConnection);
?>
</tr>
					<tr><td></td>
						<td align="right"><input type="submit" value="Update Changes" class="button">
					</td>
					</tr>
				</table>
			</form>
<!-- END HUB DETAILS -->
					</td>
					<td valign="top">
				<!-- HUB INFO -->
				<table cellpadding="0" cellspacing="0" class="config">
					<tr>
						<td valign="top">
Example #2
0
						<table cellpadding="0" cellspacing="0" class="config">
							<tr>
								<td></td>
								<td align="right"><font size="+1"><strong><u>Client Control</u></strong></font>
								</td>
							</tr>
							<tr><?php 
        dual_select_form(Yes, No, "Enable Tag Check", hcEnableTagCheck, $hcEnableTagCheck);
        ?>
</tr>
							<tr><?php 
        dual_select_form(Yes, No, "Kick No-Tags", hcKickNoTag, $hcKickNoTag);
        ?>
</tr>
							<tr><?php 
        connection_choice("Minimum Connection", hcMinSpeed, $hcMinSpeed);
        ?>
</tr>
							<tr><?php 
        size_form("Min Share", "Minimum share to enter hub", 3, hcMinShare, $hcMinShare, hcMinShareMultiplier, $hcMinShareMultiplier);
        ?>
</tr>
							<tr><?php 
        line_form("Minimum Slots", 2, hcMinSlots, $hcMinSlots);
        ?>
</tr>
							<tr><?php 
        line_form("Maximum Slots", 3, hcMaxSlots, $hcMaxSlots);
        ?>
</tr>
							<tr><?php