Raised This Month: $51 Target: $400
 12% 

[L4D & L4D2] Custom Player Stats v1.4B121


Post New Thread Reply   
 
Thread Tools Display Modes
Kleiner
Member
Join Date: Dec 2017
Location: Russia, Chelyabinsk
Old 12-21-2020 , 14:21   Re: [L4D & L4D2] Custom Player Stats v1.4B121
Reply With Quote #1981

Will plugin support multi-language feature?
Kleiner is offline
ProjectSky
AlliedModders Donor
Join Date: Aug 2020
Old 12-21-2020 , 20:27   Re: [L4D & L4D2] Custom Player Stats v1.4B121
Reply With Quote #1982

Quote:
Originally Posted by muukis View Post
Getting excited about Back 4 Blood!

If it will be supported by SourceMod, I will be doing or will collaborate development on a new stats mod for that game. Super excited!

Edit: Gameplay video
It uses UE4 engine, I don’t think it will be supported by sourcemod
ProjectSky is online now
JLmelenchon
Senior Member
Join Date: Mar 2019
Old 12-26-2020 , 20:54   Re: [L4D & L4D2] Custom Player Stats v1.4B121
Reply With Quote #1983

How can we mute by defaut the plugin for all "new" clients joining for the first time ? What should i change in the source code ?

Edit: Also does there are known crash exploits on game server with mysql ?

Last edited by JLmelenchon; 12-26-2020 at 23:08.
JLmelenchon is offline
Sout12
Member
Join Date: May 2017
Old 01-22-2021 , 21:13   Re: [L4D & L4D2] Custom Player Stats v1.4B121
Reply With Quote #1984

Any way to fix this?

Code:
L 01/22/2021 - 00:02:10: [SM] Call stack trace:
L 01/22/2021 - 00:02:10: [SM]   [0] PrintToChat
L 01/22/2021 - 00:02:10: [SM]   [1] Line 6837, l4d_stats.sp::GetClientRankPlayerJoined
L 01/22/2021 - 00:02:15: [SM] Exception reported: Invalid client index 7
L 01/22/2021 - 00:02:15: [SM] Blaming: l4d_stats.smx
L 01/22/2021 - 00:02:15: [SM] Call stack trace:
L 01/22/2021 - 00:02:15: [SM]   [0] GetClientLanguage
L 01/22/2021 - 00:02:15: [SM]   [1] Line 6832, l4d_stats.sp::GetClientRankPlayerJoined
L 01/21/2021 - 11:05:48: [SM]   [1] Line 25, C:\l4d2 coop server 2\left4dead2\addons\sourcemod\scripting\include\glow.inc::L4D2_SetEntGlow
L 01/21/2021 - 11:05:48: [SM]   [2] Line 1419, l4d_stats.sp::OnClientDisconnect
L 01/21/2021 - 11:08:31: [SM] Exception reported: Invalid entity (6 - 6)

Last edited by Sout12; 01-22-2021 at 21:17.
Sout12 is offline
King_OXO
Senior Member
Join Date: Dec 2020
Location: Brazil
Old 02-02-2021 , 14:45   Re: [L4D & L4D2] Custom Player Stats v1.4B121
Reply With Quote #1985

I did everything I needed and I don't earn points, why?
King_OXO is offline
GMoneyYo
Junior Member
Join Date: Feb 2021
Old 03-04-2021 , 15:02   Re: [L4D & L4D2] Custom Player Stats v1.4B121
Reply With Quote #1986

Ok so this is a massive shot in the dark but, is there anyone who can post some simple instructions on how to setup this sql database? Its the only thing stopping me from installing this.
GMoneyYo is offline
Slash The Mighty
Member
Join Date: May 2006
Location: Vault 13
Old 04-27-2021 , 13:41   Re: [L4D & L4D2] Custom Player Stats v1.4B121
Reply With Quote #1987

So uhh.. I've been trying to setup my gear on Centos 8, finally made the move to upgrade from Centos 7..
Long story short, the webstats ain't working.

Old one says it's all empty: https://fyn.io/l4dstats/playerlist.php
New one gives me blank player pages: https://fyn.io/l4dstats_new/playerlist.php

It's sorta the same story for Left4Dead2,
Old one says it's all empty: https://fyn.io/l4d2stats/playerlist.php
New one's all blank, shows nothing: https://fyn.io/l4d2stats_new/

I'm on PHP 7.2.24 (built Oct 22, 2019)
Any help's much appreciated as usually I have the player.php embedded in my main site, and now there's just a big load of nothing. 😣
__________________
---
Slash The Mighty is offline
Send a message via AIM to Slash The Mighty Send a message via MSN to Slash The Mighty Send a message via Skype™ to Slash The Mighty
draxios
New Member
Join Date: Feb 2021
Old 05-10-2021 , 13:48   Re: [L4D & L4D2] Custom Player Stats v1.4B121
Reply With Quote #1988

Quote:
Originally Posted by GMoneyYo View Post
Ok so this is a massive shot in the dark but, is there anyone who can post some simple instructions on how to setup this sql database? Its the only thing stopping me from installing this.
Here's how to setup the database:

1. Download and install MySQL on a linux server. Configure it for use via using Google search to learn, and create a schema for the plugin to use. You also need to create users/add permissions.

2. You need to then import the "l4d2stats.sql" script to create the needed tables for the DB inside the schema you created to use.
("l4d2stats.sql" is inside "sql_dump.zip")

3. Link the webserver to the database via "config.php" file by adding/updating.

(Using something like...)

$mysql_server = "localhost";
$mysql_db = "XXX";
$mysql_user = "XXX";
$mysql_password = "XXX";
$mysql_tableprefix = "";


There's more steps overall, but this is the main part for the DB.
Hope it makes sense!
draxios is offline
leaffan
Senior Member
Join Date: Jan 2013
Old 05-12-2021 , 16:02   [L4D & L4D2] Custom Player Stats v1.4B121 - SETUP
Reply With Quote #1989

I'm writing with Google Translate, unfortunately I don't speak English. :/

Hello friends,

How do I install the plugin on this link ?: https://forums.alliedmods.net/showthread.php?t=115965 A video on installation, etc. do you have Can my knowledgeable friends help?

Thank you.
leaffan is offline
King_OXO
Senior Member
Join Date: Dec 2020
Location: Brazil
Old 07-31-2021 , 10:43   Re: [L4D & L4D2] Custom Player Stats v1.4B121
Reply With Quote #1990

Quote:
Originally Posted by marki89 View Post
hello how are you, this plugin works for local or dedicated servers?
for both, just install correctly

Last edited by King_OXO; 07-31-2021 at 10:43.
King_OXO is offline
Reply



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 07:14.


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