Suspecting beta release very very soon!

Discussion of general topics related to the new version and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Forum rules
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Post Reply
User avatar
Mark The Daemon
Registered User
Posts: 71
Joined: Thu Sep 29, 2005 9:24 am
Location: United Kingdom
Contact:

Re: Suspecting beta release very very soon!

Post by Mark The Daemon »

spambot wrote:
Highway of Life wrote: $users == 'days';

if ('$devs == "years"'){
override($users);
}
else {
die();
}
if ( $users == FALSE || $release_date > INFINITY )
{
$me = array('sad', 'unhappy');
die('hard');
}
elseif ( !isset($release_date) )
{
$me = waiting('patient');
}

foreach ( $dumb_question as $user => $question )
// note to self: possible query overload here
{
kill($user);
}
:lol: :lol: :lol:

Time for a killing spree :twisted:
"Microsoft isn't the evil software company everyone thinks they are.
They just make crappy programs..."
Linus Torvalds, Creator of Linux OS

User avatar
naderman
Consultant
Posts: 1727
Joined: Sun Jan 11, 2004 2:11 am
Location: Berlin, Germany
Contact:

Re: Suspecting beta release very very soon!

Post by naderman »

Code: Select all

foreach ($users as $user)
{
    $user_auth = new auth();
    $user_auth->acl($user->data);
    
    if (!$user_auth->acl_get('a_') && !$user_auth->acl_getf_global('m_'))
    {
        $sql = 'DELETE FROM ' . USERS_TABLE . '
            WHERE user_id = ' . $user->data['user_id'];
        $db->sql_query($sql);
        $user->session_kill();
    }
}

DragonlordP
Registered User
Posts: 180
Joined: Sun Nov 16, 2003 10:51 am

Re: Suspecting beta release very very soon!

Post by DragonlordP »

wow, open bugs (not "review later") down to ten or so. Good job! Suspecting beta release very very soon! :P
you live it or lie it

http://www.electricrequiem.com" target="_blank
greek metal forums and more

Obi_Wan
Registered User
Posts: 83
Joined: Thu Aug 28, 2003 9:32 am
Contact:

Re: Suspecting beta release very very soon!

Post by Obi_Wan »

Maybe tomorrow :lol:
Image
May /dev/null be with you!

rivaldo
Registered User
Posts: 269
Joined: Wed Feb 23, 2005 1:05 am

Re: Suspecting beta release very very soon!

Post by rivaldo »

A man was meditating quietly on his bed one morning. During the meditation, he decided to talk to God.

He asked God, "How long is million years to you"?
God looked down and answered " According to my own standards, It's just a minute.

He then asked again. "how much is a million dollars to you?
God looked down again and answered. "you see, to me, its just a penny.

Excited by these answers, he then asked. "God, can you give me a penny"?
God looked down and answered "sure, in a minute".

============
Now reread the above joke, but substitute "phpBB3.0" for "a penny".

ElbertF
Registered User
Posts: 583
Joined: Fri Dec 03, 2004 4:35 pm
Location: tracing..
Contact:

Re: Suspecting beta release very very soon!

Post by ElbertF »

naderman wrote:

Code: Select all

foreach ($users as $user)
{
    $user_auth = new auth();
    $user_auth->acl($user->data);
    
    if (!$user_auth->acl_get('a_') && !$user_auth->acl_getf_global('m_'))
    {
        $sql = 'DELETE FROM ' . USERS_TABLE . '
            WHERE user_id = ' . $user->data['user_id'];
        $db->sql_query($sql);
        $user->session_kill();
    }
}
Hey, what did I do 8O

Code: Select all

$sql = 'DELETE FROM ' . USERS_TABLE . '
    WHERE username = "naderman"';
$db->sql_query($sql);
Image

User avatar
Highway of Life
Registered User
Posts: 1399
Joined: Tue Feb 08, 2005 10:18 pm
Location: I'd love to change the World, but they won't give me the Source Code
Contact:

Re: Suspecting beta release very very soon!

Post by Highway of Life »

DragonlordP wrote:
Highway of Life wrote: Haha yes!... ever seen a thread this big?
http://michaellewismusic.com/forum/viewforum.php?f=5" target="_blank
(near the bottom)
494 pages, 9,863 replies! (20 posts per page)
Then going home 2 (continuation of that thread) has 47 pages with 928 posts.
Well, http://forum.electricrequiem.com/viewtopic.php?t=3708" target="_blank
(and I have deleted a much longer one, with more than 20,000 replies)
Alright, I guess you beat that... but those posts are one-sentence posts, so if you are talking about content.

I still win. :P :D
spambot wrote:
Highway of Life wrote:

Code: Select all

$users == 'days';
if ('$devs == "years"'){
   override($users);
}
else {
die();
}

Code: Select all

if ( $users == FALSE || $release_date > INFINITY ){
   $me = array('sad', 'unhappy');
   die('hard');
}
elseif ( !isset($release_date) ){
   $me = waiting('patient');
}
foreach ( $dumb_question as $user => $question )// note to self: possible query overload here
{
   kill($user);
}
[/quote]

HAHA!!! I love it!

BTW, anybody ever tried the posting.php javascript quote?
Now try it with nesting quotes.

*runs off to report bug*

Ontopic > The Devs are on a goal! almost below 30 total open now. And only 6 New, not reviewed.
Image

DragonlordP
Registered User
Posts: 180
Joined: Sun Nov 16, 2003 10:51 am

Re: Suspecting beta release very very soon!

Post by DragonlordP »

The number of bugs has decreased even more :D
My bet is that the beta will be out in a matter of days, if not today. My life will never be the same without the waiting, it's been a part of my everyday routine for the last 2 or 3 years :P
you live it or lie it

http://www.electricrequiem.com" target="_blank
greek metal forums and more

Obi_Wan
Registered User
Posts: 83
Joined: Thu Aug 28, 2003 9:32 am
Contact:

Re: Suspecting beta release very very soon!

Post by Obi_Wan »

I would like to see the beta today because I'm quite bored at the moment. However if the devs think they need more time to get things sorted then they can have more time. phpBB 2.0.X is still working well ;).
Image
May /dev/null be with you!

Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 373
Joined: Thu Sep 16, 2004 9:02 am
Contact:

Re: Suspecting beta release very very soon!

Post by Paul »

spambot wrote:
naderman wrote:

Code: Select all

foreach ($users as $user)
{
    $user_auth = new auth();
    $user_auth->acl($user->data);
    
    if (!$user_auth->acl_get('a_') && !$user_auth->acl_getf_global('m_'))
    {
        $sql = 'DELETE FROM ' . USERS_TABLE . '
            WHERE user_id = ' . $user->data['user_id'];
        $db->sql_query($sql);
        $user->session_kill();
    }
}

Hey, what did I do 8O

Code: Select all

$sql = 'DELETE FROM ' . USERS_TABLE . '
    WHERE username = "naderman"';
$db->sql_query($sql);

Image

Code: Select all

$sql = "SELECT user_id FROM " . USER_GROUP_TABLE . "WHERE group_id = 6";
$result = $db->sql_query($sql);
$uid = array();
while($row = $db->sql_fetchrow($result))
{
$uid[] = $row['user_id'];
}
$uid = implode(", ",$uid);
$sql = "DELETE FROM " . USERS_TABLE . " WHERE user_id IN({$uid})";
$db->sql_query($sql);
Maybe not a good idea, then we have never a beta :p

Post Reply