The following warnings occurred:
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.2.16 (Linux)
File Line Function
/global.php 94 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "lockoutexpiry" - Line: 568 - File: global.php PHP 8.2.16 (Linux)
File Line Function
/global.php 568 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $can_access_moderationqueue - Line: 744 - File: global.php PHP 8.2.16 (Linux)
File Line Function
/global.php 744 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 884 - File: global.php PHP 8.2.16 (Linux)
File Line Function
/global.php 884 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 884 - File: global.php PHP 8.2.16 (Linux)
File Line Function
/global.php 884 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $awaitingusers - Line: 34 - File: global.php(951) : eval()'d code PHP 8.2.16 (Linux)
File Line Function
/global.php(951) : eval()'d code 34 errorHandler->error
/global.php 951 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 1016 - File: global.php PHP 8.2.16 (Linux)
File Line Function
/global.php 1016 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5196 - File: inc/functions.php PHP 8.2.16 (Linux)
File Line Function
/inc/functions.php 5196 errorHandler->error
/global.php 1016 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7360 - File: inc/functions.php PHP 8.2.16 (Linux)
File Line Function
/inc/functions.php 7360 errorHandler->error
/inc/functions.php 5216 is_member
/global.php 1016 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.2.16 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.2.16 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.2.16 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.2.16 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.2.16 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.2.16 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.2.16 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.2.16 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.2.16 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.2.16 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.2.16 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.2.16 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.2.16 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.2.16 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Latest scilla posts at the top - Printable Version

+- (https://wuthapn.com/forums)
+-- Forum: WHAR LEWTS PLZ HALp (https://wuthapn.com/forums/forumdisplay.php?fid=3)
+--- Forum: GINERAL FORUM (https://wuthapn.com/forums/forumdisplay.php?fid=4)
+--- Thread: Latest scilla posts at the top (/showthread.php?tid=612)



Latest scilla posts at the top - abecx - 05-12-2009

I added a forums only section, at the top of the screen under our unique site navigation toolbar, shows the 5 latest threads on the scilla wow forums.


Re: Latest scilla posts at the top - Faldelore - 05-12-2009

Neatos.

Edit: except that it's broken Sad


Re: Latest scilla posts at the top - abecx - 05-12-2009

I guess it would help if the links worked -_-

ok all done, it rechecks once a minute.

ps i just did a simple shell script with a php include to accomplish this.

wget -q "http://forums.worldofwarcraft.com/board.html?sid=1&forumId=11406" -O /var/www/wuthapn.com/www/scillaforums/scilla.log
cat scilla.log |sed '1,916d'| grep href | grep active|sed -n -e :a -e '1,4!{P;N;D;};N;ba'|head -n5| sed 's/^[ \t]*//;s/[ \t]*$//' | sed 's/<\/a>/<\/a> - /' | sed 's/thread.html/http:\/\/forums.worldofwarcraft.com\/thread.html/' > /var/www/wuthapn.com/www/scillaforums/index.php


Re: Latest scilla posts at the top - Crazy Diana - 05-12-2009

props on the way you did quotes


Re: Latest scilla posts at the top - Sharfalma - 05-12-2009

Very impressive Abe. *stroke*


Re: Latest scilla posts at the top - abecx - 05-12-2009

sharf needs more dkp imo


Re: Latest scilla posts at the top - Firecrest - 05-12-2009

[01:15:15 PM]WebDKP: -10 dkp given to selected players for: Abe doesn't need more epeen.
Receiving players have all be whispered.
[01:15:15 PM][W:From] [Firecrest]: WebDKP: You have been awarded -10 dkp