Search found 9 matches

by Swader
Fri Jun 23, 2006 3:55 am
Forum: Web Design
Topic: One question in one single page
Replies: 5
Views: 3505

Yup... 1.0.6 is still available.
Just search on phpbb.com
by Swader
Fri Jun 23, 2006 3:54 am
Forum: Web Design
Topic: SQL Error SQL Error : 1146 Table
Replies: 4
Views: 3150

Have you run the quiz_install.php??

If not then do it.
by Swader
Fri Jun 23, 2006 3:53 am
Forum: Updates
Topic: Don't Miss Out.. Presenting...
Replies: 25
Views: 27912

Congrats Battye.
by Swader
Wed Jun 14, 2006 9:07 am
Forum: Web Design
Topic: Viewing Quiz
Replies: 7
Views: 5129

I have the Xtreme Styles MOD installed.
by Swader
Tue Jun 13, 2006 4:58 pm
Forum: Web Design
Topic: Hacking Attempt
Replies: 26
Views: 16899

The problem is this change in the last phpbb update in the common.php: # #-----[ FIND ]--------------------------------------------- # if (!in_array($var, $not_unset)) { unset($$var); } # #-----[ REPLACE WITH ]--------------------------------------------- # if (in_array($var, $not_unset)) { die('Ha...
by Swader
Tue Jun 13, 2006 4:51 pm
Forum: Web Design
Topic: Hacking Attempt
Replies: 26
Views: 16899

So what do I need to do....

I at present have this code...

Code: Select all

      if (in_array($var, $not_unset))
      {
         die('Hacking attempt!');
      }
      unset($$var);
Should I replace it with the other one.??
by Swader
Tue Jun 13, 2006 4:49 pm
Forum: Web Design
Topic: Viewing Quiz
Replies: 7
Views: 5129

Yeah... I have lots of MODs installed....

The weird part is that it happens sometimes only.
by Swader
Tue Jun 13, 2006 12:43 pm
Forum: Web Design
Topic: Hacking Attempt
Replies: 26
Views: 16899

I am experiencing the same problem.... Any fixes??
by Swader
Tue Jun 13, 2006 12:34 pm
Forum: Web Design
Topic: Viewing Quiz
Replies: 7
Views: 5129

Viewing Quiz

I have a problem with the Quiz MOD.

Whenever I open the Quiz page.... I am not able to see the table properly.

Image

Can somebody tell me the solution.

BTW... This is a Great MOD.

THNX.