AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   New Plugin Submissions (https://forums.alliedmods.net/forumdisplay.php?f=26)
-   -   Basic Points Stats v1.4.0 (https://forums.alliedmods.net/showthread.php?t=222866)

kwpd 08-07-2013 12:01

Basic Points Stats v1.4.0
 
5 Attachment(s)
BASIC POINTS STATS

Description
Basically, statistics mysql version is to connect multiple servers and each server can perform the query player data.
Peeking Web Test
View full page. ===> http://playespa.com/ <===

http://i.imgur.com/lVVUeOP.png
Requirements
- CS 1.6
- Metamod
- Module(s) mysql
- Module(s) cstrike
- Module(s) csx
- Module(s) engine
- Module(s) fakemeta
- Module(s) hamsandwich
- AMX Mod X 1.8.3 or higher. (Last dev build see http://www.amxmodx.org/snapshots.php)
- Mysql 5.x http://www.mysql.com/downloads/mysql/
- navicat http://www.navicat.com/en/download/download.html
- Web Hosting
- Steam server.
Clients Command
.stats View your Stats
.stats pug View Stats pug
.toppug See the top pug players
.resetstats Restart your stats
Command Console
bps_sql_host "localhost"
bps_sql_user
"root"
bps_sql_pass
"password"
bps_sql_db
"SkillPointsBeta"

bps_sql_db_1 "basicpointsstats"
bps_sql_db_2 "basicweapomstats1"
bps_sql_db_3 "basicweapomstats2"
bps_sql_db_4 "basicversusstats"
bps_sql_temp_db "skillpoints_pug1"
pug_web_top_pug "http://
you-web/?go=Ranking/ranking/index"
pug_web_temp_pug "http://you-web/stats_pug_temp1.php"
pug_end_stats
Show all stats temp. Recommended.! use when a match ends

pug_stats_enable 0=Disable 1=Enable (Enables or disables the stats)
pug_stats_temp_enable
0=Disable 1=Enable (Enables or disables view .stats pug)

amx_remove_stats_pug
Delecte stats temp. use before changing the map
pug_leave_points
0=Disable 1=Enable (When a player leaves the server loses karma)

bps_give_pugend
= +1 karma all
amx_bps_ctwin
= CT win
amx_bps_twin
= T win
amx_bps_tie
= Ties
pug_stats_restart
0=Disable 1=Enable (Enables or disables the reset stats)
[INDENT]
/!\ important /!\
Multiple servers.? Please change the record cvar.!
Server 1 = bps_sql_temp_db "skillpoints_pug1"
Server 2 = bps_sql_temp_db "skillpoints_pug2"
Server 3 = bps_sql_temp_db
"skillpoints_pug3"

Change host, root, password
==> scripting/BasicPointsStats.sma
amx_remove_stats_pug Delecte stats temp. use before changing the map
Installation
BasicPointsStats.amxx ==> cstrike/amxmodx/plugins/
BasicPointsStats.txt ==> cstrike/amxmodx/data/lang/
Copy the text BasicPointsStats.amxx ==> cstrike/addons/amxmodx/config/plugins.ini
Web All fire ==> www.youwebsite.com
Web Ranking\config.php ==> change settings. "localhost", "root", "password", "DataBase"
Multi Server Test
http://cache.www.gametracker.com/ser...000_591F11.png
http://cache.www.gametracker.com/ser...000_591F11.png
Version 1.0.0
* Initial Release 24 -november-2012
https://forums.alliedmods.net/showthread.php?t=201742
----------------------------------------------------------------------------------------------------------
@_@ A little help for people who are using the plugin pug mod xt
https://forums.alliedmods.net/showpo...&postcount=335

expected to learn to inject this command

kwpd 08-07-2013 12:02

Re: Basic Points Stats (04/Ago/2013)
 
Change log WEB
Code:

Next update
*

Version 1.0.5
* integrate search (ranking index.php)

Version 1.0.4
* Add Player search
* Remove All php Ranking-temporal
* Rewrites all pug stats in just 1 php file (stats_pug_temp1.php)

Version 1.0.3
* design changes.
* Add stats temp + pug_temp.php new design. temporal statistics.
* fix index.php

Version 1.0.2
* BETA 3
* Added GunGame Stats -> Change Host, user, mysql - gungame / config.php
* Check Add Adr.

Version 1.0.1
* Private release
* BETA 2

Version 1.0.0
* Public release
* BETA 1

Change log SQL
Code:

Next update
*

Version 1.0.3
* Public release
* Add 5 sql install basicpointsstas, basicversusstats, basicweapomstats1,
basicweapomstats2, BPS Full Install.

Change log BPS
Code:

Next update
*

Version 1.4.0
* Add wait to load statistics (.stats)
* Fix Duplicated ! set_task( 3.0, "Test_bps_players", id + CONNECT_TASK2 )
* Fix disconnected player ignored (id 0)
* Fix Join_team
* Fix [BR] --> [BP]
* Optimizing .stats
* Supports language [EN], [ES], [BR]

Version 1.3.9
* Add players disconnect Temp_g_szPoints_group[id]=6
pug_stats_enable 0=disable 1=enable
enable -> all players leaving the pug. are recorded. 6 = leaving group
disable -> players leaving the pug. not recorded. 6 = leaving group

* Fix g_iCurrentKills_v[id]++
* Fix change map = reset stats
* Change in registration mode for new players.

Version 1.3.8
* Fix save stats (bps_players[id] = 1)

Version 1.3.7
* checking if everything is in order. Ctrl+i
* mode change. Load stats.
* Mini Fix kill_v (not add up. fire friends)
* Fix statistical duplicate to new players.
* add comand deleted stats temp.
* fix weapon stats
* adds. temporal statistics. command (. stats pug)
* adds. versus detection. 1v 2v 3v 4v v5
* fix. (v2 = 2k. v3 = 3k. v4 = 4k. v5 = 5k)
* new format equipment. 1-2 is changed to T-CT
* adds. player leave. enter number 6 and will be hidden.

Version 1.3.6
* Compiling amxmodx 1.8.3-dev-git4058

Version 1.3.5
* FIX SavePointsAtRoundEnd()

Version 1.3.4
* Changes SavePointsAtRoundEnd()
* Changes points_all_pugend()

Version 1.3.3
* FIX v1 v2 v3 v4 v5

Version 1.3.2
* Add v1 v2 v3 v4 v5
* Changes EventRoundEnd ()

Version 1.3.1
* Mini array if (g_iCurrentKills [i]> = 5 ~> if (g_iCurrentKills [i] == 5

Version 1.3.0
* Changes "" public EventRoundEnd () ""
* Changes "" public SavePointsAtRoundEnd () ""

Version 1.2.9
* Fix bug "get_user_info"

Version 1.2.8
* Changes set_task (1.0, "SavePointsAtRoundEnd") -> SavePointsAtRoundEnd ()
* Changes CheckLevelAndSave1 (i) -> set_task (0.7 "CheckLevelAndSave1")
* Changes CheckLevelAndSave2 (i) -> set_task (0.8 "CheckLevelAndSave2")
* Changes CheckLevelAndSave3 (i) -> set_task (0.9, "CheckLevelAndSave3")
* Changes CheckLevelAndSave4 (i) -> set_task (1.0, "CheckLevelAndSave4")

Version 1.2.7
* Fix (set_task 1.0)
1 second. to ensure that you record all information.

Version 1.2.6
* Fix Round Recorder

Version 1.2.5
* Fix CheckLevelAndSave1
* Fix CheckLevelAndSave2
* Fix CheckLevelAndSave3
* Fix CheckLevelAndSave4
* Fix Maps Change. bug ... name -> AP '# hehehehe
* Pause client_putinserver

Version 1.2.4
* Fix name -> AP '# hehehehe
* Various internal improvements.

Version 1.2.3
* Fix. Resetstats
* Various internal improvements.

Version 1.2.2
* Various internal improvements.

Version 1.2.1
* Fix task_exists "Duplicate"
* Various internal improvements.

Version 1.2.0
* Added reset stats "pug_stats_restart"
* Add FCVAR_PROTECTED "host cvar"
* Added cvar bps_sql_host, bps_sql_user, bps_sql_pass, bps_sql_db
* Modification include.! basicstatsconnect.inc

Version 1.1.9
* Public release
* Fix g_szPoints_d is repeated 3 t

Version 1.1.8
* Public release
* Fix pug_stats_enable 0

Version 1.1.7
* Public release
* Add. Top10
* Fix Name PLUGIN
* TOP TEN colors will be white and black letters.

Version 1.1.6
* Public release
* Fix. Stats Rank% i of% i (Frag)

Version 1.1.5
* Public release
* Elimination my password xD

Version 1.1.4
* Public release
* Add Web Beta 1

Version 1.1.3
* Private release
* Special Edition v2.0.0 BSP synchronization
* Disposal V1 V2 V3 V4 V5
* Auto Disposal Installation SQL.

Version 1.1.2
* Private release
* Upgrade Basic skillpoints Special Edition v2.0.0
* Massive Change Code

Version 1.1.1
* Private release
* Changes by INT BIGINT
since amxmodx not support BIGINT

Version 1.1.0
* Private release
* Fix Registry W.L.T
* Fix Registry Weapom 2
* Fix Registry Versus
* Web Beta Weapom Add 2 Stats

Version 1.0.9
* Private release
* Disposal (Basicstats, weapomstats, versusstats)
* Disposal sql (Basicstats, weapomstats, versusstats)
* Disposal host cvar BD Pass.
* Add 1 single sma "BasicPointsStats.sma"
* Add host include Connection
* Add loads sql Multiples
* Add full sql installation
* Fix W. L. T. (It crashed)
* Changes sql int to bigint
* Beta Weapom Web Stats
* Web Add config.php
* Various internal improvements.

Version 1.0.8
* Private release
* Fix Stadistica of weapons
* Fix versus
* 3 new sma (Basicstats, weapomstats, versusstats)

Version 1.0.7
* Private release
* Add 3 type sql
1 = kill, Death, Assists, BP, BD, W, L, D, ADR, FPR, HSP, KARMA
2 = 2K, 3K, 4K, 5K, v1, v2, v3, v4, v5
3 = usp, clock, deagle, ak47, m4, ect ect ect ect ect
* Various internal improvements.

Version 1.0.6
* Private release
* Adds v1 v2 v3 v4
* Adds stats ect ect ect m4 ak47
* Error correcting planted bomb.

Version 1.0.5
* Private release
* Sql_host cvar changes ect ...
* Changes SteamID for more than 32 characters
* In a small case .. is to cast a FOR
* Changes registry to keep more than 32 players (32/32)

Version 1.0.4
* Auto installation stats.sql
* Fix 50dmg minimum damage to count as attendance.
* Optimization pug_dmg
* Changes stats.sql
kill, Death, Assists, BP, BD, HE G., KNIFE, 5K Aces, ADR, FPR, HSP, KARMA

Version 1.0.3
* Added Assistance minimum of 50 damage
* Added minimum to activate Online Player Stats
* Changes stats.sql
kill, Death, Assists, BP, BD, HE G., KNIFE, 5K Aces, KARMA

Version 1.0.2
* Prevention stats 0 "round record stats"

Version 1.0.1
* Arregro winner Group ID

Version 1.0.0
* Initial Release 24-november-2012

Old versions ( DO NOT USE )

sami_spt 08-07-2013 12:04

Re: Basic Points Stats (04/Ago/2013)
 
English is needed .. please change it.
I can translate it to english, but...
where is the plugin?

YamiKaitou 08-07-2013 12:04

Re: Basic Points Stats (04/Ago/2013)
 
Where is the plugin?

sami_spt 08-07-2013 12:36

Re: Basic Points Stats (04/Ago/2013)
 
He posted it.
what new thing did you do ?

Tell us what is different from these plugins:
http://forums.alliedmods.net/showthread.php?t=191708
http://forums.alliedmods.net/showthread.php?t=74175
http://forums.alliedmods.net/showthread.php?t=131720

-some parts in the webpart isnt english. try to fix that.

^SmileY 08-07-2013 13:32

Re: Basic Points Stats (04/Ago/2013)
 
Hey, the correct g_szPoints_v1 is wrong..
in this case will count as 2k, 3k, 4k and others.

For check if is 1v1 1v2 1v3 etc. situations, you need check if the player is alone not?

kwpd 08-07-2013 22:58

Re: Basic Points Stats (04/Ago/2013)
 
next updates
FIX
v1 v2 v3 v4 v5 + 2k 3k 4k 5k

quilhos 10-03-2013 12:47

Re: Basic Points Stats (10/Ago/2013)
 
Web Stuff have a few bugs I will try to fix it and will upload it

Robotron 11-04-2013 19:50

Re: Basic Points Stats (10/Ago/2013)
 
where can download the pug mod?

PoLiCe 11-07-2013 10:52

Re: Basic Points Stats (10/Ago/2013)
 
http://i.imgur.com/FXU9iYy.png
when i saw this i thought it's a troll post or something xD.
Anyways. great plugin :) Gj :D


All times are GMT -4. The time now is 01:36.

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