• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

website problems!

TKO

Syphero Owner!
Joined
Mar 10, 2008
Messages
2,252
Reaction score
27
Location
Sweden
hey i got some problems with my website the forum is fucked i dont know why i workt until i moved it to dedicated also did the online sign works but now it dont...
error message for forum:
Code:
$user_access) continue; $posts = mysql_num_rows(mysql_query("SELECT * FROM `posts` WHERE `board` = '$id'")); $threads = mysql_num_rows(mysql_query("SELECT * FROM `threads` WHERE `board` = '$id'")); $last = mysql_query("SELECT * FROM `posts` WHERE `board` = '$id' ORDER BY `id` DESC LIMIT 1"); $row = mysql_num_rows($last); if($row == 0) $last = "None"; else { $cmd1 = mysql_fetch_array($last); $author = $cmd1['author']; $thread = $cmd1['thread']; $date = $cmd1['date']; $last = " $date
by $author"; } if(!empty($_SESSION['admin'])) $admin = "Delete this board"; $main_content .= "$close$name
$desc
$admin$posts$threads$last"; } } $main_content .= ""; $main_content .= "Admin"; ?>
 
TKO, did you thief Syphero? the map of it is the original map of forgottenl.hopto.org, I remember when i sent you it to host, then i had problems and couldn't get on then u hosted it ur self and called your self

The owner..?
 
nope im not using another map! and stop trashing down my thread ty!
i used many things from your server!
 
Back
Top