• 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!

Gesior ACC Raids

CML

New Member
Joined
Jun 5, 2015
Messages
10
Reaction score
0
Hello. I was looking for "latest raids page" for Gesior ACC 2012 for long time. Page have to show last raids happend on server. I found one but its blank on my website. Could some1 help me fix it? Or pass me working one.o_O

latest raids php i found:
http://justpaste.it/miq2

what i want to get:
http://thornera.net/?subtopic=raids

bump
 
Last edited by a moderator:
i need create tables for raids.. any help i rep ++ thanks
Code:
$auctions = $SQL->query('SELECT * FROM `raids` WHERE `type` = "boss" ORDER BY `date` DESC LIMIT 10')->fetchAll();
$raids = 0;
 
Back
Top