????JFIF??x?x????'
| Server IP : 79.136.114.73 / Your IP : 216.73.216.48 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/www.biminfo.se/portal/ |
Upload File : |
<?php
$link = mysql_connect ("localhost", "root", "root123");
mysql_select_db ("biminfo");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>BIM-portal</title>
<style type="text/css">
<!--
.style22 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
.style27 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
A {text-decoration:none;}
.style28 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
.style31 {font-size: 16px}
.style33 {
font-size: 16px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}
-->
</style>
</head>
<body topmargin="0" marginheight="0" bottommargin="0" link="#000000" alink="#000000" vlink="#000000">
<table width="793" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"><img src="images/left.jpg" width="28" height="700"></td>
<td valign="top"><table width="900" height="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td valign="top"><br>
<table width="850" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="370"> </td>
<td width="465"><div align="right" class="style28">Om BIMinfo.se | FAQ | Kontakta oss </div></td>
<td width="15" class="style28"><div align="right"></div></td>
</tr>
</table>
<table width="850" height="100" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="139" height="100" valign="top"><a href="index.php"><img src="images/logga2.jpg" width="131" height="98" border="0"></a></td>
<td width="32" valign="top"> </td>
<td width="679" align="left" valign="top" class="style22"><div align="center">
<form name="form1" method="post" action="result.php">
<div align="left"></div>
<div align="left">
<table width="665" height="98" border="0" align="left" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle" background="images/bk_search.jpg"><div align="left"><br>
<table width="640" border="0" align="center" cellpadding="0" cellspacing="4">
<tr>
<td width="122">Sök efter typ: </td>
<td width="528">Sökord:</td>
</tr>
<tr>
<td><select name="type">
<option value="0">Alla</option>
<option value="1">Revit-modeller</option>
<option value="2">Extensions</option>
</select></td>
<td><input name="keyword" type="text" size="65">
<input type="submit" name="Submit" value="Sök"></td>
</tr>
</table>
<br>
</div></td>
</tr>
</table>
</div>
</form>
</div></td>
</tr>
</table>
<br>
<table width="850" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="131" valign="top"><hr size="1">
<span class="style33">Familjer:</span><span class="style27"><br>
</span>
<?php
$sql = "SELECT * FROM tblCategory order by name ";
$result = mysql_query($sql);
while ($row = mysql_fetch_assoc($result)){
?>
- <a href="?page=result&keyword=<?php echo($row['name']) ?> " class="style27"><?php echo($row['name']) ?> [<?php echo($row['nbr']) ?>] </a><br>
<?php }?>
<br>
<br>
<span class="style33">Exensions:</span><span class="style27"></span> <br>
<span class="style27">- <a href="#">BIMinfo.se</a></span><br>
<hr size="1"> <div align="center"><br>
<a href="http://www.astacus.se" target="_blank"><img src="images/power.jpg" width="100" height="22" border="0"></a><br>
<br>
</div></td>
<td width="39"> </td>
<td width="665" valign="top"><hr size="1">
<?php
if($_GET["page"] == "result"){
include("result.php");
}else if($_GET["page"] == "content"){
include("content.php");
}else{
include("start.php");
}
?>
</td>
<td width="15"> </td>
</tr>
</table>
<br>
<br></td>
</tr>
</table></td>
<td valign="top"><img src="images/right.jpg" width="28" height="700"></td>
</tr>
</table>
</body>
</html>