Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
kokspflanze committed Dec 4, 2022
2 parents ed7799e + 224c30f commit 32d1c6c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 13 deletions.
3 changes: 2 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ This doc provide you every thing for the first start with the PServerCMS
- [Tiklaode](https://tiklaode.com/) (E-Pin Provider)
- PayPal-IPN (not recommended)
- Payssion
- DigiStore24 (Todo, on request)

### VotePostBackProvider
- gamestop100
Expand Down Expand Up @@ -96,4 +97,4 @@ This doc provide you every thing for the first start with the PServerCMS
- Monitoring
- Setup (Linux, Windows)
- Cloudflare GET-Attack Firewall
- special modules, what you need
- special modules, what you need
24 changes: 12 additions & 12 deletions docs/modules/CustomRanking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,21 +88,21 @@ to define your own ranking, pages you have to overwrite or null the following pa

return [
'pserver' => [
'ranking-main' => [
'ranking-main' => [
'default' => 'character', // overwrite default ranking
],
'ranking' => [
'top_player' => null,
'top_guild' => null,
'top_trader' => null,
'top_hunter' => null,
'top_thieves' => null,
'top_honor' => null,
'top_alliance' => null,
'sro_kill_pvp' => null,
'sro_kill_job' => null,
'top_unique' => null,
'top_player' => null,
'top_guild' => null,
'top_trader' => null,
'top_hunter' => null,
'top_thieves' => null,
'top_honor' => null,
'top_alliance' => null,
'sro_kill_pvp' => null,
'sro_kill_job' => null,
'top_unique' => null,
],
],
];
````
````
1 change: 1 addition & 0 deletions install/rhel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ mkdir -p /var/opt/remi/php$PHP_Version/log/php-fpm

# selinux
setsebool -P httpd_can_network_connect on
restorecon -R /var/www/page
chcon -t httpd_sys_rw_content_t /var/www/page/data -R

# cache directory
Expand Down
5 changes: 5 additions & 0 deletions update/admin-info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[
{
"headline" : "Session handling update",
"body" : "With the latest update, its possible to set https cookies, for more security.",
"datetime" : "2022-10-06T12:00:01Z"
},
{
"headline" : "Updates of 2021",
"body" : "- new donate provider added [cent.app](https://cent.app/) as alternative to PayOp.\n- new config added to use the register-password after mail-confirmation for the game without a form.\n- recaptcha support added\n- paymentwall signature update for version 2 and 3\n- session-handling update, with the update we only store the user-id in the session\n- coin-reseller role added, this role is for your resellers to give coins only\n- new donate Provider [HIPOPOTAMYA](https://www.hipopotamya.com/), like maxigame\n- ip handling update for hyperfilter\n- coin-reward procedure added\n- sql-logger added\n- change-email added\n- migrate to bs5\n- framework update to latest versions",
Expand Down

0 comments on commit 32d1c6c

Please sign in to comment.