
Suspecting RC1 very soon!
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!
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!
- poyntesm
- Registered User
- Posts: 176
- Joined: Fri May 13, 2005 4:08 pm
- Location: Dublin, Ireland
- Contact:
Re: Suspecting RC1 very soon!
To the end of the countdown 

My Mods :phpBB Garage, Quote With Or Without Images, phpbb/Mantis Integration
My Blog :poyntesm's blog
My Blog :poyntesm's blog
Re: Suspecting RC1 very soon!
Highway of Life wrote: You realize everything posted so far is mere speculation.![]()
Nope entirely true. Bertie does have a honey stashed somewhere. That's a fact.
Hovewer speculation about him giving away honey is a mere speculation.
Formerly known as CyberAlien.
Free phpBB styles | Premium responsive XenForo styles | Iconify - modern open source replacement for glyph fonts
Free phpBB styles | Premium responsive XenForo styles | Iconify - modern open source replacement for glyph fonts
Re: Suspecting RC1 very soon!
I got bored so I decompiled the swf, lol:
Code: Select all
// Action script...
// [Action in Frame 1]
loadStart = new LoadVars();
loadStart.onData = function (raw)
{
_global.startTime = raw;
};
loadStart.load("date.php?mode=start");
loadEnd = new LoadVars();
loadEnd.onData = function (raw)
{
_global.endTime = raw;
};
loadEnd.load("date.php?mode=end");
this.onEnterFrame = function ()
{
var _loc9 = new Date();
var _loc8 = _loc9.setTime(startTime * 1000 + getTimer());
var _loc6 = new Date(Date.UTC(2007, 2, 19));
var _loc7 = _loc6.setTime(endTime * 1000);
var _loc5 = _loc7 - _loc8;
if (_loc5 >= 0)
{
var _loc1 = Math.floor(_loc5 / 1000);
var _loc3 = Math.floor(_loc1 / 60);
var _loc2 = Math.floor(_loc3 / 60);
var _loc4 = Math.floor(_loc2 / 24);
_loc1 = String(_loc1 % 60);
if (_loc1.length < 2)
{
_loc1 = "0" + _loc1;
} // end if
_loc3 = String(_loc3 % 60);
if (_loc3.length < 2)
{
_loc3 = "0" + _loc3;
} // end if
_loc2 = String(_loc2 % 24);
if (_loc2.length < 2)
{
_loc2 = "0" + _loc2;
} // end if
_loc4 = String(_loc4);
if (_loc4.length < 2)
{
_loc4 = "0" + _loc4;
} // end if
var _loc10 = _loc4 + ":" + _loc2 + ":" + _loc3 + ":" + _loc1;
time_txt.text = _loc10;
}
else
{
time_txt.text = "00:00:00:00";
} // end else if
};
-
- Registered User
- Posts: 24
- Joined: Fri Mar 17, 2006 6:28 pm
Re: Suspecting RC1 very soon!
Suspecting RC1 very, very soon! 

Re: Suspecting RC1 very soon!
Don't count your chickens, my first thought was RC1 but could be just the return on phpbb.com they mean. They are having some fun with us the little finks
But they deserve abit of fun after the work they have put in

But they deserve abit of fun after the work they have put in
"Life Is What Happens To You When You Are Busy Making Other Plans" - John Lennon
- poyntesm
- Registered User
- Posts: 176
- Joined: Fri May 13, 2005 4:08 pm
- Location: Dublin, Ireland
- Contact:
Re: Suspecting RC1 very soon!
Hmm see viewtopic.php?f=6&t=10235&p=64306 they have had countdowns before
Note the dates .. 4th April 2002...phpBB 2.0.0, dubbed the "Super Furry" version, was released on April 4, 2002, three days later than intended.
So we thought we would get RC1 a week ago..now we get a coundown.
I am betting RC1 in 1 hour!!!


Note the dates .. 4th April 2002...phpBB 2.0.0, dubbed the "Super Furry" version, was released on April 4, 2002, three days later than intended.
So we thought we would get RC1 a week ago..now we get a coundown.
I am betting RC1 in 1 hour!!!
My Mods :phpBB Garage, Quote With Or Without Images, phpbb/Mantis Integration
My Blog :poyntesm's blog
My Blog :poyntesm's blog
- Prince of area51
- Registered User
- Posts: 133
- Joined: Mon Jun 27, 2005 8:46 pm
- Location: Manchester, UK
- Contact:
Re: Suspecting RC1 very soon!
With so many bugs to fix .. how cud they go RC 

-
- Registered User
- Posts: 5
- Joined: Wed Jun 29, 2005 6:10 pm
- Location: Budapest, Hungary
- Contact:
Re: Suspecting RC1 very soon!
Have you noticed the • character in the title? It's used in phpBB 3. 
Edit: I love this new style.

Edit: I love this new style.

Last edited by fberci on Sun Mar 18, 2007 8:42 pm, edited 1 time in total.
- Prince of area51
- Registered User
- Posts: 133
- Joined: Mon Jun 27, 2005 8:46 pm
- Location: Manchester, UK
- Contact:
Re: Suspecting RC1 very soon!
oh damn .. they have actually converted 8O



- Kevin Clark
- Support Team
- Posts: 751
- Joined: Thu Feb 10, 2005 5:34 pm
- Location: UK
- Contact:
Re: Suspecting RC1 very soon!
Prince of area51 wrote: With so many bugs to fix .. how cud they go RC![]()
So many bugs? I don't think it ever topped more than about 150 (which was a blip). They went from that down to about 25 in 2 weeks.
Acyd Burn was talking about (I suspect) lots of really serious major problems, which thankfully didn't materialise.