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

Home » FUDforum » How To » Forum not responding
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Forum not responding [message #33604] Sat, 09 September 2006 11:04 Go to next message
remek is currently offline  remek   Poland
Messages: 34
Registered: August 2005
Location: Poland
Karma: 0
Member
Hi,
I have problem because my forum not responding. After one year working without any problem it suddenly stopped. What way can I rebuild forum without using control panel (I can't go in it).

Best regards
Remek

[Updated on: Sat, 09 September 2006 16:48]

Report message to a moderator

Re: Forum not responding [message #33620 is a reply to message #33604] Mon, 11 September 2006 13:35 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
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
Re: Forum not responding [message #33649 is a reply to message #33620] Mon, 11 September 2006 20:41 Go to previous message
remek is currently offline  remek   Poland
Messages: 34
Registered: August 2005
Location: Poland
Karma: 0
Member
Thank you!

Best regards
Remek
  Switch to threaded view of this topic Create a new topic Submit Reply
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:18:29 GMT 2024

Total time taken to generate the page: 0.02567 seconds