FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » Forum not responding
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Forum not responding [message #33620 is a reply to message #33604] Mon, 11 September 2006 13:35 Go to previous messageGo to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma:
Senior Member
Administrator
Core Developer
You make a small script such as this and run it:
<?php
include "GLOBALS.php";
        
fud_use('db.inc');
        
fud_use('compiler.inc'true);

        
$c q('SELECT theme, lang, name FROM mm_themes');
                while (
$data db_rowarr($c)) {
                        echo 
$data[1] . "\n";
                        
compile_all($data[0], $data[1], $data[2]);
                }
?>


FUDforum Core Developer
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Imported into wrong Forum
Next Topic: Can't remember GLOBALS.PHP
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Sep 27 19:24:05 GMT 2024

Total time taken to generate the page: 0.04404 seconds