Redid Layout and Started login scripts

master
Rubenwardy 2012-08-24 17:35:55 +01:00
parent b2d524d264
commit 538c7de805
7 changed files with 3 additions and 12 deletions

0
addentry.php Normal file
View File

View File

@ -1,9 +0,0 @@
[22-Aug-2012 18:36:37] PHP Parse error: syntax error, unexpected T_IF in /home/u372522788/public_html/minetest/forum/scripts/setup.php on line 13
[22-Aug-2012 18:36:46] PHP Parse error: syntax error, unexpected T_IF in /home/u372522788/public_html/minetest/forum/scripts/setup.php on line 13
[22-Aug-2012 18:38:07] PHP Parse error: syntax error, unexpected T_IF in /home/u372522788/public_html/minetest/forum/scripts/setup.php on line 13
[22-Aug-2012 18:45:37] PHP Parse error: syntax error, unexpected T_LNUMBER, expecting ',' or ';' in /home/u372522788/public_html/minetest/forum/scripts/loadmods.php on line 2
[22-Aug-2012 18:47:33] PHP Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/u372522788/public_html/minetest/forum/scripts/loadmods.php on line 8
[22-Aug-2012 19:37:42] PHP Parse error: syntax error, unexpected T_VARIABLE in /home/u372522788/public_html/minetest/forum/viewmod.php on line 9
[23-Aug-2012 04:59:08] PHP Parse error: syntax error, unexpected T_INCLUDE, expecting ',' or ';' in /home/u372522788/public_html/minetest/forum/viewmod.php on line 14
[23-Aug-2012 05:02:56] PHP Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/u372522788/public_html/minetest/forum/viewmod.php on line 13
[23-Aug-2012 05:03:09] PHP Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/u372522788/public_html/minetest/forum/viewmod.php on line 13

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

Before

Width:  |  Height:  |  Size: 633 B

After

Width:  |  Height:  |  Size: 633 B

View File

@ -2,7 +2,7 @@
include "scripts/setup.php";
function listSearch($query,$title,$description,$num){
echo "<tr><td width=16><img width=16 height=16 src=\"topicicon_read.jpg\" /></td><td><a href=\"search.php?id=$query\">$title</a></td><td>$description</td><td>$num<td></tr>";
echo "<tr><td width=16><img width=16 height=16 src=\"images/topicicon_read.jpg\" /></td><td><a href=\"search.php?id=$query\">$title</a></td><td>$description</td><td>$num<td></tr>";
}
function seperator($cols){

View File

@ -5,7 +5,7 @@ $res = mysql_query("SELECT * FROM mods WHERE tags LIKE '%$query%' ORDER BY likes
// Get projects loop
while ($hash = mysql_fetch_assoc($res)){
echo "<tr><td width=16><img width=16 height=16 src=\"topicicon_read.jpg\" /></td><td><a href=\"viewmod.php?id={$hash['mod_id']}\">{$hash['name']}</a><br />by {$hash['owner']}</td>";
echo "<tr><td width=16><img width=16 height=16 src=\"images/topicicon_read.jpg\" /></td><td><a href=\"viewmod.php?id={$hash['mod_id']}\">{$hash['name']}</a><br />by {$hash['owner']}</td>";
echo "<td>{$hash['likes']}</td>";
echo "<td>{$hash['tags']}</td></tr>\n";

View File

@ -17,7 +17,7 @@
<div style="background-color:transparent;text-align:left;margin-left:auto;margin-right:auto;position:relative;width:900px;height:1000px;">
<!--The Header-->
<img src="header.png" width="900" height="100" border="0" alt="" style="position:absolute;left:0px;top:0px;">
<img src="images/header.png" width="900" height="100" border="0" alt="" style="position:absolute;left:0px;top:0px;">
<div style="position:relative;left:5px;top:110px">
<!--Content-->