Anybody here works with CentOS 6?

0x_

Wtf I'm not new....
Staff member
Administrator
Joined
Feb 18, 2013
Messages
1,123
Reaction score
174
Flash link said:
I would have, if you intended to post that info at your first page, but you didn't and you added Volt Host as just PS, besides who buys a dedicated server from Volt ? You really can afford that high absurd price ? Everybody I know bashes on that company since the day it went dead, that's the only talk going on sa-mp forums whenever it comes down to Volt. Also have you contacted them first ? You're supposed to contact their support first before coming down here for any individual help, after all you're paying them so you must use their support.

If you're installing phpBB3 via script, then this would happen. I suggest you do it through root. Forum simply dont install themselves to a specific directory unless they're being instructed to.
DOING ROOT?
Then, please also supply all root data to the public, letting the HTTP / Apache2 Process running under root WITH root RIGHTS with INSTALLED FOLDER PATH is DEATH.
one lil explout and i have whole root access.
 

0B36

Expert
Joined
Jan 6, 2014
Messages
1,324
Reaction score
8
now go to that phpBB3 directory via cd option and cut all the files then paste them inside /html folder. See if you can do that.
 

0B36

Expert
Joined
Jan 6, 2014
Messages
1,324
Reaction score
8
0x688 link said:
[quote author=Flash link=topic=9023.msg52550#msg52550 date=1407255920]
I would have, if you intended to post that info at your first page, but you didn't and you added Volt Host as just PS, besides who buys a dedicated server from Volt ? You really can afford that high absurd price ? Everybody I know bashes on that company since the day it went dead, that's the only talk going on sa-mp forums whenever it comes down to Volt. Also have you contacted them first ? You're supposed to contact their support first before coming down here for any individual help, after all you're paying them so you must use their support.

If you're installing phpBB3 via script, then this would happen. I suggest you do it through root. Forum simply dont install themselves to a specific directory unless they're being instructed to.
DOING ROOT?
Then, please also supply all root data to the public, letting the HTTP / Apache2 Process running under root WITH root RIGHTS with INSTALLED FOLDER PATH is DEATH.
one lil explout and i have whole root access.
[/quote]

exploit*, I have been on root for years, nothing happened, no so called exploits have worked as they get patched with updates ;)
 

TheZeRots

Expert
Joined
Dec 21, 2013
Messages
1,247
Reaction score
1
That is why you use multiple passwords and for a forum you create a new user and MySQL directory using:

Code:
# echo "CREATE DATABASE phpbb;" | mysql -u root -p
Code:
# echo "CREATE USER 'phpbbroot'@'localhost' IDENTIFIED BY 'PASSWORD';" | mysql -u root -p
Code:
# echo "GRANT ALL PRIVILEGES ON phpbb.* TO 'phpbbroot'@'localhost';" | mysql -u root -p
Code:
# echo "FLUSH PRIVILEGES;" | mysql -u root -p
 

0x_

Wtf I'm not new....
Staff member
Administrator
Joined
Feb 18, 2013
Messages
1,123
Reaction score
174
Flash link said:
exploit*, I have been on root for years, nothing happened, no so called exploits have worked as they get patched with updates ;)
That you do it doesn't means everyone needs todo, i should let ugbase run on root then we would see how long it takes, that you didnt got fucked up is not a surprise your sites are maybe too slow / bad configured to be scanned and crawled and even if exploit(s) get patched you
1) Won't be 100% up-to-date
2) You can't trust third party software.
3) Everyone who finds an exploit could use it to have whole root access and doing things they want.
4) This is just a example how bad of a server admin you are.

It's done for me i am open for more fighting via. PM.
 

TheZeRots

Expert
Joined
Dec 21, 2013
Messages
1,247
Reaction score
1
0x688 link said:
[quote author=Flash link=topic=9023.msg52555#msg52555 date=1407256332]
exploit*, I have been on root for years, nothing happened, no so called exploits have worked as they get patched with updates ;)
That you do it doesn't means everyone needs todo, i should let ugbase run on root then we would see how long it takes, that you didnt got fucked up is not a surprise your sites are maybe too slow / bad configured to be scanned and crawled and even if exploit(s) get patched you
1) Won't be 100% up-to-date
2) You can't trust third party software.
3) Everyone who finds an exploit could use it to have whole root access and doing things they want.
4) This is just a example how bad of a server admin you are.

It's done for me i am open for more fighting via. PM.
[/quote]
That's why I made a special user with only privileges to access phpbb database.
And for the most part, phpBB has a system (at least latest 3.0.12 does) that warns you if anything is exposed the way it's not meant to be.

Your safest bet would be using RFC versions.
 
Top