Brand New Day
I stayed in one place for too long
Gotta get on the run again
I saw the one thing that I want
Hell bent, get outta bed
I an throwing rocks at your window
You are tying the bed sheets together
They say we are dreaming too big
I say this town’s too small
Dream
send me a sign
Turn back the clock
Give me some time
I need to break out
And make a new name
let us open our eyes
To the brand new day
It is the brand new day
I hava taking hits like a brother
But I am getting back up again
And from the moment I saw her
I was hell bent with heaven sent
I am throwing rocks at your window
We are leaving this place together
They say that we are flying too high
Well get used to looking up
Dream
Send me a sign
Turn back the clock
Give me some time
I need to break out
And make a new name
Let us open our eyes
To the brand new day
It is the brand new day
It is the brand new day
I know it is the brand new day
Come on to the brand new day
I know it is the brand new day
Dream
Send me a sign
Turn back the clock
Give me some time
I need to break out
Adn me a new name
Let us open our eyes
To the brand new day
It is the brand new day
Dream
Send me a sign
Turn back the clock
Give me some time
I need to break out
And make a new name
Let us open our eyes
To the brand new day
It is the brand new day
It is the brand new day
PHP:Deprecated: Function set_magic_quotes_runtime() is deprecated
set_magic_quotes_runtime(0)— Sets the current active configuration setting of magic_quotes_runtime
This function has been DEPRECATED as of PHP 5.3.0. Relying on this feature is highly discouraged.
//@set_magic_quotes_runtime(0);
ini_set(“magic_quotes_runtime”,0);
就是用ini_set()办法替代原有的set_magic_quotes_runtime语法。
Deprecated: Function ereg() is deprecated错误解决办法!
Function ereg() is deprecated in drupal-6.15\includes\file.inc on line 904
open the file.inc in a good text editor other than notepad, go to the line number 904 to see the following line. Then comment the line and in the next line type the replaced code. this will solve the instalation issues and also most of other issues related to the same issue.
Change
elseif ($depth >= $min_depth && ereg($mask, $file)) {
to
elseif ($depth >= $min_depth && mb_ereg($mask, $file)) {
mb_ereg fortunatly is not deprecated
Hello world!
Welcome to WordPress.com. After you read this, you should delete and write your own post, with a new title above. Or hit Add New on the left (of the admin dashboard) to start a fresh post.
Here are some suggestions for your first post.
- You can find new ideas for what to blog about by reading the Daily Post.
- Add PressThis to your browser. It creates a new blog post for you about any interesting page you read on the web.
- Make some changes to this page, and then hit preview on the right. You can alway preview any post or edit you before you share it to the world.