BetaONE will rise again!

BetaONE will rise again! (http:\\b1.hcanet.com\forum/index.php)
-   Testing, Testing... (http:\\b1.hcanet.com\forum/forumdisplay.php?f=39)
-   -   Testing Hide Hack (http:\\b1.hcanet.com\forum/showthread.php?t=12684)

robinwilson16 27th Jul 04 09:41 PM

Testing

[hide]
Hmm
[/hide]

robinwilson16 27th Jul 04 09:43 PM

hmm

Voodoo 27th Jul 04 10:04 PM

Let me see.

Voodoo 27th Jul 04 10:05 PM

Woops, this is what I get.

IPB WARNING [2] in_array(): Wrong datatype for second argument (Line: 765 of \sources\topics.php)

Cheerz
Dave

robinwilson16 27th Jul 04 10:05 PM

Me too :(

Working on it :man:

robinwilson16 27th Jul 04 10:09 PM

Have modified the query to the new format:

Code:

// ############### HIDE (LOCK) HACK ###################
$DB->simple_construct( array( 'select' => 'author_name',
            'from'   => 'posts',
            'where'  => "topic_id=".$this->topic['tid'],
        )      );
        
          $DB->simple_exec();
      
          while ($i = $DB->fetch_row())
          {
    $allposters[] = $info['author_name'];
    
          }

$DB->simple_shutdown_exec();
// ############### HIDE (LOCK) HACK ###################

But something is stopping it from getting the allposters variable

robinwilson16 27th Jul 04 10:25 PM

now?

robinwilson16 27th Jul 04 10:31 PM

Working at last :D

[hide]
Yesssssssss B) :P
[/hide]

Vinnie 27th Jul 04 11:09 PM

Look's good to me. B)

war59312 28th Jul 04 04:16 AM

Nice can you post the working code. hehe Can I use it?


All times are GMT +1. The time now is 06:55 AM.

Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.