HEX
Server: Apache
System: Linux msm5694.mjhst.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: camjab_ssh (1000)
PHP: 5.3.29
Disabled: NONE
Upload Files
File: /home/httpd/html/tubeshemale.com/public_html/templates_OLD_JUNK/mobile.nav.php
	<div id="header">
		<a href="<? echo $basehttp; ?>/"><img src="<? echo $basehttp; ?>/images/logo.png" id="logo" alt=""></a>
	<!-- id="header" --></div>


	<div id="menubar-wrapper">
	
			<div id="menubar">
				<a href="<? echo $basehttp; ?>/">NEWEST</a>
				<a href="<? echo $basehttp; ?>/most-viewed/">POPULAR</a>
				<a href="<? echo $basehttp; ?>/top-rated/">TOP RATED</a>
				<a href="<? echo $basehttp; ?>/random/">RANDOM</a>
				<a href="<? echo $basehttp; ?>/photos/" class="alt">PHOTOS</a>
				<a href="<? echo $basehttp; ?>/pornstars/" class="alt">PORNSTARS</a>

				<? if(!$_SESSION[userid]) { ?>
					<a href="<? echo $basehttp; ?>/login.php" class="login">LOGIN</a>
					<a href="<? echo $basehttp; ?>/signup.php" class="login">REGISTER</a>
				<? } else { ?>
					<a href="<? echo $basehttp; ?>/favorites/" class="login">MY FAVS</a>
					<a href="<? echo $basehttp; ?>/action.php?action=logout" class="login">LOGOUT</a>
				<? } ?>				
			<!-- id="menubar" --></div>

	<!-- id="menubar-wrapper" --></div>


	<div id="search-wrapper">

		<div id="search">

			<form method="get" action="<? echo $basehttp; ?>/searchgate.php">
    	    	<select name="channels" onChange="window.location=this.value;">
    	    		<option value="">-Channels-</option>
    	   			<?
    	   				$result = mysql_query("SELECT * FROM niches ORDER BY name ASC");
						while($row = mysql_fetch_array($result)) {
							$link = $basehttp.'/channels/'.$row[record_num].'/'.$row[name].'/page1.html';
							echo "<option value='$link'>$row[name]</option>";
						}
					?>
				</select><input class="text" id="search_text" type="text" name="q" value=""><input class="submit" id="search_submit" type="submit" name="submit" value="GO!">
			</form>
	
		<!-- id="searchbar" --></div>

	<!-- id="searchbar-wrapper" --></div>