Raised This Month: $32 Target: $400
 8% 

Release SourceBans++ (v1.6.4) [Updated: 2021-10-06]


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Oreanna
Junior Member
Join Date: Jun 2017
Location: NL
Old 06-19-2017 , 15:33   Re: [RELEASE] SourceBans++ (v1.6.1) [Updated: 2017-05-06]
#1111

Quote:
Originally Posted by hustl4 View Post
Did you make sure to recursively chmod the folders? (chmod -R)

Post screenshots of the output of
Code:
ls -l
so we can see the permissions
Code:
ls -l
total 84
-rwxrwxrwx. 1 website websitemang  2018 May  7 04:00 config.php.template
drwxrwxrwx. 2 website websitemang  4096 May  7 04:00 demos
-rwxrwxrwx. 1 website websitemang  1378 May  7 04:00 exportbans.php
-rwxrwxrwx. 1 website websitemang  2231 May  7 04:00 getdemo.php
drwxrwxrwx. 6 website websitemang  4096 May  7 04:00 images
drwxrwxrwx. 6 website websitemang  4096 May  7 04:00 includes
-rwxrwxrwx. 1 website websitemang  1535 May  7 04:00 index.php
-rwxrwxrwx. 1 website websitemang 13486 May  7 04:00 init.php
drwxrwxrwx. 6 website websitemang  4096 May  7 04:00 install
drwxrwxrwx. 2 website websitemang  4096 May  7 04:00 pages
-rwxrwxrwx. 1 website websitemang  5294 May  7 04:00 sb_debug_connection.php
drwxrwxrwx. 2 website websitemang  4096 May  7 04:00 scripts
-rwxrwxrwx. 1 website websitemang  3455 May  7 04:00 steamopenid.php
drwxrwxrwx. 5 website websitemang  4096 May  7 04:00 themes
drwxrwxrwx. 2 website websitemang  4096 Jun 16 19:53 themes_c
drwxrwxrwx. 3 website websitemang  4096 May  7 04:00 updater
-rwxrwxrwx. 1 website websitemang    49 May  7 04:00 version.json

Last edited by Oreanna; 06-19-2017 at 15:34. Reason: fixed
Oreanna is offline
hustl4
Junior Member
Join Date: Jan 2016
Location: USA
Old 06-19-2017 , 16:09   Re: [RELEASE] SourceBans++ (v1.6.1) [Updated: 2017-05-06]
#1112

Quote:
Originally Posted by Oreanna View Post
Code:
ls -l
total 84
-rwxrwxrwx. 1 website websitemang  2018 May  7 04:00 config.php.template
drwxrwxrwx. 2 website websitemang  4096 May  7 04:00 demos
-rwxrwxrwx. 1 website websitemang  1378 May  7 04:00 exportbans.php
-rwxrwxrwx. 1 website websitemang  2231 May  7 04:00 getdemo.php
drwxrwxrwx. 6 website websitemang  4096 May  7 04:00 images
drwxrwxrwx. 6 website websitemang  4096 May  7 04:00 includes
-rwxrwxrwx. 1 website websitemang  1535 May  7 04:00 index.php
-rwxrwxrwx. 1 website websitemang 13486 May  7 04:00 init.php
drwxrwxrwx. 6 website websitemang  4096 May  7 04:00 install
drwxrwxrwx. 2 website websitemang  4096 May  7 04:00 pages
-rwxrwxrwx. 1 website websitemang  5294 May  7 04:00 sb_debug_connection.php
drwxrwxrwx. 2 website websitemang  4096 May  7 04:00 scripts
-rwxrwxrwx. 1 website websitemang  3455 May  7 04:00 steamopenid.php
drwxrwxrwx. 5 website websitemang  4096 May  7 04:00 themes
drwxrwxrwx. 2 website websitemang  4096 Jun 16 19:53 themes_c
drwxrwxrwx. 3 website websitemang  4096 May  7 04:00 updater
-rwxrwxrwx. 1 website websitemang    49 May  7 04:00 version.json
Hmm, looks like you gave the entire directory 777 perms (not recommended) but for troubleshooting that's fine. So obviously not a permission issue, I would try maybe changing the owner / group to the user that runs the apache server process (ubuntu: www-data, centos: apache).

What is the exact error message it is giving you?
hustl4 is offline
Oreanna
Junior Member
Join Date: Jun 2017
Location: NL
Old 06-19-2017 , 16:34   Re: [RELEASE] SourceBans++ (v1.6.1) [Updated: 2017-05-06]
#1113

Quote:
Originally Posted by hustl4 View Post
Hmm, looks like you gave the entire directory 777 perms (not recommended) but for troubleshooting that's fine. So obviously not a permission issue, I would try maybe changing the owner / group to the user that runs the apache server process (ubuntu: www-data, centos: apache).

What is the exact error message it is giving you?


This is what I'm getting and I change the ownership to apache:

Code:
ls -al
total 140
drwxrwxrwx. 11 apache apache 40960 Apr 12 18:04 .
drwxr-xr-x.  4 root   root    4096 Jun 19 16:27 ..
-rwxrwxrwx.  1 apache apache   457 Jun 16 20:49 .bash_history
-rwxrwxrwx.  1 apache apache  2018 May  7 04:00 config.php.template
drwxrwxrwx.  2 apache apache  4096 May  7 04:00 demos
-rwxrwxrwx.  1 apache apache  1378 May  7 04:00 exportbans.php
-rwxrwxrwx.  1 apache apache  2231 May  7 04:00 getdemo.php
-rwxrwxrwx.  1 apache apache   215 May  7 04:00 .gitattributes
-rwxrwxrwx.  1 apache apache     0 May  7 04:00 .gitignore
drwxrwxrwx.  6 apache apache  4096 May  7 04:00 images
drwxrwxrwx.  6 apache apache  4096 May  7 04:00 includes
-rwxrwxrwx.  1 apache apache  1535 May  7 04:00 index.php
-rwxrwxrwx.  1 apache apache 13486 May  7 04:00 init.php
drwxrwxrwx.  6 apache apache  4096 May  7 04:00 install
-rwxrwxrwx.  1 apache apache   187 May  7 04:00 .mailmap
drwxrwxrwx.  2 apache apache  4096 May  7 04:00 pages
-rwxrwxrwx.  1 apache apache  5294 May  7 04:00 sb_debug_connection.php
drwxrwxrwx.  2 apache apache  4096 May  7 04:00 scripts
-rwxrwxrwx.  1 apache apache  3455 May  7 04:00 steamopenid.php
drwxrwxrwx.  5 apache apache  4096 May  7 04:00 themes
drwxrwxrwx.  2 apache apache  4096 Jun 16 19:53 themes_c
drwxrwxrwx.  3 apache apache  4096 May  7 04:00 updater
-rwxrwxrwx.  1 apache apache    49 May  7 04:00 version.json

Last edited by Oreanna; 06-19-2017 at 16:37.
Oreanna is offline
hustl4
Junior Member
Join Date: Jan 2016
Location: USA
Old 06-19-2017 , 16:56   Re: [RELEASE] SourceBans++ (v1.6.1) [Updated: 2017-05-06]
#1114

Quote:
Originally Posted by Oreanna View Post


This is what I'm getting and I change the ownership to apache:

Code:
ls -al
total 140
drwxrwxrwx. 11 apache apache 40960 Apr 12 18:04 .
drwxr-xr-x.  4 root   root    4096 Jun 19 16:27 ..
-rwxrwxrwx.  1 apache apache   457 Jun 16 20:49 .bash_history
-rwxrwxrwx.  1 apache apache  2018 May  7 04:00 config.php.template
drwxrwxrwx.  2 apache apache  4096 May  7 04:00 demos
-rwxrwxrwx.  1 apache apache  1378 May  7 04:00 exportbans.php
-rwxrwxrwx.  1 apache apache  2231 May  7 04:00 getdemo.php
-rwxrwxrwx.  1 apache apache   215 May  7 04:00 .gitattributes
-rwxrwxrwx.  1 apache apache     0 May  7 04:00 .gitignore
drwxrwxrwx.  6 apache apache  4096 May  7 04:00 images
drwxrwxrwx.  6 apache apache  4096 May  7 04:00 includes
-rwxrwxrwx.  1 apache apache  1535 May  7 04:00 index.php
-rwxrwxrwx.  1 apache apache 13486 May  7 04:00 init.php
drwxrwxrwx.  6 apache apache  4096 May  7 04:00 install
-rwxrwxrwx.  1 apache apache   187 May  7 04:00 .mailmap
drwxrwxrwx.  2 apache apache  4096 May  7 04:00 pages
-rwxrwxrwx.  1 apache apache  5294 May  7 04:00 sb_debug_connection.php
drwxrwxrwx.  2 apache apache  4096 May  7 04:00 scripts
-rwxrwxrwx.  1 apache apache  3455 May  7 04:00 steamopenid.php
drwxrwxrwx.  5 apache apache  4096 May  7 04:00 themes
drwxrwxrwx.  2 apache apache  4096 Jun 16 19:53 themes_c
drwxrwxrwx.  3 apache apache  4096 May  7 04:00 updater
-rwxrwxrwx.  1 apache apache    49 May  7 04:00 version.json
I noticed the .bash_history file, are these files in your root's home directory? Or are they in var/www/html. If you want to use a non default path, you have to adjust settings in the httpd.conf file. Also, I'm assuming you're on centos, have you tried disabling selinux as a troubleshooting step?
hustl4 is offline
Oreanna
Junior Member
Join Date: Jun 2017
Location: NL
Old 06-20-2017 , 16:39   Re: [RELEASE] SourceBans++ (v1.6.1) [Updated: 2017-05-06]
#1115

Quote:
Originally Posted by hustl4 View Post
I noticed the .bash_history file, are these files in your root's home directory? Or are they in var/www/html. If you want to use a non default path, you have to adjust settings in the httpd.conf file. Also, I'm assuming you're on centos, have you tried disabling selinux as a troubleshooting step?
Thanks!, It was SELinux
Oreanna is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 06-22-2017 , 10:52   Re: [RELEASE] SourceBans++ (v1.6.1) [Updated: 2017-05-06]
#1116

Anyone can help me ? the Steam Login is not working :/

i click [Login], Admin Login (my Steam Account) my account name and password, accept via Steam Guard press okay...and see again the green [Login] Button.

Last edited by freak.exe_uLow; 06-22-2017 at 10:54.
freak.exe_uLow is offline
Ultralord
Senior Member
Join Date: Oct 2008
Old 06-23-2017 , 05:16   Re: [RELEASE] SourceBans++ (v1.6.1) [Updated: 2017-05-06]
#1117

i just update my sourcebans to 1.6.1 last stable as i see on one server somehow it blocks all players comms with session ( Reason: Muted through BaseComm natives ) when the player rejoin again session blocked.. is possible to disable the onjoin mute or something?
Ultralord is offline
Cooky
Veteran Member
Join Date: Jun 2010
Location: 127.0.0.1
Old 06-23-2017 , 05:55   Re: [RELEASE] SourceBans++ (v1.6.1) [Updated: 2017-05-06]
#1118

Quote:
Originally Posted by freak.exe_uLow View Post
Anyone can help me ? the Steam Login is not working :/

i click [Login], Admin Login (my Steam Account) my account name and password, accept via Steam Guard press okay...and see again the green [Login] Button.
Quote:
Originally Posted by sneaK View Post
Ensure you have the latest steamopenid.php file. Also, when you entered your user account's STEAMID32, it must prefix with STEAM_0 (not STEAM_1 if you were using that from a game like CS:GO). Generally I've found it reloops because the account isn't found, there's no sort of message telling you why unfortunately.
Cooky is offline
StealtHack
Member
Join Date: Jun 2013
Location: The Netherlands
Old 06-23-2017 , 08:22   Re: [RELEASE] SourceBans++ (v1.6.1) [Updated: 2017-05-06]
#1119

I get this error when I click "Admin Panel" after a clean install (1.6.1).
Really gets my noggin' joggin' after a while.


Last edited by StealtHack; 06-23-2017 at 08:27. Reason: spelling
StealtHack is offline
Cripix
Senior Member
Join Date: Sep 2016
Location: French, Bordeaux
Old 06-23-2017 , 08:38   Re: [RELEASE] SourceBans++ (v1.6.1) [Updated: 2017-05-06]
#1120

Did you try on another browser?
__________________
My jailbreak Server :
Cripix is offline
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 21:45.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode