So awesome!

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!
scotty2260
Registered User
Posts: 3
Joined: Tue Jun 14, 2005 10:24 pm

So awesome!

Post by scotty2260 »

I just wanted to say thanks for all the hard work you guys put in to making these awesome forums.
This new release looks so incredible, it's going to put VB to shame.

P.S. I know you don't like to set release dates for various reasons, but I was just wondering if you have any idea around what month it could be released?


Thanks again!!

Sphen
Registered User
Posts: 36
Joined: Wed May 19, 2004 5:28 pm
Location: Land of the Beaver
Contact:

Re: So awesome!

Post by Sphen »

There is no release date set. The devs won't speculate, so your guess is as good as mine. :D

Sphen
I think, therefore I am, I think...
I refuse to have a battle of wits with someone who is unarmed.
Site - Blog

User avatar
Viperal2
Registered User
Posts: 223
Joined: Tue Jun 08, 2004 9:28 pm
Contact:

Re: So awesome!

Post by Viperal2 »

This little php code may help you with the release month
Idea is from the release date code that was posted by someone.
Code is free, do as you like with it.

It may make the developers mad, but hey ;)

Code: Select all

<?php
if ($_POST['submit'])
{
  if (!is_numeric($_POST['month']))
  {
      echo 'Month must be from 1 - 12';
      die;
  }

   $month_you_saw_the_release = (int) $_POST['month'];

  $released_month = serialize($month_you_saw_the_release * 12);
  $month_part1 = $released_month{0};
  $month_part2 = substr($released_month, 1);

  $released_month = unserialize($month_part1.$month_part2) / 12;
  $released_month = date('F', mktime(0, 0, 0, $released_month, 1, 2005));

  echo "Month of release is $released_month <br/><strong>Please keep this a secret</strong>";
  die;
}
?>
<form action="" method="post" enctype="multipart/form-data">
Enter <b>Released</b> Month in numeric format ( 0 - 12 )<br />
<input name="month" size="3" maxlength="2" value="" type="text">
<input name="submit" value="Submit" type="submit">
Edit:

Changed:
Enter Month in number format ( 0 - 12 )
To it's currect:
Enter <b>Released</b> Month in numeric format ( 0 - 12 )
Last edited by Viperal2 on Wed Jun 15, 2005 3:23 am, edited 3 times in total.
What is The Viperal ?

http://developer.berlios.de/projects/viperals/" target="_blank

arod-1
Registered User
Posts: 60
Joined: Mon Jun 06, 2005 8:33 pm

Re: So awesome!

Post by arod-1 »

scotty2260 wrote: ...P.S. I know you don't like to set release dates for various reasons, but I was just wondering if you have any idea around what month it could be released?
MONTH? we will be happy to know what year it will be released!
but it is not PC to ask. not here, anyway... :(

scotty2260
Registered User
Posts: 3
Joined: Tue Jun 14, 2005 10:24 pm

Re: So awesome!

Post by scotty2260 »

arod-1 wrote: MONTH? we will be happy to know what year it will be released!
but it is not PC to ask. not here, anyway...
PC?

By the way, the question wasn't the point of this topic. The point was to thank the developers for doing such an awesome job at providing a free BB system.

User avatar
stubbers
Registered User
Posts: 406
Joined: Sat Oct 23, 2004 10:36 pm
Location: LoSt
Contact:

Re: So awesome!

Post by stubbers »

With a little bit of questioning on the side, ey :D

Come on guys, it'll be released this year, surely, no sarcasm or puns intended, those who seriously beleive it won't haven't checked the CVS. Acyd Burn is putting an amazing amount of code into the CVS and I beleive psoTFX is working on a critical part and not submitting till it's done.

This thing is very close to completion, I beleive it's a matter of a few months, not years, at least not anymore.

And Viperal, nice joke, and I hope the devs take it as such, in fact, i'm pretty sure they will.

wlx
Registered User
Posts: 5
Joined: Thu May 26, 2005 4:23 am

Re: So awesome!

Post by wlx »

this year? great.
Many people expect the beta release of the new version.

Alagba
Registered User
Posts: 68
Joined: Thu May 22, 2003 1:32 pm

Re: So awesome!

Post by Alagba »

can't understand why some folks just won't let go - 'oh just to say well done devs. I know there's no release date but ...' :-) :-)

DeadEye686
Registered User
Posts: 448
Joined: Mon Jul 21, 2003 7:18 pm
Contact:

Re: So awesome!

Post by DeadEye686 »

scotty2260 wrote:
arod-1 wrote: MONTH? we will be happy to know what year it will be released!
but it is not PC to ask. not here, anyway...
PC?
Politically Correct. It's a popular term in the US that our media likes to throw around.

scotty2260
Registered User
Posts: 3
Joined: Tue Jun 14, 2005 10:24 pm

Re: So awesome!

Post by scotty2260 »

Oh. lol yea I live in the US, I have just never seen the abbreviation.

Post Reply